v0.95.9
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-onlyin TUI - Require confirmation before auto updating, regardless of any other setting
- Emulate reverse history search in TUI with
ctrl+r(requiresfzfto be installed) - Get vscode to be properly configured by
/terminal-setupforshift+enter