Skip to content

Releases: 21st-dev/1code

1Code v0.0.52

30 Jan 07:12

Choose a tag to compare

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

29 Jan 22:04

Choose a tag to compare

What's New

Features

  • Open Automations in Browser — Automations now open in browser with external link icon

Improvements & Fixes

  • Send Now Fix — Fixed queued messages being lost when clicking "Send Now" during streaming — thanks @jjjrmy! (#126)
  • Symlinks in Skills — Fixed symlink handling in skills
  • Compact Commands — Improved compact command display
  • Plan Text Fix — Fixed build plan text rendering

1Code v0.0.50

29 Jan 01:02

Choose a tag to compare

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

  • Expired Questions UX — Keep expired AskUserQuestion visible and send answers as messages — thanks @jjjrmy! (#121)
  • Default Model Fix — Fixed chat UI disabled state when creating new chat with wrong default model

1Code v0.0.49

27 Jan 20:47

Choose a tag to compare

What's New

Features

  • Copy Plan — Copy plan content to clipboard
  • Raw Plan View — View raw markdown of implementation plans

Improvements & Fixes

  • New Subchat Input Fix — Fixed disabled input and mode mismatch when creating new sub-chats — thanks @jjjrmy! (#117)
  • Theme Detection Fix — Fixed VSCode/Cursor theme detection using robust JSONC parser — thanks @jjjrmy! (#118)
  • Message Store — Include meta in message store state

1Code v0.0.48

27 Jan 04:48

Choose a tag to compare

What's New

Bug Fixes

  • Startup Crash Fix — Fixed "Cannot find module async-mutex" error that prevented app from launching

1Code v0.0.47

27 Jan 04:27

Choose a tag to compare

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

26 Jan 07:18

Choose a tag to compare

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

26 Jan 05:31

Choose a tag to compare

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

25 Jan 07:55

Choose a tag to compare

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

25 Jan 05:05

Choose a tag to compare

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