CommandCodeAI / CommandCodeAI/command-code
Skill runner should be handled separately
未關閉
還沒有人認領這個 Issue。
- 主要語言
- 沒有語言資料
- 星號
- 4k
- 分支
- 350
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Summary
Skill runner is very annoying, no access to ~/.commandcode/skills on the agent. Too many access requests.
Expected Behavior
Seamless skill runs managed by the harness and not by LLM.
Actual Behavior
For some reason it skill calls fall back to bash cat ...,
SHELL [echo "===== to-spec ====="; cat ~/.commandcode/skills/to-spec/SKILL.md; echo; ls ~/.commandcode/skills/to-spec/]
│ ===== to-spec =====
│ ---
│ name: to-spec
Steps to reproduce the issue
Call a skill in cmd from ~/.commandcode that calls other skills.
Command Code Version
1.38.2
Operating System
macOS
Terminal/IDE
VSCode
Shell
zsh
Session file (optional)
No response
Fix prompt (optional)
No response
Additional context
OS: macOS 27.0
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先重現來自 ~/.commandcode 中 cmd 的巢狀 skill 呼叫,並檢查 skill 呼叫在哪裡退回到 cat 等 shell 命令。完成的標準是由 harness 處理 skills(包括巢狀呼叫),且不會反覆要求存取權限,也不會執行由 LLM 產生的 shell 讀取操作。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- bash, zsh
- 領域
- ai, cli
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100