Skip to main content
SysNav
// CHANGELOG

Ship logs, publicly.

What shipped, when, and what changed about how your terminal behaves.

v2.2.0
JUL 9, 2026
MCPDesktop
  • MCP: connect any Model Context Protocol server — local (stdio) or remote (HTTP/SSE) — with a URL + auth headers, no bridge needed
  • New "MCP Servers" settings tab to add, edit, and remove servers with live per-server status
  • Sidekick can now use tools from remote MCP services (project trackers, SaaS connectors, and more)
v2.1.0
JUL 8, 2026
LaunchmacOSShortcutsSecurity
  • Public launch — open downloads, no account required to install; the private beta is retired
  • macOS Universal build (Intel + Apple Silicon), notarized + stapled — one download runs on every Mac
  • Whole-app zoom, plus terminal-font and tab-navigation keyboard shortcuts
  • Sidebar toggle no longer overlaps the macOS traffic-light controls
  • Security hardening: bring-your-own-key gated to Pro, per-run cost/iteration ceilings, fail-closed metering, safer command auto-approval, and hardened sign-up
  • Homebrew cask for a one-line install
v2.0.0
JUN 20, 2026
DesktopRedesign
  • The "Quiet Instrument" redesign — a calmer, faster desktop UI, top to bottom
  • Refreshed layout, sidebar, and terminal chrome for less visual noise
  • Foundation for the public 2.1 launch
v1.0.1-beta.4
JUN 1, 2026
DesktopMCPSecurityBackend
  • MCP (Model Context Protocol) client — Phase 1, stdio transport
  • New message-rendering and agent UI for clearer AI responses
  • Stateless-agent architecture with typed IPC; auth sign-in refactor
  • Backend: OpenTelemetry tracing + append-only audit log with a SHA-256 hash chain (optional S3 mirror)
  • Backend: one-shot conversation compaction at the context-budget threshold
  • Backend: Ask vs Agent modes enforced structurally — read-only stays read-only
  • Security: deep-link OAuth callbacks no longer log JWT tokens or personal data
  • Restored auto-updater wiring (groundwork — updates are still manual for now)
v1.0.0-beta.3
APR 2026
DesktopAgent
  • Synchronous agent flow with the tool system
  • Auto-updater + MemoryStore
  • SFTP hardening