You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default Gemini model: gemini-3.5-flash with thinking_level="medium" (previously gemini-3.1-pro-preview / high). Both default_model and flash_model point at 3.5 Flash; preset opt-ins (best, stable, budget) remain available for Pro 3.1, Pro 3, and the legacy 3-flash-preview. Rationale: 3.5 Flash beats 3.1 Pro on Google's published benchmarks at ~4× speed and <½ cost.
.claude-plugin/plugin.json version sync — was 12 versions stale at 0.3.3; now part of the documented version-sync policy in docs/PUBLISHING.md alongside pyproject.toml and package.json.
Added
Ollama vectorizer for Weaviate (text2vec-ollama) — local embedding alternative to OpenAI / built-in (#61, community contribution).
.github/workflows/release.yml — auto-creates GitHub Release with CHANGELOG section on any v*.*.* tag push. Fills the gap that left v0.4.0 through v0.6.0 without release pages (now backfilled).