Skip to content

Aikito v1.24.0

Choose a tag to compare

@lsaint lsaint released this 03 Sep 06:32
· 26 commits to main since this release

What's Changed

Added

  • Multi-path and multi-active project targets: agent.toml supports candidate paths via a single path, a list of paths, or a named [paths] table for cross-platform roaming.
  • Dynamic multi-active project synchronization: aikito sync project <name> automatically synchronizes instructions, skills, and memory across all active paths detected on the local filesystem (e.g. multiple Git worktrees).
  • Fail-fast preflight validation across all active project paths before modifying links or files.
  • Non-fatal offline paths in agent.toml: missing candidate paths on the local machine are safely preserved without reporting errors in aikito status or aikito doctor.
  • Model configuration support for Antigravity CLI subagents ([subagents.<name>.agy].model).

Changed

  • Documented -InstallDir parameter usage for the PowerShell installer install.ps1.

Fixed

  • Handled known workspace, configuration, and conflict exceptions cleanly in the CLI entrypoint without displaying raw tracebacks unless --debug or AIKITO_DEBUG=1 is set.
  • Improved PowerShell command line AST element resolution, auto-injected alias fallback, and added a runnable one-liner to append completions in install.ps1.
  • Resolved temporary test directory symlink paths and 8.3 short names on Windows to prevent assertion mismatches.

Full Changelog

v1.23.0...v1.24.0