commandmate 0.2.1 → 0.2.3

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 (164) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +47 -51
  3. package/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/build-manifest.json +7 -7
  5. package/.next/cache/.tsbuildinfo +1 -1
  6. package/.next/cache/config.json +3 -3
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/1.pack +0 -0
  9. package/.next/cache/webpack/client-production/2.pack +0 -0
  10. package/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  12. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  13. package/.next/cache/webpack/server-production/0.pack +0 -0
  14. package/.next/cache/webpack/server-production/index.pack +0 -0
  15. package/.next/next-server.js.nft.json +1 -1
  16. package/.next/prerender-manifest.json +1 -1
  17. package/.next/required-server-files.json +1 -1
  18. package/.next/routes-manifest.json +1 -1
  19. package/.next/server/app/_not-found/page.js +1 -1
  20. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  21. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
  23. package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
  24. package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
  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.nft.json +1 -1
  27. package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
  28. package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
  29. package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
  30. package/.next/server/app/api/repositories/route.js +1 -1
  31. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  32. package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
  33. package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
  34. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  35. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  36. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
  37. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  38. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  39. package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
  40. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  41. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  42. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  43. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
  44. package/.next/server/app/api/worktrees/[id]/logs/route.js +4 -4
  45. package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
  46. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
  47. package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
  48. package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +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.nft.json +1 -1
  51. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  52. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  53. package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
  54. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  55. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
  56. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  57. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
  58. package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
  59. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
  60. package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
  61. package/.next/server/app/api/worktrees/route.js +1 -1
  62. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  63. package/.next/server/app/page.js +2 -4
  64. package/.next/server/app/page.js.nft.json +1 -1
  65. package/.next/server/app/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
  67. package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
  68. package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
  69. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  70. package/.next/server/app/worktrees/[id]/page.js +3 -15
  71. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  72. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/worktrees/[id]/terminal/page.js +3 -3
  74. package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
  75. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app-paths-manifest.json +7 -8
  77. package/.next/server/chunks/1287.js +4 -0
  78. package/.next/server/chunks/2683.js +1 -0
  79. package/.next/server/chunks/3348.js +1 -0
  80. package/.next/server/chunks/369.js +1 -0
  81. package/.next/server/chunks/3860.js +1 -0
  82. package/.next/server/chunks/4559.js +1 -0
  83. package/.next/server/chunks/4704.js +35 -0
  84. package/.next/server/chunks/5781.js +1 -0
  85. package/.next/server/chunks/5823.js +1 -0
  86. package/.next/server/chunks/5853.js +1 -0
  87. package/.next/server/chunks/6837.js +1 -0
  88. package/.next/server/chunks/7266.js +1 -0
  89. package/.next/server/chunks/7458.js +1 -0
  90. package/.next/server/chunks/7536.js +1 -1
  91. package/.next/server/chunks/8705.js +1 -0
  92. package/.next/server/chunks/8744.js +1 -0
  93. package/.next/server/chunks/9367.js +2 -2
  94. package/.next/server/chunks/9582.js +1 -0
  95. package/.next/server/functions-config-manifest.json +1 -1
  96. package/.next/server/middleware-build-manifest.js +1 -1
  97. package/.next/server/pages/500.html +1 -1
  98. package/.next/server/pages-manifest.json +1 -1
  99. package/.next/server/server-reference-manifest.json +1 -1
  100. package/.next/static/chunks/1038-3509435b68c0967e.js +1 -0
  101. package/.next/static/chunks/216-f18f4a9d8b04a91e.js +1 -0
  102. package/.next/static/chunks/2330-0299b9879f4977d2.js +1 -0
  103. package/.next/static/chunks/4733-db0112b08802aaa7.js +1 -0
  104. package/.next/static/chunks/6140-389f1951062dcf4f.js +1 -0
  105. package/.next/static/chunks/{816-c254f4e2406e696a.js → 816-bb41b20a51ae924a.js} +1 -1
  106. package/.next/static/chunks/8216-00e20326f32abd12.js +1 -0
  107. package/.next/static/chunks/9234-b0304101384ca079.js +3 -0
  108. package/.next/static/chunks/app/layout-07755491d5d57242.js +1 -0
  109. package/.next/static/chunks/app/page-792c0577dc44e5e5.js +1 -0
  110. package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js +1 -0
  111. package/.next/static/chunks/app/worktrees/[id]/page-9d77c6f755d08086.js +1 -0
  112. package/.next/static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js +1 -0
  113. package/.next/static/chunks/{webpack-4f85dcef6279c6ee.js → webpack-e6531fcf859d9451.js} +1 -1
  114. package/.next/static/css/4eca30cb81bc52b4.css +3 -0
  115. package/.next/trace +5 -5
  116. package/README.md +84 -82
  117. package/dist/server/src/config/auto-yes-config.js +53 -0
  118. package/dist/server/src/config/log-config.js +41 -0
  119. package/dist/server/src/lib/auto-yes-manager.js +6 -4
  120. package/dist/server/src/lib/claude-session.js +6 -0
  121. package/dist/server/src/lib/cli-patterns.js +41 -1
  122. package/dist/server/src/lib/cli-tools/codex.js +16 -3
  123. package/dist/server/src/lib/cli-tools/manager.js +0 -6
  124. package/dist/server/src/lib/log-manager.js +2 -6
  125. package/dist/server/src/lib/pasted-text-helper.js +58 -0
  126. package/dist/server/src/lib/prompt-detector.js +80 -23
  127. package/dist/server/src/lib/response-poller.js +30 -43
  128. package/package.json +2 -1
  129. package/.next/server/app/_not-found.html +0 -1
  130. package/.next/server/app/_not-found.meta +0 -6
  131. package/.next/server/app/_not-found.rsc +0 -10
  132. package/.next/server/app/index.html +0 -9
  133. package/.next/server/app/index.meta +0 -5
  134. package/.next/server/app/index.rsc +0 -8
  135. package/.next/server/app/worktrees/[id]/simple-terminal/page.js +0 -4
  136. package/.next/server/app/worktrees/[id]/simple-terminal/page.js.nft.json +0 -1
  137. package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +0 -1
  138. package/.next/server/chunks/3053.js +0 -1
  139. package/.next/server/chunks/434.js +0 -1
  140. package/.next/server/chunks/4471.js +0 -2
  141. package/.next/server/chunks/6550.js +0 -1
  142. package/.next/server/chunks/8174.js +0 -23
  143. package/.next/server/chunks/8887.js +0 -1
  144. package/.next/server/pages/404.html +0 -1
  145. package/.next/static/chunks/2957-327e43ef4c12808f.js +0 -1
  146. package/.next/static/chunks/4343-ebe884a2a80eb033.js +0 -1
  147. package/.next/static/chunks/4851-45df4d388db5623f.js +0 -1
  148. package/.next/static/chunks/6568-38a33aa67d82e12b.js +0 -1
  149. package/.next/static/chunks/6725-f7607851b7d57eb1.js +0 -1
  150. package/.next/static/chunks/7648-325564a6e12a3257.js +0 -1
  151. package/.next/static/chunks/app/layout-4804cfba519283cf.js +0 -1
  152. package/.next/static/chunks/app/page-3926224c4cdf315b.js +0 -1
  153. package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js +0 -1
  154. package/.next/static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js +0 -1
  155. package/.next/static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js +0 -1
  156. package/.next/static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js +0 -1
  157. package/.next/static/css/28be35e4727ae7ef.css +0 -3
  158. package/.next/types/app/worktrees/[id]/simple-terminal/page.ts +0 -79
  159. package/dist/server/src/lib/claude-poller.js +0 -341
  160. /package/.next/static/chunks/{2117-d845c2cd62e344a6.js → 2117-e31fa477cb500950.js} +0 -0
  161. /package/.next/static/chunks/app/_not-found/{page-a9d04e58c81115ec.js → page-ac4e4463b39d0cf7.js} +0 -0
  162. /package/.next/static/chunks/{fd9d1056-bbe86e4ae099d5cd.js → fd9d1056-cfdf4f91f13d3485.js} +0 -0
  163. /package/.next/static/{oUD-A998xeBoez6zsrTH3 → rppRTm2sRWa4sZE7ili8A}/_buildManifest.js +0 -0
  164. /package/.next/static/{oUD-A998xeBoez6zsrTH3 → rppRTm2sRWa4sZE7ili8A}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- oUD-A998xeBoez6zsrTH3
