Skip to content

Releases: 21st-dev/1code

1Code v0.0.54

31 Jan 19:24

Choose a tag to compare

What's New

Features

  • Plugin System & Marketplace — Plugin system with marketplace, MCP authentication, and settings UI — thanks @CorentinLumineau!
  • Beta Release Channel — Early Access opt-in toggle in Settings > Beta to receive beta releases
  • MCP Servers in @ Mentions — Show MCP servers instead of individual tools in @ mentions
  • New Diff Viewer — Migrated to @pierre/diffs with expandable unmodified lines
  • Post Comments Toggle — Control whether automations post comments in GitHub/Linear or just send to your inbox — thanks @jjjrmy!

Improvements & Fixes

  • Electron 33 → 39 — Major Electron upgrade, fixed Shadow DOM text selection
  • Native Traffic Lights — Simplified to always-native traffic lights on macOS, cleaned up file viewer headers
  • Automation Triggers UX — Improved triggers UX, connection flow, and UI polish
  • Worktree Banner — Moved worktree setup banner to bottom-right corner
  • Stream Parse Fix — Fixed interrupted stream JSON parse in transform

1Code v0.0.53

30 Jan 23:33

Choose a tag to compare

What's New

Features

  • Full-Page Settings Redesign — Settings converted from modal dialog to a full-page two-panel layout with grouped sections, custom icons, and dedicated tabs for MCP, Skills, and Agents
  • MCP Servers Sidebar Widget — New MCP servers widget in the details sidebar with server icons, tool listing, and mention integration

Updates

  • Claude Code updated to 2.1.25
  • Claude Agent SDK updated to 0.2.25

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