agent-orchestrator/packages
Prateek 6cf195bbbd fix: serialize model/permissions/restoredAt fields in metadata read/write
The session-manager already writes model, permissions, and restoredAt to
metadata during spawn() and restore(), but writeMetadata() and
readMetadata() silently dropped these fields during serialization.

This caused session.metadata?.["model"] and session.metadata?.["permissions"]
to always be undefined when reading back from disk, preventing restored
sessions from preserving their original agent configuration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 19:32:05 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
core fix: serialize model/permissions/restoredAt fields in metadata read/write 2026-02-20 19:32:05 +05:30
integration-tests feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
plugins feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
web feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30