Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:14
· 7 commits to main since this release
80366d8

💥 BREAKING CHANGES

  • due to - remove AI generation from agents and commands subcommands (commit by @kaichen):

    The generate subcommands no longer support AI-powered generation.
    They now only create template files that users can manually customize.
    🤖 Generated with Claude Code

✨ New Features

  • - prioritize user-writable directories in install script (commit by @kaichen)
  • - add custom agent management functionality (PR #6 by @kaichen)
  • - implement settings apply command (commit by @claude[bot])
  • - enhance import functionality for agents and commands (commit by @kaichen)

🐛 Bug Fixes

  • - address code review feedback for settings apply command (commit by @kaichen)
  • - handle trailing slashes in GitHub URLs and simplify commands import output (commit by @kaichen)
  • - skip blank messages in history command (commit by @kaichen)
  • - use UTF-8 aware string truncation in agents list (commit by @kaichen)

♻️ Refactors

  • - remove AI generation from agents and commands subcommands (commit by @kaichen)

🔧 Chores

  • - cargo fmt source code (commit by @kaichen)
  • - fix ci.yml source path (commit by @kaichen)
  • - upgrade to latest rust stable and fix fmt styles (commit by @kaichen)