Releases: Av32000/OMCP
Releases · Av32000/OMCP
v1.0.1
v1.0.0
🚀 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