CommandCodeAI / CommandCodeAI/command-code

DEDICATED SHORTCUT for switching seamlessly from PLAN to EXEC mode alongside "DESIRED MODEL preference for each mode"

未關閉
#663 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

主要語言
沒有語言資料
星號
4k
分支
350
PR 合併指標
30 天內沒有已合併 PR

描述

Summary

There should be a feature in which when we press the "Tab" key, we auto-switch b/w PLAN mode and EXECUTION mode alongside the desired model of choice for each mode respectively without the need to use the slash '/' command every time then select 'model' when transitioning between PLAN - EXEC modes.

TASTE.md knows the preference of it's user for each but it cannot implement this directly into the CLI cz the harness is hard-wired I guess.

OpenCode can be tweaked to do this instantly by doing edits in it's JSON file.

The cron_create scheduling mechanism is local native on disk, would have been better if it were running on a cloud when the command code team has no limitations to make it happen.

Expected Behavior

Mentioned above

Actual Behavior

Mentioned in summary

Steps to reproduce the issue

read summary

Command Code Version

1.15.1

Operating System

Linux

Terminal/IDE

Unknown

Shell

bash

Session file (optional)

{
"$schema": "https://opencode.ai/config.json",
"model": "openrouter/deepseek/deepseek-v4-flash",
"agent": {
"plan": {
"mode": "primary",
"model": "openrouter/deepseek/deepseek-v4-pro",
"description": "Token-efficient planning & SIGINT/ELINT
vectoring — read-only analysis, robust plan for DS V4 Flash execution"
},
"build": {
"mode": "primary",
"model": "openrouter/deepseek/deepseek-v4-flash",
"description": "Token-efficient execution — builds strictly
from the approved plan"
}
}
}

Default model = Flash (execution). Tab to plan switches to V4 Pro for
planning/analytics.

Fix prompt (optional)

N/A

Additional context

Mentioned in summary already

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

沒有指定 repository 檔案或測試。首先比較提供的 session JSON 與用於處理 Tab 及透過 slash-command 選取模型的 CLI 入口點。完成標準是 Tab 能在 PLAN 和 EXECUTION 模式之間切換,並選取每種模式設定的模型,同時將預期行為與無關的 cron 請求分開說明。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
bash, json
領域
ai, cli
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
冷清
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。