commandmate 0.1.12 → 0.2.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.
Files changed (157) hide show
  1. package/.env.example +4 -9
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-build-manifest.json +24 -24
  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 +7 -7
  20. package/.next/required-server-files.json +1 -1
  21. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/_not-found.html +1 -1
  23. package/.next/server/app/_not-found.rsc +2 -2
  24. package/.next/server/app/api/hooks/claude-done/route.js +1 -19
  25. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  26. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  27. package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
  28. package/.next/server/app/api/repositories/clone/route.js +1 -1
  29. package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
  30. package/.next/server/app/api/repositories/excluded/route.js +36 -0
  31. package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -0
  32. package/.next/server/app/api/repositories/excluded.body +1 -0
  33. package/.next/server/app/api/repositories/excluded.meta +1 -0
  34. package/.next/server/app/api/repositories/restore/route.js +36 -0
  35. package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -0
  36. package/.next/server/app/api/repositories/route.js +36 -1
  37. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  38. package/.next/server/app/api/repositories/scan/route.js +1 -1
  39. package/.next/server/app/api/repositories/sync/route.js +36 -1
  40. package/.next/server/app/api/slash-commands/route.js +1 -1
  41. package/.next/server/app/api/slash-commands.body +1 -1
  42. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  43. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  44. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  45. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  46. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  47. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  48. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  49. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  50. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  51. package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
  52. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  53. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  54. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  55. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  56. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  57. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  58. package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
  59. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  60. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  61. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  62. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  63. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  64. package/.next/server/app/api/worktrees/route.js +1 -1
  65. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  66. package/.next/server/app/index.html +2 -2
  67. package/.next/server/app/index.rsc +3 -3
  68. package/.next/server/app/page.js +7 -7
  69. package/.next/server/app/page.js.nft.json +1 -1
  70. package/.next/server/app/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/proxy/[...path]/route.js +2 -2
  72. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/worktrees/[id]/page.js +4 -4
  74. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  75. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  78. package/.next/server/app-paths-manifest.json +10 -8
  79. package/.next/server/chunks/5488.js +36 -0
  80. package/.next/server/chunks/6550.js +1 -1
  81. package/.next/server/chunks/7425.js +53 -50
  82. package/.next/server/chunks/7536.js +1 -0
  83. package/.next/server/chunks/8174.js +23 -0
  84. package/.next/server/chunks/9367.js +19 -0
  85. package/.next/server/functions-config-manifest.json +1 -1
  86. package/.next/server/middleware-build-manifest.js +1 -1
  87. package/.next/server/middleware-manifest.json +2 -28
  88. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  89. package/.next/server/pages/404.html +1 -1
  90. package/.next/server/pages/500.html +1 -1
  91. package/.next/server/server-reference-manifest.json +1 -1
  92. package/.next/static/chunks/4327.740cc7fe2d0b5049.js +60 -0
  93. package/.next/static/chunks/4343-ebe884a2a80eb033.js +1 -0
  94. package/.next/static/chunks/6568-38a33aa67d82e12b.js +1 -0
  95. package/.next/static/chunks/816-c254f4e2406e696a.js +1 -0
  96. package/.next/static/chunks/app/layout-4804cfba519283cf.js +1 -0
  97. package/.next/static/chunks/app/page-3926224c4cdf315b.js +1 -0
  98. package/.next/static/chunks/app/worktrees/[id]/page-d64624eb67af57c0.js +1 -0
  99. package/.next/static/chunks/main-b6d727aa9248d4f2.js +1 -0
  100. package/.next/static/chunks/{webpack-3fc79fab9bb738d7.js → webpack-4f85dcef6279c6ee.js} +1 -1
  101. package/.next/static/css/28be35e4727ae7ef.css +3 -0
  102. package/.next/trace +5 -5
  103. package/.next/types/app/api/repositories/excluded/route.ts +343 -0
  104. package/.next/types/app/api/repositories/restore/route.ts +343 -0
  105. package/README.md +2 -2
  106. package/dist/cli/commands/init.d.ts.map +1 -1
  107. package/dist/cli/commands/init.js +2 -13
  108. package/dist/cli/commands/start.d.ts.map +1 -1
  109. package/dist/cli/commands/start.js +3 -7
  110. package/dist/cli/config/security-messages.d.ts +11 -0
  111. package/dist/cli/config/security-messages.d.ts.map +1 -0
  112. package/dist/cli/config/security-messages.js +29 -0
  113. package/dist/cli/types/index.d.ts +0 -1
  114. package/dist/cli/types/index.d.ts.map +1 -1
  115. package/dist/cli/utils/daemon.d.ts.map +1 -1
  116. package/dist/cli/utils/daemon.js +3 -7
  117. package/dist/cli/utils/env-setup.d.ts +0 -4
  118. package/dist/cli/utils/env-setup.d.ts.map +1 -1
  119. package/dist/cli/utils/env-setup.js +0 -14
  120. package/dist/cli/utils/security-logger.d.ts.map +1 -1
  121. package/dist/cli/utils/security-logger.js +1 -2
  122. package/dist/server/src/lib/auto-yes-manager.js +13 -5
  123. package/dist/server/src/lib/claude-poller.js +337 -0
  124. package/dist/server/src/lib/cli-patterns.js +9 -2
  125. package/dist/server/src/lib/cli-tools/base.js +7 -1
  126. package/dist/server/src/lib/cli-tools/codex.js +14 -2
  127. package/dist/server/src/lib/cli-tools/manager.js +27 -0
  128. package/dist/server/src/lib/cli-tools/types.js +7 -0
  129. package/dist/server/src/lib/cli-tools/validation.js +41 -0
  130. package/dist/server/src/lib/db.js +23 -0
  131. package/dist/server/src/lib/env.js +0 -17
  132. package/dist/server/src/lib/logger.js +0 -4
  133. package/dist/server/src/lib/prompt-detector.js +129 -31
  134. package/dist/server/src/lib/ws-server.js +12 -1
  135. package/dist/server/src/types/sidebar.js +16 -31
  136. package/dist/server/src/types/slash-commands.js +2 -0
  137. package/package.json +1 -1
  138. package/.next/server/chunks/1318.js +0 -29
  139. package/.next/server/chunks/2597.js +0 -1
  140. package/.next/server/chunks/2648.js +0 -1
  141. package/.next/server/chunks/9703.js +0 -31
  142. package/.next/server/chunks/9723.js +0 -19
  143. package/.next/server/edge-runtime-webpack.js +0 -2
  144. package/.next/server/edge-runtime-webpack.js.map +0 -1
  145. package/.next/server/src/middleware.js +0 -14
  146. package/.next/server/src/middleware.js.map +0 -1
  147. package/.next/static/chunks/2853-d11a80b03c9a1640.js +0 -1
  148. package/.next/static/chunks/4327.3b84aa049900fdeb.js +0 -60
  149. package/.next/static/chunks/816-7e340dad784be28c.js +0 -1
  150. package/.next/static/chunks/9365-733d8c05712d2888.js +0 -1
  151. package/.next/static/chunks/app/layout-37e55f11dcc8b1bf.js +0 -1
  152. package/.next/static/chunks/app/page-fe35d61f14b90a51.js +0 -1
  153. package/.next/static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js +0 -1
  154. package/.next/static/chunks/main-a960f4a5e1a2f598.js +0 -1
  155. package/.next/static/css/376b339640084689.css +0 -3
  156. /package/.next/static/{564GHwluX5xIv9qpqLJV2 → bdUePCj-b9Gv5okYGp49O}/_buildManifest.js +0 -0
  157. /package/.next/static/{564GHwluX5xIv9qpqLJV2 → bdUePCj-b9Gv5okYGp49O}/_ssgManifest.js +0 -0