1
+ rppRTm2sRWa4sZE7ili8A
@@ -1,72 +1,68 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-4f85dcef6279c6ee.js",
5
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
6
- "static/chunks/2117-d845c2cd62e344a6.js",
4
+ "static/chunks/webpack-e6531fcf859d9451.js",
5
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
6
+ "static/chunks/2117-e31fa477cb500950.js",
7
7
  "static/chunks/main-app-420d93e43682fee5.js",
8
- "static/chunks/app/_not-found/page-a9d04e58c81115ec.js"
8
+ "static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js"
9
9
  ],
10
10
  "/layout": [
11
- "static/chunks/webpack-4f85dcef6279c6ee.js",
12
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
13
- "static/chunks/2117-d845c2cd62e344a6.js",
11
+ "static/chunks/webpack-e6531fcf859d9451.js",
12
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
13
+ "static/chunks/2117-e31fa477cb500950.js",
14
14
  "static/chunks/main-app-420d93e43682fee5.js",
15
- "static/css/28be35e4727ae7ef.css",
16
- "static/chunks/816-c254f4e2406e696a.js",
17
- "static/chunks/app/layout-4804cfba519283cf.js"
15
+ "static/css/4eca30cb81bc52b4.css",
16
+ "static/chunks/9234-b0304101384ca079.js",
17
+ "static/chunks/816-bb41b20a51ae924a.js",
18
+ "static/chunks/app/layout-07755491d5d57242.js"
18
19
  ],
