Skip to content

Releases: pheuter/claude-agent-desktop

v0.1.3 - Fix Auto Update

24 Nov 19:17

Choose a tag to compare

What's New

Bug Fixes

  • Update notification: Fixed the update banner to display cleanly instead of rendering raw HTML from GitHub release notes. The banner now shows a compact "What's new" link that opens the releases page in your browser. (Fixes #5)

Full Changelog

v0.1.2...v0.1.3

v0.1.2 - Claude Opus 4.5 Support

24 Nov 19:00

Choose a tag to compare

What's New

image

Features

  • Claude Opus 4.5 Support: Added a smart model variant toggle in the chat input UI, allowing you to switch between Sonnet and Opus models when using Smart mode

Improvements

  • Split the 'smart' model preference into 'smart-sonnet' and 'smart-opus' for more granular control
  • Added backward compatibility for legacy 'smart' config values (automatically maps to 'smart-sonnet')

Dependencies

  • Updated @anthropic-ai/claude-agent-sdk to 0.1.51
  • Updated typescript-eslint to 8.48.0

v0.1.1 - Auto Updates and History Improvements

24 Nov 13:47
b95834c

Choose a tag to compare

What's New

  • Improved chat history drawer — Redesigned UI with glassmorphism styling and floating panel layout, plus relative time formatting for better readability
  • Auto-updates from GitHub releases — Packaged builds now automatically check for and install updates from GitHub releases
  • CI/CD pipeline — Added GitHub Actions workflow to run lint, typecheck, test, and format checks on pull requests

Dependencies

  • Updated Claude Agent SDK to 0.1.50
  • Updated Bun runtime to 1.3.3
  • Updated UV runtime to 0.9.11

Downloads

Pre-built binaries will be available for:

  • macOS (Apple Silicon)
  • Windows (x64)

v0.1.0 - Initial Release

21 Nov 18:14

Choose a tag to compare

Claude Agent Desktop

The first release of Claude Agent Desktop - an open-source desktop application that brings the full power of the Claude Agent SDK to everyone, without requiring any technical setup.

Highlights

  • Zero technical setup — All required runtimes are bundled: bun for JavaScript/TypeScript, uv for Python, and portable Git/Unix tools for Windows
  • Accessible workspace — Agent workspace defaults to ~/Desktop/claude-agent for easy collaboration between you and the agent
  • Pre-configured Skills — Built-in capabilities for document handling, data analysis, and more
  • Full agent capabilities — Execute scripts, analyze files, create documents, and automate workflows through natural conversation

Downloads

Pre-built binaries are available below for:

  • macOS (Apple Silicon)
  • Windows (x64)

Note: This project is not affiliated with Anthropic.