OpenRouter's Ori changelog: variant fixes, picker cleanup, custom themes
Source
OpenRouter
Author
OpenRouter
Date
Terms in this piece · Glossary
agent harness — The scaffolding around a model that turns it into a working agent — the loop, the tools it can call, and the rules for when to stop.
eval — A repeatable test for AI quality — a set of tasks plus scoring — used the way software teams use test suites, because model output is too variable to judge by eyeballing.
agent hook — A script the harness runs automatically at a fixed point in an agent's loop — before a tool call, after an edit, on session start.
Why it matters
Ori 0.10.1 makes :nitro and :floor variants inherit their base model's effort settings and metadata, hides unusable :batch endpoints from the interactive picker, and adds a theme file agent hookA script the harness runs automatically at a fixed point in an agent's loop — before a tool call, after an edit, on session start.Full definition → for the TUI.