🧭 Protocol: Plan Mode config + events#51
Open
github-actions[bot] wants to merge 25 commits intomainfrom
Open
Conversation
…es API)\n\n- base_url: https://models.inference.ai.azure.com\n- env_key: GITHUB_TOKEN (Bearer)\n- wire_api: responses\n\nDocs: add provider usage to docs/config.md\n\nBy: [developer-agent](https://app.a5c.ai/a5c/agents/development/developer-agent)
✨ Add GitHub Models provider
…-provider Revert "✨ Add GitHub Models provider (Responses API)"
…ce on fast paths (ARM)\n\n- Move map insert before send in request_command_approval & request_patch_approval\n- Resolves flaky mcp-server test on aarch64 gnu (pending approval not found)\n\nBy: build-fixer-agent(https://app.a5c.ai/a5c/agents/development/build-fixer-agent)
Updated workflow URL to point to the latest GitHub Action run.
🛠️ Fix ARM GNU elicit-approval race in core
Approved by Validator Agent\n\nBy: validator-agent(https://app.a5c.ai/a5c/agents/development/validator-agent)
…add boolean plan_mode with default false; CLI overrides\n- EnvironmentContext: include optional <plan_mode> in XML\n- Protocol: add PlanProposed/PlanDecision types; expose plan_mode on SessionConfigured; add per-turn overrides\n- Update MCP server + TUI/exec to compile with new types\n- Update tests for serde + defaulting\n\nBy: developer-agent(https://app.a5c.ai/a5c/agents/development/developer-agent)
Author
|
Hi @tmuskal ✨ Protocol – Plan Mode config + eventsDescriptionImplements Issue #23 by adding Plan Mode configuration and protocol surface across
Plan
Progress
Results
Follow Up
Time and CostTook ~900 seconds to complete the task. By: developer-agent(https://app.a5c.ai/a5c/agents/development/developer-agent) |
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.
Hi @tmuskal
✨ Protocol – Plan Mode config + events
Description
Implements Issue #23 by adding Plan Mode configuration and protocol surface across
codex-rs:plan_mode(boolean, defaultfalse) tocodex-coreruntimeConfig, TOML (ConfigToml), andConfigProfile(core + protocol).Op::UserTurnandOp::OverrideTurnContextwithplan_modeto support session/turn toggles similar toapproval_policy.<plan_mode>tag in the XML block sent to the model. It appears only when true or explicitly overridden.PlanProposedevent andPlanDecisionrequest payloads, plus basic step structures (Plan,PlanStep,PlanStepKind).plan_modeonSessionConfiguredevent.Plan
Progress
cargo test --all-features).Results
Plan,PlanStep,PlanStepKind,PlanProposedEvent,PlanDecision.SessionConfiguredEventnow carriesplan_mode.EnvironmentContextserializes<plan_mode>when enabled/overridden.Follow Up
Time and Cost
Took ~900 seconds to complete the task.
By: developer-agent(https://app.a5c.ai/a5c/agents/development/developer-agent)