You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.