Skip to content

Releases: 21st-dev/1code

1Code v0.0.30

22 Jan 02:47

Choose a tag to compare

What's New

Features

  • Custom Slash Commands — Create your own slash commands with custom prompts — thanks @paul-bouzian! (#22)
  • Configurable Keyboard Shortcuts — Customize keyboard shortcuts in Settings
  • Thinking Toggle — Enable/disable extended thinking from the model selector dropdown
  • Hover-to-Select — Quick switch dialogs now select items on hover
  • File Stats in Archive — See file counts in the archive popover

Improvements & Fixes

  • Markdown tables now render correctly (GFM support)
  • Fixed newlines being lost in user messages
  • Fixed "Send now" not stopping the current stream before sending queued message
  • Improved pending question and plan approval indicators
  • Fixed diff sidebar issues in dialog and fullscreen modes
  • Fixed React 19 ref cleanup error when closing diff sidebar
  • Workspace icon setting now respected in archive popover

1Code v0.0.29

21 Jan 22:25

Choose a tag to compare

What's New

Features

  • Windows Support (Experimental) — 1Code now runs on Windows! Big thanks to @jesus-mgtc (#27) and @evgyur for their contributions making this possible.

Improvements & Fixes

  • Fixed sidebar loading spinners synchronization
  • Fixed token metadata reading from flat structure

1Code v0.0.28

21 Jan 21:55

Choose a tag to compare

What's New

Features

  • Workspace Icon Toggle — Show or hide workspace icons in appearance settings

Improvements & Fixes

  • Fixed model selector not showing all available models
  • Faster sidebar and sub-chats hover transitions
  • Cmd+D now opens Changes sidebar even without changes
  • Hide sub-chat tab when there's only one chat
  • Fixed ESC key stopping stream when closing image preview or full-page diff
  • Fixed attaching files while Claude is responding
  • Improved image-only message styling
  • Added toast notification for reply actions

1Code v0.0.27

21 Jan 06:40

Choose a tag to compare

What's New

Features

  • Text Selection from Code Blocks — Select any text from code changes and diffs to reference in your follow-up messages
  • Viewed Files Tracking — GitHub-style checkmarks in the Changes sidebar. Press V to mark files as reviewed
  • Faster Question Responses — Press Enter to send your answer immediately, your selections are now preserved

Improvements & Fixes

  • Changes sidebar now opens 5x faster
  • Fixed search highlighting when using CMD+F
  • Fixed messages not updating properly in background tabs
  • Fixed Force Push button appearing when it shouldn't
  • Fixed display issues with new files in Changes view
  • Fixed line breaks not rendering correctly in messages
  • Image-only messages now show "Using image" indicator
  • Better loading indicators for Git operations

1Code v0.0.26

20 Jan 22:47

Choose a tag to compare

What's New

Features

  • Ollama Support (Experimental) - Super experimental and unstable local LLM support via Ollama. Only available in dev mode for testing

Improvements & Fixes

  • Fixed diff display and auto-refresh on window focus
  • Fixed slow responses when MCP servers are installed
  • Fixed mention menu positioning
  • Optimized worktree startup performance
  • Eliminated 60s MCP initialization delay with smart server filtering

1Code v0.0.25

20 Jan 19:05

Choose a tag to compare

What's New

Features

  • Beta: Message Rollback - Experimental rollback feature to restore chat state to previous messages. Enable in Settings → Beta
  • Auto-detection of Claude Code Auth - Automatically detects local Claude Code authentication and won't prompt for re-login if already authorized

Improvements & Fixes

  • Fixed sub-chat functionality and improved reliability of nested conversations
  • Improved authentication flow to reduce unnecessary re-authorization prompts

1Code v0.0.24

20 Jan 09:36

Choose a tag to compare

What's New

Features

  • API key & custom provider authentication
  • Message queue system
  • Automatic ENV file copying to worktrees with customizable commands
  • GitHub client in diff sidebar
  • Clone from GitHub — thanks @caffeinum! (#15)
  • Mention AI response parts — select text and add to context
  • CMD+F chat search
  • Custom responses for Claude questions — not just predefined options
  • Styled Clone from GitHub dialog with motion animations

Improvements

  • Major performance upgrade across the app
  • Auto-scroll to newly sent messages
  • Auto-scroll to bottom during AI responses
  • Improved markdown rendering and visuals

Fixes

  • Auto-update banner no longer shows for open source users

1Code v0.0.23

19 Jan 00:39

Choose a tag to compare

What's New

Features

  • Added scroll-to-bottom button with Cmd+↓ hotkey
  • Archive now kills terminal processes and deletes worktree

Fixes

  • Fixed excessive re-renders in sidebar during scroll
  • Restored copy and play buttons for AI messages
  • ESC now skips AskQuestion instead of stopping stream
  • Show full command in collapsed tool view
  • Fixed tool display state during streaming

1Code v0.0.22

18 Jan 08:12

Choose a tag to compare

What's New

Fixes

  • Fixed scroll behavior: users can now scroll up freely during streaming
  • Fixed input lag by deferring trigger detection to next frame
  • Fixed tool display state during streaming

1Code v0.0.21

18 Jan 06:36

Choose a tag to compare

What's New

Performance

  • Major performance improvements
  • Optimized re-renders during streaming
  • Improved message store caching and cleanup

Improvements

  • Simplified scroll position logic for better auto-scroll during streaming