package/.env.example CHANGED
@@ -13,20 +13,16 @@ CM_ROOT_DIR=/path/to/your/worktrees
13
13
  CM_PORT=3000
14
14
 
15
15
  # Bind address
16
- # - 127.0.0.1: Localhost only (development, no auth required)
17
- # - 0.0.0.0: All interfaces (production, auth required)
16
+ # - 127.0.0.1: Localhost only (development)
17
+ # - 0.0.0.0: All interfaces (production, reverse proxy auth recommended)
18
18
  CM_BIND=127.0.0.1
19
19
 
20
20
  # ===================================
21
21
  # Security
22
22
  # ===================================
23
23
 
24
- # Authentication token for API access
25
- # Required when CM_BIND=0.0.0.0
26
- # Optional when CM_BIND=127.0.0.1
27
- # Generate a secure random token:
28
- # openssl rand -hex 32
29
- CM_AUTH_TOKEN=your-secret-token-here
24
+ # When CM_BIND=0.0.0.0, use a reverse proxy (e.g., Nginx) with authentication.
25
+ # See: docs/security-guide.md
30
26
 
31
27
  # ===================================
32
28
  # Database
@@ -64,6 +60,5 @@ CM_LOG_FORMAT=text
64
60
  # MCBD_ROOT_DIR=/path/to/your/worktrees
