commandmate 0.2.3 → 0.2.4
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 +25 -25
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +7 -7
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/fetch-cache/799a63cbfa61e2ab38626c05fe43500464c7bbd38341bdde69f5ec4b25acff68 +1 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- 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-check/route.js +1 -0
- package/.next/server/app/api/app/update-check/route.js.nft.json +1 -0
- package/.next/server/app/api/app/update-check.body +1 -0
- package/.next/server/app/api/app/update-check.meta +1 -0
- package/.next/server/app/api/repositories/restore/route.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/search/route.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/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +3 -3
- 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 +10 -9
- package/.next/server/chunks/2683.js +1 -1
- package/.next/server/chunks/5488.js +1 -1
- package/.next/server/chunks/5823.js +1 -1
- package/.next/server/chunks/7425.js +3 -3
- package/.next/server/chunks/7536.js +1 -1
- package/.next/server/chunks/9367.js +2 -2
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/{816-bb41b20a51ae924a.js → 816-af44cb865b0c980e.js} +1 -1
- package/.next/static/chunks/app/page-43b5de1a0a788b1f.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/{page-9d77c6f755d08086.js → page-9632761937a4d1ad.js} +1 -1
- package/.next/static/chunks/{main-b6d727aa9248d4f2.js → main-f00f82f1cf18dd99.js} +1 -1
- package/.next/static/chunks/{webpack-e6531fcf859d9451.js → webpack-af8567a485ade35a.js} +1 -1
- package/.next/static/css/{4eca30cb81bc52b4.css → 6a92c8ad3c94d15a.css} +1 -1
- package/.next/trace +5 -5
- package/.next/types/app/api/app/update-check/route.ts +343 -0
- package/dist/server/src/lib/prompt-detector.js +207 -67
- package/package.json +1 -1
- package/.next/static/chunks/app/page-792c0577dc44e5e5.js +0 -1
- /package/.next/static/{rppRTm2sRWa4sZE7ili8A → b3UR0y5mw3Ubf_vI5JjIN}/_buildManifest.js +0 -0
- /package/.next/static/{rppRTm2sRWa4sZE7ili8A → b3UR0y5mw3Ubf_vI5JjIN}/_ssgManifest.js +0 -0
- /package/.next/static/chunks/{4733-db0112b08802aaa7.js → 4733-50bdfc169adb4881.js} +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b3UR0y5mw3Ubf_vI5JjIN
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
5
5
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
6
6
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
7
7
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js"
|
|
9
9
|
],
|
|
10
10
|
"/layout": [
|
|
11
|
-
"static/chunks/webpack-
|
|
11
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
12
12
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
13
13
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
14
14
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/6a92c8ad3c94d15a.css",
|
|
16
16
|
"static/chunks/9234-b0304101384ca079.js",
|
|
17
|
-
"static/chunks/816-
|
|
17
|
+
"static/chunks/816-af44cb865b0c980e.js",
|
|
18
18
|
"static/chunks/app/layout-07755491d5d57242.js"
|
|
19
19
|
],
|
|
20
20
|
"/page": [
|
|
21
|
-
"static/chunks/webpack-
|
|
21
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
22
22
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
23
23
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
24
24
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
@@ -26,12 +26,27 @@
|
|
|
26
26
|
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
27
27
|
"static/chunks/8216-00e20326f32abd12.js",
|
|
28
28
|
"static/chunks/2330-0299b9879f4977d2.js",
|
|
29
|
-
"static/chunks/816-
|
|
30
|
-
"static/chunks/4733-
|
|
31
|
-
"static/chunks/app/page-
|
|
29
|
+
"static/chunks/816-af44cb865b0c980e.js",
|
|
30
|
+
"static/chunks/4733-50bdfc169adb4881.js",
|
|
31
|
+
"static/chunks/app/page-43b5de1a0a788b1f.js"
|
|
32
|
+
],
|
|
33
|
+
"/worktrees/[id]/page": [
|
|
34
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
35
|
+
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
36
|
+
"static/chunks/2117-e31fa477cb500950.js",
|
|
37
|
+
"static/chunks/main-app-420d93e43682fee5.js",
|
|
38
|
+
"static/css/5eacd01f773eed7f.css",
|
|
39
|
+
"static/chunks/9234-b0304101384ca079.js",
|
|
40
|
+
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
41
|
+
"static/chunks/1038-3509435b68c0967e.js",
|
|
42
|
+
"static/chunks/8216-00e20326f32abd12.js",
|
|
43
|
+
"static/chunks/6140-389f1951062dcf4f.js",
|
|
44
|
+
"static/chunks/816-af44cb865b0c980e.js",
|
|
45
|
+
"static/chunks/4733-50bdfc169adb4881.js",
|
|
46
|
+
"static/chunks/app/worktrees/[id]/page-9632761937a4d1ad.js"
|
|
32
47
|
],
|
|
33
48
|
"/worktrees/[id]/files/[...path]/page": [
|
|
34
|
-
"static/chunks/webpack-
|
|
49
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
35
50
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
36
51
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
37
52
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
@@ -40,7 +55,7 @@
|
|
|
40
55
|
"static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js"
|
|
41
56
|
],
|
|
42
57
|
"/worktrees/[id]/terminal/page": [
|
|
43
|
-
"static/chunks/webpack-
|
|
58
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
44
59
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
45
60
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
46
61
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
@@ -48,21 +63,6 @@
|
|
|
48
63
|
"static/chunks/30d07d85-393352a92199f695.js",
|
|
49
64
|
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
50
65
|
"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js"
|
|
51
|
-
],
|
|
52
|
-
"/worktrees/[id]/page": [
|
|
53
|
-
"static/chunks/webpack-e6531fcf859d9451.js",
|
|
54
|
-
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
55
|
-
"static/chunks/2117-e31fa477cb500950.js",
|
|
56
|
-
"static/chunks/main-app-420d93e43682fee5.js",
|
|
57
|
-
"static/css/5eacd01f773eed7f.css",
|
|
58
|
-
"static/chunks/9234-b0304101384ca079.js",
|
|
59
|
-
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
60
|
-
"static/chunks/1038-3509435b68c0967e.js",
|
|
61
|
-
"static/chunks/8216-00e20326f32abd12.js",
|
|
62
|
-
"static/chunks/6140-389f1951062dcf4f.js",
|
|
63
|
-
"static/chunks/816-bb41b20a51ae924a.js",
|
|
64
|
-
"static/chunks/4733-db0112b08802aaa7.js",
|
|
65
|
-
"static/chunks/app/worktrees/[id]/page-9d77c6f755d08086.js"
|
|
66
66
|
]
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"/_not-found/page":"/_not-found","/api/hooks/claude-done/route":"/api/hooks/claude-done","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/repositories/clone/route":"/api/repositories/clone","/api/repositories/excluded/route":"/api/repositories/excluded","/api/repositories/restore/route":"/api/repositories/restore","/api/repositories/route":"/api/repositories","/api/repositories/
|
|
1
|
+
{"/_not-found/page":"/_not-found","/api/app/update-check/route":"/api/app/update-check","/api/hooks/claude-done/route":"/api/hooks/claude-done","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/repositories/clone/route":"/api/repositories/clone","/api/repositories/excluded/route":"/api/repositories/excluded","/api/repositories/restore/route":"/api/repositories/restore","/api/repositories/scan/route":"/api/repositories/scan","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/api/repositories/route":"/api/repositories","/api/worktrees/[id]/auto-yes/route":"/api/worktrees/[id]/auto-yes","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/current-output/route":"/api/worktrees/[id]/current-output","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/api/worktrees/[id]/interrupt/route":"/api/worktrees/[id]/interrupt","/api/worktrees/[id]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/apple-icon.png/route":"/apple-icon.png","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/icon.png/route":"/icon.png","/page":"/","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/route":"/api/external-apps","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/b3UR0y5mw3Ubf_vI5JjIN/_buildManifest.js",
|
|
9
|
+
"static/b3UR0y5mw3Ubf_vI5JjIN/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
13
13
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
14
14
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
15
15
|
"static/chunks/main-app-420d93e43682fee5.js"
|
|
16
16
|
],
|
|
17
17
|
"pages": {
|
|
18
18
|
"/_app": [
|
|
19
|
-
"static/chunks/webpack-
|
|
19
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
20
20
|
"static/chunks/framework-8e0e0f4a6b83a956.js",
|
|
21
|
-
"static/chunks/main-
|
|
21
|
+
"static/chunks/main-f00f82f1cf18dd99.js",
|
|
22
22
|
"static/chunks/pages/_app-3c9ca398d360b709.js"
|
|
23
23
|
],
|
|
24
24
|
"/_error": [
|
|
25
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-af8567a485ade35a.js",
|
|
26
26
|
"static/chunks/framework-8e0e0f4a6b83a956.js",
|
|
27
|
-
"static/chunks/main-
|
|
27
|
+
"static/chunks/main-f00f82f1cf18dd99.js",
|
|
28
28
|
"static/chunks/pages/_error-cf5ca766ac8f493f.js"
|
|
29
29
|
]
|
|
30
30
|
},
|