Conversation
- agentdrain: remove non-existent ClusterCount() method, add Train() docs - constants: add OpenCodeEngine and related env var constants (OpenCode engine added) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
/q ensure the round robin through cache-memory is working . The cache should have entries. |
Contributor
Author
|
🎩 Mission equipment ready! Q has optimized your workflow. Use wisely, 007! 🔫 Caution Security scanning requires review for Q DetailsThe threat detection results could not be parsed. The workflow output should be reviewed before merging. Review the workflow run logs for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Package Specification Updates
This PR fixes inaccuracies found during round-robin spec extraction for the first 4 packages (agentdrain, cli, console, constants).
agentdrainClusterCount(), addedTrain()method docsconstantsOpenCodeEngine+ 3 missing env var constantscliconsoleWhat Changed
pkg/agentdrain/README.mdminer.ClusterCount()call from usage example — this function does not exist in the source; the correct method isminer.Clusters()which returns a sliceminer.Train(rawLogLine)to the usage example — this exported method was missing from the docspkg/constants/README.mdOpenCodeEngine("opencode") to the engine names listing — it is present inengine_constants.gobut was omitted from the specAgenticEnginescomment from["claude", "codex", "copilot", "gemini", "crush"]to["claude", "codex", "copilot", "gemini", "opencode", "crush"]to match the actual slice valueEnvVarModelAgentOpenCode("GH_AW_MODEL_AGENT_OPENCODE") to the model env vars sectionEnvVarModelDetectionOpenCode("GH_AW_MODEL_DETECTION_OPENCODE") to the model env vars sectionOpenCodeCLIModelEnvVar("OPENCODE_MODEL") to the CLI model env vars sectionEngineNamesemantic types table to includeOpenCodeEngineandCrushEngineexamplesExtraction Method
*.gosource filesgrep -n "^func"Round-Robin State
Auto-generated by Package Specification Extractor workflow — run §24773832167