Releases: 21st-dev/1code
Releases · 21st-dev/1code
1Code v0.0.52
What's New
Features
- File Viewer Sidebar — Monaco Editor-powered file viewer with theme support, custom context menu, and find widget
- Cmd+P File Search — Quick file search dialog with recently opened files
- Terminal Display Modes — Switch between sidebar and bottom panel terminal layout
- AGENTS.md Support — Project-level instructions via AGENTS.md files
- Task Tools in Sidebar — Show task tools in details sidebar todo widget
Improvements & Fixes
- Reply to Wrong Sub-Chat Fix — Fixed pending messages being sent to inactive sub-chat tab — thanks @jjjrmy! (#127)
- Project-Level Skills Discovery — Pass project path to skills and agents queries — thanks @amal-irgashev! (#132)
- Relative Paths in Tools — Show relative paths instead of absolute in tool UI
- Attachments Layout — Render all attachment blocks in a single row above message bubble
- Any File Attachments — Allow attaching any file type in chat
- Cmd+J Terminal Toggle — Toggle terminal with keyboard shortcut
- Rollback Fix — Handle checkpoint not found gracefully
- Multi-Account Fix — Stop deleting active account when adding new one
- File Icons — Added icons for .gitignore, .npmrc, .prettierrc, and .txt files
- Sub Agent Labels — Renamed Task tool display labels to Sub agent
1Code v0.0.51
What's New
Features
- Open Automations in Browser — Automations now open in browser with external link icon
Improvements & Fixes
1Code v0.0.50
What's New
Features
- Automations & Inbox — New automations and inbox pages (beta — enable in Settings → Beta)
- Open in Editor — Open worktree workspaces directly in your code editor
- Claude Tasks UI — Visual task list support for Claude Code's TaskCreate/TodoList tools
Improvements & Fixes
1Code v0.0.49
What's New
Features
- Copy Plan — Copy plan content to clipboard
- Raw Plan View — View raw markdown of implementation plans
Improvements & Fixes
1Code v0.0.48
What's New
Bug Fixes
- Startup Crash Fix — Fixed "Cannot find module async-mutex" error that prevented app from launching
1Code v0.0.47
What's New
Improvements & Fixes
- MCP Cache Fix — Fixed MCP caching issues
- Tool UI Polish — Improved expand button spacing in bash/edit tools
- Onboarding Cleanup — Removed welcome dialog and streamlined sidebar
1Code v0.0.46
What's New
Improvements & Fixes
- Chat Stability — Improved chat remounting and migration idempotency
- Selected Text Indicator — Show "Using selected text" bubble for pasted text attachments
1Code v0.0.45
What's New
Features
- Multi-Account Support — Switch between multiple Anthropic accounts
- Remote Sandbox Chats — Full support for remote sandbox chats
- Default Agent Mode — Set default agent mode preference with per-chat mode isolation — thanks @jjjrmy! (#99)
- Batch Discard — Multi-select files for batch discard in changes view
- Terminal Copy/Paste — Improved terminal copy/paste support on Windows — thanks @ChrisPei! (#91)
Improvements & Fixes
- Command Autocomplete — Sort by name length for better UX — thanks @paul-bouzian! (#93)
- SQLite Migration Fix — Prevent crash on sub_chats drop column — thanks @a3my! (#100)
- Cross-Platform Support — Add platform provider abstraction — thanks @ChrisPei! (#80)
- Theme Selector — Add scroll and max-height to dropdown
- Kanban View — Various fixes and improvements
1Code v0.0.44
What's New
Features
- Kanban Board View — New Kanban board for managing workspaces (beta — enable in Settings → Beta)
- Voice Input — Voice dictation with OpenAI Whisper API
Improvements & Fixes
- Custom Hotkeys in Context Menus — Your keyboard shortcuts now show in context menus
- Faster Mentions — Improved @ mention menu performance
1Code v0.0.43
What's New
Features
- Multi-Window Support — Open chats in new windows via context menu
- VS Code Theme Import — Import themes from VS Code, Cursor, and Windsurf
- Human-Readable Worktree Names — Worktree folders now have readable names — thanks @paul-bouzian! (#87)
Improvements & Fixes
- Window-Scoped Sidebars — Sub-chat and details sidebars are now per-window
- Image Drops — Handle image drops as attachments, not file mentions
- Plan Refetch — Fixed plan refetch trigger with subChatId