|
17 | 17 | - `cam prompt install` - Install configured prompts to app files |
18 | 18 | - `cam prompt status` - Enhanced to show file paths |
19 | 19 |
|
| 20 | +## [1.1.0] - 2024-12-30 |
| 21 | + |
| 22 | +### Added |
| 23 | +- **Static Model List Support**: Add support for static model lists for endpoints, improving model discovery and configuration |
| 24 | +- **CLI Startup Optimization**: Implement lazy loading for CLI startup to improve performance and reduce initialization time |
| 25 | +- **Multi-Source Repository Configuration**: Add support for configuring repositories from multiple sources with parallel processing |
| 26 | +- **Multi-Model Selection**: Add multi-model selection support for Goose/Codex/Droid/Continue agents |
| 27 | +- **Agent Metadata Pulling**: Implement agent metadata pulling using awesome-claude-agents approach for better agent discovery |
| 28 | +- **Plugin Marketplace**: Add support for thedotmack plugin marketplace with enhanced marketplace:plugin naming |
| 29 | +- **New Tool Support**: |
| 30 | + - Block Goose CLI tool support |
| 31 | + - OpenCode MCP server and prompt support |
| 32 | + - Enhanced engine type determination for various AI tools |
| 33 | +- **URL Display**: Add URL display to 'extensions browse' command for better visibility |
| 34 | +- **Blackbox Integration**: Add blackbox integration and documentation |
| 35 | +- **Tool Arguments**: Pass tool arguments through CLI and show complete command with parameters |
| 36 | + |
| 37 | +### Changed |
| 38 | +- **CLI Refactoring**: |
| 39 | + - Rename 'extension' command to 'extensions' and update auto-complete |
| 40 | + - Standardize CRUD patterns across CLI commands |
| 41 | + - Fix MCP nesting issues |
| 42 | + - Deprecate 'cam plugin browse' command in favor of enhanced 'list' command |
| 43 | +- **Engine Type Detection**: Make engine type determination dynamic instead of hardcoded, with better OpenAI-compatible API support |
| 44 | +- **Model Configuration**: Unify model listing logic into a single v1_models module |
| 45 | +- **Goose Menu**: Combine goose menu into single unified list |
| 46 | + |
| 47 | +### Fixed |
| 48 | +- **Security Vulnerabilities**: Implement security fixes for critical vulnerabilities |
| 49 | +- **Test Suite Issues**: Resolve failing tests in CLI integration and plugin commands |
| 50 | +- **Plugin Conflicts**: Implement plugin conflict resolution |
| 51 | +- **Configuration Issues**: |
| 52 | + - Fix profile selection to include all profiles from toml config |
| 53 | + - Update MCP test expectations to include opencode client |
| 54 | + - Ensure OpenCode MCP configurations use correct array format |
| 55 | + - Update copilot model fetching to use configured endpoints |
| 56 | + - Fix Continue MCP config format |
| 57 | +- **Installation Issues**: Fix issue where cam update deletes npm packages |
| 58 | +- **Runtime Issues**: Fix skill and agent repository loading with parallel processing |
| 59 | +- **Config Handling**: Copy config.yaml to user directory during installation |
| 60 | + |
| 61 | +### Security |
| 62 | +- **Critical Vulnerability Fixes**: Addressed multiple security issues identified in security audit |
| 63 | + |
20 | 64 | ## [1.0.3] - 2024-10-18 |
21 | 65 |
|
22 | 66 | ### Changed |
|
0 commit comments