fix: dev-orchestrator Copilot CLI compatibility (#3010, #3011)#3012
Merged
fix: dev-orchestrator Copilot CLI compatibility (#3010, #3011)#3012
Conversation
#3010: Allow report_intent in parallel with Bash recipe launch instead of hard-requiring Bash as the sole next tool call. #3011: Add shell-policy-safe tmux restart guidance (unique session names, numeric PID kill, send-exit) to avoid tmux kill-session which is blocked by Copilot CLI's shell safety policy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
🤖 Auto-fixed version bump The version in If you need a minor or major version bump instead, please update |
Contributor
Repo Guardian - PassedAll 3 changed files were reviewed — no ephemeral content detected.
|
github-actions bot
added a commit
that referenced
this pull request
Mar 10, 2026
Cover merged PRs from the last 24 hours following the Diátaxis framework: - docs/COPILOT_CLI.md: Add 'Using amplihack copilot' section documenting autopilot defaults (PR #3013: --autopilot --yolo --max-autopilot-continues 100) and override mechanism via '--'. Add Copilot CLI tool-policy compatibility notes for tmux restart alternatives (PR #3012). Bump version to 1.2.0. - docs/howto/settings-hook-configuration.md: Add 'Rust Hook Engine' section documenting AMPLIHACK_HOOK_ENGINE=rust (PR #2999), binary search order, hook mapping table, no-fallback policy, and wrapper script generation (audit fixes from PRs #3003, #3005, #3009). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 10, 2026
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.
Summary
report_intentin parallel with the Bash launch, which is required by Copilot CLI's global tool policy.tmux kill-sessionwhich is blocked by Copilot CLI's command-safety policy.Closes #3010
Closes #3011
Test plan
🤖 Generated with Claude Code