- Releases
- Ironflow Desktop v0.14.0
Ironflow Desktop v0.14.0
Ironflow Desktop v0.14.0 opens the agent surface to more than one provider. You can pick a model per conversation, set a default provider for new chats, and drive the agent through a Codex subscription alongside the existing engines. Bundled skills also stop going quiet: a script now runs on either agent engine, and a forked skill tells you when the copy underneath it has moved.
- Multi-provider agent model support. Choose the model that runs a conversation instead of taking one fixed default, with driver coverage enforced by tests and continuation rollback made transactional (#1901)
- Codex subscription engine. Codex joins the available agent engines, driven by your own subscription (#1899)
- CLI provider defaults for new conversations. Set the provider a new chat starts on, and a reconnect keeps the model you picked rather than reverting (#1896)
- A forked skill tells you when its bundled base changed. A fork wins precedence forever, including across app updates that move the bundled copy underneath it, and nothing said so. The skill catalog now carries both
version:stamps, which separates “you changed this” from “the copy underneath you changed” (#1904, #1907)
Changed
Section titled “Changed”- New workroom chats open on the Context tab. A freshly created chat docks the focused environment onto Context instead of leaving the tab wherever it was last. Background chat creation does not move a tab you are not looking at (#1909)
- Bundled skills stay compiled and are not seeded into the Skills page. Settles ADR 0045: the properties seeding would have added already exist through the skill cards, the disabled-skills list, and skill forking (#1905)
- Bundled skill scripts run on both agent engines. Four skills told the model to execute a path that existed on neither engine, because a packaged script is served from an in-memory catalog and is not a file any shell can run. Measured at 8/8 failed exec attempts before the fix and 0/8 after. Agent model defaults no longer go stale (#1903)
Download the latest build from the releases page.