commandmate 0.27.1 → 0.28.0
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/.env.example +28 -0
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +278 -248
- package/.next/app-path-routes-manifest.json +30 -26
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +15 -15
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +32 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update/route.js +1 -1
- package/.next/server/app/api/app/update/route.js.nft.json +1 -1
- package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update-check/route.js +1 -1
- package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/session/route.js +1 -1
- package/.next/server/app/api/assistant/session/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/start/route.js +32 -1
- package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js +34 -3
- package/.next/server/app/api/assistant/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/capabilities/route.js +1 -1
- package/.next/server/app/api/capabilities/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/route.js +1 -1
- package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/route.js +1 -1
- package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route.js +1 -1
- package/.next/server/app/api/fs/browse/route.js.nft.json +1 -1
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/recent-paths/route.js +1 -1
- package/.next/server/app/api/fs/recent-paths/route.js.nft.json +1 -1
- package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/hooks/agent-event/route.js +1 -1
- package/.next/server/app/api/hooks/agent-event/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/agent-event/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/hooks/claude-done/route.js +2 -2
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/hooks/permission-request/route.js +1 -1
- package/.next/server/app/api/hooks/permission-request/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/permission-request/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/metrics/vibe/route.js +1 -1
- package/.next/server/app/api/metrics/vibe/route.js.nft.json +1 -1
- package/.next/server/app/api/metrics/vibe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/escalation/route.js +1 -1
- package/.next/server/app/api/push/escalation/route.js.nft.json +1 -1
- package/.next/server/app/api/push/escalation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js +7 -1
- package/.next/server/app/api/push/subscriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route.js +1 -1
- package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sidebar/group-order/route.js +1 -1
- package/.next/server/app/api/sidebar/group-order/route.js.nft.json +1 -1
- package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/installations/route.js +1 -1
- package/.next/server/app/api/skills/installations/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/operations/route.js +1 -1
- package/.next/server/app/api/skills/operations/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/reindex/route.js +1 -1
- package/.next/server/app/api/skills/reindex/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/cancel/route.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/cancel/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/route.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js +2 -2
- package/.next/server/app/api/templates/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/route.js +2 -2
- package/.next/server/app/api/templates/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/todos/route.js +1 -1
- package/.next/server/app/api/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route.js +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route.js.nft.json +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/verification/runs/route.js +1 -1
- package/.next/server/app/api/verification/runs/route.js.nft.json +1 -1
- package/.next/server/app/api/verification/runs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/clear-composer/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/clear-composer/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/clear-composer/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/env/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/env/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/env/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js +4 -4
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/resolve-target/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/resolve-target/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/resolve-target/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +5 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +6 -2
- package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +7 -3
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tasks/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tasks/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tasks/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -3
- package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
- package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/.next/server/app/more/page.js +1 -1
- package/.next/server/app/more/page_client-reference-manifest.js +1 -1
- package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
- package/.next/server/app/review/page.js +1 -1
- package/.next/server/app/review/page.js.nft.json +1 -1
- package/.next/server/app/review/page_client-reference-manifest.js +1 -1
- package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +15 -10
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page.js +2 -2
- package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +30 -26
- package/.next/server/chunks/1058.js +1 -0
- package/.next/server/chunks/1068.js +1 -3
- package/.next/server/chunks/1191.js +13 -0
- package/.next/server/chunks/1296.js +1 -1
- package/.next/server/chunks/1601.js +2 -2
- package/.next/server/chunks/1714.js +7 -0
- package/.next/server/chunks/1886.js +5 -0
- package/.next/server/chunks/1944.js +1 -0
- package/.next/server/chunks/2119.js +1 -1
- package/.next/server/chunks/221.js +19 -0
- package/.next/server/chunks/222.js +1 -0
- package/.next/server/chunks/2328.js +1 -1
- package/.next/server/chunks/2366.js +1 -0
- package/.next/server/chunks/2404.js +1 -1
- package/.next/server/chunks/243.js +1 -0
- package/.next/server/chunks/2445.js +1 -1
- package/.next/server/chunks/2759.js +1 -1
- package/.next/server/chunks/3346.js +1 -1
- package/.next/server/chunks/3480.js +17 -1
- package/.next/server/chunks/3558.js +1 -0
- package/.next/server/chunks/4299.js +1 -0
- package/.next/server/chunks/4393.js +1 -1
- package/.next/server/chunks/5017.js +1 -1
- package/.next/server/chunks/5089.js +1 -1
- package/.next/server/chunks/5354.js +1 -1
- package/.next/server/chunks/5571.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/6274.js +11 -10
- package/.next/server/chunks/6285.js +1 -1
- package/.next/server/chunks/6337.js +1 -0
- package/.next/server/chunks/6401.js +1 -1
- package/.next/server/chunks/663.js +78 -0
- package/.next/server/chunks/7472.js +1 -1
- package/.next/server/chunks/7824.js +1 -0
- package/.next/server/chunks/7905.js +1 -0
- package/.next/server/chunks/880.js +1 -1
- package/.next/server/chunks/8807.js +84 -18
- package/.next/server/chunks/9130.js +5 -0
- package/.next/server/chunks/9328.js +1 -1
- package/.next/server/chunks/9358.js +1 -1
- package/.next/server/chunks/9508.js +1 -1
- package/.next/server/chunks/9584.js +1 -0
- package/.next/server/chunks/9627.js +274 -0
- package/.next/server/chunks/9798.js +2 -0
- package/.next/server/chunks/9938.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1188-8567ee5ecfef02ee.js +1 -0
- package/.next/static/chunks/3361-aa1b6e7c1d7eeeb4.js +1 -0
- package/.next/static/chunks/3968-8d8ca15657748bfb.js +1 -0
- package/.next/static/chunks/6381-d921ab728eda1191.js +1 -0
- package/.next/static/chunks/app/api/app/update/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/app/update-check/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/conversation/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/current-output/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/messages/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/start/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/terminal/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/tools/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/capabilities/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/fs/browse/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/fs/recent-paths/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/agent-event/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/claude-done/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/permission-request/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/metrics/vibe/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/ollama/models/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/escalation/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/subscriptions/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/vapid/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/excluded/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/restore/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/scan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/sync/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/validate-path/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/sidebar/group-order/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/installations/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/operations/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/reindex/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/slash-commands/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/tasks/[taskId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/templates/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/templates/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/verification/runs/[runId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/verification/runs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/env/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/more/page-03867ab635d197c7.js +1 -0
- package/.next/static/chunks/app/proxy/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/review/page-9a6d18ddcccbb63c.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/layout-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/page-27b7cb2e77099eec.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-00ad5d9a62a71cab.js +1 -0
- package/.next/static/css/98722bc4152cedcc.css +1 -0
- package/.next/trace +13 -13
- package/.next/types/app/api/worktrees/[id]/instances/opencode/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/diff/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/session/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/share/route.ts +347 -0
- package/.next/types/routes.d.ts +5 -1
- package/.next/types/validator.ts +36 -0
- package/README.md +9 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +66 -0
- package/dist/cli/commands/instances.d.ts.map +1 -1
- package/dist/cli/commands/instances.js +46 -1
- package/dist/cli/commands/interrupt.d.ts +25 -0
- package/dist/cli/commands/interrupt.d.ts.map +1 -0
- package/dist/cli/commands/interrupt.js +146 -0
- package/dist/cli/commands/report.d.ts.map +1 -1
- package/dist/cli/commands/report.js +11 -4
- package/dist/cli/commands/respond.d.ts.map +1 -1
- package/dist/cli/commands/respond.js +146 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/status.js +104 -0
- package/dist/cli/commands/wait.d.ts.map +1 -1
- package/dist/cli/commands/wait.js +39 -1
- package/dist/cli/config/agent-target-options.d.ts +12 -0
- package/dist/cli/config/agent-target-options.d.ts.map +1 -1
- package/dist/cli/config/agent-target-options.js +15 -1
- package/dist/cli/docs/agent-operations.d.ts +1 -1
- package/dist/cli/docs/agent-operations.d.ts.map +1 -1
- package/dist/cli/docs/agent-operations.js +34 -0
- package/dist/cli/program.d.ts.map +1 -1
- package/dist/cli/program.js +6 -0
- package/dist/cli/types/api-responses.d.ts +375 -0
- package/dist/cli/types/api-responses.d.ts.map +1 -1
- package/dist/cli/types/index.d.ts +63 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/types/index.js +31 -1
- package/dist/cli/utils/daemon.d.ts.map +1 -1
- package/dist/cli/utils/daemon.js +3 -0
- package/dist/cli/utils/env-setup.d.ts +24 -0
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +70 -0
- package/dist/cli/utils/vapid-keygen.d.ts +74 -0
- package/dist/cli/utils/vapid-keygen.d.ts.map +1 -0
- package/dist/cli/utils/vapid-keygen.js +111 -0
- package/dist/lib/cli-tools/types.d.ts +11 -1
- package/dist/lib/cli-tools/types.d.ts.map +1 -1
- package/dist/lib/detection/tools/verified-against.d.ts +14 -3
- package/dist/lib/detection/tools/verified-against.d.ts.map +1 -1
- package/dist/lib/detection/tools/verified-against.js +14 -3
- package/dist/lib/push/vapid.d.ts +178 -0
- package/dist/lib/push/vapid.d.ts.map +1 -0
- package/dist/lib/push/vapid.js +293 -0
- package/dist/lib/server/localhost-self-check.d.ts +203 -0
- package/dist/lib/server/localhost-self-check.d.ts.map +1 -0
- package/dist/lib/server/localhost-self-check.js +333 -0
- package/dist/server/locales/en/notifications.json +23 -1
- package/dist/server/locales/ja/notifications.json +23 -1
- package/dist/server/server.js +103 -0
- package/dist/server/src/config/image-extensions.js +244 -0
- package/dist/server/src/config/opencode-constants.js +69 -0
- package/dist/server/src/config/tmux-pane-config.js +100 -1
- package/dist/server/src/lib/cli-tools/base.js +33 -48
- package/dist/server/src/lib/cli-tools/opencode-config.js +12 -0
- package/dist/server/src/lib/cli-tools/opencode.js +435 -7
- package/dist/server/src/lib/cli-tools/start-availability.js +160 -0
- package/dist/server/src/lib/cmate-cli-tool-parser.js +328 -7
- package/dist/server/src/lib/cmate-parser.js +12 -0
- package/dist/server/src/lib/db/agent-instances-db.js +129 -0
- package/dist/server/src/lib/db/agent-session-cost-db.js +204 -0
- package/dist/server/src/lib/db/agent-session-cost-sampler.js +194 -0
- package/dist/server/src/lib/db/chat-db.js +33 -0
- package/dist/server/src/lib/db/db-instance.js +11 -0
- package/dist/server/src/lib/db/db.js +8 -3
- package/dist/server/src/lib/db/migrations/index.js +6 -0
- package/dist/server/src/lib/db/migrations/runner.js +1 -1
- package/dist/server/src/lib/db/migrations/v57-push-subscription-defaults-notice.js +54 -0
- package/dist/server/src/lib/db/migrations/v58-agent-session-costs.js +100 -0
- package/dist/server/src/lib/db/migrations/v59-opencode-instance-settings.js +71 -0
- package/dist/server/src/lib/db/push-subscriptions-db.js +56 -5
- package/dist/server/src/lib/detection/cli-patterns.js +17 -6
- package/dist/server/src/lib/detection/excerpt.js +48 -0
- package/dist/server/src/lib/detection/model-info-extractor.js +26 -3
- package/dist/server/src/lib/detection/opencode-modal-overlay.js +400 -0
- package/dist/server/src/lib/detection/opencode-pane-obstruction.js +181 -0
- package/dist/server/src/lib/detection/status-detector.js +7 -0
- package/dist/server/src/lib/detection/status-reason.js +20 -0
- package/dist/server/src/lib/detection/terminal-columns.js +94 -0
- package/dist/server/src/lib/detection/tools/opencode/detect.js +43 -0
- package/dist/server/src/lib/detection/tools/opencode/prompt.js +20 -0
- package/dist/server/src/lib/detection/tools/verified-against.js +14 -3
- package/dist/server/src/lib/detection/upstream-faults.js +7 -22
- package/dist/server/src/lib/hooks/agent-session-telemetry.js +324 -0
- package/dist/server/src/lib/hooks/pending-decision-kind.js +72 -0
- package/dist/server/src/lib/hooks/sources/define-source.js +88 -0
- package/dist/server/src/lib/hooks/sources/opencode/client.js +907 -2
- package/dist/server/src/lib/hooks/sources/opencode/diff.js +336 -0
- package/dist/server/src/lib/hooks/sources/opencode/history.js +480 -0
- package/dist/server/src/lib/hooks/sources/opencode/ingest.js +76 -7
- package/dist/server/src/lib/hooks/sources/opencode/launch-settings.js +222 -0
- package/dist/server/src/lib/hooks/sources/opencode/mappers.js +31 -0
- package/dist/server/src/lib/hooks/sources/opencode/payloads.js +45 -0
- package/dist/server/src/lib/hooks/sources/opencode/ports.js +16 -0
- package/dist/server/src/lib/hooks/sources/opencode/push.js +307 -0
- package/dist/server/src/lib/hooks/sources/opencode/reattach.js +284 -0
- package/dist/server/src/lib/hooks/sources/opencode/runtime.js +165 -2
- package/dist/server/src/lib/hooks/sources/opencode/source.js +46 -2
- package/dist/server/src/lib/hooks/sources/opencode/subscription.js +407 -4
- package/dist/server/src/lib/hooks/sources/opencode/transcript.js +383 -0
- package/dist/server/src/lib/hooks/structured-decision-response.js +460 -0
- package/dist/server/src/lib/job-executor.js +43 -20
- package/dist/server/src/lib/polling/response-checker.js +43 -16
- package/dist/server/src/lib/polling/structured-history-gate.js +75 -0
- package/dist/server/src/lib/prompt-answer-sender.js +153 -2
- package/dist/server/src/lib/push/delivery-health.js +237 -0
- package/dist/server/src/lib/push/failure-push-notifier.js +109 -7
- package/dist/server/src/lib/push/index.js +25 -1
- package/dist/server/src/lib/push/prompt-card-state.js +254 -14
- package/dist/server/src/lib/push/push-sender.js +63 -12
- package/dist/server/src/lib/push/resolution-push-notifier.js +15 -3
- package/dist/server/src/lib/push/vapid.js +264 -5
- package/dist/server/src/lib/push/waiting-push-notifier.js +7 -0
- package/dist/server/src/lib/server/localhost-self-check.js +333 -0
- package/dist/server/src/lib/session/agent-event-state.js +169 -4
- package/dist/server/src/lib/session/claude-executor.js +152 -15
- package/dist/server/src/lib/session/current-output-builder.js +182 -15
- package/dist/server/src/lib/session/opencode-session-api.js +214 -0
- package/dist/server/src/lib/session/opencode-session-recall.js +168 -0
- package/dist/server/src/lib/session/opencode-session-store.js +274 -0
- package/dist/server/src/lib/session/provisional-turn.js +54 -1
- package/dist/server/src/lib/session/send-user-message.js +6 -5
- package/dist/server/src/lib/session/structured-prompt.js +53 -2
- package/dist/server/src/lib/skills/compatibility-matrix.js +50 -1
- package/dist/server/src/lib/tmux/tmux.js +74 -4
- package/dist/server/src/lib/verification/gate-runner.js +71 -8
- package/dist/server/src/types/agent-session.js +63 -0
- package/dist/server/src/types/agent-transcript.js +80 -0
- package/dist/server/src/types/opencode-export.js +228 -0
- package/dist/server/src/types/opencode-instance-settings.js +140 -0
- package/dist/server/src/types/opencode-share.js +111 -0
- package/dist/server/src/types/terminal-keys.js +69 -1
- package/dist/types/cli-tool-contracts.d.ts +48 -0
- package/dist/types/cli-tool-contracts.d.ts.map +1 -1
- package/dist/types/terminal-keys.d.ts +89 -0
- package/dist/types/terminal-keys.d.ts.map +1 -0
- package/dist/types/terminal-keys.js +105 -0
- package/package.json +1 -1
- package/.next/server/chunks/1029.js +0 -1
- package/.next/server/chunks/1239.js +0 -1
- package/.next/server/chunks/1538.js +0 -7
- package/.next/server/chunks/2546.js +0 -1
- package/.next/server/chunks/2689.js +0 -13
- package/.next/server/chunks/3292.js +0 -1
- package/.next/server/chunks/3417.js +0 -1
- package/.next/server/chunks/3736.js +0 -1
- package/.next/server/chunks/4423.js +0 -1
- package/.next/server/chunks/4444.js +0 -32
- package/.next/server/chunks/4565.js +0 -3
- package/.next/server/chunks/467.js +0 -1
- package/.next/server/chunks/4905.js +0 -5
- package/.next/server/chunks/552.js +0 -19
- package/.next/server/chunks/5998.js +0 -74
- package/.next/server/chunks/6919.js +0 -1
- package/.next/server/chunks/7970.js +0 -229
- package/.next/server/chunks/8536.js +0 -1
- package/.next/server/chunks/9284.js +0 -1
- package/.next/static/chunks/3361-5d6e93fba8a92bc1.js +0 -1
- package/.next/static/chunks/6381-8cfe50a5ca5425b1.js +0 -1
- package/.next/static/chunks/8521-c43994fb58501d13.js +0 -1
- package/.next/static/chunks/app/api/app/update/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/app/update-check/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/conversation/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/current-output/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/messages/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/session/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/start/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/terminal/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/tools/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/capabilities/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/fs/browse/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/fs/recent-paths/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/agent-event/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/claude-done/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/permission-request/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/metrics/vibe/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/ollama/models/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/escalation/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/subscriptions/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/vapid/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/excluded/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/restore/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/scan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/sync/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/validate-path/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/sidebar/group-order/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/installations/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/operations/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/reindex/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/slash-commands/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/tasks/[taskId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/templates/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/templates/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/verification/runs/[runId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/verification/runs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/env/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/more/page-3266dfa945972649.js +0 -1
- package/.next/static/chunks/app/proxy/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/review/page-8f63aff862fee421.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/layout-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-f7b3dfbe757dc6b8.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-a75fe180a7233b2b.js +0 -1
- package/.next/static/css/928e5a8830fbf997.css +0 -1
- /package/.next/static/{9IXgWfBUtnEnRqnbmErTp → 0GHE2JGlFzqvSBZAcBFSt}/_buildManifest.js +0 -0
- /package/.next/static/{9IXgWfBUtnEnRqnbmErTp → 0GHE2JGlFzqvSBZAcBFSt}/_ssgManifest.js +0 -0
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
21
21
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
22
22
|
"static/css/531c1fcb1e69d47b.css",
|
|
23
|
-
"static/css/
|
|
23
|
+
"static/css/98722bc4152cedcc.css",
|
|
24
24
|
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
25
25
|
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
26
26
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
27
|
-
"static/chunks/6381-
|
|
27
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
28
28
|
"static/chunks/4322-dfd5a7119b5ba4fc.js",
|
|
29
29
|
"static/chunks/app/layout-6a26ea22d5cf03dc.js"
|
|
30
30
|
],
|
|
@@ -49,922 +49,938 @@
|
|
|
49
49
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
50
50
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
51
51
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
52
|
-
"static/chunks/app/api/assistant/conversation/route-
|
|
52
|
+
"static/chunks/app/api/assistant/conversation/route-9247d6b9d647f750.js"
|
|
53
53
|
],
|
|
54
54
|
"/api/assistant/current-output/route": [
|
|
55
55
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
56
56
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
57
57
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
58
58
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
59
|
-
"static/chunks/app/api/assistant/current-output/route-
|
|
59
|
+
"static/chunks/app/api/assistant/current-output/route-9247d6b9d647f750.js"
|
|
60
60
|
],
|
|
61
61
|
"/api/assistant/messages/route": [
|
|
62
62
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
63
63
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
64
64
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
65
65
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
66
|
-
"static/chunks/app/api/assistant/messages/route-
|
|
66
|
+
"static/chunks/app/api/assistant/messages/route-9247d6b9d647f750.js"
|
|
67
67
|
],
|
|
68
68
|
"/api/assistant/session/route": [
|
|
69
69
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
70
70
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
71
71
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
72
72
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
73
|
-
"static/chunks/app/api/assistant/session/route-
|
|
73
|
+
"static/chunks/app/api/assistant/session/route-9247d6b9d647f750.js"
|
|
74
74
|
],
|
|
75
75
|
"/api/assistant/start/route": [
|
|
76
76
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
77
77
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
78
78
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
79
79
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
80
|
-
"static/chunks/app/api/assistant/start/route-
|
|
80
|
+
"static/chunks/app/api/assistant/start/route-9247d6b9d647f750.js"
|
|
81
81
|
],
|
|
82
82
|
"/api/assistant/terminal/route": [
|
|
83
83
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
84
84
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
85
85
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
86
86
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
87
|
-
"static/chunks/app/api/assistant/terminal/route-
|
|
87
|
+
"static/chunks/app/api/assistant/terminal/route-9247d6b9d647f750.js"
|
|
88
88
|
],
|
|
89
|
-
"/api/
|
|
89
|
+
"/api/assistant/tools/route": [
|
|
90
90
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
91
91
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
92
92
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
93
93
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
94
|
-
"static/chunks/app/api/
|
|
94
|
+
"static/chunks/app/api/assistant/tools/route-9247d6b9d647f750.js"
|
|
95
95
|
],
|
|
96
|
-
"/api/auth/
|
|
96
|
+
"/api/auth/login/route": [
|
|
97
97
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
98
98
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
99
99
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
100
100
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
101
|
-
"static/chunks/app/api/auth/
|
|
101
|
+
"static/chunks/app/api/auth/login/route-9247d6b9d647f750.js"
|
|
102
102
|
],
|
|
103
|
-
"/api/
|
|
103
|
+
"/api/auth/logout/route": [
|
|
104
104
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
105
105
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
106
106
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
107
107
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
108
|
-
"static/chunks/app/api/
|
|
108
|
+
"static/chunks/app/api/auth/logout/route-9247d6b9d647f750.js"
|
|
109
109
|
],
|
|
110
110
|
"/api/daily-summary/route": [
|
|
111
111
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
112
112
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
113
113
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
114
114
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
115
|
-
"static/chunks/app/api/daily-summary/route-
|
|
115
|
+
"static/chunks/app/api/daily-summary/route-9247d6b9d647f750.js"
|
|
116
116
|
],
|
|
117
117
|
"/api/hooks/agent-event/route": [
|
|
118
118
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
119
119
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
120
120
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
121
121
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
122
|
-
"static/chunks/app/api/hooks/agent-event/route-
|
|
122
|
+
"static/chunks/app/api/hooks/agent-event/route-9247d6b9d647f750.js"
|
|
123
123
|
],
|
|
124
124
|
"/api/hooks/claude-done/route": [
|
|
125
125
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
126
126
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
127
127
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
128
128
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
129
|
-
"static/chunks/app/api/hooks/claude-done/route-
|
|
129
|
+
"static/chunks/app/api/hooks/claude-done/route-9247d6b9d647f750.js"
|
|
130
130
|
],
|
|
131
131
|
"/api/hooks/permission-request/route": [
|
|
132
132
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
133
133
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
134
134
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
135
135
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
136
|
-
"static/chunks/app/api/hooks/permission-request/route-
|
|
136
|
+
"static/chunks/app/api/hooks/permission-request/route-9247d6b9d647f750.js"
|
|
137
137
|
],
|
|
138
138
|
"/api/metrics/vibe/route": [
|
|
139
139
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
140
140
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
141
141
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
142
142
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
143
|
-
"static/chunks/app/api/metrics/vibe/route-
|
|
143
|
+
"static/chunks/app/api/metrics/vibe/route-9247d6b9d647f750.js"
|
|
144
144
|
],
|
|
145
145
|
"/api/ollama/models/route": [
|
|
146
146
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
147
147
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
148
148
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
149
149
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
150
|
-
"static/chunks/app/api/ollama/models/route-
|
|
150
|
+
"static/chunks/app/api/ollama/models/route-9247d6b9d647f750.js"
|
|
151
151
|
],
|
|
152
152
|
"/api/repositories/[id]/route": [
|
|
153
153
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
154
154
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
155
155
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
156
156
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
157
|
-
"static/chunks/app/api/repositories/[id]/route-
|
|
157
|
+
"static/chunks/app/api/repositories/[id]/route-9247d6b9d647f750.js"
|
|
158
158
|
],
|
|
159
159
|
"/api/repositories/[id]/todos/[todoId]/route": [
|
|
160
160
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
161
161
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
162
162
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
163
163
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
164
|
-
"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-
|
|
164
|
+
"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-9247d6b9d647f750.js"
|
|
165
165
|
],
|
|
166
166
|
"/api/repositories/[id]/todos/route": [
|
|
167
167
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
168
168
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
169
169
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
170
170
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
171
|
-
"static/chunks/app/api/repositories/[id]/todos/route-
|
|
171
|
+
"static/chunks/app/api/repositories/[id]/todos/route-9247d6b9d647f750.js"
|
|
172
172
|
],
|
|
173
|
-
"/api/repositories/clone/
|
|
173
|
+
"/api/repositories/clone/route": [
|
|
174
174
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
175
175
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
176
176
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
177
177
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
178
|
-
"static/chunks/app/api/repositories/clone/
|
|
178
|
+
"static/chunks/app/api/repositories/clone/route-9247d6b9d647f750.js"
|
|
179
179
|
],
|
|
180
|
-
"/api/repositories/clone/route": [
|
|
180
|
+
"/api/repositories/clone/[jobId]/route": [
|
|
181
181
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
182
182
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
183
183
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
184
184
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
185
|
-
"static/chunks/app/api/repositories/clone/route-
|
|
185
|
+
"static/chunks/app/api/repositories/clone/[jobId]/route-9247d6b9d647f750.js"
|
|
186
186
|
],
|
|
187
187
|
"/api/repositories/excluded/route": [
|
|
188
188
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
189
189
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
190
190
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
191
191
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
192
|
-
"static/chunks/app/api/repositories/excluded/route-
|
|
192
|
+
"static/chunks/app/api/repositories/excluded/route-9247d6b9d647f750.js"
|
|
193
193
|
],
|
|
194
194
|
"/api/repositories/restore/route": [
|
|
195
195
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
196
196
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
197
197
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
198
198
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
199
|
-
"static/chunks/app/api/repositories/restore/route-
|
|
199
|
+
"static/chunks/app/api/repositories/restore/route-9247d6b9d647f750.js"
|
|
200
200
|
],
|
|
201
201
|
"/api/repositories/route": [
|
|
202
202
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
203
203
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
204
204
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
205
205
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
206
|
-
"static/chunks/app/api/repositories/route-
|
|
206
|
+
"static/chunks/app/api/repositories/route-9247d6b9d647f750.js"
|
|
207
207
|
],
|
|
208
208
|
"/api/repositories/scan/route": [
|
|
209
209
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
210
210
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
211
211
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
212
212
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
213
|
-
"static/chunks/app/api/repositories/scan/route-
|
|
213
|
+
"static/chunks/app/api/repositories/scan/route-9247d6b9d647f750.js"
|
|
214
214
|
],
|
|
215
215
|
"/api/repositories/sync/route": [
|
|
216
216
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
217
217
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
218
218
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
219
219
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
220
|
-
"static/chunks/app/api/repositories/sync/route-
|
|
220
|
+
"static/chunks/app/api/repositories/sync/route-9247d6b9d647f750.js"
|
|
221
221
|
],
|
|
222
222
|
"/api/slash-commands/route": [
|
|
223
223
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
224
224
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
225
225
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
226
226
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
227
|
-
"static/chunks/app/api/slash-commands/route-
|
|
227
|
+
"static/chunks/app/api/slash-commands/route-9247d6b9d647f750.js"
|
|
228
228
|
],
|
|
229
229
|
"/api/tasks/[taskId]/cancel/route": [
|
|
230
230
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
231
231
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
232
232
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
233
233
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
234
|
-
"static/chunks/app/api/tasks/[taskId]/cancel/route-
|
|
234
|
+
"static/chunks/app/api/tasks/[taskId]/cancel/route-9247d6b9d647f750.js"
|
|
235
235
|
],
|
|
236
|
-
"/api/
|
|
236
|
+
"/api/tasks/[taskId]/route": [
|
|
237
237
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
238
238
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
239
239
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
240
240
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
241
|
-
"static/chunks/app/api/
|
|
241
|
+
"static/chunks/app/api/tasks/[taskId]/route-9247d6b9d647f750.js"
|
|
242
242
|
],
|
|
243
|
-
"/api/
|
|
243
|
+
"/api/templates/route": [
|
|
244
244
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
245
245
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
246
246
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
247
247
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
248
|
-
"static/chunks/app/api/
|
|
248
|
+
"static/chunks/app/api/templates/route-9247d6b9d647f750.js"
|
|
249
249
|
],
|
|
250
|
-
"/api/templates/route": [
|
|
250
|
+
"/api/templates/[id]/route": [
|
|
251
251
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
252
252
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
253
253
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
254
254
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
255
|
-
"static/chunks/app/api/templates/route-
|
|
255
|
+
"static/chunks/app/api/templates/[id]/route-9247d6b9d647f750.js"
|
|
256
256
|
],
|
|
257
257
|
"/api/verification/runs/[runId]/route": [
|
|
258
258
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
259
259
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
260
260
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
261
261
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
262
|
-
"static/chunks/app/api/verification/runs/[runId]/route-
|
|
262
|
+
"static/chunks/app/api/verification/runs/[runId]/route-9247d6b9d647f750.js"
|
|
263
263
|
],
|
|
264
264
|
"/api/verification/runs/route": [
|
|
265
265
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
266
266
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
267
267
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
268
268
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
269
|
-
"static/chunks/app/api/verification/runs/route-
|
|
269
|
+
"static/chunks/app/api/verification/runs/route-9247d6b9d647f750.js"
|
|
270
270
|
],
|
|
271
271
|
"/api/worktrees/[id]/auto-yes/route": [
|
|
272
272
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
273
273
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
274
274
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
275
275
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
276
|
-
"static/chunks/app/api/worktrees/[id]/auto-yes/route-
|
|
276
|
+
"static/chunks/app/api/worktrees/[id]/auto-yes/route-9247d6b9d647f750.js"
|
|
277
277
|
],
|
|
278
278
|
"/api/worktrees/[id]/capture/route": [
|
|
279
279
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
280
280
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
281
281
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
282
282
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
283
|
-
"static/chunks/app/api/worktrees/[id]/capture/route-
|
|
283
|
+
"static/chunks/app/api/worktrees/[id]/capture/route-9247d6b9d647f750.js"
|
|
284
284
|
],
|
|
285
285
|
"/api/worktrees/[id]/clear-composer/route": [
|
|
286
286
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
287
287
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
288
288
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
289
289
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
290
|
-
"static/chunks/app/api/worktrees/[id]/clear-composer/route-
|
|
290
|
+
"static/chunks/app/api/worktrees/[id]/clear-composer/route-9247d6b9d647f750.js"
|
|
291
291
|
],
|
|
292
292
|
"/api/worktrees/[id]/cli-tool/route": [
|
|
293
293
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
294
294
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
295
295
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
296
296
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
297
|
-
"static/chunks/app/api/worktrees/[id]/cli-tool/route-
|
|
297
|
+
"static/chunks/app/api/worktrees/[id]/cli-tool/route-9247d6b9d647f750.js"
|
|
298
298
|
],
|
|
299
299
|
"/api/worktrees/[id]/cmate/schedules/route": [
|
|
300
300
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
301
301
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
302
302
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
303
303
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
304
|
-
"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-
|
|
304
|
+
"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-9247d6b9d647f750.js"
|
|
305
305
|
],
|
|
306
306
|
"/api/worktrees/[id]/current-output/route": [
|
|
307
307
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
308
308
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
309
309
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
310
310
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
311
|
-
"static/chunks/app/api/worktrees/[id]/current-output/route-
|
|
311
|
+
"static/chunks/app/api/worktrees/[id]/current-output/route-9247d6b9d647f750.js"
|
|
312
312
|
],
|
|
313
313
|
"/api/worktrees/[id]/env/route": [
|
|
314
314
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
315
315
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
316
316
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
317
317
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
318
|
-
"static/chunks/app/api/worktrees/[id]/env/route-
|
|
318
|
+
"static/chunks/app/api/worktrees/[id]/env/route-9247d6b9d647f750.js"
|
|
319
319
|
],
|
|
320
320
|
"/api/worktrees/[id]/execution-logs/[logId]/route": [
|
|
321
321
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
322
322
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
323
323
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
324
324
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
325
|
-
"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-
|
|
325
|
+
"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-9247d6b9d647f750.js"
|
|
326
326
|
],
|
|
327
327
|
"/api/worktrees/[id]/execution-logs/route": [
|
|
328
328
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
329
329
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
330
330
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
331
331
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
332
|
-
"static/chunks/app/api/worktrees/[id]/execution-logs/route-
|
|
332
|
+
"static/chunks/app/api/worktrees/[id]/execution-logs/route-9247d6b9d647f750.js"
|
|
333
333
|
],
|
|
334
|
-
"/api/worktrees/[id]/
|
|
334
|
+
"/api/worktrees/[id]/files/[...path]/route": [
|
|
335
335
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
336
336
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
337
337
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
338
338
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
339
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
339
|
+
"static/chunks/app/api/worktrees/[id]/files/[...path]/route-9247d6b9d647f750.js"
|
|
340
340
|
],
|
|
341
|
-
"/api/worktrees/[id]/
|
|
341
|
+
"/api/worktrees/[id]/git/branch/create/route": [
|
|
342
342
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
343
343
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
344
344
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
345
345
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
346
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
346
|
+
"static/chunks/app/api/worktrees/[id]/git/branch/create/route-9247d6b9d647f750.js"
|
|
347
347
|
],
|
|
348
348
|
"/api/worktrees/[id]/git/branch/delete/route": [
|
|
349
349
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
350
350
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
351
351
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
352
352
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
353
|
-
"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-
|
|
353
|
+
"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-9247d6b9d647f750.js"
|
|
354
354
|
],
|
|
355
355
|
"/api/worktrees/[id]/git/branches/route": [
|
|
356
356
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
357
357
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
358
358
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
359
359
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
360
|
-
"static/chunks/app/api/worktrees/[id]/git/branches/route-
|
|
360
|
+
"static/chunks/app/api/worktrees/[id]/git/branches/route-9247d6b9d647f750.js"
|
|
361
361
|
],
|
|
362
362
|
"/api/worktrees/[id]/git/checkout/route": [
|
|
363
363
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
364
364
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
365
365
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
366
366
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
367
|
-
"static/chunks/app/api/worktrees/[id]/git/checkout/route-
|
|
367
|
+
"static/chunks/app/api/worktrees/[id]/git/checkout/route-9247d6b9d647f750.js"
|
|
368
368
|
],
|
|
369
369
|
"/api/worktrees/[id]/git/commit/route": [
|
|
370
370
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
371
371
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
372
372
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
373
373
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
374
|
-
"static/chunks/app/api/worktrees/[id]/git/commit/route-
|
|
374
|
+
"static/chunks/app/api/worktrees/[id]/git/commit/route-9247d6b9d647f750.js"
|
|
375
375
|
],
|
|
376
|
-
"/api/worktrees/[id]/git/
|
|
376
|
+
"/api/worktrees/[id]/git/diff/route": [
|
|
377
377
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
378
378
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
379
379
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
380
380
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
381
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
381
|
+
"static/chunks/app/api/worktrees/[id]/git/diff/route-9247d6b9d647f750.js"
|
|
382
382
|
],
|
|
383
|
-
"/api/worktrees/[id]/git/
|
|
383
|
+
"/api/worktrees/[id]/git/fetch/route": [
|
|
384
384
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
385
385
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
386
386
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
387
387
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
388
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
388
|
+
"static/chunks/app/api/worktrees/[id]/git/fetch/route-9247d6b9d647f750.js"
|
|
389
389
|
],
|
|
390
|
-
"/api/worktrees/[id]/git/
|
|
390
|
+
"/api/worktrees/[id]/git/log/route": [
|
|
391
391
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
392
392
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
393
393
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
394
394
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
395
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
395
|
+
"static/chunks/app/api/worktrees/[id]/git/log/route-9247d6b9d647f750.js"
|
|
396
396
|
],
|
|
397
|
-
"/api/worktrees/[id]/git/
|
|
397
|
+
"/api/worktrees/[id]/git/pull/route": [
|
|
398
398
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
399
399
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
400
400
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
401
401
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
402
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
402
|
+
"static/chunks/app/api/worktrees/[id]/git/pull/route-9247d6b9d647f750.js"
|
|
403
403
|
],
|
|
404
|
-
"/api/worktrees/[id]/git/
|
|
404
|
+
"/api/worktrees/[id]/git/push/route": [
|
|
405
405
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
406
406
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
407
407
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
408
408
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
409
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
409
|
+
"static/chunks/app/api/worktrees/[id]/git/push/route-9247d6b9d647f750.js"
|
|
410
410
|
],
|
|
411
411
|
"/api/worktrees/[id]/git/reset/route": [
|
|
412
412
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
413
413
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
414
414
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
415
415
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
416
|
-
"static/chunks/app/api/worktrees/[id]/git/reset/route-
|
|
416
|
+
"static/chunks/app/api/worktrees/[id]/git/reset/route-9247d6b9d647f750.js"
|
|
417
417
|
],
|
|
418
418
|
"/api/worktrees/[id]/git/revert/route": [
|
|
419
419
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
420
420
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
421
421
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
422
422
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
423
|
-
"static/chunks/app/api/worktrees/[id]/git/revert/route-
|
|
423
|
+
"static/chunks/app/api/worktrees/[id]/git/revert/route-9247d6b9d647f750.js"
|
|
424
424
|
],
|
|
425
425
|
"/api/worktrees/[id]/git/show/[commitHash]/route": [
|
|
426
426
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
427
427
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
428
428
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
429
429
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
430
|
-
"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-
|
|
430
|
+
"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-9247d6b9d647f750.js"
|
|
431
431
|
],
|
|
432
432
|
"/api/worktrees/[id]/git/stage/route": [
|
|
433
433
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
434
434
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
435
435
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
436
436
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
437
|
-
"static/chunks/app/api/worktrees/[id]/git/stage/route-
|
|
437
|
+
"static/chunks/app/api/worktrees/[id]/git/stage/route-9247d6b9d647f750.js"
|
|
438
438
|
],
|
|
439
|
-
"/api/worktrees/[id]/git/
|
|
439
|
+
"/api/worktrees/[id]/git/stash/[index]/route": [
|
|
440
440
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
441
441
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
442
442
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
443
443
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
444
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
444
|
+
"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-9247d6b9d647f750.js"
|
|
445
445
|
],
|
|
446
|
-
"/api/worktrees/[id]/git/
|
|
446
|
+
"/api/worktrees/[id]/git/staged/route": [
|
|
447
447
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
448
448
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
449
449
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
450
450
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
451
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
451
|
+
"static/chunks/app/api/worktrees/[id]/git/staged/route-9247d6b9d647f750.js"
|
|
452
452
|
],
|
|
453
453
|
"/api/worktrees/[id]/git/stash/apply/route": [
|
|
454
454
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
455
455
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
456
456
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
457
457
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
458
|
-
"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-
|
|
458
|
+
"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-9247d6b9d647f750.js"
|
|
459
459
|
],
|
|
460
460
|
"/api/worktrees/[id]/git/stash/pop/route": [
|
|
461
461
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
462
462
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
463
463
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
464
464
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
465
|
-
"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-
|
|
465
|
+
"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-9247d6b9d647f750.js"
|
|
466
466
|
],
|
|
467
467
|
"/api/worktrees/[id]/git/stash/push/route": [
|
|
468
468
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
469
469
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
470
470
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
471
471
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
472
|
-
"static/chunks/app/api/worktrees/[id]/git/stash/push/route-
|
|
472
|
+
"static/chunks/app/api/worktrees/[id]/git/stash/push/route-9247d6b9d647f750.js"
|
|
473
473
|
],
|
|
474
474
|
"/api/worktrees/[id]/git/stash/route": [
|
|
475
475
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
476
476
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
477
477
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
478
478
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
479
|
-
"static/chunks/app/api/worktrees/[id]/git/stash/route-
|
|
479
|
+
"static/chunks/app/api/worktrees/[id]/git/stash/route-9247d6b9d647f750.js"
|
|
480
480
|
],
|
|
481
481
|
"/api/worktrees/[id]/git/status/route": [
|
|
482
482
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
483
483
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
484
484
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
485
485
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
486
|
-
"static/chunks/app/api/worktrees/[id]/git/status/route-
|
|
486
|
+
"static/chunks/app/api/worktrees/[id]/git/status/route-9247d6b9d647f750.js"
|
|
487
487
|
],
|
|
488
488
|
"/api/worktrees/[id]/git/unstage/route": [
|
|
489
489
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
490
490
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
491
491
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
492
492
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
493
|
-
"static/chunks/app/api/worktrees/[id]/git/unstage/route-
|
|
493
|
+
"static/chunks/app/api/worktrees/[id]/git/unstage/route-9247d6b9d647f750.js"
|
|
494
494
|
],
|
|
495
495
|
"/api/worktrees/[id]/git/working-diff/route": [
|
|
496
496
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
497
497
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
498
498
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
499
499
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
500
|
-
"static/chunks/app/api/worktrees/[id]/git/working-diff/route-
|
|
500
|
+
"static/chunks/app/api/worktrees/[id]/git/working-diff/route-9247d6b9d647f750.js"
|
|
501
|
+
],
|
|
502
|
+
"/api/worktrees/[id]/instances/opencode/route": [
|
|
503
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
504
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
505
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
506
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
507
|
+
"static/chunks/app/api/worktrees/[id]/instances/opencode/route-9247d6b9d647f750.js"
|
|
501
508
|
],
|
|
502
509
|
"/api/worktrees/[id]/interrupt/route": [
|
|
503
510
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
504
511
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
505
512
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
506
513
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
507
|
-
"static/chunks/app/api/worktrees/[id]/interrupt/route-
|
|
514
|
+
"static/chunks/app/api/worktrees/[id]/interrupt/route-9247d6b9d647f750.js"
|
|
508
515
|
],
|
|
509
516
|
"/api/worktrees/[id]/kill-session/route": [
|
|
510
517
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
511
518
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
512
519
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
513
520
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
514
|
-
"static/chunks/app/api/worktrees/[id]/kill-session/route-
|
|
521
|
+
"static/chunks/app/api/worktrees/[id]/kill-session/route-9247d6b9d647f750.js"
|
|
522
|
+
],
|
|
523
|
+
"/api/worktrees/[id]/memos/[memoId]/route": [
|
|
524
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
525
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
526
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
527
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
528
|
+
"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-9247d6b9d647f750.js"
|
|
529
|
+
],
|
|
530
|
+
"/api/worktrees/[id]/memos/route": [
|
|
531
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
532
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
533
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
534
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
535
|
+
"static/chunks/app/api/worktrees/[id]/memos/route-9247d6b9d647f750.js"
|
|
536
|
+
],
|
|
537
|
+
"/api/worktrees/[id]/messages/route": [
|
|
538
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
539
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
540
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
541
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
542
|
+
"static/chunks/app/api/worktrees/[id]/messages/route-9247d6b9d647f750.js"
|
|
515
543
|
],
|
|
516
544
|
"/api/worktrees/[id]/marp-render/route": [
|
|
517
545
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
518
546
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
519
547
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
520
548
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
521
|
-
"static/chunks/app/api/worktrees/[id]/marp-render/route-
|
|
549
|
+
"static/chunks/app/api/worktrees/[id]/marp-render/route-9247d6b9d647f750.js"
|
|
522
550
|
],
|
|
523
|
-
"/api/worktrees/[id]/
|
|
551
|
+
"/api/worktrees/[id]/opencode/diff/route": [
|
|
524
552
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
525
553
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
526
554
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
527
555
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
528
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
556
|
+
"static/chunks/app/api/worktrees/[id]/opencode/diff/route-9247d6b9d647f750.js"
|
|
529
557
|
],
|
|
530
|
-
"/api/worktrees/[id]/
|
|
558
|
+
"/api/worktrees/[id]/opencode/session/route": [
|
|
531
559
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
532
560
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
533
561
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
534
562
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
535
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
563
|
+
"static/chunks/app/api/worktrees/[id]/opencode/session/route-9247d6b9d647f750.js"
|
|
536
564
|
],
|
|
537
|
-
"/api/worktrees/[id]/
|
|
565
|
+
"/api/worktrees/[id]/opencode/share/route": [
|
|
538
566
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
539
567
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
540
568
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
541
569
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
542
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
570
|
+
"static/chunks/app/api/worktrees/[id]/opencode/share/route-9247d6b9d647f750.js"
|
|
543
571
|
],
|
|
544
|
-
"/api/worktrees/[id]/
|
|
572
|
+
"/api/worktrees/[id]/prompt-response/route": [
|
|
545
573
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
546
574
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
547
575
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
548
576
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
549
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
577
|
+
"static/chunks/app/api/worktrees/[id]/prompt-response/route-9247d6b9d647f750.js"
|
|
550
578
|
],
|
|
551
579
|
"/api/worktrees/[id]/resolve-target/route": [
|
|
552
580
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
553
581
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
554
582
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
555
583
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
556
|
-
"static/chunks/app/api/worktrees/[id]/resolve-target/route-
|
|
584
|
+
"static/chunks/app/api/worktrees/[id]/resolve-target/route-9247d6b9d647f750.js"
|
|
557
585
|
],
|
|
558
586
|
"/api/worktrees/[id]/respond/route": [
|
|
559
587
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
560
588
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
561
589
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
562
590
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
563
|
-
"static/chunks/app/api/worktrees/[id]/respond/route-
|
|
591
|
+
"static/chunks/app/api/worktrees/[id]/respond/route-9247d6b9d647f750.js"
|
|
564
592
|
],
|
|
565
|
-
"/api/worktrees/[id]/
|
|
593
|
+
"/api/worktrees/[id]/route": [
|
|
566
594
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
567
595
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
568
596
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
569
597
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
570
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
598
|
+
"static/chunks/app/api/worktrees/[id]/route-9247d6b9d647f750.js"
|
|
571
599
|
],
|
|
572
|
-
"/api/worktrees/[id]/route": [
|
|
600
|
+
"/api/worktrees/[id]/schedules/[scheduleId]/route": [
|
|
573
601
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
574
602
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
575
603
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
576
604
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
577
|
-
"static/chunks/app/api/worktrees/[id]/route-
|
|
605
|
+
"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-9247d6b9d647f750.js"
|
|
578
606
|
],
|
|
579
607
|
"/api/worktrees/[id]/schedules/active/route": [
|
|
580
608
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
581
609
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
582
610
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
583
611
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
584
|
-
"static/chunks/app/api/worktrees/[id]/schedules/active/route-
|
|
612
|
+
"static/chunks/app/api/worktrees/[id]/schedules/active/route-9247d6b9d647f750.js"
|
|
585
613
|
],
|
|
586
614
|
"/api/worktrees/[id]/schedules/route": [
|
|
587
615
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
588
616
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
589
617
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
590
618
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
591
|
-
"static/chunks/app/api/worktrees/[id]/schedules/route-
|
|
619
|
+
"static/chunks/app/api/worktrees/[id]/schedules/route-9247d6b9d647f750.js"
|
|
592
620
|
],
|
|
593
621
|
"/api/worktrees/[id]/search/route": [
|
|
594
622
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
595
623
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
596
624
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
597
625
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
598
|
-
"static/chunks/app/api/worktrees/[id]/search/route-
|
|
626
|
+
"static/chunks/app/api/worktrees/[id]/search/route-9247d6b9d647f750.js"
|
|
599
627
|
],
|
|
600
628
|
"/api/worktrees/[id]/send/route": [
|
|
601
629
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
602
630
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
603
631
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
604
632
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
605
|
-
"static/chunks/app/api/worktrees/[id]/send/route-
|
|
633
|
+
"static/chunks/app/api/worktrees/[id]/send/route-9247d6b9d647f750.js"
|
|
606
634
|
],
|
|
607
635
|
"/api/worktrees/[id]/slash-commands/route": [
|
|
608
636
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
609
637
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
610
638
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
611
639
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
612
|
-
"static/chunks/app/api/worktrees/[id]/slash-commands/route-
|
|
640
|
+
"static/chunks/app/api/worktrees/[id]/slash-commands/route-9247d6b9d647f750.js"
|
|
613
641
|
],
|
|
614
642
|
"/api/worktrees/[id]/special-keys/route": [
|
|
615
643
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
616
644
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
617
645
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
618
646
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
619
|
-
"static/chunks/app/api/worktrees/[id]/special-keys/route-
|
|
647
|
+
"static/chunks/app/api/worktrees/[id]/special-keys/route-9247d6b9d647f750.js"
|
|
620
648
|
],
|
|
621
649
|
"/api/worktrees/[id]/start-polling/route": [
|
|
622
650
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
623
651
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
624
652
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
625
653
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
626
|
-
"static/chunks/app/api/worktrees/[id]/start-polling/route-
|
|
654
|
+
"static/chunks/app/api/worktrees/[id]/start-polling/route-9247d6b9d647f750.js"
|
|
627
655
|
],
|
|
628
656
|
"/api/worktrees/[id]/tasks/route": [
|
|
629
657
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
630
658
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
631
659
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
632
660
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
633
|
-
"static/chunks/app/api/worktrees/[id]/tasks/route-
|
|
661
|
+
"static/chunks/app/api/worktrees/[id]/tasks/route-9247d6b9d647f750.js"
|
|
634
662
|
],
|
|
635
|
-
"/api/worktrees/[id]/
|
|
663
|
+
"/api/worktrees/[id]/timers/history/route": [
|
|
636
664
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
637
665
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
638
666
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
639
667
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
640
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
668
|
+
"static/chunks/app/api/worktrees/[id]/timers/history/route-9247d6b9d647f750.js"
|
|
641
669
|
],
|
|
642
|
-
"/api/worktrees/[id]/
|
|
670
|
+
"/api/worktrees/[id]/terminal/route": [
|
|
643
671
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
644
672
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
645
673
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
646
674
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
647
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
675
|
+
"static/chunks/app/api/worktrees/[id]/terminal/route-9247d6b9d647f750.js"
|
|
648
676
|
],
|
|
649
677
|
"/api/worktrees/[id]/timers/route": [
|
|
650
678
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
651
679
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
652
680
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
653
681
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
654
|
-
"static/chunks/app/api/worktrees/[id]/timers/route-
|
|
682
|
+
"static/chunks/app/api/worktrees/[id]/timers/route-9247d6b9d647f750.js"
|
|
655
683
|
],
|
|
656
|
-
"/api/worktrees/[id]/todos/route": [
|
|
684
|
+
"/api/worktrees/[id]/todos/[todoId]/route": [
|
|
657
685
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
658
686
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
659
687
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
660
688
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
661
|
-
"static/chunks/app/api/worktrees/[id]/todos/route-
|
|
689
|
+
"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-9247d6b9d647f750.js"
|
|
662
690
|
],
|
|
663
|
-
"/api/worktrees/[id]/
|
|
691
|
+
"/api/worktrees/[id]/tree/[...path]/route": [
|
|
664
692
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
665
693
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
666
694
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
667
695
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
668
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
696
|
+
"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9247d6b9d647f750.js"
|
|
669
697
|
],
|
|
670
|
-
"/api/worktrees/[id]/
|
|
698
|
+
"/api/worktrees/[id]/todos/route": [
|
|
671
699
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
672
700
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
673
701
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
674
702
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
675
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
703
|
+
"static/chunks/app/api/worktrees/[id]/todos/route-9247d6b9d647f750.js"
|
|
676
704
|
],
|
|
677
705
|
"/api/worktrees/[id]/tree/route": [
|
|
678
706
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
679
707
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
680
708
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
681
709
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
682
|
-
"static/chunks/app/api/worktrees/[id]/tree/route-
|
|
710
|
+
"static/chunks/app/api/worktrees/[id]/tree/route-9247d6b9d647f750.js"
|
|
683
711
|
],
|
|
684
|
-
"/api/worktrees/[id]/
|
|
712
|
+
"/api/worktrees/[id]/upload/[...path]/route": [
|
|
685
713
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
686
714
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
687
715
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
688
716
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
689
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
717
|
+
"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-9247d6b9d647f750.js"
|
|
690
718
|
],
|
|
691
|
-
"/api/worktrees/[id]/
|
|
719
|
+
"/api/worktrees/[id]/verify/route": [
|
|
692
720
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
693
721
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
694
722
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
695
723
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
696
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
724
|
+
"static/chunks/app/api/worktrees/[id]/verify/route-9247d6b9d647f750.js"
|
|
697
725
|
],
|
|
698
|
-
"/api/worktrees/[id]/verify/route": [
|
|
726
|
+
"/api/worktrees/[id]/verify/runs/route": [
|
|
699
727
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
700
728
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
701
729
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
702
730
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
703
|
-
"static/chunks/app/api/worktrees/[id]/verify/route-
|
|
731
|
+
"static/chunks/app/api/worktrees/[id]/verify/runs/route-9247d6b9d647f750.js"
|
|
704
732
|
],
|
|
705
|
-
"/api/worktrees/[id]/verify/runs/route": [
|
|
733
|
+
"/api/worktrees/[id]/verify/runs/[runId]/route": [
|
|
706
734
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
707
735
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
708
736
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
709
737
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
710
|
-
"static/chunks/app/api/worktrees/[id]/verify/runs/route-
|
|
738
|
+
"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-9247d6b9d647f750.js"
|
|
711
739
|
],
|
|
712
740
|
"/api/worktrees/[id]/viewed/route": [
|
|
713
741
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
714
742
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
715
743
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
716
744
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
717
|
-
"static/chunks/app/api/worktrees/[id]/viewed/route-
|
|
745
|
+
"static/chunks/app/api/worktrees/[id]/viewed/route-9247d6b9d647f750.js"
|
|
718
746
|
],
|
|
719
747
|
"/manifest.webmanifest/route": [
|
|
720
748
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
721
749
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
722
750
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
723
751
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
724
|
-
"static/chunks/app/manifest.webmanifest/route-
|
|
752
|
+
"static/chunks/app/manifest.webmanifest/route-9247d6b9d647f750.js"
|
|
725
753
|
],
|
|
726
|
-
"/api/app/update
|
|
754
|
+
"/api/app/update/route": [
|
|
727
755
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
728
756
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
729
757
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
730
758
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
731
|
-
"static/chunks/app/api/app/update
|
|
759
|
+
"static/chunks/app/api/app/update/route-9247d6b9d647f750.js"
|
|
732
760
|
],
|
|
733
|
-
"/api/app/update/route": [
|
|
761
|
+
"/api/app/update-check/route": [
|
|
734
762
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
735
763
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
736
764
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
737
765
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
738
|
-
"static/chunks/app/api/app/update/route-
|
|
766
|
+
"static/chunks/app/api/app/update-check/route-9247d6b9d647f750.js"
|
|
739
767
|
],
|
|
740
768
|
"/api/auth/status/route": [
|
|
741
769
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
742
770
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
743
771
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
744
772
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
745
|
-
"static/chunks/app/api/auth/status/route-
|
|
773
|
+
"static/chunks/app/api/auth/status/route-9247d6b9d647f750.js"
|
|
746
774
|
],
|
|
747
|
-
"/api/
|
|
775
|
+
"/api/daily-summary/status/route": [
|
|
748
776
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
749
777
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
750
778
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
751
779
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
752
|
-
"static/chunks/app/api/
|
|
780
|
+
"static/chunks/app/api/daily-summary/status/route-9247d6b9d647f750.js"
|
|
753
781
|
],
|
|
754
|
-
"/api/
|
|
782
|
+
"/api/capabilities/route": [
|
|
755
783
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
756
784
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
757
785
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
758
786
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
759
|
-
"static/chunks/app/api/
|
|
787
|
+
"static/chunks/app/api/capabilities/route-9247d6b9d647f750.js"
|
|
760
788
|
],
|
|
761
789
|
"/api/external-apps/[id]/health/route": [
|
|
762
790
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
763
791
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
764
792
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
765
793
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
766
|
-
"static/chunks/app/api/external-apps/[id]/health/route-
|
|
794
|
+
"static/chunks/app/api/external-apps/[id]/health/route-9247d6b9d647f750.js"
|
|
767
795
|
],
|
|
768
|
-
"/api/
|
|
796
|
+
"/api/external-apps/route": [
|
|
769
797
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
770
798
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
771
799
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
772
800
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
773
|
-
"static/chunks/app/api/
|
|
801
|
+
"static/chunks/app/api/external-apps/route-9247d6b9d647f750.js"
|
|
774
802
|
],
|
|
775
|
-
"/api/
|
|
803
|
+
"/api/fs/recent-paths/route": [
|
|
776
804
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
777
805
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
778
806
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
779
807
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
780
|
-
"static/chunks/app/api/
|
|
808
|
+
"static/chunks/app/api/fs/recent-paths/route-9247d6b9d647f750.js"
|
|
781
809
|
],
|
|
782
|
-
"/api/
|
|
810
|
+
"/api/fs/browse/route": [
|
|
783
811
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
784
812
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
785
813
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
786
814
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
787
|
-
"static/chunks/app/api/
|
|
815
|
+
"static/chunks/app/api/fs/browse/route-9247d6b9d647f750.js"
|
|
788
816
|
],
|
|
789
|
-
"/api/
|
|
817
|
+
"/api/external-apps/[id]/route": [
|
|
790
818
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
791
819
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
792
820
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
793
821
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
794
|
-
"static/chunks/app/api/
|
|
822
|
+
"static/chunks/app/api/external-apps/[id]/route-9247d6b9d647f750.js"
|
|
795
823
|
],
|
|
796
824
|
"/api/push/escalation/route": [
|
|
797
825
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
798
826
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
799
827
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
800
828
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
801
|
-
"static/chunks/app/api/push/escalation/route-
|
|
829
|
+
"static/chunks/app/api/push/escalation/route-9247d6b9d647f750.js"
|
|
802
830
|
],
|
|
803
831
|
"/api/push/vapid/route": [
|
|
804
832
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
805
833
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
806
834
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
807
835
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
808
|
-
"static/chunks/app/api/push/vapid/route-
|
|
836
|
+
"static/chunks/app/api/push/vapid/route-9247d6b9d647f750.js"
|
|
809
837
|
],
|
|
810
838
|
"/api/push/subscriptions/route": [
|
|
811
839
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
812
840
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
813
841
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
814
842
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
815
|
-
"static/chunks/app/api/push/subscriptions/route-
|
|
843
|
+
"static/chunks/app/api/push/subscriptions/route-9247d6b9d647f750.js"
|
|
816
844
|
],
|
|
817
845
|
"/api/sidebar/group-order/route": [
|
|
818
846
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
819
847
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
820
848
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
821
849
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
822
|
-
"static/chunks/app/api/sidebar/group-order/route-
|
|
850
|
+
"static/chunks/app/api/sidebar/group-order/route-9247d6b9d647f750.js"
|
|
823
851
|
],
|
|
824
852
|
"/api/skills/[id]/route": [
|
|
825
853
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
826
854
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
827
855
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
828
856
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
829
|
-
"static/chunks/app/api/skills/[id]/route-
|
|
857
|
+
"static/chunks/app/api/skills/[id]/route-9247d6b9d647f750.js"
|
|
830
858
|
],
|
|
831
859
|
"/api/repositories/validate-path/route": [
|
|
832
860
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
833
861
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
834
862
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
835
863
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
836
|
-
"static/chunks/app/api/repositories/validate-path/route-
|
|
864
|
+
"static/chunks/app/api/repositories/validate-path/route-9247d6b9d647f750.js"
|
|
837
865
|
],
|
|
838
866
|
"/api/skills/reindex/route": [
|
|
839
867
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
840
868
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
841
869
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
842
870
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
843
|
-
"static/chunks/app/api/skills/reindex/route-
|
|
871
|
+
"static/chunks/app/api/skills/reindex/route-9247d6b9d647f750.js"
|
|
844
872
|
],
|
|
845
873
|
"/api/skills/installations/route": [
|
|
846
874
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
847
875
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
848
876
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
849
877
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
850
|
-
"static/chunks/app/api/skills/installations/route-
|
|
878
|
+
"static/chunks/app/api/skills/installations/route-9247d6b9d647f750.js"
|
|
851
879
|
],
|
|
852
880
|
"/api/skills/route": [
|
|
853
881
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
854
882
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
855
883
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
856
884
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
857
|
-
"static/chunks/app/api/skills/route-
|
|
885
|
+
"static/chunks/app/api/skills/route-9247d6b9d647f750.js"
|
|
858
886
|
],
|
|
859
|
-
"/api/
|
|
887
|
+
"/api/skills/operations/route": [
|
|
860
888
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
861
889
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
862
890
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
863
891
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
864
|
-
"static/chunks/app/api/
|
|
892
|
+
"static/chunks/app/api/skills/operations/route-9247d6b9d647f750.js"
|
|
865
893
|
],
|
|
866
|
-
"/api/
|
|
894
|
+
"/api/todos/route": [
|
|
867
895
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
868
896
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
869
897
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
870
898
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
871
|
-
"static/chunks/app/api/
|
|
899
|
+
"static/chunks/app/api/todos/route-9247d6b9d647f750.js"
|
|
872
900
|
],
|
|
873
901
|
"/api/worktrees/[id]/logs/route": [
|
|
874
902
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
875
903
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
876
904
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
877
905
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
878
|
-
"static/chunks/app/api/worktrees/[id]/logs/route-
|
|
906
|
+
"static/chunks/app/api/worktrees/[id]/logs/route-9247d6b9d647f750.js"
|
|
879
907
|
],
|
|
880
908
|
"/api/worktrees/[id]/logs/[filename]/route": [
|
|
881
909
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
882
910
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
883
911
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
884
912
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
885
|
-
"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-
|
|
913
|
+
"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-9247d6b9d647f750.js"
|
|
886
914
|
],
|
|
887
915
|
"/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route": [
|
|
888
916
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
889
917
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
890
918
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
891
919
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
892
|
-
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-
|
|
893
|
-
],
|
|
894
|
-
"/api/worktrees/[id]/skills/[skillId]/git-workflow/route": [
|
|
895
|
-
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
896
|
-
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
897
|
-
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
898
|
-
"static/chunks/main-app-5d631b93b1219836.js",
|
|
899
|
-
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-6add0d88e2828c23.js"
|
|
920
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-9247d6b9d647f750.js"
|
|
900
921
|
],
|
|
901
922
|
"/api/worktrees/[id]/skills/[skillId]/plan/route": [
|
|
902
923
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
903
924
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
904
925
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
905
926
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
906
|
-
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-
|
|
927
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-9247d6b9d647f750.js"
|
|
907
928
|
],
|
|
908
|
-
"/api/worktrees/[id]/skills/[skillId]/
|
|
929
|
+
"/api/worktrees/[id]/skills/[skillId]/git-workflow/route": [
|
|
909
930
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
910
931
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
911
932
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
912
933
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
913
|
-
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/
|
|
934
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-9247d6b9d647f750.js"
|
|
914
935
|
],
|
|
915
936
|
"/api/worktrees/[id]/skills/[skillId]/update-plan/route": [
|
|
916
937
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
917
938
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
918
939
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
919
940
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
920
|
-
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-
|
|
941
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-9247d6b9d647f750.js"
|
|
921
942
|
],
|
|
922
|
-
"/api/worktrees/[id]/skills/
|
|
943
|
+
"/api/worktrees/[id]/skills/route": [
|
|
923
944
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
924
945
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
925
946
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
926
947
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
927
|
-
"static/chunks/app/api/worktrees/[id]/skills/
|
|
948
|
+
"static/chunks/app/api/worktrees/[id]/skills/route-9247d6b9d647f750.js"
|
|
928
949
|
],
|
|
929
|
-
"/api/worktrees/route": [
|
|
950
|
+
"/api/worktrees/[id]/skills/[skillId]/install/route": [
|
|
930
951
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
931
952
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
932
953
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
933
954
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
934
|
-
"static/chunks/app/api/worktrees/route-
|
|
955
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-9247d6b9d647f750.js"
|
|
935
956
|
],
|
|
936
|
-
"/
|
|
957
|
+
"/api/worktrees/[id]/skills/[skillId]/uninstall/route": [
|
|
937
958
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
938
959
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
939
960
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
940
961
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
941
|
-
"static/chunks/app/
|
|
962
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-9247d6b9d647f750.js"
|
|
942
963
|
],
|
|
943
|
-
"/api/worktrees/
|
|
964
|
+
"/api/worktrees/route": [
|
|
944
965
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
945
966
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
946
967
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
947
968
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
948
|
-
"static/chunks/app/api/worktrees/
|
|
969
|
+
"static/chunks/app/api/worktrees/route-9247d6b9d647f750.js"
|
|
949
970
|
],
|
|
950
|
-
"/
|
|
971
|
+
"/proxy/[...path]/route": [
|
|
951
972
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
952
973
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
953
974
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
954
975
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
955
|
-
"static/chunks/app/
|
|
976
|
+
"static/chunks/app/proxy/[...path]/route-9247d6b9d647f750.js"
|
|
956
977
|
],
|
|
957
|
-
"/
|
|
978
|
+
"/api/worktrees/[id]/skills/[skillId]/update/route": [
|
|
958
979
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
959
980
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
960
981
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
961
982
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
962
|
-
"static/chunks/
|
|
963
|
-
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
964
|
-
"static/chunks/2770-827a64760bab8a3a.js",
|
|
965
|
-
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
966
|
-
"static/chunks/3361-5d6e93fba8a92bc1.js",
|
|
967
|
-
"static/chunks/app/login/page-adc51f0f7cbb7ac6.js"
|
|
983
|
+
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-9247d6b9d647f750.js"
|
|
968
984
|
],
|
|
969
985
|
"/chat/loading": [
|
|
970
986
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
@@ -988,11 +1004,23 @@
|
|
|
988
1004
|
"static/chunks/8566-a6a7c70558927410.js",
|
|
989
1005
|
"static/chunks/1191-b7dfdfe86b1d31d1.js",
|
|
990
1006
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
991
|
-
"static/chunks/3361-
|
|
992
|
-
"static/chunks/6381-
|
|
1007
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1008
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
993
1009
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
994
1010
|
"static/chunks/app/chat/page-231df45127e876c2.js"
|
|
995
1011
|
],
|
|
1012
|
+
"/login/page": [
|
|
1013
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1014
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1015
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1016
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1017
|
+
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1018
|
+
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
1019
|
+
"static/chunks/2770-827a64760bab8a3a.js",
|
|
1020
|
+
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1021
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1022
|
+
"static/chunks/app/login/page-adc51f0f7cbb7ac6.js"
|
|
1023
|
+
],
|
|
996
1024
|
"/more/loading": [
|
|
997
1025
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
998
1026
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
@@ -1012,20 +1040,11 @@
|
|
|
1012
1040
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1013
1041
|
"static/chunks/4974-35592ec312322124.js",
|
|
1014
1042
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1015
|
-
"static/chunks/3361-
|
|
1016
|
-
"static/chunks/6381-
|
|
1043
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1044
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1017
1045
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1018
1046
|
"static/chunks/4322-dfd5a7119b5ba4fc.js",
|
|
1019
|
-
"static/chunks/app/more/page-
|
|
1020
|
-
],
|
|
1021
|
-
"/offline/page": [
|
|
1022
|
-
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1023
|
-
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1024
|
-
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1025
|
-
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1026
|
-
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1027
|
-
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
1028
|
-
"static/chunks/app/offline/page-62c5f14a6a1800b5.js"
|
|
1047
|
+
"static/chunks/app/more/page-03867ab635d197c7.js"
|
|
1029
1048
|
],
|
|
1030
1049
|
"/page": [
|
|
1031
1050
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
@@ -1039,8 +1058,8 @@
|
|
|
1039
1058
|
"static/chunks/4974-35592ec312322124.js",
|
|
1040
1059
|
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
1041
1060
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1042
|
-
"static/chunks/3361-
|
|
1043
|
-
"static/chunks/6381-
|
|
1061
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1062
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1044
1063
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1045
1064
|
"static/chunks/app/page-0305431f43195431.js"
|
|
1046
1065
|
],
|
|
@@ -1063,44 +1082,29 @@
|
|
|
1063
1082
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1064
1083
|
"static/chunks/4974-35592ec312322124.js",
|
|
1065
1084
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1066
|
-
"static/chunks/3361-
|
|
1067
|
-
"static/chunks/6381-
|
|
1085
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1086
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1068
1087
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1069
1088
|
"static/chunks/app/repositories/page-ae8fa55749976f79.js"
|
|
1070
1089
|
],
|
|
1071
|
-
"/
|
|
1072
|
-
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1073
|
-
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1074
|
-
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1075
|
-
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1076
|
-
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1077
|
-
"static/chunks/app/review/loading-c58ba2c3f4363277.js"
|
|
1078
|
-
],
|
|
1079
|
-
"/review/page": [
|
|
1090
|
+
"/offline/page": [
|
|
1080
1091
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1081
1092
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1082
1093
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1083
1094
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1084
1095
|
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1085
1096
|
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
1086
|
-
"static/chunks/
|
|
1087
|
-
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1088
|
-
"static/chunks/4974-35592ec312322124.js",
|
|
1089
|
-
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1090
|
-
"static/chunks/3361-5d6e93fba8a92bc1.js",
|
|
1091
|
-
"static/chunks/6381-8cfe50a5ca5425b1.js",
|
|
1092
|
-
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1093
|
-
"static/chunks/app/review/page-8f63aff862fee421.js"
|
|
1097
|
+
"static/chunks/app/offline/page-62c5f14a6a1800b5.js"
|
|
1094
1098
|
],
|
|
1095
|
-
"/
|
|
1099
|
+
"/review/loading": [
|
|
1096
1100
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1097
1101
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1098
1102
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1099
1103
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1100
1104
|
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1101
|
-
"static/chunks/app/
|
|
1105
|
+
"static/chunks/app/review/loading-c58ba2c3f4363277.js"
|
|
1102
1106
|
],
|
|
1103
|
-
"/
|
|
1107
|
+
"/review/page": [
|
|
1104
1108
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1105
1109
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1106
1110
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
@@ -1110,12 +1114,12 @@
|
|
|
1110
1114
|
"static/chunks/2770-827a64760bab8a3a.js",
|
|
1111
1115
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1112
1116
|
"static/chunks/4974-35592ec312322124.js",
|
|
1113
|
-
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
1114
1117
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1115
|
-
"static/chunks/3361-
|
|
1116
|
-
"static/chunks/6381-
|
|
1118
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1119
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1117
1120
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1118
|
-
"static/chunks/
|
|
1121
|
+
"static/chunks/1188-8567ee5ecfef02ee.js",
|
|
1122
|
+
"static/chunks/app/review/page-9a6d18ddcccbb63c.js"
|
|
1119
1123
|
],
|
|
1120
1124
|
"/skills/[skillId]/page": [
|
|
1121
1125
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
@@ -1132,13 +1136,38 @@
|
|
|
1132
1136
|
"static/chunks/1191-b7dfdfe86b1d31d1.js",
|
|
1133
1137
|
"static/chunks/5542-b6457f305d724a6b.js",
|
|
1134
1138
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1135
|
-
"static/chunks/3361-
|
|
1136
|
-
"static/chunks/6381-
|
|
1139
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1140
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1137
1141
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1138
1142
|
"static/chunks/2751-9ef0f4b450bd4ef0.js",
|
|
1139
1143
|
"static/chunks/2053-c0e931eb4391baa1.js",
|
|
1140
1144
|
"static/chunks/app/skills/[skillId]/page-aaf0bcb1dfb558b9.js"
|
|
1141
1145
|
],
|
|
1146
|
+
"/sessions/loading": [
|
|
1147
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1148
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1149
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1150
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1151
|
+
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1152
|
+
"static/chunks/app/sessions/loading-c58ba2c3f4363277.js"
|
|
1153
|
+
],
|
|
1154
|
+
"/sessions/page": [
|
|
1155
|
+
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1156
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1157
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1158
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1159
|
+
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
1160
|
+
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
1161
|
+
"static/chunks/2770-827a64760bab8a3a.js",
|
|
1162
|
+
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1163
|
+
"static/chunks/4974-35592ec312322124.js",
|
|
1164
|
+
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
1165
|
+
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1166
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1167
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1168
|
+
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1169
|
+
"static/chunks/app/sessions/page-4d5382b257077c14.js"
|
|
1170
|
+
],
|
|
1142
1171
|
"/skills/installed/page": [
|
|
1143
1172
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
1144
1173
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
@@ -1150,8 +1179,8 @@
|
|
|
1150
1179
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1151
1180
|
"static/chunks/4974-35592ec312322124.js",
|
|
1152
1181
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1153
|
-
"static/chunks/3361-
|
|
1154
|
-
"static/chunks/6381-
|
|
1182
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1183
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1155
1184
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1156
1185
|
"static/chunks/2751-9ef0f4b450bd4ef0.js",
|
|
1157
1186
|
"static/chunks/app/skills/installed/page-dafc486410e839b7.js"
|
|
@@ -1167,8 +1196,8 @@
|
|
|
1167
1196
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1168
1197
|
"static/chunks/4974-35592ec312322124.js",
|
|
1169
1198
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1170
|
-
"static/chunks/3361-
|
|
1171
|
-
"static/chunks/6381-
|
|
1199
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1200
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1172
1201
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1173
1202
|
"static/chunks/2751-9ef0f4b450bd4ef0.js",
|
|
1174
1203
|
"static/chunks/app/skills/page-9e3c91da31514893.js"
|
|
@@ -1178,7 +1207,7 @@
|
|
|
1178
1207
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
1179
1208
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
1180
1209
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1181
|
-
"static/chunks/app/worktrees/[id]/layout-
|
|
1210
|
+
"static/chunks/app/worktrees/[id]/layout-9247d6b9d647f750.js"
|
|
1182
1211
|
],
|
|
1183
1212
|
"/worktrees/[id]/loading": [
|
|
1184
1213
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
@@ -1198,7 +1227,7 @@
|
|
|
1198
1227
|
"static/chunks/2770-827a64760bab8a3a.js",
|
|
1199
1228
|
"static/chunks/8566-a6a7c70558927410.js",
|
|
1200
1229
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1201
|
-
"static/chunks/3361-
|
|
1230
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1202
1231
|
"static/chunks/app/worktrees/[id]/files/[...path]/page-90f96977c741bbf8.js"
|
|
1203
1232
|
],
|
|
1204
1233
|
"/worktrees/[id]/terminal/page": [
|
|
@@ -1208,7 +1237,7 @@
|
|
|
1208
1237
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
1209
1238
|
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
1210
1239
|
"static/chunks/790-d8e6acd26e03679c.js",
|
|
1211
|
-
"static/chunks/app/worktrees/[id]/terminal/page-
|
|
1240
|
+
"static/chunks/app/worktrees/[id]/terminal/page-00ad5d9a62a71cab.js"
|
|
1212
1241
|
],
|
|
1213
1242
|
"/worktrees/[id]/page": [
|
|
1214
1243
|
"static/chunks/webpack-6a9668cf54a26eba.js",
|
|
@@ -1225,14 +1254,15 @@
|
|
|
1225
1254
|
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
1226
1255
|
"static/chunks/1191-b7dfdfe86b1d31d1.js",
|
|
1227
1256
|
"static/chunks/5542-b6457f305d724a6b.js",
|
|
1228
|
-
"static/chunks/
|
|
1257
|
+
"static/chunks/3968-8d8ca15657748bfb.js",
|
|
1229
1258
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1230
|
-
"static/chunks/3361-
|
|
1231
|
-
"static/chunks/6381-
|
|
1259
|
+
"static/chunks/3361-aa1b6e7c1d7eeeb4.js",
|
|
1260
|
+
"static/chunks/6381-d921ab728eda1191.js",
|
|
1232
1261
|
"static/chunks/5229-1f5f19740a8d6c11.js",
|
|
1233
1262
|
"static/chunks/2751-9ef0f4b450bd4ef0.js",
|
|
1234
1263
|
"static/chunks/2053-c0e931eb4391baa1.js",
|
|
1235
|
-
"static/chunks/
|
|
1264
|
+
"static/chunks/1188-8567ee5ecfef02ee.js",
|
|
1265
|
+
"static/chunks/app/worktrees/[id]/page-27b7cb2e77099eec.js"
|
|
1236
1266
|
]
|
|
1237
1267
|
}
|
|
1238
1268
|
}
|