0.12.0 (2026-04-14)
- add 5 new agents (bob, deepagents, firebender, hermes, warp) and fix antigravity (fdc6ff0)
0.11.1 (2026-03-20)
- resolve ESLint no-control-regex and TS7053 errors in search-multiselect test (4001390)
0.11.0 (2026-03-14)
- show all registered agents in link prompt, pre-select lock file agents (7c31908)
0.10.3 (2026-03-06)
- push local commits when remote branch has never been pushed to (9f71dab)
0.10.2 (2026-03-05)
- gracefully handle missing gh CLI during push repo creation (bb664e7)
0.10.1 (2026-03-05)
- push unpushed commits when working tree is clean but local is ahead of remote (4b17fa0)
0.10.0 (2026-03-05)
- add
smas shorthand binary alias forskills-manager(84e2817)
0.9.1 (2026-03-04)
- add wrapper script to prevent AI from misinterpreting scoped package name (3ed5148)
0.9.0 (2026-03-04)
- use shell variable for npm scope to prevent @ symbol being parsed as file path (4fd4395)
- make auth optional — use getGitHubToken instead of ensureGitHubToken (dffc860)
0.8.0 (2026-03-04)
- support non-interactive link command via --agents, --skills, --mode flags (4deb733)
0.7.1 (2026-03-04)
- fix skill (e34552c)
0.7.0 (2026-03-04)
- add skills-manager skill for AI agent CLI operation (87e1aa1)
0.6.2 (2026-03-04)
- read CLI version dynamically from package.json (ce6008e)
- reclassify Cursor as non-universal agent with .cursor/skills project path (7187da5)
- replace all 52 no-explicit-any casts with proper types in test files (05708c7)
- use $XDG_CONFIG_HOME for amp, kimi-cli, replit, universal, goose, and crush globalPaths (62dfdc8)
- Revert "fix: reclassify Cursor as non-universal agent with .cursor/skills project path" (d0e2ec9)
0.6.1 (2026-03-04)
- update placeholder text for GitHub repo input in pull prompt (c6fb7ba)
0.6.0 (2026-03-04)
- prompt user to resolve conflicts when push is rejected by remote (8f7b159)
0.5.1 (2026-03-03)
- show project path instead of global path in --project agent selection (7de320a)
0.5.0 (2026-03-03)
- reorder project link prompts to skills → mode → agents and remove default selection (5c42e8d)
0.4.1 (2026-03-02)
- fetch remote refs before checkout to handle missing local branches (2f18f4e)
0.4.0 (2026-03-02)
- add skill selection prompt for project-level link (155b378)
0.3.0 (2026-03-02)
- add project-level link with copy/symlink mode (bcc45a6)
0.2.1 (2026-03-02)
- skip link when pull has no changes (9dc9afb)
0.2.0 (2026-03-02)
- automate releases with semantic-release (be28284)