| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-23 | 805 Bytes | |
| v0.21.2 source code.tar.gz | 2026-06-23 | 146.6 kB | |
| v0.21.2 source code.zip | 2026-06-23 | 176.3 kB | |
| Totals: 3 Items | 323.8 kB | 0 | |
Patch Changes
- #475
f7efb9dThanks @mattzcarey! - Fixshippie reviewcrashing on a clean install with[flue] Agent "mention" must default-export createAgent(...). The@flue/*dependencies were ranged with a caret (^1.0.0-beta.1), so installs floated to@flue/runtime@1.0.0-beta.3, whosecreateAgentmarker (__flueAgentDefinition) no longer matches the validator bundled intodist/server.mjs(built againstbeta.1's__flueCreatedAgent). Pin@flue/runtime,@flue/github, and@flue/clito exact1.0.0-beta.1so the runtime installed bynpx/the GitHub Action always matches the bundled build output.