Commit graph

3 commits

Author SHA1 Message Date
ClearClown
6e2c0e721e feat(claudecode): update completion actions and clean up README
- Added new actions for `claude-quick` including 'optimize', 'refactor', 'test', and 'docs'.
- Removed redundant code from the `_claude_quick` function to streamline the completion process.
- Cleaned up the README by removing outdated usage examples for `claude-quick` to reflect the latest features.
2025-06-15 17:37:35 +09:00
ClearClown
f02139ac12 feat(claudecode): add usage examples and test script for ClaudeCode plugin
- Introduced a new examples.zsh file demonstrating various usage scenarios for the ClaudeCode Oh My Zsh plugin, including basic commands, model selection, Git integration, and advanced workflows.
- Added a test_plugin.zsh script to validate the functionality of the plugin, including alias and function definitions, as well as specific command tests.
- Enhanced the testing framework to ensure robust functionality and user experience.
2025-06-15 17:07:31 +09:00
ClearClown
4830a615a2 feat(claudecode): add ClaudeCode CLI plugin with autocompletion and aliases
- Introduced a new plugin for the Claude Code CLI, providing autocompletion for commands and flags.
- Added useful aliases for quick access to common commands and functionalities.
- Implemented helper functions for session management, project analysis, and enhanced piping capabilities.
- Included a README file detailing features, installation instructions, and usage examples.
2025-06-15 17:07:17 +09:00