commandmate 0.17.0 → 0.18.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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +100 -100
- package/.next/app-path-routes-manifest.json +20 -20
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +15 -15
- package/.next/required-server-files.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +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/daily-summary/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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/subscriptions/route.js +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +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_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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +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_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_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_client-reference-manifest.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +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_client-reference-manifest.js +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_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_client-reference-manifest.js +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_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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_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_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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +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 +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_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_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_client-reference-manifest.js +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]/respond/route_client-reference-manifest.js +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 +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_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_client-reference-manifest.js +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_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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_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_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_client-reference-manifest.js +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_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_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_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_client-reference-manifest.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/repositories/page_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +20 -20
- package/.next/server/chunks/1117.js +1 -1
- package/.next/server/chunks/3042.js +1 -1
- package/.next/server/chunks/5959.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/6274.js +8 -8
- package/.next/server/chunks/8681.js +1 -1
- package/.next/server/chunks/8807.js +18 -16
- package/.next/server/chunks/8856.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/{6488-f4e447464c9e0e22.js → 6488-109e3825c7249e47.js} +1 -1
- package/.next/static/chunks/app/worktrees/[id]/{page-5ffc84094830babb.js → page-12b3c5f32fc6094e.js} +1 -1
- package/.next/trace +12 -12
- package/dist/cli/commands/send.d.ts.map +1 -1
- package/dist/cli/commands/send.js +30 -11
- package/dist/cli/commands/wait.d.ts.map +1 -1
- package/dist/cli/commands/wait.js +55 -5
- package/dist/cli/types/api-responses.d.ts +10 -0
- package/dist/cli/types/api-responses.d.ts.map +1 -1
- package/dist/cli/utils/verify-runner.d.ts +6 -0
- package/dist/cli/utils/verify-runner.d.ts.map +1 -1
- package/dist/cli/utils/verify-runner.js +1 -0
- package/dist/server/src/lib/db/tasks-db.js +46 -1
- package/dist/server/src/lib/db/verification-db.js +21 -3
- package/package.json +1 -1
- /package/.next/static/{gR8Sh86RrTynJON8SWkWK → -BSmW0Ae2YsxyCl_ue7_d}/_buildManifest.js +0 -0
- /package/.next/static/{gR8Sh86RrTynJON8SWkWK → -BSmW0Ae2YsxyCl_ue7_d}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
-BSmW0Ae2YsxyCl_ue7_d
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
25
25
|
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
26
26
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
27
|
-
"static/chunks/6488-
|
|
27
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
28
28
|
"static/chunks/app/layout-86574192bd3c0e6b.js"
|
|
29
29
|
],
|
|
30
30
|
"/error": [
|
|
@@ -43,26 +43,26 @@
|
|
|
43
43
|
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
44
44
|
"static/chunks/app/loading-c58ba2c3f4363277.js"
|
|
45
45
|
],
|
|
46
|
-
"/api/assistant/
|
|
46
|
+
"/api/assistant/conversation/route": [
|
|
47
47
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
48
48
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
49
49
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
50
50
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
51
|
-
"static/chunks/app/api/assistant/
|
|
51
|
+
"static/chunks/app/api/assistant/conversation/route-8440b6c72bed83a1.js"
|
|
52
52
|
],
|
|
53
|
-
"/api/assistant/
|
|
53
|
+
"/api/assistant/current-output/route": [
|
|
54
54
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
55
55
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
56
56
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
57
57
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
58
|
-
"static/chunks/app/api/assistant/
|
|
58
|
+
"static/chunks/app/api/assistant/current-output/route-8440b6c72bed83a1.js"
|
|
59
59
|
],
|
|
60
|
-
"/api/assistant/
|
|
60
|
+
"/api/assistant/messages/route": [
|
|
61
61
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
62
62
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
63
63
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
64
64
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
65
|
-
"static/chunks/app/api/assistant/
|
|
65
|
+
"static/chunks/app/api/assistant/messages/route-8440b6c72bed83a1.js"
|
|
66
66
|
],
|
|
67
67
|
"/api/assistant/session/route": [
|
|
68
68
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -92,19 +92,19 @@
|
|
|
92
92
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
93
93
|
"static/chunks/app/api/assistant/tools/route-8440b6c72bed83a1.js"
|
|
94
94
|
],
|
|
95
|
-
"/api/auth/
|
|
95
|
+
"/api/auth/login/route": [
|
|
96
96
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
97
97
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
98
98
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
99
99
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
100
|
-
"static/chunks/app/api/auth/
|
|
100
|
+
"static/chunks/app/api/auth/login/route-8440b6c72bed83a1.js"
|
|
101
101
|
],
|
|
102
|
-
"/api/auth/
|
|
102
|
+
"/api/auth/logout/route": [
|
|
103
103
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
104
104
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
105
105
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
106
106
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
107
|
-
"static/chunks/app/api/auth/
|
|
107
|
+
"static/chunks/app/api/auth/logout/route-8440b6c72bed83a1.js"
|
|
108
108
|
],
|
|
109
109
|
"/api/daily-summary/route": [
|
|
110
110
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -120,19 +120,19 @@
|
|
|
120
120
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
121
121
|
"static/chunks/app/api/hooks/agent-event/route-8440b6c72bed83a1.js"
|
|
122
122
|
],
|
|
123
|
-
"/api/
|
|
123
|
+
"/api/metrics/vibe/route": [
|
|
124
124
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
125
125
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
126
126
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
127
127
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
128
|
-
"static/chunks/app/api/
|
|
128
|
+
"static/chunks/app/api/metrics/vibe/route-8440b6c72bed83a1.js"
|
|
129
129
|
],
|
|
130
|
-
"/api/
|
|
130
|
+
"/api/hooks/claude-done/route": [
|
|
131
131
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
132
132
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
133
133
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
134
134
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
135
|
-
"static/chunks/app/api/
|
|
135
|
+
"static/chunks/app/api/hooks/claude-done/route-8440b6c72bed83a1.js"
|
|
136
136
|
],
|
|
137
137
|
"/api/ollama/models/route": [
|
|
138
138
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -211,19 +211,19 @@
|
|
|
211
211
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
212
212
|
"static/chunks/app/api/repositories/sync/route-8440b6c72bed83a1.js"
|
|
213
213
|
],
|
|
214
|
-
"/api/
|
|
214
|
+
"/api/tasks/[taskId]/cancel/route": [
|
|
215
215
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
216
216
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
217
217
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
218
218
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
219
|
-
"static/chunks/app/api/
|
|
219
|
+
"static/chunks/app/api/tasks/[taskId]/cancel/route-8440b6c72bed83a1.js"
|
|
220
220
|
],
|
|
221
|
-
"/api/
|
|
221
|
+
"/api/slash-commands/route": [
|
|
222
222
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
223
223
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
224
224
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
225
225
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
226
|
-
"static/chunks/app/api/
|
|
226
|
+
"static/chunks/app/api/slash-commands/route-8440b6c72bed83a1.js"
|
|
227
227
|
],
|
|
228
228
|
"/api/tasks/[taskId]/route": [
|
|
229
229
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -274,26 +274,26 @@
|
|
|
274
274
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
275
275
|
"static/chunks/app/api/worktrees/[id]/capture/route-8440b6c72bed83a1.js"
|
|
276
276
|
],
|
|
277
|
-
"/api/worktrees/[id]/
|
|
277
|
+
"/api/worktrees/[id]/cmate/schedules/route": [
|
|
278
278
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
279
279
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
280
280
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
281
281
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
282
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
282
|
+
"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-8440b6c72bed83a1.js"
|
|
283
283
|
],
|
|
284
|
-
"/api/worktrees/[id]/
|
|
284
|
+
"/api/worktrees/[id]/current-output/route": [
|
|
285
285
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
286
286
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
287
287
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
288
288
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
289
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
289
|
+
"static/chunks/app/api/worktrees/[id]/current-output/route-8440b6c72bed83a1.js"
|
|
290
290
|
],
|
|
291
|
-
"/api/worktrees/[id]/
|
|
291
|
+
"/api/worktrees/[id]/cli-tool/route": [
|
|
292
292
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
293
293
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
294
294
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
295
295
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
296
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
296
|
+
"static/chunks/app/api/worktrees/[id]/cli-tool/route-8440b6c72bed83a1.js"
|
|
297
297
|
],
|
|
298
298
|
"/api/worktrees/[id]/execution-logs/[logId]/route": [
|
|
299
299
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -323,19 +323,19 @@
|
|
|
323
323
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
324
324
|
"static/chunks/app/api/worktrees/[id]/git/branch/create/route-8440b6c72bed83a1.js"
|
|
325
325
|
],
|
|
326
|
-
"/api/worktrees/[id]/git/
|
|
326
|
+
"/api/worktrees/[id]/git/branches/route": [
|
|
327
327
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
328
328
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
329
329
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
330
330
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
331
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
331
|
+
"static/chunks/app/api/worktrees/[id]/git/branches/route-8440b6c72bed83a1.js"
|
|
332
332
|
],
|
|
333
|
-
"/api/worktrees/[id]/git/
|
|
333
|
+
"/api/worktrees/[id]/git/branch/delete/route": [
|
|
334
334
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
335
335
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
336
336
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
337
337
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
338
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
338
|
+
"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-8440b6c72bed83a1.js"
|
|
339
339
|
],
|
|
340
340
|
"/api/worktrees/[id]/git/checkout/route": [
|
|
341
341
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -386,19 +386,19 @@
|
|
|
386
386
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
387
387
|
"static/chunks/app/api/worktrees/[id]/git/push/route-8440b6c72bed83a1.js"
|
|
388
388
|
],
|
|
389
|
-
"/api/worktrees/[id]/git/
|
|
389
|
+
"/api/worktrees/[id]/git/revert/route": [
|
|
390
390
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
391
391
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
392
392
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
393
393
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
394
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
394
|
+
"static/chunks/app/api/worktrees/[id]/git/revert/route-8440b6c72bed83a1.js"
|
|
395
395
|
],
|
|
396
|
-
"/api/worktrees/[id]/git/
|
|
396
|
+
"/api/worktrees/[id]/git/reset/route": [
|
|
397
397
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
398
398
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
399
399
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
400
400
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
401
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
401
|
+
"static/chunks/app/api/worktrees/[id]/git/reset/route-8440b6c72bed83a1.js"
|
|
402
402
|
],
|
|
403
403
|
"/api/worktrees/[id]/git/show/[commitHash]/route": [
|
|
404
404
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -407,19 +407,19 @@
|
|
|
407
407
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
408
408
|
"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8440b6c72bed83a1.js"
|
|
409
409
|
],
|
|
410
|
-
"/api/worktrees/[id]/git/
|
|
410
|
+
"/api/worktrees/[id]/git/stage/route": [
|
|
411
411
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
412
412
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
413
413
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
414
414
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
415
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
415
|
+
"static/chunks/app/api/worktrees/[id]/git/stage/route-8440b6c72bed83a1.js"
|
|
416
416
|
],
|
|
417
|
-
"/api/worktrees/[id]/git/
|
|
417
|
+
"/api/worktrees/[id]/git/staged/route": [
|
|
418
418
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
419
419
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
420
420
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
421
421
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
422
|
-
"static/chunks/app/api/worktrees/[id]/git/
|
|
422
|
+
"static/chunks/app/api/worktrees/[id]/git/staged/route-8440b6c72bed83a1.js"
|
|
423
423
|
],
|
|
424
424
|
"/api/worktrees/[id]/git/stash/[index]/route": [
|
|
425
425
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -470,19 +470,19 @@
|
|
|
470
470
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
471
471
|
"static/chunks/app/api/worktrees/[id]/git/unstage/route-8440b6c72bed83a1.js"
|
|
472
472
|
],
|
|
473
|
-
"/api/worktrees/[id]/
|
|
473
|
+
"/api/worktrees/[id]/interrupt/route": [
|
|
474
474
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
475
475
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
476
476
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
477
477
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
478
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
478
|
+
"static/chunks/app/api/worktrees/[id]/interrupt/route-8440b6c72bed83a1.js"
|
|
479
479
|
],
|
|
480
|
-
"/api/worktrees/[id]/
|
|
480
|
+
"/api/worktrees/[id]/git/working-diff/route": [
|
|
481
481
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
482
482
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
483
483
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
484
484
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
485
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
485
|
+
"static/chunks/app/api/worktrees/[id]/git/working-diff/route-8440b6c72bed83a1.js"
|
|
486
486
|
],
|
|
487
487
|
"/api/worktrees/[id]/kill-session/route": [
|
|
488
488
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -512,19 +512,19 @@
|
|
|
512
512
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
513
513
|
"static/chunks/app/api/worktrees/[id]/memos/route-8440b6c72bed83a1.js"
|
|
514
514
|
],
|
|
515
|
-
"/api/worktrees/[id]/
|
|
515
|
+
"/api/worktrees/[id]/prompt-response/route": [
|
|
516
516
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
517
517
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
518
518
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
519
519
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
520
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
520
|
+
"static/chunks/app/api/worktrees/[id]/prompt-response/route-8440b6c72bed83a1.js"
|
|
521
521
|
],
|
|
522
|
-
"/api/worktrees/[id]/
|
|
522
|
+
"/api/worktrees/[id]/messages/route": [
|
|
523
523
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
524
524
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
525
525
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
526
526
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
527
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
527
|
+
"static/chunks/app/api/worktrees/[id]/messages/route-8440b6c72bed83a1.js"
|
|
528
528
|
],
|
|
529
529
|
"/api/worktrees/[id]/respond/route": [
|
|
530
530
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -554,19 +554,19 @@
|
|
|
554
554
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
555
555
|
"static/chunks/app/api/worktrees/[id]/schedules/active/route-8440b6c72bed83a1.js"
|
|
556
556
|
],
|
|
557
|
-
"/api/worktrees/[id]/
|
|
557
|
+
"/api/worktrees/[id]/schedules/route": [
|
|
558
558
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
559
559
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
560
560
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
561
561
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
562
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
562
|
+
"static/chunks/app/api/worktrees/[id]/schedules/route-8440b6c72bed83a1.js"
|
|
563
563
|
],
|
|
564
|
-
"/api/worktrees/[id]/
|
|
564
|
+
"/api/worktrees/[id]/search/route": [
|
|
565
565
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
566
566
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
567
567
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
568
568
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
569
|
-
"static/chunks/app/api/worktrees/[id]/
|
|
569
|
+
"static/chunks/app/api/worktrees/[id]/search/route-8440b6c72bed83a1.js"
|
|
570
570
|
],
|
|
571
571
|
"/api/worktrees/[id]/send/route": [
|
|
572
572
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -610,19 +610,19 @@
|
|
|
610
610
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
611
611
|
"static/chunks/app/api/worktrees/[id]/terminal/route-8440b6c72bed83a1.js"
|
|
612
612
|
],
|
|
613
|
-
"/api/worktrees/[id]/timers/route": [
|
|
613
|
+
"/api/worktrees/[id]/timers/history/route": [
|
|
614
614
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
615
615
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
616
616
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
617
617
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
618
|
-
"static/chunks/app/api/worktrees/[id]/timers/route-8440b6c72bed83a1.js"
|
|
618
|
+
"static/chunks/app/api/worktrees/[id]/timers/history/route-8440b6c72bed83a1.js"
|
|
619
619
|
],
|
|
620
|
-
"/api/worktrees/[id]/timers/
|
|
620
|
+
"/api/worktrees/[id]/timers/route": [
|
|
621
621
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
622
622
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
623
623
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
624
624
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
625
|
-
"static/chunks/app/api/worktrees/[id]/timers/
|
|
625
|
+
"static/chunks/app/api/worktrees/[id]/timers/route-8440b6c72bed83a1.js"
|
|
626
626
|
],
|
|
627
627
|
"/api/worktrees/[id]/todos/[todoId]/route": [
|
|
628
628
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -666,19 +666,19 @@
|
|
|
666
666
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
667
667
|
"static/chunks/app/api/worktrees/[id]/verify/route-8440b6c72bed83a1.js"
|
|
668
668
|
],
|
|
669
|
-
"/api/worktrees/[id]/verify/runs/route": [
|
|
669
|
+
"/api/worktrees/[id]/verify/runs/[runId]/route": [
|
|
670
670
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
671
671
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
672
672
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
673
673
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
674
|
-
"static/chunks/app/api/worktrees/[id]/verify/runs/route-8440b6c72bed83a1.js"
|
|
674
|
+
"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-8440b6c72bed83a1.js"
|
|
675
675
|
],
|
|
676
|
-
"/api/worktrees/[id]/verify/runs/
|
|
676
|
+
"/api/worktrees/[id]/verify/runs/route": [
|
|
677
677
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
678
678
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
679
679
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
680
680
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
681
|
-
"static/chunks/app/api/worktrees/[id]/verify/runs/
|
|
681
|
+
"static/chunks/app/api/worktrees/[id]/verify/runs/route-8440b6c72bed83a1.js"
|
|
682
682
|
],
|
|
683
683
|
"/api/worktrees/[id]/viewed/route": [
|
|
684
684
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -729,12 +729,12 @@
|
|
|
729
729
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
730
730
|
"static/chunks/app/api/external-apps/[id]/health/route-8440b6c72bed83a1.js"
|
|
731
731
|
],
|
|
732
|
-
"/api/external-apps/route": [
|
|
732
|
+
"/api/external-apps/[id]/route": [
|
|
733
733
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
734
734
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
735
735
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
736
736
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
737
|
-
"static/chunks/app/api/external-apps/route-8440b6c72bed83a1.js"
|
|
737
|
+
"static/chunks/app/api/external-apps/[id]/route-8440b6c72bed83a1.js"
|
|
738
738
|
],
|
|
739
739
|
"/api/fs/recent-paths/route": [
|
|
740
740
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -743,19 +743,19 @@
|
|
|
743
743
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
744
744
|
"static/chunks/app/api/fs/recent-paths/route-8440b6c72bed83a1.js"
|
|
745
745
|
],
|
|
746
|
-
"/api/
|
|
746
|
+
"/api/external-apps/route": [
|
|
747
747
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
748
748
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
749
749
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
750
750
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
751
|
-
"static/chunks/app/api/
|
|
751
|
+
"static/chunks/app/api/external-apps/route-8440b6c72bed83a1.js"
|
|
752
752
|
],
|
|
753
|
-
"/api/
|
|
753
|
+
"/api/fs/browse/route": [
|
|
754
754
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
755
755
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
756
756
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
757
757
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
758
|
-
"static/chunks/app/api/
|
|
758
|
+
"static/chunks/app/api/fs/browse/route-8440b6c72bed83a1.js"
|
|
759
759
|
],
|
|
760
760
|
"/api/push/vapid/route": [
|
|
761
761
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -771,19 +771,19 @@
|
|
|
771
771
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
772
772
|
"static/chunks/app/api/push/subscriptions/route-8440b6c72bed83a1.js"
|
|
773
773
|
],
|
|
774
|
-
"/api/
|
|
774
|
+
"/api/sidebar/group-order/route": [
|
|
775
775
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
776
776
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
777
777
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
778
778
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
779
|
-
"static/chunks/app/api/
|
|
779
|
+
"static/chunks/app/api/sidebar/group-order/route-8440b6c72bed83a1.js"
|
|
780
780
|
],
|
|
781
|
-
"/api/
|
|
781
|
+
"/api/repositories/validate-path/route": [
|
|
782
782
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
783
783
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
784
784
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
785
785
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
786
|
-
"static/chunks/app/api/
|
|
786
|
+
"static/chunks/app/api/repositories/validate-path/route-8440b6c72bed83a1.js"
|
|
787
787
|
],
|
|
788
788
|
"/api/skills/[id]/route": [
|
|
789
789
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -799,26 +799,26 @@
|
|
|
799
799
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
800
800
|
"static/chunks/app/api/skills/reindex/route-8440b6c72bed83a1.js"
|
|
801
801
|
],
|
|
802
|
-
"/api/skills/
|
|
802
|
+
"/api/skills/route": [
|
|
803
803
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
804
804
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
805
805
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
806
806
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
807
|
-
"static/chunks/app/api/skills/
|
|
807
|
+
"static/chunks/app/api/skills/route-8440b6c72bed83a1.js"
|
|
808
808
|
],
|
|
809
|
-
"/api/
|
|
809
|
+
"/api/todos/route": [
|
|
810
810
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
811
811
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
812
812
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
813
813
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
814
|
-
"static/chunks/app/api/
|
|
814
|
+
"static/chunks/app/api/todos/route-8440b6c72bed83a1.js"
|
|
815
815
|
],
|
|
816
|
-
"/api/
|
|
816
|
+
"/api/skills/installations/route": [
|
|
817
817
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
818
818
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
819
819
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
820
820
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
821
|
-
"static/chunks/app/api/
|
|
821
|
+
"static/chunks/app/api/skills/installations/route-8440b6c72bed83a1.js"
|
|
822
822
|
],
|
|
823
823
|
"/api/skills/operations/route": [
|
|
824
824
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -827,19 +827,19 @@
|
|
|
827
827
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
828
828
|
"static/chunks/app/api/skills/operations/route-8440b6c72bed83a1.js"
|
|
829
829
|
],
|
|
830
|
-
"/api/worktrees/[id]/logs/route": [
|
|
830
|
+
"/api/worktrees/[id]/logs/[filename]/route": [
|
|
831
831
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
832
832
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
833
833
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
834
834
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
835
|
-
"static/chunks/app/api/worktrees/[id]/logs/route-8440b6c72bed83a1.js"
|
|
835
|
+
"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-8440b6c72bed83a1.js"
|
|
836
836
|
],
|
|
837
|
-
"/api/worktrees/[id]/logs/
|
|
837
|
+
"/api/worktrees/[id]/logs/route": [
|
|
838
838
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
839
839
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
840
840
|
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
841
841
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
842
|
-
"static/chunks/app/api/worktrees/[id]/logs/
|
|
842
|
+
"static/chunks/app/api/worktrees/[id]/logs/route-8440b6c72bed83a1.js"
|
|
843
843
|
],
|
|
844
844
|
"/api/worktrees/[id]/skills/[skillId]/plan/route": [
|
|
845
845
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
@@ -897,6 +897,18 @@
|
|
|
897
897
|
"static/chunks/main-app-5d631b93b1219836.js",
|
|
898
898
|
"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-8440b6c72bed83a1.js"
|
|
899
899
|
],
|
|
900
|
+
"/login/page": [
|
|
901
|
+
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
902
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
903
|
+
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
904
|
+
"static/chunks/main-app-5d631b93b1219836.js",
|
|
905
|
+
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
906
|
+
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
907
|
+
"static/chunks/2770-827a64760bab8a3a.js",
|
|
908
|
+
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
909
|
+
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
910
|
+
"static/chunks/app/login/page-0247a3fb569bb22b.js"
|
|
911
|
+
],
|
|
900
912
|
"/chat/loading": [
|
|
901
913
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
902
914
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
@@ -920,22 +932,10 @@
|
|
|
920
932
|
"static/chunks/1191-b7dfdfe86b1d31d1.js",
|
|
921
933
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
922
934
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
923
|
-
"static/chunks/6488-
|
|
935
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
924
936
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
925
937
|
"static/chunks/app/chat/page-83a2238ab453afaa.js"
|
|
926
938
|
],
|
|
927
|
-
"/login/page": [
|
|
928
|
-
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
929
|
-
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
930
|
-
"static/chunks/1255-8cb587d9170b45ed.js",
|
|
931
|
-
"static/chunks/main-app-5d631b93b1219836.js",
|
|
932
|
-
"static/chunks/6809-c40780dcdbb38ec5.js",
|
|
933
|
-
"static/chunks/4909-1f5c586e3e84e0a5.js",
|
|
934
|
-
"static/chunks/2770-827a64760bab8a3a.js",
|
|
935
|
-
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
936
|
-
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
937
|
-
"static/chunks/app/login/page-0247a3fb569bb22b.js"
|
|
938
|
-
],
|
|
939
939
|
"/more/loading": [
|
|
940
940
|
"static/chunks/webpack-180bebdee221b6f4.js",
|
|
941
941
|
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"static/chunks/4974-eaf66770bfa9dea0.js",
|
|
957
957
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
958
958
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
959
|
-
"static/chunks/6488-
|
|
959
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
960
960
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
961
961
|
"static/chunks/app/more/page-1619018cac999bbc.js"
|
|
962
962
|
],
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
983
983
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
984
984
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
985
|
-
"static/chunks/6488-
|
|
985
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
986
986
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
987
987
|
"static/chunks/app/page-a34d26812f085b6c.js"
|
|
988
988
|
],
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
"static/chunks/4974-eaf66770bfa9dea0.js",
|
|
1007
1007
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1008
1008
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1009
|
-
"static/chunks/6488-
|
|
1009
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1010
1010
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1011
1011
|
"static/chunks/app/repositories/page-1ed1e5a542ecc168.js"
|
|
1012
1012
|
],
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
"static/chunks/4974-eaf66770bfa9dea0.js",
|
|
1031
1031
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1032
1032
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1033
|
-
"static/chunks/6488-
|
|
1033
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1034
1034
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1035
1035
|
"static/chunks/app/review/page-b559bfb11c46931b.js"
|
|
1036
1036
|
],
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"static/chunks/9948-d139e3e5dbecaf73.js",
|
|
1056
1056
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1057
1057
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1058
|
-
"static/chunks/6488-
|
|
1058
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1059
1059
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1060
1060
|
"static/chunks/app/sessions/page-3fa7e767d0ab3889.js"
|
|
1061
1061
|
],
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"static/chunks/5542-b6457f305d724a6b.js",
|
|
1076
1076
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1077
1077
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1078
|
-
"static/chunks/6488-
|
|
1078
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1079
1079
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1080
1080
|
"static/chunks/2751-7fabd91275b14ca3.js",
|
|
1081
1081
|
"static/chunks/8562-6e2ab32452f4fa5b.js",
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
"static/chunks/4974-eaf66770bfa9dea0.js",
|
|
1094
1094
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1095
1095
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1096
|
-
"static/chunks/6488-
|
|
1096
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1097
1097
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1098
1098
|
"static/chunks/2751-7fabd91275b14ca3.js",
|
|
1099
1099
|
"static/chunks/app/skills/installed/page-6641f95e6a6e5f9d.js"
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
"static/chunks/4974-eaf66770bfa9dea0.js",
|
|
1111
1111
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1112
1112
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1113
|
-
"static/chunks/6488-
|
|
1113
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1114
1114
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1115
1115
|
"static/chunks/2751-7fabd91275b14ca3.js",
|
|
1116
1116
|
"static/chunks/app/skills/page-184f8e23e31a3667.js"
|
|
@@ -1154,11 +1154,11 @@
|
|
|
1154
1154
|
"static/chunks/9599-d29d2f8eeaf7c249.js",
|
|
1155
1155
|
"static/chunks/6402-d91e099c3f2d78f4.js",
|
|
1156
1156
|
"static/chunks/744-d5e47fe16e7b9e06.js",
|
|
1157
|
-
"static/chunks/6488-
|
|
1157
|
+
"static/chunks/6488-109e3825c7249e47.js",
|
|
1158
1158
|
"static/chunks/4560-0917ae2e6a0e5400.js",
|
|
1159
1159
|
"static/chunks/2751-7fabd91275b14ca3.js",
|
|
1160
1160
|
"static/chunks/8562-6e2ab32452f4fa5b.js",
|
|
1161
|
-
"static/chunks/app/worktrees/[id]/page-
|
|
1161
|
+
"static/chunks/app/worktrees/[id]/page-12b3c5f32fc6094e.js"
|
|
1162
1162
|
],
|
|
1163
1163
|
"/worktrees/[id]/terminal/page": [
|
|
1164
1164
|
"static/chunks/webpack-180bebdee221b6f4.js",
|