Releases: 21st-dev/1code
Releases · 21st-dev/1code
1Code v0.0.40
What's New
Features
- Details Sidebar — New unified Details sidebar with configurable widgets
1Code v0.0.39
What's New
Improvements & Fixes
- Notifications Fix — Filter notifications by chatId to prevent spam
- Per-Workspace Sidebars — Plan and terminal sidebars are now per-workspace
- Claude SDK Error Handling — Improved error handling and categorization
- Thinking Tokens Fix — Reduced max thinking tokens to prevent exceeding limit
1Code v0.0.38
What's New
Features
- Mermaid Diagrams — Added mermaid diagram support in markdown renderer
- Manual Update Check — Added button in settings to manually check for updates
Improvements & Fixes
- Stream Stop Fix — Fixed sending queued message after stopping stream
- Extended Thinking Fix — Fixed max thinking tokens limit for Claude Opus 4.5 (64k instead of 128k)
- Stream Handling — Improved stream stop handling with proper polling
1Code v0.0.37
What's New
Improvements & Fixes
- Plan Mode UI — Improved plan mode UI and sidebar refetch
- Auto-scroll Fix — Allow user to disable auto-scroll during scroll animation
- Todo List Fix — Fixed infinite loop in todo list useEffect
1Code v0.0.36
What's New
Features
- Desktop Notifications Toggle — Easily enable/disable system notifications in Settings → Preferences — thanks @cyxzdev! (#47)
- Chat Export — Export chats via context menu - download or copy to clipboard in Markdown, JSON, or Plain Text formats (supports both full workspace and individual sub-chat export) — thanks @cyxzdev! (#47)
Improvements & Fixes
1Code v0.0.35
What's New
Features
- CLI Command Support — Open 1Code from terminal with
1code .or1code /path/to/project— thanks @caffeinum! (#15) - Support Existing CLI Config — Detect and use existing Claude API keys from CLI config — thanks @sa4hnd! (#29)
- Auto-Advance Setting — New option to control navigation after archiving a workspace (Settings → Preferences)
Improvements & Fixes
- Improved Windows PATH resolution for packaged apps — fixes Claude agents and git-lfs on Windows — thanks @prathamdby! (#75)
1Code v0.0.34
What's New
Features
- Simplified Plan Mode — Plan now shows as a compact card with option to view full plan in sidebar
- Always Expand To-Do List — New option to keep to-do list expanded (Settings → Preferences)
Improvements & Fixes
- Fixed Claude SDK spawn errors and handle expired sessions — thanks @CorentinLumineau! (#70)
- Fixed Windows compatibility for git worktree operations — thanks @ChrisPei! (#72)
- Only show traffic light spacer on macOS — thanks @ChrisPei! (#73)
- Improved plan collapsing and removed redundant "Build plan" button
- Skip Ollama checks when offline mode is disabled
- GitHub avatar loading placeholder in settings
- Fixed custom headers in MCP auth
1Code v0.0.33
What's New
Features
- Co-Authored-By Toggle — New preference to disable Claude attribution in commits (Settings → Preferences) — thanks @aadivar! (#56)
- CI/CD Release Pipeline — Automated builds for macOS (ARM64 + Intel) and Windows
Improvements & Fixes
- Fixed crash when sending follow-up messages in plan mode — thanks @arnavv-guptaa! (#68)
- Improved to-do list display during streaming updates and new generations
- Consolidated preferences into single settings group
1Code v0.0.32
What's New
Features
- MCP Authentication — Connect to authenticated MCP servers with OAuth support
- Middle-click to close tabs — Close terminal tabs with scroll wheel click
Improvements & Fixes
- Fixed plan approval triggering in all chats instead of just the current one
- Fixed queue tips display
- Web download link now automatically points to latest version
1Code v0.0.31
What's New
Features
- Offline Mode (Research Preview) — Experimental support for local LLMs via Ollama. Enable in Settings → Beta → Offline Mode. Note: This is an early preview for testing and exploration, not yet production-ready.
Improvements & Fixes
- Show "Completed Task" instead of "Task" for finished tasks
- Cmd+F now selects all text when chat search is already open
- Improved GitHub clone flow with dedicated page
- Removed duplicate PR creation toast notifications
- Better message spacing for last messages