v0.13.0
Deployed
- Vercel: Deployed
- Convex: Deployed
- crates.io: Skipped (pre-release)
Surfaces
- Engine changed: true
- Web changed: true
- Convex changed: true
Auto-generated from tag v0.13.0
What's Changed
- Add TUI list editor screen with node CRUD and reorder by @Develonaut in #431
- Wire bnto-form into TUI editor for inline parameter editing by @Develonaut in #432
- Honor slider control hint for Number params in TUI forms by @Develonaut in #433
- Wire TUI editor entry points into app state machine by @Develonaut in #434
- Add save workflow to TUI editor with dirty-exit guard by @Develonaut in #435
- Add engine-level logging system with TUI frame diagnostics by @Develonaut in #437
- Wire session logger into all CLI commands with integration tests by @Develonaut in #438
- Add TUI wizard for guided recipe creation by @Develonaut in #436
- Embed file picker in Detail screen for unified recipe flow by @Develonaut in #439
- Add power recipes strategy and gap analysis by @Develonaut in #440
- Add recipe-level dependency declarations design doc by @Develonaut in #441
- Add recipe-level dependency declarations by @Develonaut in #442
- Add shell-command processor with security validation by @Develonaut in #443
- Migrate download-video from dedicated processor to shell-command recipe by @Develonaut in #444
- Remove FieldsConfig type and fields property from Definition by @Develonaut in #445
- Add recipe fields — typed user controls with template resolution by @Develonaut in #446
- Deprioritize editor sprints, focus on engine hardening by @Develonaut in #447
- Extract oversized Rust files into focused modules by @Develonaut in #448
- Stream stderr from child processes for live execution feedback by @Develonaut in #449
- Fix TOCTOU race in NativeContext::temp_file() by @Develonaut in #450
- Add
bnto dry-runcommand for shell-command recipe inspection by @Develonaut in #451 - Make TUI execution screen show live progress by @Develonaut in #452
- Add
bnto installcommand for auto-installing recipe dependencies by @Develonaut in #453 - Upgrade GitHub Actions to Node.js 24 by @Develonaut in #454
- Add Display/Edit mode and FilePath field to bnto-form by @Develonaut in #455
- Add search, metadata columns, and breadcrumb to TUI file picker by @Develonaut in #456
- Add fuzzy Select filter and TextArea field to bnto-form by @Develonaut in #457
- Rename bnto-form crate to tonkotsu by @Develonaut in #458
Full Changelog: v0.12.0...v0.13.0