Skip to content

v8.29.0

Choose a tag to compare

@dyoshikawa dyoshikawa released this 16 Jun 04:46
Immutable release. Only release title and notes can be modified.
1e10433

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/config for settings.toml. (#1873)
  • warp: fold non-root rules into the root AGENTS.md instead 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-paths constants 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-dependencies group with 231 updates and bump all-actions group GitHub Actions. (#1851, #1852)
  • Silence TypeScript 6.0 baseUrl deprecation in the dts build and resolve oxlint 1.69.0 / Anthropic SDK type errors.
  • Add internal maintainer slash commands: porting-another-repository (#1855) and batch-review-prs-awaiting-maintainer (renamed from batch-review-author-prs). (#1862, #1863)

Contributors

Full Changelog

v8.28.1...v8.29.0