You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.