v8.29.0
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- Add Vibe Code (
vibe) as a supported tool target — rules, MCP, permissions, ignore, skills, and subagents adapters, with regenerate reconciliation for stale enabled/disabled tool filters. (#1861) - Add agent skills adapter for Copilot CLI — generates skills into
.github/skills(project) and~/.copilot/skills(global). (#1872)
Bug Fixes
- warp: correct the Windows permissions path to
LOCALAPPDATA/configforsettings.toml. (#1873) - warp: fold non-root rules into the root
AGENTS.mdinstead of emitting inert.warp/memories, and remove the stale.warp/gitignore leftover. (#1870)
Refactoring
- Centralize per-tool path conventions into dedicated constants modules, then dedupe and prune the centralized path constants. (#1869)
- Centralize Claude Code path conventions into a
claudecode-pathsconstants module.
Tests
- Add real data-loss regression tests for shared output files, strengthening kilo assertions to cover the tools block. (#1868)
- Extend processor schema-vs-factory parity checks to all processors, and add processor tool-target subset consistency checks. (#1867)
- Add execution-order regression tests for shared-file constraints.
Chores & Dependencies
- Bump the
all-dependenciesgroup with 231 updates and bumpall-actionsgroup GitHub Actions. (#1851, #1852) - Silence TypeScript 6.0
baseUrldeprecation in the dts build and resolve oxlint 1.69.0 / Anthropic SDK type errors. - Add internal maintainer slash commands:
porting-another-repository(#1855) andbatch-review-prs-awaiting-maintainer(renamed frombatch-review-author-prs). (#1862, #1863)