Skip to content

Latest commit

 

History

History
166 lines (73 loc) · 6.78 KB

File metadata and controls

166 lines (73 loc) · 6.78 KB

0.12.0 (2026-04-14)

Features

  • add 5 new agents (bob, deepagents, firebender, hermes, warp) and fix antigravity (fdc6ff0)

0.11.1 (2026-03-20)

Bug Fixes

  • resolve ESLint no-control-regex and TS7053 errors in search-multiselect test (4001390)

0.11.0 (2026-03-14)

Features

  • show all registered agents in link prompt, pre-select lock file agents (7c31908)

0.10.3 (2026-03-06)

Bug Fixes

  • push local commits when remote branch has never been pushed to (9f71dab)

0.10.2 (2026-03-05)

Bug Fixes

  • gracefully handle missing gh CLI during push repo creation (bb664e7)

0.10.1 (2026-03-05)

Bug Fixes

  • push unpushed commits when working tree is clean but local is ahead of remote (4b17fa0)

0.10.0 (2026-03-05)

Features

  • add sm as shorthand binary alias for skills-manager (84e2817)

0.9.1 (2026-03-04)

Bug Fixes

  • add wrapper script to prevent AI from misinterpreting scoped package name (3ed5148)

0.9.0 (2026-03-04)

Bug Fixes

  • use shell variable for npm scope to prevent @ symbol being parsed as file path (4fd4395)

Features

  • make auth optional — use getGitHubToken instead of ensureGitHubToken (dffc860)

0.8.0 (2026-03-04)

Features

  • support non-interactive link command via --agents, --skills, --mode flags (4deb733)

0.7.1 (2026-03-04)

Bug Fixes

0.7.0 (2026-03-04)

Features

  • add skills-manager skill for AI agent CLI operation (87e1aa1)

0.6.2 (2026-03-04)

Bug Fixes

  • 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)

Reverts

  • Revert "fix: reclassify Cursor as non-universal agent with .cursor/skills project path" (d0e2ec9)

0.6.1 (2026-03-04)

Bug Fixes

  • update placeholder text for GitHub repo input in pull prompt (c6fb7ba)

0.6.0 (2026-03-04)

Features

  • prompt user to resolve conflicts when push is rejected by remote (8f7b159)

0.5.1 (2026-03-03)

Bug Fixes

  • show project path instead of global path in --project agent selection (7de320a)

0.5.0 (2026-03-03)

Features

  • reorder project link prompts to skills → mode → agents and remove default selection (5c42e8d)

0.4.1 (2026-03-02)

Bug Fixes

  • fetch remote refs before checkout to handle missing local branches (2f18f4e)

0.4.0 (2026-03-02)

Features

  • add skill selection prompt for project-level link (155b378)

0.3.0 (2026-03-02)

Features

  • add project-level link with copy/symlink mode (bcc45a6)

0.2.1 (2026-03-02)

Bug Fixes

  • skip link when pull has no changes (9dc9afb)

0.2.0 (2026-03-02)

Features

  • automate releases with semantic-release (be28284)