Merged
Conversation
pedramamini
approved these changes
Dec 20, 2025
Collaborator
|
Good catches, thank you! |
denniswebb
added a commit
to denniswebb/Maestro
that referenced
this pull request
Dec 28, 2025
Implement foundation support for GitHub Copilot CLI in Maestro: - Add 'copilot-cli' to ToolType union in shared/types.ts - Add copilot-cli agent definition to AGENT_DEFINITIONS with: - Prompt mode args (-p), batch mode args (--allow-all-tools -s) - Session resume, model selection, and detection paths - Create CopilotOutputParser implementing AgentOutputParser: - Parse plain text output (JSON not yet supported - GitHub issue RunMaestro#52) - Extract session IDs and usage statistics - Handle error detection from output and exit codes - Add COPILOT_ERROR_PATTERNS for auth, rate limit, network, and crash errors - Add copilot-cli capabilities to AGENT_CAPABILITIES - Update Record<ToolType> usages across codebase: - contextGroomer.ts: AGENT_ARTIFACTS, AGENT_TARGET_NOTES, display names - contextUsage.ts, usage-aggregator.ts: DEFAULT_CONTEXT_WINDOWS - sessionValidation.ts: getProviderDisplayName - Update tests to expect 8 agents and 4 parsers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
denniswebb
added a commit
to denniswebb/Maestro
that referenced
this pull request
Dec 28, 2025
…d limitations - Added copilot-cli to Available Agents table with Active status - Documented batch mode flags: -p for batch, --allow-all-tools -s in Auto Run - Noted JSON output limitation (GitHub issue RunMaestro#52) with plain text parsing fallback - Listed key features: session resumption, streaming, model selection, MCP config - Comprehensive test coverage already exists: 95 tests across 4 test files (all passing)
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.
No description provided.