19
20
  "/page": [
20
- "static/chunks/webpack-4f85dcef6279c6ee.js",
21
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
22
- "static/chunks/2117-d845c2cd62e344a6.js",
21
+ "static/chunks/webpack-e6531fcf859d9451.js",
22
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
23
+ "static/chunks/2117-e31fa477cb500950.js",
23
24
  "static/chunks/main-app-420d93e43682fee5.js",
24
- "static/chunks/7648-325564a6e12a3257.js",
25
- "static/chunks/4343-ebe884a2a80eb033.js",
26
- "static/chunks/6725-f7607851b7d57eb1.js",
27
- "static/chunks/816-c254f4e2406e696a.js",
28
- "static/chunks/6568-38a33aa67d82e12b.js",
29
- "static/chunks/app/page-3926224c4cdf315b.js"
30
- ],
31
- "/worktrees/[id]/page": [
32
- "static/chunks/webpack-4f85dcef6279c6ee.js",
33
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
34
- "static/chunks/2117-d845c2cd62e344a6.js",
35
- "static/chunks/main-app-420d93e43682fee5.js",
36
- "static/css/5eacd01f773eed7f.css",
37
- "static/chunks/7648-325564a6e12a3257.js",
38
- "static/chunks/4851-45df4d388db5623f.js",
39
- "static/chunks/4343-ebe884a2a80eb033.js",
40
- "static/chunks/2957-327e43ef4c12808f.js",
41
- "static/chunks/816-c254f4e2406e696a.js",
42
- "static/chunks/6568-38a33aa67d82e12b.js",
43
- "static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js"
25
+ "static/chunks/9234-b0304101384ca079.js",
26
+ "static/chunks/216-f18f4a9d8b04a91e.js",
27
+ "static/chunks/8216-00e20326f32abd12.js",
28
+ "static/chunks/2330-0299b9879f4977d2.js",
29
+ "static/chunks/816-bb41b20a51ae924a.js",
30
+ "static/chunks/4733-db0112b08802aaa7.js",
31
+ "static/chunks/app/page-792c0577dc44e5e5.js"
44
32
  ],
