commandmate 0.2.13 → 0.3.1

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.
Files changed (157) hide show
  1. package/.env.example +21 -2
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-build-manifest.json +31 -23
  4. package/.next/app-path-routes-manifest.json +1 -1
  5. package/.next/build-manifest.json +7 -7
  6. package/.next/cache/.tsbuildinfo +1 -1
  7. package/.next/cache/config.json +3 -3
  8. package/.next/cache/webpack/client-production/0.pack +0 -0
  9. package/.next/cache/webpack/client-production/1.pack +0 -0
  10. package/.next/cache/webpack/client-production/2.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack +0 -0
  12. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  13. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  14. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/.next/cache/webpack/server-production/index.pack +0 -0
  17. package/.next/next-server.js.nft.json +1 -1
  18. package/.next/prerender-manifest.json +1 -1
  19. package/.next/react-loadable-manifest.json +2 -2
  20. package/.next/required-server-files.json +1 -1
  21. package/.next/routes-manifest.json +1 -1
  22. package/.next/server/app/_not-found/page.js +1 -1
  23. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  24. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/app/update-check/route.js +1 -1
  26. package/.next/server/app/api/auth/login/route.js +1 -0
  27. package/.next/server/app/api/auth/login/route.js.nft.json +1 -0
  28. package/.next/server/app/api/auth/logout/route.js +1 -0
  29. package/.next/server/app/api/auth/logout/route.js.nft.json +1 -0
  30. package/.next/server/app/api/auth/status/route.js +1 -0
  31. package/.next/server/app/api/auth/status/route.js.nft.json +1 -0
  32. package/.next/server/app/api/hooks/claude-done/route.js +1 -1
  33. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  34. package/.next/server/app/api/repositories/route.js +2 -2
  35. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  36. package/.next/server/app/api/slash-commands/route.js +1 -1
  37. package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
  38. package/.next/server/app/api/slash-commands.body +1 -1
  39. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  40. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  41. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  42. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  43. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  44. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  45. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  46. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  47. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  48. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  49. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  50. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  51. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  52. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  53. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  54. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  55. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  56. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  57. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
  58. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  59. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  60. package/.next/server/app/api/worktrees/route.js +1 -1
  61. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  62. package/.next/server/app/login/page.js +1 -0
  63. package/.next/server/app/login/page.js.nft.json +1 -0
  64. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  65. package/.next/server/app/page.js +2 -2
  66. package/.next/server/app/page.js.nft.json +1 -1
  67. package/.next/server/app/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
  69. package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
  70. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/worktrees/[id]/page.js +2 -2
  72. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  73. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  74. package/.next/server/app/worktrees/[id]/terminal/page.js +1 -1
  75. package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
  76. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app-paths-manifest.json +11 -7
  78. package/.next/server/chunks/3013.js +1 -0
  79. package/.next/server/chunks/3074.js +1 -0
  80. package/.next/server/chunks/{1287.js → 3294.js} +2 -2
  81. package/.next/server/chunks/3860.js +1 -1
  82. package/.next/server/chunks/4893.js +2 -2
  83. package/.next/server/chunks/539.js +35 -0
  84. package/.next/server/chunks/5795.js +1 -0
  85. package/.next/server/chunks/7536.js +1 -1
  86. package/.next/server/chunks/7566.js +19 -0
  87. package/.next/server/chunks/8693.js +1 -1
  88. package/.next/server/edge-runtime-webpack.js +2 -0
  89. package/.next/server/edge-runtime-webpack.js.map +1 -0
  90. package/.next/server/functions-config-manifest.json +1 -1
  91. package/.next/server/middleware-build-manifest.js +1 -1
  92. package/.next/server/middleware-manifest.json +28 -2
  93. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  94. package/.next/server/pages/500.html +1 -1
  95. package/.next/server/server-reference-manifest.json +1 -1
  96. package/.next/server/src/middleware.js +14 -0
  97. package/.next/server/src/middleware.js.map +1 -0
  98. package/.next/static/chunks/{2626.2125083a1ff3b80a.js → 6163.f672451d4575decf.js} +1 -1
  99. package/.next/static/chunks/{656.d72f25ce819bd77e.js → 656.5e2de0173f5a06bd.js} +1 -1
  100. package/.next/static/chunks/8091-925542bdfc843dce.js +1 -0
  101. package/.next/static/chunks/8528-4d554d3b94d4cf9b.js +1 -0
  102. package/.next/static/chunks/app/{layout-07755491d5d57242.js → layout-9110f9a5e41c6bf4.js} +1 -1
  103. package/.next/static/chunks/app/login/page-2d42204ba87cd136.js +1 -0
  104. package/.next/static/chunks/app/page-238b5a70d8c101e9.js +1 -0
  105. package/.next/static/chunks/app/worktrees/[id]/page-a556551ce5c69dec.js +1 -0
  106. package/.next/static/chunks/main-db79434ee4a6c931.js +1 -0
  107. package/.next/static/chunks/webpack-3c0ee3ce5b546818.js +1 -0
  108. package/.next/static/css/b9ea6a4fad17dc32.css +3 -0
  109. package/.next/trace +5 -5
  110. package/.next/types/app/api/auth/login/route.ts +343 -0
  111. package/.next/types/app/api/auth/logout/route.ts +343 -0
  112. package/.next/types/app/api/auth/status/route.ts +343 -0
  113. package/.next/types/app/login/page.ts +79 -0
  114. package/README.md +6 -1
  115. package/dist/cli/commands/init.d.ts.map +1 -1
  116. package/dist/cli/commands/init.js +2 -0
  117. package/dist/cli/commands/start.d.ts +2 -0
  118. package/dist/cli/commands/start.d.ts.map +1 -1
  119. package/dist/cli/commands/start.js +159 -14
  120. package/dist/cli/commands/status.d.ts.map +1 -1
  121. package/dist/cli/commands/status.js +4 -0
  122. package/dist/cli/config/security-messages.d.ts +3 -1
  123. package/dist/cli/config/security-messages.d.ts.map +1 -1
  124. package/dist/cli/config/security-messages.js +6 -2
  125. package/dist/cli/index.js +17 -0
  126. package/dist/cli/types/index.d.ts +17 -0
  127. package/dist/cli/types/index.d.ts.map +1 -1
  128. package/dist/cli/utils/daemon.d.ts.map +1 -1
  129. package/dist/cli/utils/daemon.js +16 -3
  130. package/dist/config/auth-config.d.ts +43 -0
  131. package/dist/config/auth-config.d.ts.map +1 -0
  132. package/dist/config/auth-config.js +112 -0
  133. package/dist/lib/auth.d.ts +104 -0
  134. package/dist/lib/auth.d.ts.map +1 -0
  135. package/dist/lib/auth.js +250 -0
  136. package/dist/server/server.js +123 -12
  137. package/dist/server/src/config/auth-config.js +112 -0
  138. package/dist/server/src/lib/auth.js +250 -0
  139. package/dist/server/src/lib/auto-yes-manager.js +180 -96
  140. package/dist/server/src/lib/claude-session.js +31 -6
  141. package/dist/server/src/lib/cli-patterns.js +1 -1
  142. package/dist/server/src/lib/ip-restriction.js +241 -0
  143. package/dist/server/src/lib/response-poller.js +3 -2
  144. package/dist/server/src/lib/ws-server.js +63 -33
  145. package/dist/server/src/types/slash-commands.js +1 -0
  146. package/package.json +2 -2
  147. package/.next/server/chunks/9238.js +0 -35
  148. package/.next/server/chunks/9367.js +0 -19
  149. package/.next/static/chunks/5970-2e18108d0cabd8af.js +0 -1
  150. package/.next/static/chunks/816-af44cb865b0c980e.js +0 -1
  151. package/.next/static/chunks/app/page-a6593b9640df66a6.js +0 -1
  152. package/.next/static/chunks/app/worktrees/[id]/page-d9a7913679eccfd9.js +0 -1
  153. package/.next/static/chunks/main-f00f82f1cf18dd99.js +0 -1
  154. package/.next/static/chunks/webpack-e6531fcf859d9451.js +0 -1
  155. package/.next/static/css/897ffb669f47c97b.css +0 -3
  156. /package/.next/static/{oUEq-Bd47xtkJcFDOI6rr → hmAjbCPjxX_C0Os7rphI1}/_buildManifest.js +0 -0
  157. /package/.next/static/{oUEq-Bd47xtkJcFDOI6rr → hmAjbCPjxX_C0Os7rphI1}/_ssgManifest.js +0 -0
