CommandCodeAI / CommandCodeAI/command-code

Skill runner should be handled separately

未关闭
#773 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。