Skip to content

v1.5.0

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Mar 20:18

What's New

  • Arrow selector fixed β€” uses tty.setcbreak + os.write to fd directly; menus redraw in place instead of duplicating
  • Live API model routing β€” models discovered from Claude/Qwen API endpoints now route to the correct provider (previously fell through to Ollama)
  • Unlimited iterations β€” removed the 15-iteration cap; AI keeps working until the task is done
  • Provider-aware model pickers β€” /model and /models track which provider each model belongs to

Fixes

  • Arrow-key selector no longer shows literal [s/[u/[3A escape codes
  • Picking a live Qwen API model (e.g. qwen3.5-122b-a10b) no longer shows "not installed"
  • Switching models no longer triggers full update check on all installed models