package/.env.example CHANGED
@@ -19,12 +19,31 @@ CM_PORT=3000
19
19
  CM_BIND=127.0.0.1
20
20
 
21
21
  # ===================================
22
- # Security
22
+ # Security / Authentication (Issue #331)
23
23
  # ===================================
24
24
 
25
- # When CM_BIND=0.0.0.0, use a reverse proxy (e.g., Nginx) with authentication.
25
+ # Token authentication is enabled via CLI: commandmate start --auth
26
+ # The following variables are set automatically and should NOT be manually edited:
27
+ # CM_AUTH_TOKEN_HASH=<sha256-hash> # Set automatically by --auth
28
+ # CM_AUTH_EXPIRE=24h # Token expiration (default: 24h, max: 30d)
29
+
30
+ # When CM_BIND=0.0.0.0, use a reverse proxy (e.g., Nginx) with authentication,
31
+ # or enable token auth with: commandmate start --auth
26
32
  # See: docs/security-guide.md
27
33
 
34
+ # ===================================
35
+ # HTTPS / TLS (Issue #331)
36
+ # ===================================
37
+
38
+ # Enable HTTPS with TLS certificates:
39
+ # commandmate start --auth --cert ./localhost.pem --key ./localhost-key.pem
40
+ #
41
+ # Quick setup with mkcert:
42
+ # brew install mkcert && mkcert -install && mkcert localhost
43
+ #
44
+ # CM_HTTPS_CERT=./localhost.pem
45
+ # CM_HTTPS_KEY=./localhost-key.pem
46
+
28
47
  # ===================================