65
61
  # MCBD_PORT=3000
66
62
  # MCBD_BIND=127.0.0.1
67
- # MCBD_AUTH_TOKEN=your-secret-token-here
68
63
  # MCBD_LOG_LEVEL=debug
69
64
  # MCBD_LOG_FORMAT=text
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- 564GHwluX5xIv9qpqLJV2
1
+ bdUePCj-b9Gv5okYGp49O
@@ -1,57 +1,57 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-3fc79fab9bb738d7.js",
4
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
5
5
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
6
6
  "static/chunks/2117-d845c2cd62e344a6.js",
7
7
  "static/chunks/main-app-420d93e43682fee5.js",
8
8
  "static/chunks/app/_not-found/page-a9d04e58c81115ec.js"
9
9
  ],
10
10
  "/layout": [
11
- "static/chunks/webpack-3fc79fab9bb738d7.js",
11
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
12
12
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
13
13
  "static/chunks/2117-d845c2cd62e344a6.js",
14
14
  "static/chunks/main-app-420d93e43682fee5.js",
15
- "static/css/376b339640084689.css",
16
- "static/chunks/816-7e340dad784be28c.js",
17
- "static/chunks/app/layout-37e55f11dcc8b1bf.js"
15
+ "static/css/28be35e4727ae7ef.css",
16
+ "static/chunks/816-c254f4e2406e696a.js",
17
+ "static/chunks/app/layout-4804cfba519283cf.js"
18
18
  ],
