Skip to content

v0.2.0 — OpenRouter support

Choose a tag to compare

@Donvink Donvink released this 16 Jun 08:20
· 14 commits to main since this release

What's new

  • OpenRouter provider — access 100+ models via a single API key; set OPENROUTER_API_KEY and optionally OPENROUTER_MODEL (default: openai/gpt-4o-mini)
  • LLM_PROVIDER now accepts openrouter as a pinned value; auto includes it in round-robin when the key is set
  • Fixed CV tailoring JSON truncation on complex JDs (max_tokens 1500 → 2500, with bracket-recovery fallback)
  • Fixed CONSIDERING status missing from Kanban tracker

Thanks to @ahmad-rafee for the OpenRouter integration!