29
48
  # Database
30
49
  # ===================================
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- oUEq-Bd47xtkJcFDOI6rr
1
+ hmAjbCPjxX_C0Os7rphI1
@@ -1,55 +1,53 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-e6531fcf859d9451.js",
4
+ "static/chunks/webpack-3c0ee3ce5b546818.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-e6531fcf859d9451.js",
11
+ "static/chunks/webpack-3c0ee3ce5b546818.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/897ffb669f47c97b.css",
15
+ "static/css/b9ea6a4fad17dc32.css",
16
16
  "static/chunks/9234-b0304101384ca079.js",
17
- "static/chunks/816-af44cb865b0c980e.js",
18
- "static/chunks/app/layout-07755491d5d57242.js"
17
+ "static/chunks/8528-4d554d3b94d4cf9b.js",
18
+ "static/chunks/app/layout-9110f9a5e41c6bf4.js"
19
19
  ],
20
20
  "/page": [
21
- "static/chunks/webpack-e6531fcf859d9451.js",
21
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
22
22
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
23
23
  "static/chunks/2117-e31fa477cb500950.js",
24
24
  "static/chunks/main-app-420d93e43682fee5.js",
25
25
  "static/chunks/9234-b0304101384ca079.js",
26
26
  "static/chunks/216-f18f4a9d8b04a91e.js",
27
27
  "static/chunks/2335-98a211e00b94c7ac.js",
28
- "static/chunks/816-af44cb865b0c980e.js",
29
- "static/chunks/5970-2e18108d0cabd8af.js",
30
- "static/chunks/app/page-a6593b9640df66a6.js"
28
+ "static/chunks/8528-4d554d3b94d4cf9b.js",
29
+ "static/chunks/8091-925542bdfc843dce.js",
30
+ "static/chunks/app/page-238b5a70d8c101e9.js"
31
31
  ],
