chore: release v0.0.19 hotfix for ollama missing provider

This commit is contained in:
OpenClaw Manager
2026-03-07 01:13:39 +01:00
parent 58aa151e06
commit 50b01c30a5
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ jobs:
- **React Lazy Chunking:** Split the frontend JS bundles. Heavy components (Settings, API tools) load entirely on demand, severely lightening the payload.
- **Concurrent Shell Environment Check:** Rust environment assertions (`node`, `git`, OpenClaw CLI) now evaluate in parallel async via `tokio`, cutting startup delay significantly.
- **Next-Gen 2026 AI Models:** Formally bumped and integrated the newest developer API endpoints matching the absolute latest models out right now: Anthropic (Claude Opus/Sonnet 4.6), OpenAI (GPT-5.4, o3-mini), Google (Gemini 3.1 Pro/Flash-Lite), DeepSeek, Qwen (3.5 Plus/Max), MiniMax (M2.5), and Venice AI (Llama 3.3 Default).
- **Hotfix (v0.0.19):** Restored the Ollama local AI provider configuration that was accidentally dropped in the previous update.
See the [full changelog](https://github.com/${{ github.repository }}/commits/${{ github.ref_name }}) for details.
draft: true
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openclaw-manager",
"version": "0.0.18",
"version": "0.0.19",
"description": "🦞 OpenClaw Cross-Platform Manager - High-Performance AI Assistant Configuration & Service Management",
"author": "OpenClaw Team",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openclaw-manager"
version = "0.0.18"
version = "0.0.19"
description = "OpenClaw Cross-Platform Manager"
authors = ["OpenClaw Team"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenClaw Manager",
"version": "0.0.18",
"version": "0.0.19",
"identifier": "com.openclaw.manager",
"build": {
"beforeDevCommand": "npm run dev",