conductor-oss 0.2.17 → 0.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/dashboard.js +2 -2
- package/dist/commands/start.d.ts +3 -6
- package/dist/commands/start.d.ts.map +1 -1
- package/dist/commands/start.js +389 -220
- package/dist/commands/start.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/native/conductor +0 -0
- package/node_modules/@conductor-oss/core/dist/session-manager.js +1 -1
- package/node_modules/@conductor-oss/core/dist/session-manager.js.map +1 -1
- package/node_modules/@conductor-oss/plugin-agent-amp/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-ccr/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-claude-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-codex/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-cursor-cli/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-droid/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-gemini/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-github-copilot/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-opencode/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-qwen-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-mcp-server/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-desktop/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-discord/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-runtime-tmux/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-scm-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-terminal-web/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-tracker-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-workspace-worktree/package.json +1 -1
- package/package.json +21 -22
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/app-path-routes-manifest.json +0 -1
- package/web/.next/standalone/packages/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/packages/web/.next/routes-manifest.json +0 -6
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/api/access/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/attachments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/events/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/repos/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/notifications/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/actions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/checks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/diff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feedback/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/keys/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/kill/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/restore/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/branches/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/page/react-loadable-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app-paths-manifest.json +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__1ed2e6c1._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__3d6b30a3._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__a0b6570d._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0e4dc4f7.js +2 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{[root-of-the-server]__2814b563._.js → [root-of-the-server]__1c826f12._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__6622b514._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__869d9ac0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__9dc23e5a._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__b388693f._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_0e1412de._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{_b0abbdd9._.js → _20a4007d._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_69e05fca._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_80efe193._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_b6d31783._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{_0973acf3._.js → _b88bcf2c._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_c0f0e227._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_f36ddaa9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_270cb834._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{node_modules_@clerk_nextjs_dist_esm_app-router_ae92e1b6._.js → node_modules_@clerk_nextjs_dist_esm_app-router_2985ec6c._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_ad33a435._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_f2ebd7a9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_79316445._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_a078c137._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_app_page_tsx_cd282e82._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{packages_web_src_components_f2c9e753._.js → packages_web_src_components_6cec00fe._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/functions-config-manifest.json +1 -2
- package/web/.next/standalone/packages/web/.next/server/pages/404.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +8 -8
- package/web/.next/standalone/packages/web/.next/static/chunks/062888342200567f.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/695b7cb206c6dadd.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/6b43741a27171ff7.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/8221b78965a50858.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/858f7ae5c23d7b37.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/8de84e208e201d72.css +3 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{9785347bf1d88302.js → ad82e3dcd5fe1a50.js} +3 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/c4ea57fb949fb623.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{4c566fd1e4a92935.js → d9d05e7b540400af.js} +1 -1
- package/web/.next/{static/chunks/719697e99b51d55b.js → standalone/packages/web/.next/static/chunks/f5d9ad0f62ede339.js} +1 -1
- package/web/.next/standalone/packages/web/src/app/page.tsx +3 -4555
- package/web/.next/standalone/packages/web/src/app/sessions/[id]/page.tsx +2 -115
- package/web/.next/standalone/packages/web/src/components/layout/AppShell.tsx +62 -2
- package/web/.next/standalone/packages/web/src/components/layout/TopBar.tsx +19 -19
- package/web/.next/standalone/packages/web/src/components/layout/WorkspaceSidebarPanel.tsx +68 -10
- package/web/.next/standalone/packages/web/src/features/dashboard/DashboardClient.tsx +4587 -0
- package/web/.next/standalone/packages/web/src/features/dashboard/components/WorkspaceOverview.tsx +296 -0
- package/web/.next/standalone/packages/web/src/features/sessions/SessionPageClient.tsx +135 -0
- package/web/.next/standalone/packages/web/src/hooks/useSessionFeed.ts +17 -13
- package/web/.next/standalone/packages/web/src/hooks/useSessions.ts +37 -7
- package/web/.next/standalone/packages/web/src/proxy.ts +1 -0
- package/web/.next/static/chunks/062888342200567f.js +1 -0
- package/web/.next/static/chunks/695b7cb206c6dadd.js +1 -0
- package/web/.next/static/chunks/6b43741a27171ff7.js +1 -0
- package/web/.next/static/chunks/8221b78965a50858.js +1 -0
- package/web/.next/static/chunks/858f7ae5c23d7b37.js +1 -0
- package/web/.next/static/chunks/8de84e208e201d72.css +3 -0
- package/web/.next/static/chunks/{9785347bf1d88302.js → ad82e3dcd5fe1a50.js} +3 -3
- package/web/.next/static/chunks/c4ea57fb949fb623.js +1 -0
- package/web/.next/static/chunks/{4c566fd1e4a92935.js → d9d05e7b540400af.js} +1 -1
- package/web/.next/{standalone/packages/web/.next/static/chunks/719697e99b51d55b.js → static/chunks/f5d9ad0f62ede339.js} +1 -1
- package/dist/commands/watch.d.ts +0 -12
- package/dist/commands/watch.d.ts.map +0 -1
- package/dist/commands/watch.js +0 -84
- package/dist/commands/watch.js.map +0 -1
- package/dist/commands/webhook.d.ts +0 -12
- package/dist/commands/webhook.d.ts.map +0 -1
- package/dist/commands/webhook.js +0 -59
- package/dist/commands/webhook.js.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts +0 -28
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.js +0 -295
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.js.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/package.json +0 -11
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/app-paths-manifest.json +0 -3
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/build-manifest.json +0 -11
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/server-reference-manifest.json +0 -4
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js +0 -8
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.map +0 -5
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.nft.json +0 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route_client-reference-manifest.js +0 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__7633d324._.js +0 -4
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__bf8faac8._.js +0 -4
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_web__next-internal_server_app_api_agents_route_actions_29063d1a.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_39a27288._.js +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/1867dba46fcc022e.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/995a5af4e8529901.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/ab8ef6c7dfc78082.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/b5e2d1ef92e508a0.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/dc65fd7512517f7d.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/e8283780c26eaa91.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/fe557eb4039d8a8d.css +0 -3
- package/web/.next/standalone/packages/web/src/app/api/agents/route.ts +0 -223
- package/web/.next/static/chunks/1867dba46fcc022e.js +0 -1
- package/web/.next/static/chunks/995a5af4e8529901.js +0 -1
- package/web/.next/static/chunks/ab8ef6c7dfc78082.js +0 -1
- package/web/.next/static/chunks/b5e2d1ef92e508a0.js +0 -1
- package/web/.next/static/chunks/dc65fd7512517f7d.js +0 -1
- package/web/.next/static/chunks/e8283780c26eaa91.js +0 -1
- package/web/.next/static/chunks/fe557eb4039d8a8d.css +0 -3
- /package/web/.next/standalone/packages/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_ssgManifest.js +0 -0
- /package/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_buildManifest.js +0 -0
- /package/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{U7zhuWy5hxiSO9ZXtDOfi → UGPSYGs8x8jahGnVodP_c}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../.env.example","../../../../../next.config.ts","../../../../../package.json","../../../../../postcss.config.mjs","../../../../../public/agents/amp-dark.svg","../../../../../public/agents/amp-light.svg","../../../../../public/agents/claude-dark.svg","../../../../../public/agents/claude-light.svg","../../../../../public/agents/codex-dark.svg","../../../../../public/agents/codex-light.svg","../../../../../public/agents/copilot-dark.svg","../../../../../public/agents/copilot-light.svg","../../../../../public/agents/cursor-dark.svg","../../../../../public/agents/cursor-light.svg","../../../../../public/agents/droid-dark.svg","../../../../../public/agents/droid-light.svg","../../../../../public/agents/gemini-dark.svg","../../../../../public/agents/gemini-light.svg","../../../../../public/agents/opencode-dark.svg","../../../../../public/agents/opencode-light.svg","../../../../../public/agents/qwen-dark.svg","../../../../../public/agents/qwen-light.svg","../../../../../public/icons/editors/logseq.svg","../../../../../public/icons/editors/typora-32.png","../../../../../public/icons/editors/typora.png","../../../../../public/icons/ide/antigravity-dark.svg","../../../../../public/icons/ide/antigravity-light.svg","../../../../../public/icons/ide/cursor-dark.svg","../../../../../public/icons/ide/cursor-light.svg","../../../../../public/icons/ide/intellij.svg","../../../../../public/icons/ide/vscode-dark.svg","../../../../../public/icons/ide/vscode-insiders.svg","../../../../../public/icons/ide/vscode-light.svg","../../../../../public/icons/ide/windsurf-dark.svg","../../../../../public/icons/ide/windsurf-light.svg","../../../../../public/icons/ide/xcode.svg","../../../../../public/icons/ide/zed-dark.svg","../../../../../public/icons/ide/zed-light.svg","../../../../../src/app/api/access/route.ts","../../../../../src/app/api/agents/route.ts","../../../../../src/app/api/attachments/route.ts","../../../../../src/app/api/auth/session/route.ts","../../../../../src/app/api/boards/route.ts","../../../../../src/app/api/config/route.ts","../../../../../src/app/api/context-files/route.ts","../../../../../src/app/api/events/route.ts","../../../../../src/app/api/filesystem/directory/route.ts","../../../../../src/app/api/github/repos/route.ts","../../../../../src/app/api/health/boards/route.ts","../../../../../src/app/api/health/sessions/route.ts","../../../../../src/app/api/notifications/route.ts","../../../../../src/app/api/preferences/route.ts","../../../../../src/app/api/repositories/route.ts","../../../../../src/app/api/sessions/[id]/actions/route.ts","../../../../../src/app/api/sessions/[id]/checks/route.ts","../../../../../src/app/api/sessions/[id]/diff/route.ts","../../../../../src/app/api/sessions/[id]/feed/route.ts","../../../../../src/app/api/sessions/[id]/feedback/route.ts","../../../../../src/app/api/sessions/[id]/files/route.ts","../../../../../src/app/api/sessions/[id]/keys/route.ts","../../../../../src/app/api/sessions/[id]/kill/route.ts","../../../../../src/app/api/sessions/[id]/output/route.ts","../../../../../src/app/api/sessions/[id]/output/stream/route.ts","../../../../../src/app/api/sessions/[id]/restore/route.ts","../../../../../src/app/api/sessions/[id]/route.ts","../../../../../src/app/api/sessions/[id]/send/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/spawn/route.ts","../../../../../src/app/api/workspaces/branches/route.ts","../../../../../src/app/api/workspaces/route.ts","../../../../../src/app/auth/grant/route.ts","../../../../../src/app/globals.css","../../../../../src/app/icon.svg","../../../../../src/app/layout.tsx","../../../../../src/app/page.tsx","../../../../../src/app/sessions/[id]/page.tsx","../../../../../src/app/sign-in/[[...sign-in]]/page.tsx","../../../../../src/app/unlock/UnlockForm.tsx","../../../../../src/app/unlock/page.tsx","../../../../../src/components/ActivityDot.tsx","../../../../../src/components/AgentTileIcon.tsx","../../../../../src/components/Dashboard.tsx","../../../../../src/components/EmptyState.tsx","../../../../../src/components/SessionCard.tsx","../../../../../src/components/TerminalView.tsx","../../../../../src/components/ThemeProvider.tsx","../../../../../src/components/agents/AgentGrid.tsx","../../../../../src/components/board/WorkspaceKanban.tsx","../../../../../src/components/layout/AppShell.tsx","../../../../../src/components/layout/EmptyState.tsx","../../../../../src/components/layout/Sidebar.tsx","../../../../../src/components/layout/TopBar.tsx","../../../../../src/components/layout/WorkspaceSidebarPanel.tsx","../../../../../src/components/sessions/ChatPanel.tsx","../../../../../src/components/sessions/SessionDetail.tsx","../../../../../src/components/sessions/SessionDiff.tsx","../../../../../src/components/sessions/SessionOverview.tsx","../../../../../src/components/ui/Badge.tsx","../../../../../src/components/ui/Button.tsx","../../../../../src/components/ui/Card.tsx","../../../../../src/components/ui/RunningDots.tsx","../../../../../src/components/ui/ScrollArea.tsx","../../../../../src/components/ui/Separator.tsx","../../../../../src/components/ui/StatusDot.tsx","../../../../../src/components/ui/Tabs.tsx","../../../../../src/components/ui/Tooltip.tsx","../../../../../src/hooks/useAgents.ts","../../../../../src/hooks/useConfig.ts","../../../../../src/hooks/usePreferences.ts","../../../../../src/hooks/useSession.ts","../../../../../src/hooks/useSessionFeed.ts","../../../../../src/hooks/useSessionOutputStream.ts","../../../../../src/hooks/useSessions.ts","../../../../../src/lib/accessControl.test.ts","../../../../../src/lib/accessControl.ts","../../../../../src/lib/agentUtils.ts","../../../../../src/lib/auth.ts","../../../../../src/lib/chatFeed.ts","../../../../../src/lib/cn.ts","../../../../../src/lib/edgeAuth.test.ts","../../../../../src/lib/edgeAuth.ts","../../../../../src/lib/editorLinks.ts","../../../../../src/lib/event-bus-singleton.ts","../../../../../src/lib/liveEvents.ts","../../../../../src/lib/modelAccess.ts","../../../../../src/lib/projectConfigSync.ts","../../../../../src/lib/remoteAuth.ts","../../../../../src/lib/runtimeAgentModels.test.ts","../../../../../src/lib/runtimeAgentModels.ts","../../../../../src/lib/runtimeAgentModelsShared.ts","../../../../../src/lib/serialize.ts","../../../../../src/lib/services.ts","../../../../../src/lib/types.ts","../../../../../src/proxy.ts","../../../../../tsconfig.json","../../../chunks/[root-of-the-server]__09c3bdaf._.js","../../../chunks/[root-of-the-server]__1ed2e6c1._.js","../../../chunks/[root-of-the-server]__1f626a16._.js","../../../chunks/[root-of-the-server]__48875cbb._.js","../../../chunks/[root-of-the-server]__5661ca72._.js","../../../chunks/[root-of-the-server]__7633d324._.js","../../../chunks/[root-of-the-server]__913af875._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/node_modules_07d85415._.js","../../../chunks/node_modules_f0726c19._.js","../../../chunks/node_modules_next_dist_79f1aee4._.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_0e4dc4f7.js","../../../chunks/node_modules_next_f2da0d3e._.js","../../../chunks/node_modules_next_f5199d09._.js","../../../chunks/packages_core_dist_index_cdd30418.js","../../../chunks/packages_plugins_agent-amp_dist_index_bf3d8239.js","../../../chunks/packages_plugins_agent-ccr_dist_index_69cbf726.js","../../../chunks/packages_plugins_agent-claude-code_dist_index_31314e43.js","../../../chunks/packages_plugins_agent-cursor-cli_dist_index_8d5cc426.js","../../../chunks/packages_plugins_agent-droid_dist_index_f731227a.js","../../../chunks/packages_plugins_agent-gemini_dist_index_b2d219e8.js","../../../chunks/packages_plugins_agent-github-copilot_dist_index_9f80cb45.js","../../../chunks/packages_plugins_agent-opencode_dist_index_7c7015da.js","../../../chunks/packages_plugins_agent-qwen-code_dist_index_46dd8653.js","../../../chunks/packages_plugins_notifier-desktop_dist_index_ef3473f0.js","../../../chunks/packages_plugins_notifier-discord_dist_index_34257226.js","../../../chunks/packages_plugins_scm-github_dist_index_3b5a621e.js","../../../chunks/packages_plugins_terminal-web_dist_index_1e0706d3.js","../../../chunks/packages_plugins_tracker-github_dist_index_2d7af62f.js","../../../chunks/packages_web__next-internal_server_app_api_workspaces_route_actions_795ab8d9.js","../../../chunks/packages_web_src_lib_d64596cc._.js","./route_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../.env.example","../../../../../next.config.ts","../../../../../package.json","../../../../../postcss.config.mjs","../../../../../public/agents/amp-dark.svg","../../../../../public/agents/amp-light.svg","../../../../../public/agents/claude-dark.svg","../../../../../public/agents/claude-light.svg","../../../../../public/agents/codex-dark.svg","../../../../../public/agents/codex-light.svg","../../../../../public/agents/copilot-dark.svg","../../../../../public/agents/copilot-light.svg","../../../../../public/agents/cursor-dark.svg","../../../../../public/agents/cursor-light.svg","../../../../../public/agents/droid-dark.svg","../../../../../public/agents/droid-light.svg","../../../../../public/agents/gemini-dark.svg","../../../../../public/agents/gemini-light.svg","../../../../../public/agents/opencode-dark.svg","../../../../../public/agents/opencode-light.svg","../../../../../public/agents/qwen-dark.svg","../../../../../public/agents/qwen-light.svg","../../../../../public/icons/editors/logseq.svg","../../../../../public/icons/editors/typora-32.png","../../../../../public/icons/editors/typora.png","../../../../../public/icons/ide/antigravity-dark.svg","../../../../../public/icons/ide/antigravity-light.svg","../../../../../public/icons/ide/cursor-dark.svg","../../../../../public/icons/ide/cursor-light.svg","../../../../../public/icons/ide/intellij.svg","../../../../../public/icons/ide/vscode-dark.svg","../../../../../public/icons/ide/vscode-insiders.svg","../../../../../public/icons/ide/vscode-light.svg","../../../../../public/icons/ide/windsurf-dark.svg","../../../../../public/icons/ide/windsurf-light.svg","../../../../../public/icons/ide/xcode.svg","../../../../../public/icons/ide/zed-dark.svg","../../../../../public/icons/ide/zed-light.svg","../../../../../src/app/api/access/route.ts","../../../../../src/app/api/attachments/route.ts","../../../../../src/app/api/auth/session/route.ts","../../../../../src/app/api/boards/route.ts","../../../../../src/app/api/config/route.ts","../../../../../src/app/api/context-files/route.ts","../../../../../src/app/api/events/route.ts","../../../../../src/app/api/filesystem/directory/route.ts","../../../../../src/app/api/github/repos/route.ts","../../../../../src/app/api/health/boards/route.ts","../../../../../src/app/api/health/sessions/route.ts","../../../../../src/app/api/notifications/route.ts","../../../../../src/app/api/preferences/route.ts","../../../../../src/app/api/repositories/route.ts","../../../../../src/app/api/sessions/[id]/actions/route.ts","../../../../../src/app/api/sessions/[id]/checks/route.ts","../../../../../src/app/api/sessions/[id]/diff/route.ts","../../../../../src/app/api/sessions/[id]/feed/route.ts","../../../../../src/app/api/sessions/[id]/feedback/route.ts","../../../../../src/app/api/sessions/[id]/files/route.ts","../../../../../src/app/api/sessions/[id]/keys/route.ts","../../../../../src/app/api/sessions/[id]/kill/route.ts","../../../../../src/app/api/sessions/[id]/output/route.ts","../../../../../src/app/api/sessions/[id]/output/stream/route.ts","../../../../../src/app/api/sessions/[id]/restore/route.ts","../../../../../src/app/api/sessions/[id]/route.ts","../../../../../src/app/api/sessions/[id]/send/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/spawn/route.ts","../../../../../src/app/api/workspaces/branches/route.ts","../../../../../src/app/api/workspaces/route.ts","../../../../../src/app/auth/grant/route.ts","../../../../../src/app/globals.css","../../../../../src/app/icon.svg","../../../../../src/app/layout.tsx","../../../../../src/app/page.tsx","../../../../../src/app/sessions/[id]/page.tsx","../../../../../src/app/sign-in/[[...sign-in]]/page.tsx","../../../../../src/app/unlock/UnlockForm.tsx","../../../../../src/app/unlock/page.tsx","../../../../../src/components/ActivityDot.tsx","../../../../../src/components/AgentTileIcon.tsx","../../../../../src/components/Dashboard.tsx","../../../../../src/components/EmptyState.tsx","../../../../../src/components/SessionCard.tsx","../../../../../src/components/TerminalView.tsx","../../../../../src/components/ThemeProvider.tsx","../../../../../src/components/agents/AgentGrid.tsx","../../../../../src/components/board/WorkspaceKanban.tsx","../../../../../src/components/layout/AppShell.tsx","../../../../../src/components/layout/EmptyState.tsx","../../../../../src/components/layout/Sidebar.tsx","../../../../../src/components/layout/TopBar.tsx","../../../../../src/components/layout/WorkspaceSidebarPanel.tsx","../../../../../src/components/sessions/ChatPanel.tsx","../../../../../src/components/sessions/SessionDetail.tsx","../../../../../src/components/sessions/SessionDiff.tsx","../../../../../src/components/sessions/SessionOverview.tsx","../../../../../src/components/ui/Badge.tsx","../../../../../src/components/ui/Button.tsx","../../../../../src/components/ui/Card.tsx","../../../../../src/components/ui/RunningDots.tsx","../../../../../src/components/ui/ScrollArea.tsx","../../../../../src/components/ui/Separator.tsx","../../../../../src/components/ui/StatusDot.tsx","../../../../../src/components/ui/Tabs.tsx","../../../../../src/components/ui/Tooltip.tsx","../../../../../src/features/dashboard/DashboardClient.tsx","../../../../../src/features/dashboard/components/WorkspaceOverview.tsx","../../../../../src/features/sessions/SessionPageClient.tsx","../../../../../src/hooks/useAgents.ts","../../../../../src/hooks/useConfig.ts","../../../../../src/hooks/usePreferences.ts","../../../../../src/hooks/useSession.ts","../../../../../src/hooks/useSessionFeed.ts","../../../../../src/hooks/useSessionOutputStream.ts","../../../../../src/hooks/useSessions.ts","../../../../../src/lib/accessControl.test.ts","../../../../../src/lib/accessControl.ts","../../../../../src/lib/agentUtils.ts","../../../../../src/lib/auth.ts","../../../../../src/lib/chatFeed.ts","../../../../../src/lib/cn.ts","../../../../../src/lib/edgeAuth.test.ts","../../../../../src/lib/edgeAuth.ts","../../../../../src/lib/editorLinks.ts","../../../../../src/lib/event-bus-singleton.ts","../../../../../src/lib/liveEvents.ts","../../../../../src/lib/modelAccess.ts","../../../../../src/lib/projectConfigSync.ts","../../../../../src/lib/remoteAuth.ts","../../../../../src/lib/runtimeAgentModels.test.ts","../../../../../src/lib/runtimeAgentModels.ts","../../../../../src/lib/runtimeAgentModelsShared.ts","../../../../../src/lib/serialize.ts","../../../../../src/lib/services.ts","../../../../../src/lib/types.ts","../../../../../src/proxy.ts","../../../../../tsconfig.json","../../../chunks/[root-of-the-server]__09c3bdaf._.js","../../../chunks/[root-of-the-server]__1ed2e6c1._.js","../../../chunks/[root-of-the-server]__1f626a16._.js","../../../chunks/[root-of-the-server]__48875cbb._.js","../../../chunks/[root-of-the-server]__5661ca72._.js","../../../chunks/[root-of-the-server]__913af875._.js","../../../chunks/[root-of-the-server]__a0b6570d._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/node_modules_07d85415._.js","../../../chunks/node_modules_f0726c19._.js","../../../chunks/node_modules_next_dist_79f1aee4._.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_0e4dc4f7.js","../../../chunks/node_modules_next_f2da0d3e._.js","../../../chunks/node_modules_next_f5199d09._.js","../../../chunks/packages_core_dist_index_cdd30418.js","../../../chunks/packages_plugins_agent-amp_dist_index_bf3d8239.js","../../../chunks/packages_plugins_agent-ccr_dist_index_69cbf726.js","../../../chunks/packages_plugins_agent-claude-code_dist_index_31314e43.js","../../../chunks/packages_plugins_agent-cursor-cli_dist_index_8d5cc426.js","../../../chunks/packages_plugins_agent-droid_dist_index_f731227a.js","../../../chunks/packages_plugins_agent-gemini_dist_index_b2d219e8.js","../../../chunks/packages_plugins_agent-github-copilot_dist_index_9f80cb45.js","../../../chunks/packages_plugins_agent-opencode_dist_index_7c7015da.js","../../../chunks/packages_plugins_agent-qwen-code_dist_index_46dd8653.js","../../../chunks/packages_plugins_notifier-desktop_dist_index_ef3473f0.js","../../../chunks/packages_plugins_notifier-discord_dist_index_34257226.js","../../../chunks/packages_plugins_scm-github_dist_index_3b5a621e.js","../../../chunks/packages_plugins_terminal-web_dist_index_1e0706d3.js","../../../chunks/packages_plugins_tracker-github_dist_index_2d7af62f.js","../../../chunks/packages_web__next-internal_server_app_api_workspaces_route_actions_795ab8d9.js","../../../chunks/packages_web_src_lib_d64596cc._.js","./route_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--U7zhuWy5hxiSO9ZXtDOfi--><html lang="en" class="tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/051742360c26797e-s.p.102b7f24.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/fe557eb4039d8a8d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/9785347bf1d88302.js" async=""></script><script src="/_next/static/chunks/fdcf16937d36c773.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.js" async=""></script><script src="/_next/static/chunks/ab8ef6c7dfc78082.js" async=""></script><script src="/_next/static/chunks/4c566fd1e4a92935.js" async=""></script><script src="/_next/static/chunks/adf48bd54f32b061.js" async=""></script><script src="/_next/static/chunks/1867dba46fcc022e.js" async=""></script><meta name="next-size-adjust" content=""/><title>Conductor</title><meta name="description" content="Multi-agent orchestrator dashboard"/><link rel="icon" href="/icon.svg?icon.9058dcb8.svg" sizes="any" type="image/svg+xml"/><script>try{var t=localStorage.getItem("conductor-theme");var e=document.documentElement;e.classList.remove("light","dark");e.classList.add(t==="light"||t==="dark"?t:"dark")}catch{}</script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased"><div hidden=""><!--$--><!--/$--></div><div style="--workspace-sidebar-width:356px" class="relative flex h-dvh min-h-[100dvh] w-full max-w-full overflow-hidden bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><button type="button" class="absolute inset-0 z-20 bg-black/45 lg:hidden" aria-label="Close workspace panel"></button><aside class="absolute inset-y-0 left-0 z-30 flex h-full w-[min(90vw,var(--workspace-sidebar-width))] flex-col border-r border-[var(--vk-border)] bg-[var(--vk-bg-panel)] transition-transform duration-200 lg:relative lg:w-[var(--workspace-sidebar-width)] translate-x-0 lg:left-auto"><div class="flex h-full min-h-0 w-full flex-col bg-[var(--vk-bg-panel)]"><section class="flex h-[57px] items-center border-b border-[var(--vk-border)] px-4"><p class="truncate text-[15px] font-medium leading-[21px] text-[var(--vk-text-strong)]">conductor-oss</p><button type="button" class="ml-auto inline-flex h-7 items-center gap-1 rounded-[4px] border border-[var(--vk-border)] px-2 text-[12px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" aria-label="Add workspace"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg><span>Add Workspace</span></button></section><section class="border-b border-[var(--vk-border)] pb-2 pt-1.5"><div class="flex h-[28px] items-center px-3"><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Projects</p></div><div class="max-h-[260px] overflow-y-auto px-2"></div></section><section class="flex min-h-0 flex-1 flex-col pt-1.5"><div class="flex h-full min-h-0 flex-col"><div class="flex h-[38px] items-center px-2 pb-1.5 pt-1.5"><label class="flex h-[30px] flex-1 items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><input placeholder="Search..." class="ml-1.5 w-full bg-transparent text-[14px] text-[var(--vk-text-normal)] outline-none placeholder:text-[var(--vk-text-muted)]" value=""/></label></div><div class="flex-1 overflow-y-auto px-2 pb-2"><p class="px-2 py-2 text-[14px] text-[var(--vk-text-muted)]">No sessions</p></div></div></section></div></aside><button type="button" class="absolute left-[var(--workspace-sidebar-width)] top-2 z-40 hidden h-7 w-7 -translate-x-1/2 items-center justify-center rounded-[4px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-muted)] shadow-[0_0_0_1px_rgba(0,0,0,0.25)] hover:bg-[var(--vk-bg-hover)] lg:inline-flex" aria-label="Hide workspace panel"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-panel-right-close h-4 w-4" aria-hidden="true"><rect width="18" height="18" x="3" y="3" rx="2"></rect><path d="M15 3v18"></path><path d="m8 9 3 3-3 3"></path></svg></button><main class="relative flex min-w-0 flex-1 flex-col overflow-hidden bg-[var(--vk-bg-main)]"><header class="flex h-[36px] items-center border-b border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-2 text-[11px] text-[var(--vk-text-muted)] sm:h-[33px]"><div class="min-w-0 flex-1 text-center"><span class="block truncate">Create Workspace</span></div><div class="ml-1 flex shrink-0"><button type="button" class="inline-flex h-6 w-6 items-center justify-center rounded-[4px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)] hover:text-[var(--vk-text-normal)]" aria-label="Open preferences" title="Preferences"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-3.5 w-3.5" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></button></div></header><div class="min-h-0 flex-1 overflow-hidden"><div class="flex h-full min-h-0 flex-col"><div class="border-b border-[var(--vk-border)] px-3 py-2"><div class="inline-flex rounded-[3px] border border-[var(--vk-border)] p-px"><button type="button" class="min-h-[28px] rounded-[2px] px-3 text-[13px] bg-[var(--vk-bg-active)] text-[var(--vk-text-strong)]">Chat</button><button type="button" class="min-h-[28px] rounded-[2px] px-3 text-[13px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)]">Board</button></div></div><div class="min-h-0 flex-1 overflow-hidden"><section class="flex h-full min-h-0 items-start justify-center overflow-auto bg-[var(--vk-bg-main)] px-3 py-4 sm:items-center sm:px-6 sm:py-6"><div class="w-full max-w-[768px]"><h1 class="pb-4 text-center text-[30px] font-medium leading-[34px] tracking-[-0.7px] text-[var(--vk-text-strong)] sm:text-[36px] sm:leading-[40px] sm:tracking-[-0.9px]">What would you like to work on?</h1><div class="mx-auto w-full rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] p-px"><div class="flex flex-wrap items-center gap-2 border-b border-[var(--vk-border)] px-2 pb-[9px] pt-2"><img src="/agents/qwen-dark.svg" alt="qwen-code icon" loading="lazy" class="h-[25px] w-[25px] border-none bg-transparent shrink-0 rounded-[0.2rem] object-contain scale-125"/><button type="button" class="inline-flex h-[31px] max-w-[70vw] items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] outline-none hover:bg-[var(--vk-bg-hover)] data-[state=open]:bg-[var(--vk-bg-hover)] sm:max-w-none" aria-label="Select agent" id="radix-_R_9la5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="truncate pr-1">Qwen Code</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><button type="button" disabled="" class="ml-auto flex h-[31px] min-w-[220px] items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-left disabled:cursor-not-allowed disabled:opacity-50 sm:ml-0 sm:w-[286px]" aria-label="Link task" id="radix-_R_dla5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="pr-2 text-[12px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Task</span><span class="min-w-0 flex-1 truncate text-[14px] leading-[21px] text-[var(--vk-text-normal)]">Link task</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><div class="rounded-[3.5px]"><div class="flex flex-col gap-3 p-2"><div class="relative w-full"><textarea placeholder="Describe the task..." rows="1" class="min-h-[24px] w-full resize-none bg-transparent pr-8 text-[16px] leading-[24px] text-[var(--vk-text-normal)] outline-none placeholder:text-[var(--vk-text-muted)]"></textarea><button type="button" aria-label="Preview" class="absolute right-0 top-0 inline-flex h-[24px] w-[24px] items-center justify-center rounded-[4px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye h-[14px] w-[14px]" aria-hidden="true"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg></button></div><div class="flex flex-col gap-3 sm:flex-row sm:items-end sm:justify-between"><div class="flex min-w-0 flex-1 flex-wrap items-center gap-x-1 gap-y-2"><button type="button" class="inline-flex h-[29px] w-[29px] items-center justify-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" aria-label="Select workspace or project" id="radix-_R_5ala5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sliders-horizontal h-[15px] w-[15px]" aria-hidden="true"><path d="M10 5H3"></path><path d="M12 19H3"></path><path d="M14 3v4"></path><path d="M16 17v4"></path><path d="M21 12h-9"></path><path d="M21 19h-5"></path><path d="M21 5h-7"></path><path d="M8 10v4"></path><path d="M8 12H3"></path></svg></button><button type="button" class="inline-flex h-[29px] items-center gap-[4px] rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)] disabled:cursor-not-allowed disabled:opacity-60" id="radix-_R_9ala5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span>Default</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-[10px] w-[10px] text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><div class="inline-flex h-[29px] w-[29px] items-center justify-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right h-[15px] w-[15px]" aria-hidden="true"><path d="m6 17 5-5-5-5"></path><path d="m13 17 5-5-5-5"></path></svg></div><button type="button" class="inline-flex h-[29px] items-center gap-[4px] rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" id="radix-_R_hala5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span>Default</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-[10px] w-[10px] text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><button type="button" class="inline-flex h-[29px] w-[20px] items-center justify-center text-[var(--vk-text-muted)] hover:text-[var(--vk-text-normal)]" aria-label="Add workspace"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-paperclip h-[18px] w-[18px]" aria-hidden="true"><path d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"></path></svg></button><button type="button" disabled="" class="inline-flex min-h-[29px] max-w-[320px] items-center justify-center truncate text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:text-[var(--vk-text-strong)] disabled:cursor-not-allowed disabled:opacity-50" id="radix-_R_pala5btb_" aria-haspopup="menu" aria-expanded="false" data-state="closed">Select project</button></div><div class="flex w-full justify-end sm:w-auto"><button type="button" disabled="" class="inline-flex min-h-[29px] items-center justify-center rounded-[3px] bg-[var(--vk-bg-hover)] px-[8px] py-[6.5px] text-[16px] leading-[16px] text-[var(--vk-text-strong)] transition-colors hover:bg-[var(--vk-bg-active)] disabled:cursor-not-allowed disabled:opacity-50">Create</button></div></div><label class="flex items-start gap-2 rounded-[4px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] px-2 py-2 text-[13px] text-[var(--vk-text-normal)]"><input type="checkbox" class="mt-0.5 h-4 w-4 rounded border border-[var(--vk-border)] bg-transparent accent-[var(--vk-orange)]" checked=""/><span>Use worktree isolation<span class="block text-[11px] text-[var(--vk-text-muted)]">If unchecked, the session runs directly on the selected branch in the local repo.</span></span></label></div></div></div></div></section></div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/ba2aa8b54e912820.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[46770,[\"/_next/static/chunks/9785347bf1d88302.js\",\"/_next/static/chunks/fdcf16937d36c773.js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ClientPageRoot\"]\n6:I[30997,[\"/_next/static/chunks/9785347bf1d88302.js\",\"/_next/static/chunks/fdcf16937d36c773.js\",\"/_next/static/chunks/ab8ef6c7dfc78082.js\",\"/_next/static/chunks/4c566fd1e4a92935.js\",\"/_next/static/chunks/adf48bd54f32b061.js\",\"/_next/static/chunks/1867dba46fcc022e.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\n10:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/fe557eb4039d8a8d.css\",\"style\"]\n:HL[\"/_next/static/media/051742360c26797e-s.p.102b7f24.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"U7zhuWy5hxiSO9ZXtDOfi\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/fe557eb4039d8a8d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/9785347bf1d88302.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fdcf16937d36c773.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{var t=localStorage.getItem(\\\"conductor-theme\\\");var e=document.documentElement;e.classList.remove(\\\"light\\\",\\\"dark\\\");e.classList.add(t===\\\"light\\\"||t===\\\"dark\\\"?t:\\\"dark\\\")}catch{}\"}}]}],[\"$\",\"body\",null,{\"className\":\"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab8ef6c7dfc78082.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/4c566fd1e4a92935.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/adf48bd54f32b061.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1867dba46fcc022e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"IconMark\"]\nb:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Conductor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent orchestrator dashboard\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.9058dcb8.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--UGPSYGs8x8jahGnVodP_c--><html lang="en" class="tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/051742360c26797e-s.p.102b7f24.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/8de84e208e201d72.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/ad82e3dcd5fe1a50.js" async=""></script><script src="/_next/static/chunks/fdcf16937d36c773.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.js" async=""></script><script src="/_next/static/chunks/c4ea57fb949fb623.js" async=""></script><script src="/_next/static/chunks/d9d05e7b540400af.js" async=""></script><script src="/_next/static/chunks/adf48bd54f32b061.js" async=""></script><script src="/_next/static/chunks/062888342200567f.js" async=""></script><meta name="next-size-adjust" content=""/><title>Conductor</title><meta name="description" content="Multi-agent orchestrator dashboard"/><link rel="icon" href="/icon.svg?icon.9058dcb8.svg" sizes="any" type="image/svg+xml"/><script>try{var t=localStorage.getItem("conductor-theme");var e=document.documentElement;e.classList.remove("light","dark");e.classList.add(t==="light"||t==="dark"?t:"dark")}catch{}</script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased"><div hidden=""><!--$--><!--/$--></div><div style="--workspace-sidebar-width:356px" class="relative flex h-dvh min-h-[100dvh] w-full max-w-full overflow-hidden bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><button type="button" class="absolute inset-0 z-20 bg-black/45 lg:hidden" aria-label="Close workspace panel"></button><aside class="absolute inset-y-0 left-0 z-30 flex h-full w-[min(90vw,var(--workspace-sidebar-width))] flex-col border-r border-[var(--vk-border)] bg-[var(--vk-bg-panel)] transition-transform duration-200 lg:relative lg:w-[var(--workspace-sidebar-width)] translate-x-0 lg:left-auto"><div class="flex h-full min-h-0 w-full flex-col bg-[var(--vk-bg-panel)]"><section class="border-b border-[var(--vk-border)] px-4 py-4"><div class="flex items-start gap-3"><span class="inline-flex h-10 w-10 items-center justify-center rounded-[10px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layers h-4 w-4" aria-hidden="true"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"></path><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"></path><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"></path></svg></span><div class="min-w-0 flex-1"><p class="truncate text-[15px] font-medium leading-[21px] text-[var(--vk-text-strong)]">conductor-oss</p><p class="mt-1 text-[12px] text-[var(--vk-text-muted)]">0<!-- --> projects, <!-- -->0<!-- --> active sessions</p></div></div><button type="button" class="mt-3 inline-flex h-8 w-full items-center justify-center gap-1 rounded-[6px] border border-[var(--vk-border)] px-2 text-[12px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" aria-label="Add workspace"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg><span>Add Workspace</span></button></section><section class="border-b border-[var(--vk-border)] pb-2 pt-1.5"><div class="flex h-[28px] items-center px-3"><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Projects</p></div><div class="max-h-[260px] overflow-y-auto px-2"><button type="button" class="mb-1.5 flex w-full items-center gap-3 rounded-[6px] px-3 py-2.5 text-left text-[14px] leading-[21px] bg-[var(--vk-bg-hover)] text-[var(--vk-text-normal)]"><span class="h-2.5 w-2.5 rounded-full bg-[var(--vk-text-muted)]"></span><span class="truncate">All projects</span><span class="ml-auto text-[11px] text-[var(--vk-text-muted)]">0</span></button></div></section><section class="flex min-h-0 flex-1 flex-col pt-1.5"><div class="flex h-full min-h-0 flex-col"><div class="flex h-[38px] items-center px-2 pb-1.5 pt-1.5"><label class="flex h-[30px] flex-1 items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><input placeholder="Search..." class="ml-1.5 w-full bg-transparent text-[14px] text-[var(--vk-text-normal)] outline-none placeholder:text-[var(--vk-text-muted)]" value=""/></label></div><div class="flex-1 overflow-y-auto px-2 pb-2"><p class="px-2 py-2 text-[14px] text-[var(--vk-text-muted)]">No sessions</p></div></div></section></div></aside><div class="absolute bottom-0 left-[var(--workspace-sidebar-width)] top-0 z-30 hidden w-2 -translate-x-1/2 cursor-col-resize lg:block" aria-hidden="true"><div class="mx-auto h-full w-px bg-transparent transition-colors hover:bg-[var(--vk-border)]"></div></div><button type="button" class="absolute left-[var(--workspace-sidebar-width)] top-2 z-40 hidden h-7 w-7 -translate-x-1/2 items-center justify-center rounded-[4px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-muted)] shadow-[0_0_0_1px_rgba(0,0,0,0.25)] hover:bg-[var(--vk-bg-hover)] lg:inline-flex" aria-label="Hide workspace panel"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-panel-right-close h-4 w-4" aria-hidden="true"><rect width="18" height="18" x="3" y="3" rx="2"></rect><path d="M15 3v18"></path><path d="m8 9 3 3-3 3"></path></svg></button><main class="relative flex min-w-0 flex-1 flex-col overflow-hidden bg-[var(--vk-bg-main)]"><header class="flex h-12 items-center border-b border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-4 text-[13px] text-[var(--vk-text-muted)] sm:h-14 sm:px-5 sm:text-[14px]"><div class="min-w-0 flex-1 text-center"><span class="block truncate font-medium tracking-[0.01em] text-[var(--vk-text-normal)]">All Projects</span></div><div class="ml-1 flex shrink-0"><button type="button" class="inline-flex h-8 w-8 items-center justify-center rounded-[6px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)] hover:text-[var(--vk-text-normal)]" aria-label="Open preferences" title="Preferences"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-4 w-4" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></button></div></header><div class="min-h-0 flex-1 overflow-hidden"><div class="flex h-full min-h-0 flex-col"><div class="border-b border-[var(--vk-border)] bg-[linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0))]"><div class="mx-auto flex w-full max-w-[1440px] flex-col gap-4 px-3 py-3 sm:px-4"><div class="flex flex-col gap-3 lg:flex-row lg:items-start lg:justify-between"><div class="max-w-3xl"><p class="text-[11px] uppercase tracking-[0.12em] text-[var(--vk-text-muted)]">Frontend Control Surface</p><h1 class="mt-1 text-[24px] font-semibold leading-[1.05] tracking-[-0.04em] text-[var(--vk-text-strong)] sm:text-[30px]">Operate workspaces, sessions, and agents from one surface.</h1><p class="mt-2 max-w-2xl text-[13px] leading-6 text-[var(--vk-text-muted)]">The current design language stays intact, but the workspace entrypoint now exposes status, recent activity, and project context without forcing you into a blank composer first.</p></div><div class="flex flex-wrap items-center gap-2"><div class="inline-flex rounded-[6px] border border-[var(--vk-border)] p-1"><button type="button" class="min-h-[32px] rounded-[4px] px-3 text-[13px] bg-[var(--vk-bg-active)] text-[var(--vk-text-strong)]">Chat launchpad</button><button type="button" class="min-h-[32px] rounded-[4px] px-3 text-[13px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)]">Board view</button></div><button class="inline-flex items-center justify-center rounded-[var(--radius-sm)] border font-medium transition-colors duration-150 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-[var(--vk-orange)] disabled:pointer-events-none disabled:opacity-45 border-[var(--vk-border)] bg-transparent text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)] h-8 px-3 text-[13px] gap-1.5">Add workspace</button></div></div><div class="grid gap-3 md:grid-cols-2 xl:grid-cols-4"><div class="surface-card rounded-[var(--radius-md)] border bg-[color:color-mix(in_srgb,var(--vk-bg-panel)_86%,transparent)]"><div class="px-3 flex items-center gap-3 py-3"><span class="inline-flex h-10 w-10 items-center justify-center rounded-[6px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-git2 lucide-folder-git-2 h-4 w-4" aria-hidden="true"><path d="M18 19a5 5 0 0 1-5-5v8"></path><path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5"></path><circle cx="13" cy="12" r="2"></circle><circle cx="20" cy="19" r="2"></circle></svg></span><div><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Projects</p><p class="mt-1 text-[22px] font-semibold text-[var(--vk-text-strong)]">0</p></div></div></div><div class="surface-card rounded-[var(--radius-md)] border bg-[color:color-mix(in_srgb,var(--vk-bg-panel)_86%,transparent)]"><div class="px-3 flex items-center gap-3 py-3"><span class="inline-flex h-10 w-10 items-center justify-center rounded-[6px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layers h-4 w-4" aria-hidden="true"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"></path><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"></path><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"></path></svg></span><div><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Active sessions</p><p class="mt-1 text-[22px] font-semibold text-[var(--vk-text-strong)]">0</p></div></div></div><div class="surface-card rounded-[var(--radius-md)] border bg-[color:color-mix(in_srgb,var(--vk-bg-panel)_86%,transparent)]"><div class="px-3 flex items-center gap-3 py-3"><span class="inline-flex h-10 w-10 items-center justify-center rounded-[6px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles h-4 w-4" aria-hidden="true"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg></span><div><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Need attention</p><p class="mt-1 text-[22px] font-semibold text-[var(--vk-text-strong)]">0</p></div></div></div><div class="surface-card rounded-[var(--radius-md)] border bg-[color:color-mix(in_srgb,var(--vk-bg-panel)_86%,transparent)]"><div class="px-3 flex items-center gap-3 py-3"><span class="inline-flex h-10 w-10 items-center justify-center rounded-[6px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-branch h-4 w-4" aria-hidden="true"><path d="M15 6a9 9 0 0 0-9 9V3"></path><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle></svg></span><div><p class="text-[11px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Merge ready</p><p class="mt-1 text-[22px] font-semibold text-[var(--vk-text-strong)]">0</p></div></div></div></div><div class="grid gap-3 xl:grid-cols-[1.35fr_0.95fr]"><div class="surface-card rounded-[var(--radius-md)] border"><div class="flex items-center gap-2 border-b border-[var(--vk-border)] px-3 py-2 justify-between"><div><p class="text-[14px] font-semibold text-[var(--vk-text-strong)]">Recent sessions</p><p class="text-[12px] text-[var(--vk-text-muted)]">Jump back into active work without hunting through the sidebar.</p></div><span class="inline-flex items-center gap-1 rounded-[3px] border px-1.5 py-0.5 text-[11px] leading-none border-[var(--vk-border)] bg-transparent text-[var(--vk-text-muted)]">0</span></div><div class="px-3 py-2 space-y-2"><p class="text-[13px] text-[var(--vk-text-muted)]">No sessions yet. Create one from the launchpad below.</p></div></div><div class="surface-card rounded-[var(--radius-md)] border"><div class="flex items-center gap-2 border-b border-[var(--vk-border)] px-3 py-2 justify-between"><div><p class="text-[14px] font-semibold text-[var(--vk-text-strong)]">Project focus</p><p class="text-[12px] text-[var(--vk-text-muted)]">Select a project to scope new work.</p></div><span class="inline-flex items-center gap-1 rounded-[3px] border px-1.5 py-0.5 text-[11px] leading-none border-[var(--vk-border)] bg-transparent text-[var(--vk-text-muted)]">1<!-- --> agents</span></div><div class="px-3 py-2 space-y-2"><button type="button" class="flex w-full items-center justify-between rounded-[6px] border px-3 py-2 text-left border-[var(--vk-border)] bg-[var(--vk-bg-hover)] text-[var(--vk-text-strong)]"><span>All projects</span><span class="inline-flex items-center gap-1 rounded-[3px] border px-1.5 py-0.5 text-[11px] leading-none border-[var(--vk-border)] bg-transparent text-[var(--vk-text-muted)]">0</span></button><p class="text-[13px] text-[var(--vk-text-muted)]">No configured projects yet.</p></div></div></div></div></div><div class="min-h-0 flex-1 overflow-hidden"><section class="flex h-full min-h-0 items-start justify-center overflow-auto bg-[var(--vk-bg-main)] px-3 py-4 sm:items-center sm:px-6 sm:py-6"><div class="w-full max-w-[768px]"><h1 class="pb-4 text-center text-[30px] font-medium leading-[34px] tracking-[-0.7px] text-[var(--vk-text-strong)] sm:text-[36px] sm:leading-[40px] sm:tracking-[-0.9px]">What would you like to work on?</h1><div class="mx-auto w-full rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] p-px"><div class="flex flex-wrap items-center gap-2 border-b border-[var(--vk-border)] px-2 pb-[9px] pt-2"><img src="/agents/claude-dark.svg" alt="claude-code icon" loading="lazy" class="h-[25px] w-[25px] border-none bg-transparent shrink-0 rounded-[0.2rem] object-contain scale-125"/><button type="button" class="inline-flex h-[31px] max-w-[70vw] items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] outline-none hover:bg-[var(--vk-bg-hover)] data-[state=open]:bg-[var(--vk-bg-hover)] sm:max-w-none" aria-label="Select agent" id="radix-_R_9lalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="truncate pr-1">Claude Code</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><button type="button" disabled="" class="ml-auto flex h-[31px] min-w-[220px] items-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-left disabled:cursor-not-allowed disabled:opacity-50 sm:ml-0 sm:w-[286px]" aria-label="Link task" id="radix-_R_dlalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="pr-2 text-[12px] uppercase tracking-[0.08em] text-[var(--vk-text-muted)]">Task</span><span class="min-w-0 flex-1 truncate text-[14px] leading-[21px] text-[var(--vk-text-normal)]">Link task</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><div class="rounded-[3.5px]"><div class="flex flex-col gap-3 p-2"><div class="relative w-full"><textarea placeholder="Describe the task..." rows="1" class="min-h-[24px] w-full resize-none bg-transparent pr-8 text-[16px] leading-[24px] text-[var(--vk-text-normal)] outline-none placeholder:text-[var(--vk-text-muted)]"></textarea><button type="button" aria-label="Preview" class="absolute right-0 top-0 inline-flex h-[24px] w-[24px] items-center justify-center rounded-[4px] text-[var(--vk-text-muted)] hover:bg-[var(--vk-bg-hover)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye h-[14px] w-[14px]" aria-hidden="true"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg></button></div><div class="flex flex-col gap-3 sm:flex-row sm:items-end sm:justify-between"><div class="flex min-w-0 flex-1 flex-wrap items-center gap-x-1 gap-y-2"><button type="button" class="inline-flex h-[29px] w-[29px] items-center justify-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" aria-label="Select workspace or project" id="radix-_R_5alalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sliders-horizontal h-[15px] w-[15px]" aria-hidden="true"><path d="M10 5H3"></path><path d="M12 19H3"></path><path d="M14 3v4"></path><path d="M16 17v4"></path><path d="M21 12h-9"></path><path d="M21 19h-5"></path><path d="M21 5h-7"></path><path d="M8 10v4"></path><path d="M8 12H3"></path></svg></button><button type="button" class="inline-flex h-[29px] items-center gap-[4px] rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)] disabled:cursor-not-allowed disabled:opacity-60" id="radix-_R_9alalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span>Default</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-[10px] w-[10px] text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><div class="inline-flex h-[29px] w-[29px] items-center justify-center rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] text-[var(--vk-text-normal)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right h-[15px] w-[15px]" aria-hidden="true"><path d="m6 17 5-5-5-5"></path><path d="m13 17 5-5-5-5"></path></svg></div><button type="button" class="inline-flex h-[29px] items-center gap-[4px] rounded-[3px] border border-[var(--vk-border)] bg-[var(--vk-bg-panel)] px-[9px] py-[5px] text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:bg-[var(--vk-bg-hover)]" id="radix-_R_halalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span>Default</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-[10px] w-[10px] text-[var(--vk-text-muted)]" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><button type="button" class="inline-flex h-[29px] w-[20px] items-center justify-center text-[var(--vk-text-muted)] hover:text-[var(--vk-text-normal)]" aria-label="Add workspace"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-paperclip h-[18px] w-[18px]" aria-hidden="true"><path d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"></path></svg></button><button type="button" disabled="" class="inline-flex min-h-[29px] max-w-[320px] items-center justify-center truncate text-[14px] leading-[21px] text-[var(--vk-text-normal)] hover:text-[var(--vk-text-strong)] disabled:cursor-not-allowed disabled:opacity-50" id="radix-_R_palalbtb_" aria-haspopup="menu" aria-expanded="false" data-state="closed">Select project</button></div><div class="flex w-full justify-end sm:w-auto"><button type="button" disabled="" class="inline-flex min-h-[29px] items-center justify-center rounded-[3px] bg-[var(--vk-bg-hover)] px-[8px] py-[6.5px] text-[16px] leading-[16px] text-[var(--vk-text-strong)] transition-colors hover:bg-[var(--vk-bg-active)] disabled:cursor-not-allowed disabled:opacity-50">Create</button></div></div><label class="flex items-start gap-2 rounded-[4px] border border-[var(--vk-border)] bg-[var(--vk-bg-main)] px-2 py-2 text-[13px] text-[var(--vk-text-normal)]"><input type="checkbox" class="mt-0.5 h-4 w-4 rounded border border-[var(--vk-border)] bg-transparent accent-[var(--vk-orange)]" checked=""/><span>Use worktree isolation<span class="block text-[11px] text-[var(--vk-text-muted)]">If unchecked, the session runs directly on the selected branch in the local repo.</span></span></label></div></div></div></div></section></div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/ba2aa8b54e912820.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[46770,[\"/_next/static/chunks/ad82e3dcd5fe1a50.js\",\"/_next/static/chunks/fdcf16937d36c773.js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ClientPageRoot\"]\n6:I[30997,[\"/_next/static/chunks/ad82e3dcd5fe1a50.js\",\"/_next/static/chunks/fdcf16937d36c773.js\",\"/_next/static/chunks/c4ea57fb949fb623.js\",\"/_next/static/chunks/d9d05e7b540400af.js\",\"/_next/static/chunks/adf48bd54f32b061.js\",\"/_next/static/chunks/062888342200567f.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\n10:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/8de84e208e201d72.css\",\"style\"]\n:HL[\"/_next/static/media/051742360c26797e-s.p.102b7f24.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"UGPSYGs8x8jahGnVodP_c\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/8de84e208e201d72.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ad82e3dcd5fe1a50.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fdcf16937d36c773.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{var t=localStorage.getItem(\\\"conductor-theme\\\");var e=document.documentElement;e.classList.remove(\\\"light\\\",\\\"dark\\\");e.classList.add(t===\\\"light\\\"||t===\\\"dark\\\"?t:\\\"dark\\\")}catch{}\"}}]}],[\"$\",\"body\",null,{\"className\":\"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c4ea57fb949fb623.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/d9d05e7b540400af.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/adf48bd54f32b061.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/062888342200567f.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"IconMark\"]\nb:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Conductor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent orchestrator dashboard\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.9058dcb8.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[46770,["/_next/static/chunks/
|
|
2
|
+
2:I[46770,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"ThemeProvider"]
|
|
3
3
|
3:I[39756,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
4
4
|
4:I[37457,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
5
5
|
5:I[47257,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ClientPageRoot"]
|
|
6
|
-
6:I[30997,["/_next/static/chunks/
|
|
6
|
+
6:I[30997,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c4ea57fb949fb623.js","/_next/static/chunks/d9d05e7b540400af.js","/_next/static/chunks/adf48bd54f32b061.js","/_next/static/chunks/062888342200567f.js"],"default"]
|
|
7
7
|
9:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"OutletBoundary"]
|
|
8
8
|
a:"$Sreact.suspense"
|
|
9
9
|
c:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
|
|
10
10
|
e:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
|
|
11
11
|
10:I[68027,[],"default"]
|
|
12
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
:HL["/_next/static/chunks/8de84e208e201d72.css","style"]
|
|
13
13
|
:HL["/_next/static/media/051742360c26797e-s.p.102b7f24.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
14
|
:HL["/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
|
-
0:{"P":null,"b":"
|
|
18
|
+
0:{"P":null,"b":"UGPSYGs8x8jahGnVodP_c","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8de84e208e201d72.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ad82e3dcd5fe1a50.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fdcf16937d36c773.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{var t=localStorage.getItem(\"conductor-theme\");var e=document.documentElement;e.classList.remove(\"light\",\"dark\");e.classList.add(t===\"light\"||t===\"dark\"?t:\"dark\")}catch{}"}}]}],["$","body",null,{"className":"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c4ea57fb949fb623.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d9d05e7b540400af.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/adf48bd54f32b061.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/062888342200567f.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
|
|
19
19
|
7:{}
|
|
20
20
|
8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
21
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}]]
|
package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[47257,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ClientPageRoot"]
|
|
3
|
-
3:I[30997,["/_next/static/chunks/
|
|
3
|
+
3:I[30997,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c4ea57fb949fb623.js","/_next/static/chunks/d9d05e7b540400af.js","/_next/static/chunks/adf48bd54f32b061.js","/_next/static/chunks/062888342200567f.js"],"default"]
|
|
4
4
|
6:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c4ea57fb949fb623.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d9d05e7b540400af.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/adf48bd54f32b061.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/062888342200567f.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[46770,["/_next/static/chunks/
|
|
2
|
+
2:I[46770,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"ThemeProvider"]
|
|
3
3
|
3:I[39756,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
4
4
|
4:I[37457,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
5
5
|
5:I[47257,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ClientPageRoot"]
|
|
6
|
-
6:I[30997,["/_next/static/chunks/
|
|
6
|
+
6:I[30997,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c4ea57fb949fb623.js","/_next/static/chunks/d9d05e7b540400af.js","/_next/static/chunks/adf48bd54f32b061.js","/_next/static/chunks/062888342200567f.js"],"default"]
|
|
7
7
|
9:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"OutletBoundary"]
|
|
8
8
|
a:"$Sreact.suspense"
|
|
9
9
|
c:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
|
|
10
10
|
e:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
|
|
11
11
|
10:I[68027,[],"default"]
|
|
12
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
:HL["/_next/static/chunks/8de84e208e201d72.css","style"]
|
|
13
13
|
:HL["/_next/static/media/051742360c26797e-s.p.102b7f24.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
14
|
:HL["/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
|
-
0:{"P":null,"b":"
|
|
18
|
+
0:{"P":null,"b":"UGPSYGs8x8jahGnVodP_c","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8de84e208e201d72.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ad82e3dcd5fe1a50.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fdcf16937d36c773.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{var t=localStorage.getItem(\"conductor-theme\");var e=document.documentElement;e.classList.remove(\"light\",\"dark\");e.classList.add(t===\"light\"||t===\"dark\"?t:\"dark\")}catch{}"}}]}],["$","body",null,{"className":"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c4ea57fb949fb623.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d9d05e7b540400af.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/adf48bd54f32b061.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/062888342200567f.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
|
|
19
19
|
7:{}
|
|
20
20
|
8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
21
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[27201,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"IconMark"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Conductor"}],["$","meta","1",{"name":"description","content":"Multi-agent orchestrator dashboard"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.9058dcb8.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[46770,["/_next/static/chunks/
|
|
2
|
+
2:I[46770,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"ThemeProvider"]
|
|
3
3
|
3:I[39756,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
4
4
|
4:I[37457,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
|
|
5
|
-
:HL["/_next/static/chunks/
|
|
6
|
-
0:{"buildId":"
|
|
5
|
+
:HL["/_next/static/chunks/8de84e208e201d72.css","style"]
|
|
6
|
+
0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8de84e208e201d72.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/ad82e3dcd5fe1a50.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/fdcf16937d36c773.js","async":true}]],["$","html",null,{"lang":"en","className":"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{var t=localStorage.getItem(\"conductor-theme\");var e=document.documentElement;e.classList.remove(\"light\",\"dark\");e.classList.add(t===\"light\"||t===\"dark\"?t:\"dark\")}catch{}"}}]}],["$","body",null,{"className":"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/8de84e208e201d72.css","style"]
|
|
2
2
|
:HL["/_next/static/media/051742360c26797e-s.p.102b7f24.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
3
|
:HL["/_next/static/media/4c318756d77e9d32-s.p.a0e3fdb0.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
4
|
:HL["/_next/static/media/631891f1a20c2c32-s.p.94e95a14.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
5
5
|
:HL["/_next/static/media/a1fa7f4a7f7251a2-s.p.b7c6fa99.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
6
6
|
:HL["/_next/static/media/b872b39ab8191954-s.p.1af2e1d3.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
7
|
-
0:{"buildId":"
|
|
7
|
+
0:{"buildId":"UGPSYGs8x8jahGnVodP_c","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
package/web/.next/standalone/packages/web/.next/server/app/page/server-reference-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"007d256d4940662c4a75c8364e8308de6f9fb53073": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/page": {
|
|
6
6
|
"moduleId": 27831,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "detectKeylessEnvDriftAction",
|
|
16
16
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"000a6182e56f982c29f9890d970fbb9c61053eb71d": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/page": {
|
|
21
21
|
"moduleId": 27831,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "invalidateCacheAction",
|
|
31
31
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"00c3fb8d59a5ec43e8b33aa662d5f6fe12c96dc59b": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/page": {
|
|
36
36
|
"moduleId": 27831,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "createOrReadKeylessAction",
|
|
46
46
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"005cc7e917a41766c0b34d7f38311444570a8ceb79": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/page": {
|
|
51
51
|
"moduleId": 27831,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "collectKeylessMetadata",
|
|
61
61
|
"filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"40e2f972284ef77cbd65462f1b2d2fc0663bde1cfb": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/page": {
|
|
66
66
|
"moduleId": 27831,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "formatMetadataHeaders",
|
|
76
76
|
"filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"00beeb9b90a95524456d1ee2e705465ad416dd92a6": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/page": {
|
|
81
81
|
"moduleId": 27831,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "deleteKeylessAction",
|
|
91
91
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"400900e176eab49dddf3000d80c61cd0cf74c94f67": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/page": {
|
|
96
96
|
"moduleId": 27831,
|