commandmate 0.2.9 → 0.2.11
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 +2 -1
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +12 -12
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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/routes-manifest.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 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/route.js +10 -10
- package/.next/server/app/api/repositories/route.js.nft.json +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]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/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_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 +5 -5
- package/.next/server/chunks/5488.js +4 -4
- package/.next/server/chunks/7536.js +1 -1
- package/.next/server/chunks/8693.js +1 -0
- package/.next/server/chunks/9238.js +14 -14
- package/.next/server/chunks/9367.js +2 -2
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/5970-2e18108d0cabd8af.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/page-dc0dde49ed95076f.js +1 -0
- package/.next/static/css/7c6675f6f65b4990.css +3 -0
- package/.next/trace +5 -5
- package/README.md +232 -46
- package/dist/server/src/lib/auto-yes-manager.js +124 -84
- package/dist/server/src/lib/claude-session.js +60 -21
- package/dist/server/src/lib/prompt-answer-sender.js +89 -0
- package/dist/server/src/lib/prompt-detector.js +9 -0
- package/dist/server/src/lib/prompt-key.js +30 -0
- package/package.json +12 -1
- package/.next/static/chunks/5970-9e999084275f2995.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-5abc1e9b59430db1.js +0 -1
- package/.next/static/css/a69d9c70fce558b4.css +0 -3
- /package/.next/static/{5sR3jeFe8ymnzcEan6Rdt → ZTtC8-q8xrYUSilnXmMHl}/_buildManifest.js +0 -0
- /package/.next/static/{5sR3jeFe8ymnzcEan6Rdt → ZTtC8-q8xrYUSilnXmMHl}/_ssgManifest.js +0 -0
package/.env.example
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
# Server Configuration
|
|
6
6
|
# ===================================
|
|
7
7
|
|
|
8
|
-
# Root directory for worktree scanning
|
|
8
|
+
# Root directory for worktree scanning and git clone
|
|
9
9
|
# This is the base directory that contains your git worktrees
|
|
10
|
+
# Cloned repositories will also be saved under this directory
|
|
10
11
|
CM_ROOT_DIR=/path/to/your/worktrees
|
|
11
12
|
|
|
12
13
|
# Server port (default: 3000)
|
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ZTtC8-q8xrYUSilnXmMHl
|
|
@@ -12,7 +12,7 @@
|
|
|
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/7c6675f6f65b4990.css",
|
|
16
16
|
"static/chunks/9234-b0304101384ca079.js",
|
|
17
17
|
"static/chunks/816-af44cb865b0c980e.js",
|
|
18
18
|
"static/chunks/app/layout-07755491d5d57242.js"
|
|
@@ -26,32 +26,32 @@
|
|
|
26
26
|
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
27
27
|
"static/chunks/2335-98a211e00b94c7ac.js",
|
|
28
28
|
"static/chunks/816-af44cb865b0c980e.js",
|
|
29
|
-
"static/chunks/5970-
|
|
29
|
+
"static/chunks/5970-2e18108d0cabd8af.js",
|
|
30
30
|
"static/chunks/app/page-a6593b9640df66a6.js"
|
|
31
31
|
],
|
|
32
|
-
"/worktrees/[id]/
|
|
32
|
+
"/worktrees/[id]/page": [
|
|
33
33
|
"static/chunks/webpack-af8567a485ade35a.js",
|
|
34
34
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
35
35
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
36
36
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
37
|
+
"static/css/5eacd01f773eed7f.css",
|
|
37
38
|
"static/chunks/9234-b0304101384ca079.js",
|
|
39
|
+
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
38
40
|
"static/chunks/1038-3509435b68c0967e.js",
|
|
39
|
-
"static/chunks/
|
|
41
|
+
"static/chunks/2335-98a211e00b94c7ac.js",
|
|
42
|
+
"static/chunks/8864-2f60eadc8404fdd0.js",
|
|
43
|
+
"static/chunks/816-af44cb865b0c980e.js",
|
|
44
|
+
"static/chunks/5970-2e18108d0cabd8af.js",
|
|
45
|
+
"static/chunks/app/worktrees/[id]/page-dc0dde49ed95076f.js"
|
|
40
46
|
],
|
|
41
|
-
"/worktrees/[id]/page": [
|
|
47
|
+
"/worktrees/[id]/files/[...path]/page": [
|
|
42
48
|
"static/chunks/webpack-af8567a485ade35a.js",
|
|
43
49
|
"static/chunks/fd9d1056-cfdf4f91f13d3485.js",
|
|
44
50
|
"static/chunks/2117-e31fa477cb500950.js",
|
|
45
51
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
46
|
-
"static/css/5eacd01f773eed7f.css",
|
|
47
52
|
"static/chunks/9234-b0304101384ca079.js",
|
|
48
|
-
"static/chunks/216-f18f4a9d8b04a91e.js",
|
|
49
53
|
"static/chunks/1038-3509435b68c0967e.js",
|
|
50
|
-
"static/chunks/
|
|
51
|
-
"static/chunks/8864-2f60eadc8404fdd0.js",
|
|
52
|
-
"static/chunks/816-af44cb865b0c980e.js",
|
|
53
|
-
"static/chunks/5970-9e999084275f2995.js",
|
|
54
|
-
"static/chunks/app/worktrees/[id]/page-5abc1e9b59430db1.js"
|
|
54
|
+
"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js"
|
|
55
55
|
],
|
|
56
56
|
"/worktrees/[id]/terminal/page": [
|
|
57
57
|
"static/chunks/webpack-af8567a485ade35a.js",
|
|
@@ -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/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/route":"/api/repositories","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/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]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/apple-icon.png/route":"/apple-icon.png","/page":"/","/icon.png/route":"/icon.png","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/app/update-check/route":"/api/app/update-check","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/external-apps/route":"/api/external-apps","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/ZTtC8-q8xrYUSilnXmMHl/_buildManifest.js",
|
|
9
|
+
"static/ZTtC8-q8xrYUSilnXmMHl/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-af8567a485ade35a.js",
|