发布

  • Fix #1658: Add commands_subdir field to support non-standard agent directory structures (#1660)

    frostbyte_neo 发布于 2026-02-21 14:05:58 +00:00 | 1400 次提交 在此版本后已推送到 main

    • Added commands_subdir field to AGENT_CONFIG for all agents
    • Updated install_ai_skills() to use commands_subdir instead of hardcoded 'commands'
    • Fixed --ai-skills flag for copilot, opencode, windsurf, codex, kilocode, q, and agy
    • Bumped version to 0.1.5
    • Updated AGENTS.md documentation with new field

    Affected agents now correctly locate their command templates:

    • copilot: .github/agents/
    • opencode: .opencode/command/ (singular)
    • windsurf: .windsurf/workflows/
    • codex: .codex/prompts/
    • kilocode: .kilocode/workflows/
    • q: .amazonq/prompts/
    • agy: .agent/workflows/

    All 51 tests pass.

    下载附件