45
33
  "/worktrees/[id]/files/[...path]/page": [
46
- "static/chunks/webpack-4f85dcef6279c6ee.js",
47
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
48
- "static/chunks/2117-d845c2cd62e344a6.js",
49
- "static/chunks/main-app-420d93e43682fee5.js",
50
- "static/chunks/4851-45df4d388db5623f.js",
51
- "static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js"
52
- ],
53
- "/worktrees/[id]/simple-terminal/page": [
54
- "static/chunks/webpack-4f85dcef6279c6ee.js",
55
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
56
- "static/chunks/2117-d845c2cd62e344a6.js",
34
+ "static/chunks/webpack-e6531fcf859d9451.js",
35
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
36
+ "static/chunks/2117-e31fa477cb500950.js",
57
37
  "static/chunks/main-app-420d93e43682fee5.js",
58
- "static/chunks/7648-325564a6e12a3257.js",
59
- "static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js"
38
+ "static/chunks/9234-b0304101384ca079.js",
39
+ "static/chunks/1038-3509435b68c0967e.js",
40
+ "static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js"
60
41
  ],
61
42
  "/worktrees/[id]/terminal/page": [
62
- "static/chunks/webpack-4f85dcef6279c6ee.js",
63
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
64
- "static/chunks/2117-d845c2cd62e344a6.js",
43
+ "static/chunks/webpack-e6531fcf859d9451.js",
44
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
45
+ "static/chunks/2117-e31fa477cb500950.js",
65
46
  "static/chunks/main-app-420d93e43682fee5.js",
66
47
  "static/css/85fa6dafca566008.css",
67
48
  "static/chunks/30d07d85-393352a92199f695.js",
68
- "static/chunks/7648-325564a6e12a3257.js",
69
- "static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js"
49
+ "static/chunks/216-f18f4a9d8b04a91e.js",
50
+ "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"
70
66
  ]
71
67
  }
72
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/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]/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/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]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/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]/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]/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]/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]/page":"/worktrees/[id]","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/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]/current-output/route":"/api/worktrees/[id]/current-output","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/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]/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]/viewed/route":"/api/worktrees/[id]/viewed","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/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/external-apps/route":"/api/external-apps","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/[id]/route":"/api/external-apps/[id]","/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,24 +5,24 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/oUD-A998xeBoez6zsrTH3/_buildManifest.js",
9
- "static/oUD-A998xeBoez6zsrTH3/_ssgManifest.js"
8
+ "static/rppRTm2sRWa4sZE7ili8A/_buildManifest.js",
9
+ "static/rppRTm2sRWa4sZE7ili8A/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-4f85dcef6279c6ee.js",
13
- "static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
14
- "static/chunks/2117-d845c2cd62e344a6.js",
12
+ "static/chunks/webpack-e6531fcf859d9451.js",
13
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
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-4f85dcef6279c6ee.js",
19
+ "static/chunks/webpack-e6531fcf859d9451.js",
20
20
  "static/chunks/framework-8e0e0f4a6b83a956.js",
21
21
  "static/chunks/main-b6d727aa9248d4f2.js",
22
22
  "static/chunks/pages/_app-3c9ca398d360b709.js"
23
23
  ],
24
24
  "/_error": [
25
- "static/chunks/webpack-4f85dcef6279c6ee.js",
25
+ "static/chunks/webpack-e6531fcf859d9451.js",
26
26
  "static/chunks/framework-8e0e0f4a6b83a956.js",
27
27
  "static/chunks/main-b6d727aa9248d4f2.js",
28
28
  "static/chunks/pages/_error-cf5ca766ac8f493f.js"