Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:02
· 16 commits to master since this release
a769df0

What's Changed

Per-role providers. Run each model where it makes sense — fast model on local Ollama, heavy writing model on a cloud endpoint. Each role gets its own provider, connection, and key.
synto setup walks you through it. (#24)

Rename a concept. synto concept rename OLD NEW moves the article, repoints every inbound link, and migrates the state DB. Use --dry-run to preview. (#29)

Per-model knobs. Set context size, temperature, and thinking on/off per role. Thinking models (Qwen 3.5, DeepSeek-R1) no longer time out on ingest — the fast role defaults to
thinking off. (#31)

Anthropic-compatible API. Point any role at Kimi and similar endpoints, on top of the existing OpenAI-compatible providers. (#22)

Fixes

  • synto serve no longer looks stuck on startup — it prints a ready line and keeps the stdout JSON-RPC stream clean. (#30)
  • OpenRouter free-tier errors (sent with a 200 status) no longer crash ingest/compile. You see the real error and the run continues. (#25)
  • No more crash on the ✓/✗ glyphs on legacy Windows consoles. (#23)
  • Wikilinks with backslashes or mixed path separators now resolve correctly. (#26, #27, #38, #45)

Thanks

Code from @PEKEW (Anthropic API support, wikilink escaping) and @charles-openclaw (wikilink fix). Bug reports from @yoderj, @wlewis55, @antongulin, and @giusepperavasio.

Full Changelog: v0.4.0...v0.5.0