Skip to content

Commit 929c68c

Browse files
docs: update changelog and README for v1.3 release
- Add comprehensive v1.3 changelog with configurable models feature - Update README description to reflect multi-model support - Clean up documentation section for better organization - Ensure first-time visitors see latest capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9b45382 commit 929c68c

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,30 @@
88
- Updated to use dynamic release names for built binaries
99
- Added write permissions for nightly and release jobs
1010

11-
### Latest Changes (since v1.2)
11+
## [v1.3] - 2025-01-23
1212

13-
- **Configurable Models**: Added support for user-selectable Claude models
13+
### Added
14+
- **Configurable Models**: Full support for user-selectable Claude models
1415
- Support for Claude 3.5 Sonnet, 3.7 Sonnet, 4 Sonnet, and 4 Opus
1516
- Smart planner model selection based on main model choice
1617
- Conditional thinking capabilities (disabled for 3.5 Sonnet)
1718
- Multi-model cost tracking with model-specific pricing
1819
- New settings commands: `--set-model` and `--list-models`
1920
- Cost warnings for expensive models (4 Opus)
20-
- Added new export functionality with prompt ID-based system
21+
- Enhanced planning functionality with sonnet reasoning capabilities
22+
- VSCode integration improvements with Claude Code instructions
23+
- Development conventions documentation and Copilot integration
24+
- Export functionality with prompt ID-based system
25+
26+
### Changed
27+
- Improved session management with system info integration
2128
- Enhanced session logging capabilities
22-
- Refactored user settings management for improved efficiency
23-
- Enhanced tool handling system
24-
- Improved session management
29+
- Refactored user settings and tool handling system
30+
- Updated dependencies and tool configuration management
31+
32+
### Fixed
33+
- Jina API retry logic for 403 responses with X-No-Cache header
34+
35+
### Latest Changes (since v1.3)
36+
37+
No new changes yet.

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Nightly Build](https://github.com/yourusername/ComputerUseAgent/actions/workflows/nightly.yml/badge.svg)](https://github.com/yourusername/ComputerUseAgent/actions/workflows/nightly.yml)
44

55
A sophisticated Deno-based CLI tool that provides AI-powered file editing and
6-
bash command execution capabilities using Claude 3 API.
6+
bash command execution capabilities using Claude API with configurable model selection.
77

88
## Features
99

@@ -147,14 +147,8 @@ Key configuration files:
147147

148148
## Documentation
149149

150-
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history and latest
151-
changes
152-
- Key configuration files:
153-
- [`src/config/constants.ts`](src/config/constants.ts): System-wide constants
154-
and API settings
155-
- [`src/config/logging.ts`](src/config/logging.ts): Logging configuration
156-
- [`src/config/tool_config.ts`](src/config/tool_config.ts): Tool configuration
157-
- [`deno.json`](deno.json): Deno project configuration
150+
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history and latest changes
151+
- [CONVENTIONS.md](CONVENTIONS.md) for development patterns and best practices
158152

159153
## Development
160154

0 commit comments

Comments
 (0)