Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:25

[0.11.0] - 2026-07-06

Added

  • Context compaction: /compact command summarizes older conversation turns into a single collapsible summary message to manage long conversations
  • /new command to start a fresh chat from the composer
  • Auto-compaction runs pre-send when context reaches 85% of the window, with deferred message auto-sending
  • Per-session context estimation calibrated from real provider token usage counts
  • SSH host key pinning (trust-on-first-use) for remote compute targets to prevent MITM attacks
  • Test connection panel surfaces SSH key mismatches with fingerprints and "Accept new key" button
  • Edit tool replaceAll option to replace all occurrences of a pattern instead of requiring exact single matches
  • Configurable bash timeout cap via bash_timeout_cap_secs setting (default 300s, range 5-3600s) in Settings → Agent

Changed

  • Optimized file diff rendering to avoid large LCS allocations
  • File reads now streamed instead of loading entire files into memory
  • Last turn usage remains visible while idle
  • Sessions and settings now saved via synced temp files for atomic writes
  • Wire-history cache invalidated after transcript mutations during compaction

Fixed

  • Preserve state and write files atomically