Releases: PabloVitasso/Klaus-Code
Releases · PabloVitasso/Klaus-Code
Weekly Build v3.47.3-klaus.5.nightly20260329 (based on v3.47.3-klaus.5)
No changes since last weekly build.
Weekly Build v3.47.3-klaus.5.nightly20260322 (based on v3.47.3-klaus.5)
No changes since last weekly build.
Weekly Build v3.47.3-klaus.5.nightly20260315 (based on v3.47.3-klaus.5)
No changes since last weekly build.
Weekly Build v3.47.3-klaus.5.nightly20260308 (based on v3.47.3-klaus.5)
No changes since last weekly build.
Weekly Build v3.47.3-klaus.5.nightly20260301 (based on v3.47.3-klaus.5)
No changes since last weekly build.
Weekly Build v3.47.3-klaus.5.nightly20260222 (based on v3.47.3-klaus.5)
What's Changed
✨ Features
- feat(api): add undici fetch wrapper utility
- feat(minimax): add MiniMax-M2.5 and highspeed model variants
- feat(web): add blog section with initial posts (RooCodeInc#11127)
🐛 Bug Fixes
- fix(api): add undici fetch wrapper for localhost connections
- fix: restore clean pnpm-lock.yaml after corrupted merge
- fix(cloud): respect user telemetry opt-out in CloudTelemetryClient
- fix(claude-code): show "Starts when a message is sent" instead of "N/A"
- fix: await MCP server initialization before returning McpHub instance (RooCodeInc#11518)
- fix: simplify 1M context locale copy for Claude 4 models (RooCodeInc#11514)
- fix: preserve condensation summary during task resume (RooCodeInc#11487) (RooCodeInc#11488)
- fix: add follow_up param validation in AskFollowupQuestionTool (RooCodeInc#11484)
📚 Documentation
- docs: simplify operator approval step
- docs: require operator approval before merging to main
- docs: remove reapplication-plan.md (RooCodeInc#11481)
🔧 Other Changes
- refactor(api): rewrite undici fetch wrapper with proper types
- chore: prepare release v3.47.3-klaus.5
- chore: remove .nvmrc
- chore: add .nvmrc pinning Node.js 20
- chore: prepare release v3.47.3-klaus.4
- Update README.md
- Update README.md
- chore: disable E2E tests workflow
- Changeset version bump (RooCodeInc#11513)
- chore(cli): prepare release v0.0.55 (RooCodeInc#11516)
- In cli stdin stream mode we should not create new tasks (RooCodeInc#11515)
- Release v3.48.0 (RooCodeInc#11511)
- Add Anthropic Claude Sonnet 4.6 support across providers (RooCodeInc#11509)
Full Changelog: weekly-v3.47.3-klaus.3.nightly20260217...weekly-v3.47.3-klaus.5.nightly20260222
📊 28 commits in this release
🏷️ Based on: Klaus Code v3.47.3-klaus.5
Weekly Build v3.47.3-klaus.3.nightly20260217 (based on v3.47.3-klaus.3)
What's Changed
✨ Features
- feat(claude-code): update to claude-code CLI v2.1.45 model and API changes
- feat: enable E2E tests with CI infrastructure
- Reapply Batch 1: 22 clean non-AI-SDK cherry-picks (RooCodeInc#11473)
- feat: extract translation and merge resolver modes into reusable skills (RooCodeInc#11215)
- feat: add GLM-5 model support to Z.ai provider (RooCodeInc#11440)
- feat: implement ModelMessage storage layer with AI SDK response messages (RooCodeInc#11409)
- feat: wire RooMessage storage into Task.ts and all providers (RooCodeInc#11386)
- feat: rename search_and_replace tool to edit and unify edit-family UI (RooCodeInc#11296)
- feat: RooMessage type system and storage layer for ModelMessage migration (RooCodeInc#11380)
🐛 Bug Fixes
- fix: E2E test configuration for Klaus Code
- fix: restore Claude Code settings UI with rate limit dashboard
- fix: add Claude Code to UI provider dropdown and configuration
- fix: update tests and claude-code provider after upstream merge
- fix: add claude-code to provider type assertion and remove orphaned test
- fix: restore Claude Code OAuth types and remove Azure/dead code
- Add back post-revert bug fixes and features (Step 2) (RooCodeInc#11463)
- fix: restore @hannesrudolph and @daniel-lxs as default code owners (RooCodeInc#11469)
- fix: stabilize token/cache accounting across providers and routed Roo metadata (RooCodeInc#11448)
- fix: harden delegation lifecycle against race conditions with per-task metadata, mutual-exclusion guards, and multi-layer failure recovery (RooCodeInc#11379)
- fix: cancel backend auto-approval timeout when auto-approve is toggled off mid-countdown (RooCodeInc#11439)
- fix: make delegation reopen flow Roo v2-native (RooCodeInc#11418)
- fix: resolve chat scroll anchoring and task-switch scroll race condit… (RooCodeInc#11385)
- fix: harden command auto-approval against inline JS false positives (RooCodeInc#11382)
📚 Documentation
- docs: add Claude Code integration validation script to merge procedures
- docs: optimize DEVELOPMENT-ClaudeCodeConnector.md - remove changelog
- docs: extract validation script and document 2026-02-15 merge bugs
🔧 Other Changes
- chore: auto-update changelog for upcoming release
- chore: release v3.47.3-klaus.2
- chore(cli): prepare release v0.0.54 (RooCodeInc#11477)
- Add stdin stream mode for the cli (RooCodeInc#11476)
- Reapply Batches 3-4: Skills, browser removal, provider removals (6 major-conflict cherry-picks) (RooCodeInc#11475)
- Reapply Batch 2: 9 minor-conflict non-AI-SDK cherry-picks (RooCodeInc#11474)
- Revert to pre-AI-SDK state (January 29, 2026) (RooCodeInc#11462)
- Revert "Fix provider 400s: strip reasoning_details from messages, $ref from tool schemas" (RooCodeInc#11453)
- Fix provider 400s: strip reasoning_details from messages, $ref from tool schemas (RooCodeInc#11431)
- refactor: unify cache control with centralized breakpoints and universal provider options (RooCodeInc#11426)
- refactor: remove browser use functionality entirely (RooCodeInc#11392)
- chore(cli): prepare release v0.0.53 (RooCodeInc#11425)
- Make CLI auto-approve by default with require-approval opt-in (RooCodeInc#11424)
- Release: v1.111.0 (RooCodeInc#11421)
- Handle cancel/resume abort races without crashing (RooCodeInc#11422)
- refactor: remove built-in skills and built-in skills mechanism (RooCodeInc#11414)
- chore: clean up repo-facing mode rules (RooCodeInc#11410)
- Revert "feat: wire RooMessage storage into Task.ts and all providers" (RooCodeInc#11394)
- refactor: remove footgun prompting (file-based system prompt override) (RooCodeInc#11387)
- refactor: delete orphaned per-provider caching transform files (RooCodeInc#11388)
Full Changelog: weekly-v3.47.3-klaus.1.nightly20260215...weekly-v3.47.3-klaus.3.nightly20260217
📊 49 commits in this release
🏷️ Based on: Klaus Code v3.47.3-klaus.3