32
- "/worktrees/[id]/files/[...path]/page": [
33
- "static/chunks/webpack-e6531fcf859d9451.js",
32
+ "/login/page": [
33
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
34
34
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
35
35
  "static/chunks/2117-e31fa477cb500950.js",
36
36
  "static/chunks/main-app-420d93e43682fee5.js",
37
37
  "static/chunks/9234-b0304101384ca079.js",
38
- "static/chunks/1038-3509435b68c0967e.js",
39
- "static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js"
38
+ "static/chunks/app/login/page-2d42204ba87cd136.js"
40
39
  ],
41
- "/worktrees/[id]/terminal/page": [
42
- "static/chunks/webpack-e6531fcf859d9451.js",
40
+ "/worktrees/[id]/files/[...path]/page": [
41
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
43
42
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
44
43
  "static/chunks/2117-e31fa477cb500950.js",
45
44
  "static/chunks/main-app-420d93e43682fee5.js",
46
- "static/css/85fa6dafca566008.css",
47
- "static/chunks/30d07d85-393352a92199f695.js",
48
- "static/chunks/216-f18f4a9d8b04a91e.js",
49
- "static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js"
45
+ "static/chunks/9234-b0304101384ca079.js",
46
+ "static/chunks/1038-3509435b68c0967e.js",
47
+ "static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js"
50
48
  ],
51
49
  "/worktrees/[id]/page": [
52
- "static/chunks/webpack-e6531fcf859d9451.js",
50
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
53
51
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
54
52
  "static/chunks/2117-e31fa477cb500950.js",
55
53
  "static/chunks/main-app-420d93e43682fee5.js",
@@ -59,9 +57,19 @@
59
57
  "static/chunks/1038-3509435b68c0967e.js",
60
58
  "static/chunks/2335-98a211e00b94c7ac.js",
61
59
  "static/chunks/9178-88850a7c48deea07.js",
62
- "static/chunks/816-af44cb865b0c980e.js",
63
- "static/chunks/5970-2e18108d0cabd8af.js",
64
- "static/chunks/app/worktrees/[id]/page-d9a7913679eccfd9.js"
60
+ "static/chunks/8528-4d554d3b94d4cf9b.js",
61
+ "static/chunks/8091-925542bdfc843dce.js",
62
+ "static/chunks/app/worktrees/[id]/page-a556551ce5c69dec.js"
63
+ ],
64
+ "/worktrees/[id]/terminal/page": [
65
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
66
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
67
+ "static/chunks/2117-e31fa477cb500950.js",
68
+ "static/chunks/main-app-420d93e43682fee5.js",
69
+ "static/css/85fa6dafca566008.css",
70
+ "static/chunks/30d07d85-393352a92199f695.js",
71
+ "static/chunks/216-f18f4a9d8b04a91e.js",
72
+ "static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js"
65
73
  ]
66
74
  }
67
75
  }
@@ -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/scan/route":"/api/repositories/scan","/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]/interrupt/route":"/api/worktrees/[id]/interrupt","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/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]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/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]/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]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/apple-icon.png/route":"/apple-icon.png","/icon.png/route":"/icon.png","/page":"/","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/worktrees/[id]/page":"/worktrees/[id]","/api/app/update-check/route":"/api/app/update-check","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/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]"}
1
+ {"/_not-found/page":"/_not-found","/api/auth/login/route":"/api/auth/login","/api/auth/logout/route":"/api/auth/logout","/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/scan/route":"/api/repositories/scan","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/auto-yes/route":"/api/worktrees/[id]/auto-yes","/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]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/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]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/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","/icon.png/route":"/icon.png","/page":"/","/login/page":"/login","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/auth/status/route":"/api/auth/status","/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,26 +5,26 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/oUEq-Bd47xtkJcFDOI6rr/_buildManifest.js",
9
- "static/oUEq-Bd47xtkJcFDOI6rr/_ssgManifest.js"
8
+ "static/hmAjbCPjxX_C0Os7rphI1/_buildManifest.js",
9
+ "static/hmAjbCPjxX_C0Os7rphI1/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-e6531fcf859d9451.js",
12
+ "static/chunks/webpack-3c0ee3ce5b546818.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-e6531fcf859d9451.js",
19
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
20
20
  "static/chunks/framework-8e0e0f4a6b83a956.js",
21
- "static/chunks/main-f00f82f1cf18dd99.js",
21
+ "static/chunks/main-db79434ee4a6c931.js",
22
22
  "static/chunks/pages/_app-3c9ca398d360b709.js"
23
23
  ],
24
24
  "/_error": [
25
- "static/chunks/webpack-e6531fcf859d9451.js",
25
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
26
26
  "static/chunks/framework-8e0e0f4a6b83a956.js",
27
- "static/chunks/main-f00f82f1cf18dd99.js",
27
+ "static/chunks/main-db79434ee4a6c931.js",
28
28
  "static/chunks/pages/_error-cf5ca766ac8f493f.js"
29
29
  ]
30
30
  },