19
- "/page": [
20
- "static/chunks/webpack-3fc79fab9bb738d7.js",
19
+ "/worktrees/[id]/files/[...path]/page": [
20
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
21
21
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
22
22
  "static/chunks/2117-d845c2cd62e344a6.js",
23
23
  "static/chunks/main-app-420d93e43682fee5.js",
24
- "static/chunks/7648-325564a6e12a3257.js",
25
- "static/chunks/9365-733d8c05712d2888.js",
26
- "static/chunks/6725-f7607851b7d57eb1.js",
27
- "static/chunks/816-7e340dad784be28c.js",
28
- "static/chunks/2853-d11a80b03c9a1640.js",
29
- "static/chunks/app/page-fe35d61f14b90a51.js"
24
+ "static/chunks/4851-45df4d388db5623f.js",
25
+ "static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js"
30
26
  ],
31
- "/worktrees/[id]/files/[...path]/page": [
32
- "static/chunks/webpack-3fc79fab9bb738d7.js",
27
+ "/page": [
28
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
33
29
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
34
30
  "static/chunks/2117-d845c2cd62e344a6.js",
35
31
  "static/chunks/main-app-420d93e43682fee5.js",
36
- "static/chunks/4851-45df4d388db5623f.js",
37
- "static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js"
32
+ "static/chunks/7648-325564a6e12a3257.js",
33
+ "static/chunks/4343-ebe884a2a80eb033.js",
34
+ "static/chunks/6725-f7607851b7d57eb1.js",
35
+ "static/chunks/816-c254f4e2406e696a.js",
36
+ "static/chunks/6568-38a33aa67d82e12b.js",
37
+ "static/chunks/app/page-3926224c4cdf315b.js"
38
38
  ],
39
39
  "/worktrees/[id]/page": [
40
- "static/chunks/webpack-3fc79fab9bb738d7.js",
40
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
41
41
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
42
42
  "static/chunks/2117-d845c2cd62e344a6.js",
43
43
  "static/chunks/main-app-420d93e43682fee5.js",
44
44
  "static/css/5eacd01f773eed7f.css",
45
45
  "static/chunks/7648-325564a6e12a3257.js",
46
46
  "static/chunks/4851-45df4d388db5623f.js",
47
- "static/chunks/9365-733d8c05712d2888.js",
47
+ "static/chunks/4343-ebe884a2a80eb033.js",
48
48
  "static/chunks/2957-327e43ef4c12808f.js",
49
- "static/chunks/816-7e340dad784be28c.js",
50
- "static/chunks/2853-d11a80b03c9a1640.js",
51
- "static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js"
49
+ "static/chunks/816-c254f4e2406e696a.js",
50
+ "static/chunks/6568-38a33aa67d82e12b.js",
51
+ "static/chunks/app/worktrees/[id]/page-d64624eb67af57c0.js"
52
52
  ],
53
53
  "/worktrees/[id]/simple-terminal/page": [
54
- "static/chunks/webpack-3fc79fab9bb738d7.js",
54
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
55
55
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
56
56
  "static/chunks/2117-d845c2cd62e344a6.js",
57
57
  "static/chunks/main-app-420d93e43682fee5.js",
@@ -59,7 +59,7 @@
59
59
  "static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js"
60
60
  ],
61
61
  "/worktrees/[id]/terminal/page": [
62
- "static/chunks/webpack-3fc79fab9bb738d7.js",
62
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
63
63
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
64
64
  "static/chunks/2117-d845c2cd62e344a6.js",
65
65
  "static/chunks/main-app-420d93e43682fee5.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/route":"/api/repositories","/api/repositories/clone/route":"/api/repositories/clone","/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]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/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]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/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]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/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]/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","/icon.png/route":"/icon.png","/page":"/","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/simple-terminal/page":"/worktrees/[id]/simple-terminal","/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/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
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]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/[id]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/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","/icon.png/route":"/icon.png","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/page":"/","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/simple-terminal/page":"/worktrees/[id]/simple-terminal","/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/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
@@ -5,26 +5,26 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/564GHwluX5xIv9qpqLJV2/_buildManifest.js",
9
- "static/564GHwluX5xIv9qpqLJV2/_ssgManifest.js"
8
+ "static/bdUePCj-b9Gv5okYGp49O/_buildManifest.js",
9
+ "static/bdUePCj-b9Gv5okYGp49O/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-3fc79fab9bb738d7.js",
12
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
13
13
  "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
14
14
  "static/chunks/2117-d845c2cd62e344a6.js",
15
15
  "static/chunks/main-app-420d93e43682fee5.js"
16
16
  ],
17
17
  "pages": {
18
18
  "/_app": [
19
- "static/chunks/webpack-3fc79fab9bb738d7.js",
19
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
20
20
  "static/chunks/framework-8e0e0f4a6b83a956.js",
21
- "static/chunks/main-a960f4a5e1a2f598.js",
21
+ "static/chunks/main-b6d727aa9248d4f2.js",
22
22
  "static/chunks/pages/_app-3c9ca398d360b709.js"
23
23
  ],
24
24
  "/_error": [
25
- "static/chunks/webpack-3fc79fab9bb738d7.js",
25
+ "static/chunks/webpack-4f85dcef6279c6ee.js",
26
26
  "static/chunks/framework-8e0e0f4a6b83a956.js",
27
- "static/chunks/main-a960f4a5e1a2f598.js",
27
+ "static/chunks/main-b6d727aa9248d4f2.js",
28
28
  "static/chunks/pages/_error-cf5ca766ac8f493f.js"
29
29
  ]
30
30
  },