Skip to content

Z3r0 v0.1.1

Choose a tag to compare

@yv1ing yv1ing released this 05 Jun 09:31
· 13 commits to main since this release

Highlights

  • Added paginated read_subagent_task(run_id, offset) result/error reads so large subagent outputs can be consumed in chunks.
  • Kept subagent result bodies out of completion notifications; parent agents now read the full body through read_subagent_task.
  • Improved subagent runtime stability by giving each subagent driver its own bound agent graph, keeping streams alive across main agent graph rebinds.

Fixes

  • Hardened instance config refresh so runtime config is reapplied from disk, rebuilds report whether a restart happened, and config state is restored on rebuild failure.
  • Replaced frontend-only random row IDs in system config with stable agent codes.
  • Stored sandbox image size as bigint.

UI / Build

  • Added subtle playground message scrollbars that appear during wheel, touch, and keyboard scrolling.
  • Split Vite app and landing entry structure with dedicated app config and landing root.
  • Updated generated OpenAPI/types for the subagent task response shape.