Skip to content

Commit 29951bc

Browse files
authored
Merge pull request #36 from zhujian0805/main
docs: Update CHANGELOG for v1.1.0 release
2 parents 6ca56cf + 1414ebf commit 29951bc

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,50 @@
1717
- `cam prompt install` - Install configured prompts to app files
1818
- `cam prompt status` - Enhanced to show file paths
1919

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+
2064
## [1.0.3] - 2024-10-18
2165

2266
### Changed

0 commit comments

Comments
 (0)