Skip to content

v0.95.9

Choose a tag to compare

@dwash96 dwash96 released this 08 Jan 06:56
· 586 commits to main since this release
38dc662

What's Changed

MR: #383
Full Changelog: v0.95.8...v0.95.9

Addresses:

Includes:

  • Add an MCP Server Manager by @gopar in #361
  • feat: drop /accounts/{account_id} from model URL if env var missing by @chrisnestrud in #381
  • Prevent TUI output area from receiving focus (essentially forcing focus to remain in the prompt input)
  • Multiline user messages keep new lines in view
  • Fix error on mixing absolute and relative paths on /read-only in TUI
  • Require confirmation before auto updating, regardless of any other setting
  • Emulate reverse history search in TUI with ctrl+r (requires fzf to be installed)
  • Get vscode to be properly configured by /terminal-setup for shift+enter