Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 15:55
· 711 commits to main since this release

🚀 Features

  • Add Agent Client Protocol (ACP) support (#4511)
  • Multi‑model/provider config with automatic switching (#4035)
  • Tetrate Agent Router: streaming support (#4477)
  • Configurable Bedrock retry settings (#4316)
  • Align Dynamic Task API with Recipe API (#4311)
  • Import YAML recipes in Desktop (#4544)
  • Read local file inputs in recipes (#4558)
  • Message metadata for visibility control (#4538)
  • Simplify navigation; fix reload (#4498)
  • Show enabled extensions first (#4423)
  • Show loading while recipes load (#4447)
  • Disable chat input during extension load (#4417)
  • Show extension loading on launch (#4412)
  • Delete sessions from history list (#4480)
  • Track sessions per agent (#4216)
  • More reliable auto‑scroll (#4504)
  • Make auto‑compact threshold configurable (UI) (#4178)

🏗️ Chores & Improvements

  • Remove deprecated Claude 3.5 models (#4590)
  • Fix auto‑compact on context limit (#3635)
  • Do not redact tool calls (#4589)

🐛 Bug Fixes

  • Remove localStorage getConfig fallbacks (#4432)
  • Fix duplicate filtering (#4409)
  • Fix macOS microphone access (#4571)
  • Fix recipe deeplink for “+” and folder changes (#4471)

🔧 DevEx