Skip to content

Releases: Av32000/OMCP

v1.0.1

24 Aug 09:41
v1.0.1
b70ff0c

Choose a tag to compare

🚀 Changelog

  • b70ff0c - v1.0.1
  • ab75d0e - Merge pull request #1 from Av32000/dependabot/cargo/slab-0.4.11
  • 01ddb6b - Fix RoundedBox render() panic #3
  • 0ca1cc5 - render() panics when title is almost as wide as the box
  • 7fb7506 - Bump slab from 0.4.10 to 0.4.11

v1.0.0

30 Jul 19:28
ae3aa46

Choose a tag to compare

🚀 Changelog

  • ae3aa46 - v1.0.0
  • aa1b971 - Fix cargo warnings + Ollama client not properly initialized
  • 71f41f3 - Add README.md
  • e088374 - Replace Settings Info by Model Info after /model select
  • f66386b - Add Github Action to auto generate release and build
  • 5941451 - Add Models settings : system_prompt, seed, temperature
  • 8bec2bd - Add show_thinking setting + Update UI accordingly
  • 74f394b - Add /model command + Parsing model capabilities
  • c6a8dcf - Add settings categories + UI improvement
  • 3c18c2f - Add Tools Toggle
  • c3df70d - Add args parsing
  • fc1b071 - Add MCP servers config file loading
  • a0e9df9 - Add command parsing + Settings Modification + Settings file
  • b733100 - Fix menu column mode
  • b5cb81b - Add tool confirmation menu
  • 9f2e6d0 - Add SettingsManager + Setup ToolConfirmation
  • af91381 - Init UI stack + Add /tools ui rendering + Add RoundedBox and color management to ui/tools
  • 6f8972b - Add tool call
  • d82f73c - Fetch enabled tools and provide them to ollama
  • c164f9b - Add SSE and StreamableHttp MCP Client
  • 0c57bc8 - Add Stdio MCP Client
  • 697f7db - Add OllamaChat basic struct implementation