Skip to content

v1.6.0

Choose a tag to compare

@octo-sts octo-sts released this 23 Oct 23:02
· 14 commits to main since this release

v1.6.0 (2025-10-23)

Bug Fixes

  • Add missing tomli-w dependency and update documentation (#19, 31ba393)

  • Address additional CodeRabbit review comments (#19, 31ba393)

  • Address CodeRabbitAI review comments (#19, 31ba393)

  • Address PR review feedback for slash command generator (#19, 31ba393)

  • Address remaining CodeRabbit AI review comments (#19, 31ba393)

  • Correct agent command directories based on official documentation (#19, 31ba393)

  • Correct detection logic to check command directory (#19, 31ba393)

  • Normalize path return types to strings in find_generated_files (#19, 31ba393)

  • Only fall back to bundled prompts for default directory (#19, 31ba393)

  • Update typer version constraint to match available PyPI version (#19, 31ba393)

  • config: Correct Cursor agent command directory and file extension (#19, 31ba393)

  • install: Add fallback to find prompts in installed package (#19, 31ba393)

  • review: Address PR review feedback (#19, 31ba393)

  • writer: Improve importlib.resources package anchor path (#19, 31ba393)

Chores

  • Mark task 2.0 complete - all generator subtasks finished (#19, 31ba393)

  • Remove generated test files (#19, 31ba393)

  • Update all packages to latest compatible versions (#19, 31ba393)

Continuous Integration

  • Add pre-push test hook and fix dry_run file count bug (#19, 31ba393)

Documentation

  • Add reference links to supported agents table (#19, 31ba393)

  • Add slash command generator documentation (#19, 31ba393)

  • Add TLDR section to README showing quick start workflow (#19, 31ba393)

  • Document TOML reading approach and Python version requirements (#19, 31ba393)

  • Enhance troubleshooting documentation and Python version requirements (#19, 31ba393)

  • Improve README with numbered steps and supported AI tools table (#19, 31ba393)

  • Mark task 5.0 and all subtasks complete (#19, 31ba393)

  • Reorganize README with clearer usage options (#19, 31ba393)

  • Replace Profit with SHIP IT meme in TLDR (#19, 31ba393)

  • slash-command-generator: Align documentation with actual implementation (#19, 31ba393)

  • specs: Add spec for fixing bundled prompts directory resolution (#19, 31ba393)

  • specs: Add task list for fixing bundled prompts directory resolution (#19, 31ba393)

  • tasks: Add spec and task list for code review fixes (#19, 31ba393)

  • tasks: Add spec/tasks for slash commands helper (#19, 31ba393)

  • tasks: Mark all tasks complete for bundled prompts resolution (#19, 31ba393)

  • tasks: Update task list for bundled prompts resolution (#19, 31ba393)

Features

  • Add importlib.resources support for bundled prompts resolution (#19, 31ba393)

  • Add output normalization and snapshot regression tests (#19, 31ba393)

  • Add slash_commands to package discovery configuration (#19, 31ba393)

  • Change default paths to home directory and unify option names (#19, 31ba393)

  • Fix critical audit issues and add detection path option (#19, 31ba393)

  • Implement consistent exit codes and improved error handling (#19, 31ba393)

  • Implement Markdown and TOML command generators with override support (#19, 31ba393)

  • Implement overwrite handling with backup support (#19, 31ba393)

  • Implement slash command writer with multi-agent support (#19, 31ba393)

  • Implement Typer CLI with auto-detection and selection flows (#19, 31ba393)

  • Improve --list-agents output with Rich table (#19, 31ba393)

  • Improve list-agents table formatting (#19, 31ba393)

  • server: Add command-line argument parsing for transport and port (#19, 31ba393)

  • slash-commands: Add cleanup command for generated files (#19, 31ba393)

  • slash-commands: Add generator for AI assistant native slash commands (#19, 31ba393)

  • slash-commands: Add version and updated_at metadata to generated commands (#19, 31ba393)

  • slash-commands: Bootstrap config and detection (#19, 31ba393)

Refactoring

  • Centralize version management (#19, 31ba393)

  • Remove unsupported agents and update remaining paths (#19, 31ba393)

  • generators: Align TOML format with official Gemini CLI spec (#19, 31ba393)

  • version: Support both local and installed package modes (#19, 31ba393)

Testing

  • Add generated content validation tests (#19, 31ba393)

  • coverage: Add pytest-cov configuration and documentation (#19, 31ba393)


Detailed Changes: v1.5.0...v1.6.0