Skip to content

Fix OpenChamber /plan command by normalizing planner model#6

Merged
fjmrytfjsn merged 1 commit intomainfrom
fix/openchamber-plan-command
Apr 10, 2026
Merged

Fix OpenChamber /plan command by normalizing planner model#6
fjmrytfjsn merged 1 commit intomainfrom
fix/openchamber-plan-command

Conversation

@fjmrytfjsn
Copy link
Copy Markdown
Owner

@fjmrytfjsn fjmrytfjsn commented Apr 10, 2026

Summary

  • Normalize planner agent model at startup via OPENCODE_PLANNER_MODEL (default: sonnet)
  • Mitigate /plan failures caused by planner model/profile mismatch
  • Document OPENCODE_PLANNER_MODEL in .env.template

Root cause

  • /plan routes through planner agent, and planner-specific model settings can diverge from the active provider profile
  • That mismatch caused /plan execution failures in OpenChamber

Files

  • .devcontainer/startup.sh
  • .env.template

Validation

  • bash -n .devcontainer/startup.sh
  • Runtime check: startup log includes "planner agent モデルを設定: sonnet"
  • Runtime check: /config reflects planner model as sonnet after startup
  • Planner agent smoke response confirmed

@fjmrytfjsn fjmrytfjsn added the bug Something isn't working label Apr 10, 2026
Set planner agent model at startup via OPENCODE_PLANNER_MODEL (default sonnet) so /plan runs with a broadly available model profile. Update env template accordingly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@fjmrytfjsn fjmrytfjsn force-pushed the fix/openchamber-plan-command branch from 6013464 to 8f83f8f Compare April 10, 2026 08:29
@fjmrytfjsn fjmrytfjsn merged commit 57bde00 into main Apr 10, 2026
1 check passed
@fjmrytfjsn fjmrytfjsn deleted the fix/openchamber-plan-command branch April 10, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant