-
Notifications
You must be signed in to change notification settings - Fork 31
Minor: hybrid 切割 deprecation 期开启。与姊妹项目 abyss CLI v0.5.24 同期落地。
Changes
- Deprecated (v5.0 移除):
--with-abyss/--with-mcp/--with-hooks对 claude/codex/gemini - Changed (net-new):
--with-hooks对 openclaw/pi/hermes 自动 spawninstall-hooks.sh(abyss CLI 设计上不接管这三平台,永久保留) - 文档定位漂修复:README/site/i18n.js/package.json 双源对齐 + SKILL.md L103 字面冲突修复
Migration
# Old (v4.8.x) npx code-abyss -t claude --with-abyss --with-mcp --with-hooks # New (v4.9+) npx code-abyss -t claude -y # persona/skills/style curl -fsSL https://raw.githubusercontent.com/telagod/abyss/main/install.sh | bash # abyss CLI abyss attach claude # hook 注入(idempotent)
openclaw/pi/hermes 用户路径不变:npx code-abyss -t openclaw --with-hooks 自动 spawn install-hooks.sh。
Compatibility
零回归:424 现有 test + 30 verify:skills 全过。所有现有 flag 行为保留,仅加 deprecation warning。
完整 changelog 见 CHANGELOG.md。