agent-orchestrator/packages/web
Sujay Choubey fc6095c8ad fix: start lifecycle manager in web dashboard to update session status
The dashboard was permanently showing all sessions as "spawning" because
the lifecycle manager was never started. The lifecycle manager is the
component that polls sessions and detects state transitions (spawning →
working → pr_open → etc.), updating the metadata files accordingly.

This change initializes and starts the lifecycle manager when the web
services are created, enabling automatic session status updates.

Closes #79

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-18 00:00:42 +05:30
..
e2e feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
screenshots feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
server feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
src fix: start lifecycle manager in web dashboard to update session status 2026-02-18 00:00:42 +05:30
.env.local.example feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
.gitignore feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
next-env.d.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
next.config.js feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
package.json feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
postcss.config.mjs feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
tsconfig.json fix: resolve dashboard GitHub API rate limiting and PR enrichment (#37) 2026-02-15 04:14:54 +05:30
vitest.config.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30