From 0e981429eefee3d919f2214dfad451682c7f4a80 Mon Sep 17 00:00:00 2001 From: DevBroco <84507903+BroccoliFin@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:38:06 +0300 Subject: [PATCH] feat: mark Ollama + OpenAI-compatible as implemented (#102) Co-authored-by: BroccoliFin --- FEATURE_PARITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEATURE_PARITY.md b/FEATURE_PARITY.md index cda8dfd1..37929d37 100644 --- a/FEATURE_PARITY.md +++ b/FEATURE_PARITY.md @@ -164,7 +164,7 @@ This document tracks feature parity between IronClaw (Rust implementation) and O | AWS Bedrock | ✅ | ❌ | P3 | | | Google Gemini | ✅ | ❌ | P3 | | | OpenRouter | ✅ | ❌ | P3 | | -| Ollama (local) | ✅ | ❌ | P2 | Local models | +| Ollama (local) | ✅ | ✅ | - | via `rig::providers::ollama` (full support) | | node-llama-cpp | ✅ | ➖ | - | N/A for Rust | | llama.cpp (native) | ❌ | 🔮 | P3 | Rust bindings |