@henlii/pidance 0.1.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 (477) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +54 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/package.json +1 -0
  5. package/.next/prerender-manifest.json +114 -0
  6. package/.next/required-server-files.json +340 -0
  7. package/.next/routes-manifest.json +405 -0
  8. package/.next/server/app/_global-error/page.js +32 -0
  9. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  10. package/.next/server/app/_global-error.html +1 -0
  11. package/.next/server/app/_global-error.meta +16 -0
  12. package/.next/server/app/_global-error.rsc +14 -0
  13. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  14. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  15. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  16. package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  17. package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  18. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  19. package/.next/server/app/_not-found/page.js +2 -0
  20. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  21. package/.next/server/app/_not-found.html +1 -0
  22. package/.next/server/app/_not-found.meta +16 -0
  23. package/.next/server/app/_not-found.rsc +20 -0
  24. package/.next/server/app/_not-found.segments/_full.segment.rsc +20 -0
  25. package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  26. package/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
  27. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  28. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  29. package/.next/server/app/_not-found.segments/_tree.segment.rsc +5 -0
  30. package/.next/server/app/api/about/route.js +1 -0
  31. package/.next/server/app/api/about/route_client-reference-manifest.js +1 -0
  32. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
  33. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
  34. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  35. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  36. package/.next/server/app/api/agent/[id]/route.js +1 -0
  37. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  38. package/.next/server/app/api/agent/new/route.js +1 -0
  39. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  40. package/.next/server/app/api/agent/running/events/route.js +3 -0
  41. package/.next/server/app/api/agent/running/events/route_client-reference-manifest.js +1 -0
  42. package/.next/server/app/api/agent/running/route.js +1 -0
  43. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
  44. package/.next/server/app/api/agent-settings/route.js +2 -0
  45. package/.next/server/app/api/agent-settings/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/attachments/route.js +1 -0
  47. package/.next/server/app/api/attachments/route_client-reference-manifest.js +1 -0
  48. package/.next/server/app/api/auth/all-providers/route.js +1 -0
  49. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
  50. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  51. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  53. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  54. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  55. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  56. package/.next/server/app/api/auth/providers/route.js +1 -0
  57. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/ui-session/route.js +1 -0
  59. package/.next/server/app/api/auth/ui-session/route_client-reference-manifest.js +1 -0
  60. package/.next/server/app/api/cwd/browse/route.js +1 -0
  61. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
  62. package/.next/server/app/api/cwd/validate/route.js +1 -0
  63. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/default-cwd/route.js +1 -0
  65. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  66. package/.next/server/app/api/file-index/route.js +1 -0
  67. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
  68. package/.next/server/app/api/files/[...path]/route.js +49 -0
  69. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/git/diff/route.js +1 -0
  71. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  72. package/.next/server/app/api/git/status/route.js +1 -0
  73. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  74. package/.next/server/app/api/home/route.js +1 -0
  75. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/models/route.js +1 -0
  77. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  78. package/.next/server/app/api/models-config/route.js +1 -0
  79. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  80. package/.next/server/app/api/models-config/test/route.js +1 -0
  81. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/plugins/route.js +2 -0
  83. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
  84. package/.next/server/app/api/runtime/route.js +1 -0
  85. package/.next/server/app/api/runtime/route_client-reference-manifest.js +1 -0
  86. package/.next/server/app/api/runtime/switch/route.js +1 -0
  87. package/.next/server/app/api/runtime/switch/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/sessions/[id]/archive/route.js +1 -0
  89. package/.next/server/app/api/sessions/[id]/archive/route_client-reference-manifest.js +1 -0
  90. package/.next/server/app/api/sessions/[id]/auto-name/route.js +11 -0
  91. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
  92. package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -0
  93. package/.next/server/app/api/sessions/[id]/command-entry/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
  95. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  96. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
  97. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
  98. package/.next/server/app/api/sessions/[id]/export/route.js +67 -0
  99. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/sessions/[id]/info/route.js +1 -0
  101. package/.next/server/app/api/sessions/[id]/info/route_client-reference-manifest.js +1 -0
  102. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  103. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  104. package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
  105. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route.js +1 -0
  107. package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route_client-reference-manifest.js +1 -0
  108. package/.next/server/app/api/sessions/route.js +1 -0
  109. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  110. package/.next/server/app/api/sessions/search/route.js +26 -0
  111. package/.next/server/app/api/sessions/search/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/skills/check/route.js +1 -0
  113. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
  114. package/.next/server/app/api/skills/install/route.js +1 -0
  115. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  116. package/.next/server/app/api/skills/route.js +2 -0
  117. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/skills/search/route.js +1 -0
  119. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  120. package/.next/server/app/api/skills/update/route.js +1 -0
  121. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
  122. package/.next/server/app/api/subagent-runs/route.js +1 -0
  123. package/.next/server/app/api/subagent-runs/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/worktrees/route.js +1 -0
  125. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
  126. package/.next/server/app/icon.png/route.js +1 -0
  127. package/.next/server/app/icon.png.body +0 -0
  128. package/.next/server/app/icon.png.meta +1 -0
  129. package/.next/server/app/index.html +1 -0
  130. package/.next/server/app/index.meta +14 -0
  131. package/.next/server/app/index.rsc +20 -0
  132. package/.next/server/app/index.segments/__PAGE__.segment.rsc +7 -0
  133. package/.next/server/app/index.segments/_full.segment.rsc +20 -0
  134. package/.next/server/app/index.segments/_head.segment.rsc +6 -0
  135. package/.next/server/app/index.segments/_index.segment.rsc +7 -0
  136. package/.next/server/app/index.segments/_tree.segment.rsc +5 -0
  137. package/.next/server/app/page.js +26 -0
  138. package/.next/server/app/page_client-reference-manifest.js +1 -0
  139. package/.next/server/app-paths-manifest.json +54 -0
  140. package/.next/server/chunks/1069.js +23 -0
  141. package/.next/server/chunks/1089.js +1 -0
  142. package/.next/server/chunks/1130.js +79 -0
  143. package/.next/server/chunks/1207.js +36 -0
  144. package/.next/server/chunks/1515.js +1 -0
  145. package/.next/server/chunks/1570.js +24 -0
  146. package/.next/server/chunks/1605.js +1 -0
  147. package/.next/server/chunks/1707.js +93 -0
  148. package/.next/server/chunks/1734.js +1 -0
  149. package/.next/server/chunks/1792.js +38 -0
  150. package/.next/server/chunks/1813.js +1 -0
  151. package/.next/server/chunks/188.js +1 -0
  152. package/.next/server/chunks/1965.js +8 -0
  153. package/.next/server/chunks/2018.js +148 -0
  154. package/.next/server/chunks/2106.js +1 -0
  155. package/.next/server/chunks/2155.js +34 -0
  156. package/.next/server/chunks/2185.js +5 -0
  157. package/.next/server/chunks/2190.js +1 -0
  158. package/.next/server/chunks/2325.js +82 -0
  159. package/.next/server/chunks/2349.js +1 -0
  160. package/.next/server/chunks/2394.js +1 -0
  161. package/.next/server/chunks/2537.js +1 -0
  162. package/.next/server/chunks/2744.js +1 -0
  163. package/.next/server/chunks/2815.js +1 -0
  164. package/.next/server/chunks/2817.js +17 -0
  165. package/.next/server/chunks/2871.js +8 -0
  166. package/.next/server/chunks/2903.js +1 -0
  167. package/.next/server/chunks/3115.js +4 -0
  168. package/.next/server/chunks/319.js +45 -0
  169. package/.next/server/chunks/3252.js +115 -0
  170. package/.next/server/chunks/3379.js +1 -0
  171. package/.next/server/chunks/3504.js +1 -0
  172. package/.next/server/chunks/3533.js +1293 -0
  173. package/.next/server/chunks/3603.js +1 -0
  174. package/.next/server/chunks/3757.js +1 -0
  175. package/.next/server/chunks/3770.js +1 -0
  176. package/.next/server/chunks/3776.js +1 -0
  177. package/.next/server/chunks/3894.js +1 -0
  178. package/.next/server/chunks/3960.js +1 -0
  179. package/.next/server/chunks/4030.js +86 -0
  180. package/.next/server/chunks/4188.js +1 -0
  181. package/.next/server/chunks/4286.js +1 -0
  182. package/.next/server/chunks/4309.js +1 -0
  183. package/.next/server/chunks/4338.js +64 -0
  184. package/.next/server/chunks/4367.js +1 -0
  185. package/.next/server/chunks/4372.js +1 -0
  186. package/.next/server/chunks/4424.js +215 -0
  187. package/.next/server/chunks/443.js +32 -0
  188. package/.next/server/chunks/4485.js +1 -0
  189. package/.next/server/chunks/46.js +62 -0
  190. package/.next/server/chunks/4674.js +1 -0
  191. package/.next/server/chunks/4741.js +20 -0
  192. package/.next/server/chunks/4742.js +80 -0
  193. package/.next/server/chunks/4796.js +104 -0
  194. package/.next/server/chunks/4980.js +1 -0
  195. package/.next/server/chunks/5029.js +1 -0
  196. package/.next/server/chunks/5198.js +90 -0
  197. package/.next/server/chunks/5318.js +1 -0
  198. package/.next/server/chunks/5319.js +1 -0
  199. package/.next/server/chunks/5461.js +1 -0
  200. package/.next/server/chunks/5598.js +1 -0
  201. package/.next/server/chunks/5627.js +1 -0
  202. package/.next/server/chunks/6192.js +6 -0
  203. package/.next/server/chunks/6219.js +41 -0
  204. package/.next/server/chunks/6337.js +1 -0
  205. package/.next/server/chunks/6454.js +28 -0
  206. package/.next/server/chunks/6476.js +27 -0
  207. package/.next/server/chunks/6509.js +153 -0
  208. package/.next/server/chunks/6949.js +1 -0
  209. package/.next/server/chunks/6953.js +1 -0
  210. package/.next/server/chunks/703.js +1 -0
  211. package/.next/server/chunks/7075.js +1 -0
  212. package/.next/server/chunks/7129.js +6 -0
  213. package/.next/server/chunks/7152.js +1 -0
  214. package/.next/server/chunks/7181.js +160 -0
  215. package/.next/server/chunks/7233.js +1 -0
  216. package/.next/server/chunks/7307.js +1 -0
  217. package/.next/server/chunks/7434.js +77 -0
  218. package/.next/server/chunks/7527.js +1 -0
  219. package/.next/server/chunks/7561.js +1 -0
  220. package/.next/server/chunks/7872.js +1 -0
  221. package/.next/server/chunks/7914.js +226 -0
  222. package/.next/server/chunks/8213.js +1 -0
  223. package/.next/server/chunks/8267.js +24 -0
  224. package/.next/server/chunks/8294.js +1 -0
  225. package/.next/server/chunks/835.js +1 -0
  226. package/.next/server/chunks/8645.js +141 -0
  227. package/.next/server/chunks/8875.js +2 -0
  228. package/.next/server/chunks/9071.js +1 -0
  229. package/.next/server/chunks/9081.js +1 -0
  230. package/.next/server/chunks/9169.js +1 -0
  231. package/.next/server/chunks/9280.js +255 -0
  232. package/.next/server/chunks/940.js +287 -0
  233. package/.next/server/chunks/9486.js +1 -0
  234. package/.next/server/chunks/9509.js +1 -0
  235. package/.next/server/chunks/951.js +8 -0
  236. package/.next/server/chunks/9784.js +2 -0
  237. package/.next/server/chunks/981.js +2 -0
  238. package/.next/server/chunks/9874.js +1 -0
  239. package/.next/server/chunks/9883.js +2 -0
  240. package/.next/server/functions-config-manifest.json +21 -0
  241. package/.next/server/instrumentation.js +1 -0
  242. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  243. package/.next/server/middleware-build-manifest.js +1 -0
  244. package/.next/server/middleware-manifest.json +6 -0
  245. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  246. package/.next/server/middleware.js +18 -0
  247. package/.next/server/next-font-manifest.json +1 -0
  248. package/.next/server/pages/404.html +1 -0
  249. package/.next/server/pages/500.html +1 -0
  250. package/.next/server/pages-manifest.json +4 -0
  251. package/.next/server/prefetch-hints.json +1 -0
  252. package/.next/server/server-reference-manifest.js +1 -0
  253. package/.next/server/server-reference-manifest.json +1 -0
  254. package/.next/server/webpack-runtime.js +1 -0
  255. package/.next/static/M5hSQWk4seDK1NGMqmgGY/_buildManifest.js +1 -0
  256. package/.next/static/M5hSQWk4seDK1NGMqmgGY/_ssgManifest.js +1 -0
  257. package/.next/static/chunks/050357b0.986bc6597f184c3b.js +62 -0
  258. package/.next/static/chunks/1212.c32f02f461182c5b.js +226 -0
  259. package/.next/static/chunks/127.394be8b7a579a747.js +8 -0
  260. package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
  261. package/.next/static/chunks/1377.e883e13864574c26.js +36 -0
  262. package/.next/static/chunks/1390.3e7d84d187924556.js +104 -0
  263. package/.next/static/chunks/1438.d742ea00e0f072ca.js +27 -0
  264. package/.next/static/chunks/1474.605367a77b6161a0.js +115 -0
  265. package/.next/static/chunks/1576.93e0666990c12243.js +38 -0
  266. package/.next/static/chunks/1951.4b73bf47740c2bfb.js +160 -0
  267. package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
  268. package/.next/static/chunks/2178.2adcd2b51553bd50.js +1 -0
  269. package/.next/static/chunks/2217.4bf1455eb89bdd9b.js +1 -0
  270. package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
  271. package/.next/static/chunks/2356.52627097a8b56ec1.js +1 -0
  272. package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
  273. package/.next/static/chunks/249.973d23a3940a5fc9.js +1 -0
  274. package/.next/static/chunks/2554.ca4cb2f8bc69f32e.js +86 -0
  275. package/.next/static/chunks/2566.505384571dedf726.js +79 -0
  276. package/.next/static/chunks/2646.c653cac657d7b035.js +215 -0
  277. package/.next/static/chunks/2784.3d8e0d20edb71dcd.js +64 -0
  278. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  279. package/.next/static/chunks/2847.b66f6d92e4f5e495.js +23 -0
  280. package/.next/static/chunks/2866.4ecb766127917d99.js +1 -0
  281. package/.next/static/chunks/28f0fb3b.5f2b0099c24fbe32.js +122 -0
  282. package/.next/static/chunks/3308.23eadd1744bb967c.js +73 -0
  283. package/.next/static/chunks/3316.5c51b238308a838b.js +34 -0
  284. package/.next/static/chunks/3341.6042c7cb7225d88d.js +41 -0
  285. package/.next/static/chunks/339.1a094bb1c6eaf9dc.js +1 -0
  286. package/.next/static/chunks/370.57cfa27da8567918.js +1 -0
  287. package/.next/static/chunks/3708.81252290870c8487.js +1 -0
  288. package/.next/static/chunks/3794-907785a527d8128b.js +32 -0
  289. package/.next/static/chunks/3832.5d713641634c65b5.js +24 -0
  290. package/.next/static/chunks/4368.e43e952c5535cba6.js +80 -0
  291. package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
  292. package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
  293. package/.next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  294. package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
  295. package/.next/static/chunks/5166.7d3648847337fe52.js +62 -0
  296. package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
  297. package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
  298. package/.next/static/chunks/5460.0337c14f29b9ff9a.js +90 -0
  299. package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
  300. package/.next/static/chunks/5531-66b1a21ff1c52081.js +1 -0
  301. package/.next/static/chunks/5715.048f1bae2c41fa89.js +1 -0
  302. package/.next/static/chunks/6121.5b8cb3199531d194.js +1 -0
  303. package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
  304. package/.next/static/chunks/6467.b354ed428e3bef01.js +5 -0
  305. package/.next/static/chunks/66d203d7.3e90bc8f1f096a8e.js +153 -0
  306. package/.next/static/chunks/6787.a15de946178e8ef7.js +1 -0
  307. package/.next/static/chunks/7176.2979806e91c0df29.js +1 -0
  308. package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
  309. package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
  310. package/.next/static/chunks/776.fe8e64ab3669a915.js +287 -0
  311. package/.next/static/chunks/8118.f905a690db2b859b.js +148 -0
  312. package/.next/static/chunks/8233.a465d18b04719c6d.js +141 -0
  313. package/.next/static/chunks/8249.7a48897e80a16391.js +1 -0
  314. package/.next/static/chunks/8365.dc22e1ff76d04a3b.js +93 -0
  315. package/.next/static/chunks/8498.1083c36ddbbedd69.js +1 -0
  316. package/.next/static/chunks/8511.c7c064a8f58f1355.js +1 -0
  317. package/.next/static/chunks/869.7152372b662e31af.js +1 -0
  318. package/.next/static/chunks/8782.9ab86081b5661687.js +77 -0
  319. package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
  320. package/.next/static/chunks/8953.e5e7399c7952a1ff.js +1 -0
  321. package/.next/static/chunks/90542734.b75ad0df50bf68f5.js +1 -0
  322. package/.next/static/chunks/9165.02dc1f4804b94791.js +24 -0
  323. package/.next/static/chunks/934.9006461bd0548660.js +1 -0
  324. package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
  325. package/.next/static/chunks/9667.f6918525b31688b4.js +1 -0
  326. package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
  327. package/.next/static/chunks/9780-509b4d1bec6b6e17.js +1 -0
  328. package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
  329. package/.next/static/chunks/app/_global-error/page-451d6ba79f90a9c4.js +1 -0
  330. package/.next/static/chunks/app/_not-found/page-32c24c2d341ba407.js +1 -0
  331. package/.next/static/chunks/app/api/about/route-451d6ba79f90a9c4.js +1 -0
  332. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-451d6ba79f90a9c4.js +1 -0
  333. package/.next/static/chunks/app/api/agent/[id]/events/route-451d6ba79f90a9c4.js +1 -0
  334. package/.next/static/chunks/app/api/agent/[id]/route-451d6ba79f90a9c4.js +1 -0
  335. package/.next/static/chunks/app/api/agent/new/route-451d6ba79f90a9c4.js +1 -0
  336. package/.next/static/chunks/app/api/agent/running/events/route-451d6ba79f90a9c4.js +1 -0
  337. package/.next/static/chunks/app/api/agent/running/route-451d6ba79f90a9c4.js +1 -0
  338. package/.next/static/chunks/app/api/agent-settings/route-451d6ba79f90a9c4.js +1 -0
  339. package/.next/static/chunks/app/api/attachments/route-451d6ba79f90a9c4.js +1 -0
  340. package/.next/static/chunks/app/api/auth/all-providers/route-451d6ba79f90a9c4.js +1 -0
  341. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-451d6ba79f90a9c4.js +1 -0
  342. package/.next/static/chunks/app/api/auth/login/[provider]/route-451d6ba79f90a9c4.js +1 -0
  343. package/.next/static/chunks/app/api/auth/logout/[provider]/route-451d6ba79f90a9c4.js +1 -0
  344. package/.next/static/chunks/app/api/auth/providers/route-451d6ba79f90a9c4.js +1 -0
  345. package/.next/static/chunks/app/api/auth/ui-session/route-451d6ba79f90a9c4.js +1 -0
  346. package/.next/static/chunks/app/api/cwd/browse/route-451d6ba79f90a9c4.js +1 -0
  347. package/.next/static/chunks/app/api/cwd/validate/route-451d6ba79f90a9c4.js +1 -0
  348. package/.next/static/chunks/app/api/default-cwd/route-451d6ba79f90a9c4.js +1 -0
  349. package/.next/static/chunks/app/api/file-index/route-451d6ba79f90a9c4.js +1 -0
  350. package/.next/static/chunks/app/api/files/[...path]/route-451d6ba79f90a9c4.js +1 -0
  351. package/.next/static/chunks/app/api/git/diff/route-451d6ba79f90a9c4.js +1 -0
  352. package/.next/static/chunks/app/api/git/status/route-451d6ba79f90a9c4.js +1 -0
  353. package/.next/static/chunks/app/api/home/route-451d6ba79f90a9c4.js +1 -0
  354. package/.next/static/chunks/app/api/models/route-451d6ba79f90a9c4.js +1 -0
  355. package/.next/static/chunks/app/api/models-config/route-451d6ba79f90a9c4.js +1 -0
  356. package/.next/static/chunks/app/api/models-config/test/route-451d6ba79f90a9c4.js +1 -0
  357. package/.next/static/chunks/app/api/plugins/route-451d6ba79f90a9c4.js +1 -0
  358. package/.next/static/chunks/app/api/runtime/route-451d6ba79f90a9c4.js +1 -0
  359. package/.next/static/chunks/app/api/runtime/switch/route-451d6ba79f90a9c4.js +1 -0
  360. package/.next/static/chunks/app/api/sessions/[id]/archive/route-451d6ba79f90a9c4.js +1 -0
  361. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-451d6ba79f90a9c4.js +1 -0
  362. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-451d6ba79f90a9c4.js +1 -0
  363. package/.next/static/chunks/app/api/sessions/[id]/context/route-451d6ba79f90a9c4.js +1 -0
  364. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-451d6ba79f90a9c4.js +1 -0
  365. package/.next/static/chunks/app/api/sessions/[id]/export/route-451d6ba79f90a9c4.js +1 -0
  366. package/.next/static/chunks/app/api/sessions/[id]/info/route-451d6ba79f90a9c4.js +1 -0
  367. package/.next/static/chunks/app/api/sessions/[id]/route-451d6ba79f90a9c4.js +1 -0
  368. package/.next/static/chunks/app/api/sessions/[id]/state/route-451d6ba79f90a9c4.js +1 -0
  369. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-451d6ba79f90a9c4.js +1 -0
  370. package/.next/static/chunks/app/api/sessions/route-451d6ba79f90a9c4.js +1 -0
  371. package/.next/static/chunks/app/api/sessions/search/route-451d6ba79f90a9c4.js +1 -0
  372. package/.next/static/chunks/app/api/skills/check/route-451d6ba79f90a9c4.js +1 -0
  373. package/.next/static/chunks/app/api/skills/install/route-451d6ba79f90a9c4.js +1 -0
  374. package/.next/static/chunks/app/api/skills/route-451d6ba79f90a9c4.js +1 -0
  375. package/.next/static/chunks/app/api/skills/search/route-451d6ba79f90a9c4.js +1 -0
  376. package/.next/static/chunks/app/api/skills/update/route-451d6ba79f90a9c4.js +1 -0
  377. package/.next/static/chunks/app/api/subagent-runs/route-451d6ba79f90a9c4.js +1 -0
  378. package/.next/static/chunks/app/api/worktrees/route-451d6ba79f90a9c4.js +1 -0
  379. package/.next/static/chunks/app/layout-88764b4be2728d3f.js +1 -0
  380. package/.next/static/chunks/app/page-f1ebfa55dc4bd91c.js +25 -0
  381. package/.next/static/chunks/d2c09beb.4f5ff7197b5bbbea.js +1 -0
  382. package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
  383. package/.next/static/chunks/da12927c.00775c0e4542fd3e.js +82 -0
  384. package/.next/static/chunks/framework-711ef29bc66f648c.js +1 -0
  385. package/.next/static/chunks/main-8e7ef001ea9dd641.js +5 -0
  386. package/.next/static/chunks/main-app-06b2b50b226e40d1.js +1 -0
  387. package/.next/static/chunks/next/dist/client/components/builtin/app-error-451d6ba79f90a9c4.js +1 -0
  388. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-451d6ba79f90a9c4.js +1 -0
  389. package/.next/static/chunks/next/dist/client/components/builtin/global-error-f351187b7f546530.js +1 -0
  390. package/.next/static/chunks/next/dist/client/components/builtin/not-found-451d6ba79f90a9c4.js +1 -0
  391. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-451d6ba79f90a9c4.js +1 -0
  392. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  393. package/.next/static/chunks/webpack-9f5e68be126b5e81.js +1 -0
  394. package/.next/static/css/88714c00e109ce28.css +1 -0
  395. package/.next/static/css/edecf7d5ab33f0fd.css +1 -0
  396. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  397. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  398. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  399. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  400. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  401. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  402. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  403. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  404. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  405. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  406. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  407. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  408. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  409. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  410. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  411. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  412. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  413. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  414. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  415. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  416. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  417. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  418. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  419. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  420. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  421. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  422. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  423. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  424. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  425. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  426. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  427. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  428. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  429. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  430. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  431. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  432. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  433. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  434. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  435. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  436. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  437. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  438. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  439. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  440. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  441. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  442. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  443. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  444. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  445. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  446. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  447. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  448. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  449. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  450. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  451. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  452. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  453. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  454. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  455. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  456. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  457. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  458. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  459. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  460. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  461. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  462. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  463. package/LICENSE +22 -0
  464. package/README.en.md +151 -0
  465. package/README.md +151 -0
  466. package/README.zh-CN.md +182 -0
  467. package/bin/pidance-auth-gate.js +44 -0
  468. package/bin/pidance-options.js +34 -0
  469. package/bin/pidance.js +95 -0
  470. package/package.json +92 -0
  471. package/public/brand/pidance-banner.svg +45 -0
  472. package/public/brand/pidance-icon.svg +32 -0
  473. package/public/brand/pidance-logo.png +0 -0
  474. package/public/brand/pidance-mark-dark.svg +18 -0
  475. package/public/brand/pidance-mark-light.svg +18 -0
  476. package/public/brand/pidance-mark.png +0 -0
  477. package/public/brand/pidance-preview.svg +279 -0
@@ -0,0 +1,279 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 900" font-family="DejaVu Sans, system-ui, sans-serif" xml:space="preserve">
2
+ <!-- Pidance 样例数据产品预览:手绘 UI mockup,所有内容均为示意样例,非真实会话/路径/账户数据 -->
3
+ <defs>
4
+ <linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
5
+ <stop offset="0" stop-color="#171A2E"/>
6
+ <stop offset="1" stop-color="#0F1122"/>
7
+ </linearGradient>
8
+ <linearGradient id="accentGrad" x1="0" y1="0" x2="0" y2="1">
9
+ <stop offset="0" stop-color="#7ab2fb"/>
10
+ <stop offset="1" stop-color="#4a90f4"/>
11
+ </linearGradient>
12
+ <radialGradient id="glow" cx="0.85" cy="0.08" r="0.9">
13
+ <stop offset="0" stop-color="#5B8CFF" stop-opacity="0.12"/>
14
+ <stop offset="1" stop-color="#5B8CFF" stop-opacity="0"/>
15
+ </radialGradient>
16
+ <pattern id="dots" width="36" height="36" patternUnits="userSpaceOnUse">
17
+ <circle cx="1.4" cy="1.4" r="1.4" fill="#ffffff" fill-opacity="0.03"/>
18
+ </pattern>
19
+ <filter id="soft" x="-20%" y="-20%" width="140%" height="140%">
20
+ <feGaussianBlur stdDeviation="10"/>
21
+ </filter>
22
+ <clipPath id="win"><rect x="28" y="28" width="1544" height="824" rx="14"/></clipPath>
23
+ </defs>
24
+ <rect x="0" y="0" width="1600" height="900" fill="url(#bg)"/>
25
+ <rect x="0" y="0" width="1600" height="900" fill="url(#dots)"/>
26
+ <rect x="0" y="0" width="1600" height="900" fill="url(#glow)"/>
27
+ <rect x="34" y="42" width="1544" height="824" rx="14" fill="#000000" opacity="0.5" filter="url(#soft)"/>
28
+ <rect x="28" y="28" width="1544" height="824" rx="14" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
29
+ <g clip-path="url(#win)">
30
+ <rect x="28" y="28" width="1544" height="48" fill="#242424"/>
31
+ <rect x="28" y="76" width="252" height="776" fill="#242424"/>
32
+ <rect x="1250" y="76" width="322" height="776" fill="#242424"/>
33
+ <line x1="28" y1="76" x2="1572" y2="76" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
34
+ <line x1="280" y1="76" x2="280" y2="852" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
35
+ <line x1="1250" y1="76" x2="1250" y2="852" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
36
+ </g>
37
+ <line x1="44" y1="47" x2="58" y2="47" stroke="#9ca3af" stroke-width="1.8" stroke-linecap="round"/>
38
+ <line x1="44" y1="52" x2="58" y2="52" stroke="#9ca3af" stroke-width="1.8" stroke-linecap="round"/>
39
+ <line x1="44" y1="57" x2="58" y2="57" stroke="#9ca3af" stroke-width="1.8" stroke-linecap="round"/>
40
+ <rect x="72" y="38" width="216" height="28" rx="7" fill="#383838" stroke="#3a3a3a" stroke-width="1"/>
41
+ <path d="M85.5 48 Q85.5 46.5 87 46.5 H95 Q96.5 46.5 96.5 48 V53.5 Q96.5 55 95 55 H90 L87.5 57.5 V55 H87 Q85.5 55 85.5 53.5 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
42
+ <text x="104" y="57" font-size="12.5" fill="#e8e8e8">Fix tag filter overflow</text>
43
+ <rect x="296" y="38" width="158" height="28" rx="7" fill="#242424" stroke="#3a3a3a" stroke-width="1"/>
44
+ <path d="M309 46.5 H315 L318 49.5 V58.5 H309 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
45
+ <path d="M315 46.5 V49.5 H318" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
46
+ <text x="326" y="57" font-size="12.5" fill="#9ca3af">TagFilter.tsx</text>
47
+ <circle cx="436" cy="52" r="3.5" fill="#60a5fa"/>
48
+ <rect x="630" y="39" width="270" height="26" rx="13" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
49
+ <text x="765" y="56.5" font-size="11.5" fill="#9ca3af" font-family="DejaVu Sans Mono, monospace" text-anchor="middle">↑ 8.2k ↓ 1.9k 36% / 200k $0.42</text>
50
+ <circle cx="1449.4" cy="49.8" r="2.6" fill="none" stroke="#9ca3af" stroke-width="1.5"/>
51
+ <path d="M1444.6 57.2 a4.8 4.8 0 0 1 9.6 0" fill="none" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
52
+ <circle cx="1456.2" cy="49.2" r="2.1" fill="none" stroke="#9ca3af" stroke-width="1.5"/>
53
+ <path d="M1454.2 57.2 a4 4 0 0 1 5.6-3.7" fill="none" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
54
+ <path d="M1484 46.5 L1489.5 56.5 H1478.5 Z" fill="none" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
55
+ <line x1="1484" y1="50.2" x2="1484" y2="53.2" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
56
+ <circle cx="1484" cy="55.1" r="0.9" fill="#9ca3af"/>
57
+ <circle cx="1516" cy="52" r="3.4" fill="none" stroke="#9ca3af" stroke-width="1.6"/>
58
+ <line x1="1521.4" y1="52.0" x2="1523.6" y2="52.0" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
59
+ <line x1="1519.8183766184075" y1="55.818376618407356" x2="1521.3740115370179" y2="57.37401153701776" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
60
+ <line x1="1516.0" y1="57.4" x2="1516.0" y2="59.6" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
61
+ <line x1="1512.1816233815925" y1="55.818376618407356" x2="1510.6259884629821" y2="57.374011537017765" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
62
+ <line x1="1510.6" y1="52.0" x2="1508.4" y2="52.0" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
63
+ <line x1="1512.1816233815925" y1="48.181623381592644" x2="1510.6259884629821" y2="46.62598846298224" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
64
+ <line x1="1516.0" y1="46.6" x2="1516.0" y2="44.4" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
65
+ <line x1="1519.8183766184075" y1="48.181623381592644" x2="1521.3740115370179" y2="46.625988462982235" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
66
+ <circle cx="1548" cy="52" r="2.4" fill="none" stroke="#9ca3af" stroke-width="1.6"/>
67
+ <line x1="1552.6" y1="52.0" x2="1554.8" y2="52.0" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
68
+ <line x1="1551.252691193458" y1="55.25269119345812" x2="1552.8083261120685" y2="56.80832611206852" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
69
+ <line x1="1548.0" y1="56.6" x2="1548.0" y2="58.8" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
70
+ <line x1="1544.747308806542" y1="55.25269119345812" x2="1543.1916738879315" y2="56.80832611206852" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
71
+ <line x1="1543.4" y1="52.0" x2="1541.2" y2="52.0" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
72
+ <line x1="1544.747308806542" y1="48.74730880654188" x2="1543.1916738879315" y2="47.19167388793148" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
73
+ <line x1="1548.0" y1="47.4" x2="1548.0" y2="45.2" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
74
+ <line x1="1551.252691193458" y1="48.74730880654188" x2="1552.8083261120685" y2="47.19167388793147" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
75
+ <text x="44" y="106" font-size="13" fill="#e8e8e8" font-weight="bold">Sessions</text>
76
+ <line x1="221" y1="100" x2="231" y2="100" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
77
+ <line x1="226" y1="95" x2="226" y2="105" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
78
+ <path d="M255.5 100 A5.5 5.5 0 1 1 250 94.5" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
79
+ <path d="M249 91.0 L250 94.5 L253.5 95.3" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
80
+ <rect x="44" y="116" width="220" height="30" rx="8" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
81
+ <circle cx="58" cy="131" r="4.5" fill="none" stroke="#6b7280" stroke-width="1.6"/>
82
+ <line x1="61.4" y1="134.4" x2="65" y2="138" stroke="#6b7280" stroke-width="1.6" stroke-linecap="round"/>
83
+ <text x="72" y="135.5" font-size="12" fill="#6b7280">Search sessions…</text>
84
+ <path d="M46 171.5 L50 175.5 L54 171.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
85
+ <path d="M63.5 170 Q63.5 169 64.5 169 H68 L69.5 171 H74.5 Q75.5 171 75.5 172 V177 Q75.5 178 74.5 178 H64.5 Q63.5 178 63.5 177 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
86
+ <text x="82" y="177" font-size="12.5" fill="#e8e8e8" font-weight="bold">notes-app</text>
87
+ <rect x="240" y="165" width="22" height="16" rx="8" fill="#383838"/>
88
+ <text x="251" y="177" font-size="10" fill="#9ca3af" text-anchor="middle">3</text>
89
+ <rect x="36" y="194" width="236" height="32" rx="7" fill="#383838"/>
90
+ <circle cx="52" cy="210" r="7" fill="#4ade80" opacity="0.22"/>
91
+ <circle cx="52" cy="210" r="3.5" fill="#4ade80"/>
92
+ <text x="66" y="214.5" font-size="12.5" fill="#e8e8e8">Fix tag filter overflow</text>
93
+ <text x="248" y="214" font-size="11" fill="#6b7280">2m</text>
94
+ <circle cx="52" cy="245" r="3.5" fill="none" stroke="#6b7280" stroke-width="1.3"/>
95
+ <text x="66" y="249.5" font-size="12.5" fill="#9ca3af">Add full-text search</text>
96
+ <text x="248" y="249" font-size="11" fill="#6b7280">1h</text>
97
+ <text x="62" y="281" font-size="12" fill="#6b7280">↳</text>
98
+ <text x="82" y="281" font-size="11.5" fill="#6b7280">Fork: debounce retry</text>
99
+ <text x="240" y="281" font-size="11" fill="#6b7280">Mon</text>
100
+ <path d="M48.5 313 L52.5 317 L48.5 321" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
101
+ <path d="M63.5 314 Q63.5 313 64.5 313 H68 L69.5 315 H74.5 Q75.5 315 75.5 316 V321 Q75.5 322 74.5 322 H64.5 Q63.5 322 63.5 321 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
102
+ <text x="82" y="321" font-size="12.5" fill="#9ca3af" font-weight="bold">trail-api</text>
103
+ <rect x="240" y="309" width="22" height="16" rx="8" fill="#383838"/>
104
+ <text x="251" y="321" font-size="10" fill="#9ca3af" text-anchor="middle">5</text>
105
+ <line x1="44" y1="348" x2="264" y2="348" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
106
+ <text x="44" y="374" font-size="12" fill="#9ca3af" font-weight="bold">Explorer</text>
107
+ <line x1="245" y1="368" x2="255" y2="368" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
108
+ <line x1="250" y1="363" x2="250" y2="373" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
109
+ <path d="M46 390.5 L50 394.5 L54 390.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
110
+ <path d="M61.5 389 Q61.5 388 62.5 388 H66 L67.5 390 H72.5 Q73.5 390 73.5 391 V396 Q73.5 397 72.5 397 H62.5 Q61.5 397 61.5 396 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
111
+ <text x="78" y="396" font-size="12" fill="#e8e8e8">src</text>
112
+ <path d="M62 414.5 L66 418.5 L70 414.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
113
+ <path d="M77.5 413 Q77.5 412 78.5 412 H82 L83.5 414 H88.5 Q89.5 414 89.5 415 V420 Q89.5 421 88.5 421 H78.5 Q77.5 421 77.5 420 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
114
+ <text x="94" y="420" font-size="12" fill="#e8e8e8">components</text>
115
+ <path d="M95 434.5 H101 L104 437.5 V446.5 H95 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
116
+ <path d="M101 434.5 V437.5 H104" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
117
+ <text x="110" y="444" font-size="12" fill="#e8e8e8">TagFilter.tsx</text>
118
+ <text x="256" y="444" font-size="10" fill="#d97706" font-weight="bold" text-anchor="end">M</text>
119
+ <path d="M79 458.5 H85 L88 461.5 V470.5 H79 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
120
+ <path d="M85 458.5 V461.5 H88" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
121
+ <text x="94" y="468" font-size="12" fill="#9ca3af">index.ts</text>
122
+ <path d="M79 482.5 H85 L88 485.5 V494.5 H79 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
123
+ <path d="M85 482.5 V485.5 H88" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
124
+ <text x="94" y="492" font-size="12" fill="#9ca3af">api.ts</text>
125
+ <text x="256" y="492" font-size="10" fill="#d97706" font-weight="bold" text-anchor="end">M</text>
126
+ <path d="M79 506.5 H85 L88 509.5 V518.5 H79 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
127
+ <path d="M85 506.5 V509.5 H88" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
128
+ <text x="94" y="516" font-size="12" fill="#9ca3af">search.ts</text>
129
+ <text x="256" y="516" font-size="10" fill="#4ade80" font-weight="bold" text-anchor="end">A</text>
130
+ <path d="M63 530.5 H69 L72 533.5 V542.5 H63 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
131
+ <path d="M69 530.5 V533.5 H72" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
132
+ <text x="78" y="540" font-size="12" fill="#9ca3af">package.json</text>
133
+ <path d="M63 554.5 H69 L72 557.5 V566.5 H63 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
134
+ <path d="M69 554.5 V557.5 H72" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
135
+ <text x="78" y="564" font-size="12" fill="#9ca3af">README.md</text>
136
+ <line x1="44" y1="792" x2="264" y2="792" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
137
+ <rect x="44" y="804" width="74" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
138
+ <line x1="52" y1="813" x2="64" y2="813" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
139
+ <line x1="52" y1="817" x2="64" y2="817" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
140
+ <line x1="52" y1="821" x2="64" y2="821" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
141
+ <circle cx="56" cy="813" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
142
+ <circle cx="61" cy="817" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
143
+ <circle cx="54.5" cy="821" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
144
+ <text x="70" y="821" font-size="11" fill="#9ca3af">Models</text>
145
+ <rect x="124" y="804" width="76" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
146
+ <path d="M133 814.5 L138 811.5 L143 814.5 V820.5 L138 823.5 L133 820.5 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
147
+ <path d="M133 814.5 L138 817.5 L143 814.5 M138 817.5 V823.5" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
148
+ <text x="150" y="821" font-size="11" fill="#9ca3af">Plugins</text>
149
+ <rect x="206" y="804" width="66" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
150
+ <path d="M220 812 L221.3 815.7 L225 817 L221.3 818.3 L220 822 L218.7 818.3 L215 817 L218.7 815.7 Z" fill="#9ca3af"/>
151
+ <text x="232" y="821" font-size="11" fill="#9ca3af">Skills</text>
152
+ <text x="312" y="108" font-size="11" fill="#6b7280" font-weight="bold">You</text>
153
+ <rect x="312" y="116" width="400" height="62" rx="10" fill="#1e293b"/>
154
+ <text x="328" y="140" font-size="13" fill="#e8e8e8">The tag filter bar overflows on narrow screens.</text>
155
+ <text x="328" y="162" font-size="13" fill="#e8e8e8">Can you take a look?</text>
156
+ <text x="312" y="210" font-size="11" fill="#6b7280" font-weight="bold">Assistant · claude-sonnet-4-6</text>
157
+ <path d="M316.5 231 L320.5 235 L316.5 239" fill="none" stroke="#6b7280" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
158
+ <text x="330" y="240" font-size="12" fill="#6b7280" font-style="italic">Thought for 4s · compared 3 approaches</text>
159
+ <text x="312" y="272" font-size="13.5" fill="#e8e8e8">The filter row doesn't wrap, so long tag lists push past the panel edge.</text>
160
+ <text x="312" y="296" font-size="13.5" fill="#e8e8e8">I'll switch it to a wrapping flex layout and cap the visible tags.</text>
161
+ <rect x="312" y="316" width="620" height="40" rx="10" fill="#1f2937" stroke="#3a3a3a" stroke-width="1"/>
162
+ <path d="M322 334.5 L326 338.5 L330 334.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
163
+ <path d="M345 330.5 H351 L354 333.5 V342.5 H345 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
164
+ <path d="M351 330.5 V333.5 H354" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
165
+ <text x="364" y="341" font-size="12" fill="#e8e8e8" font-weight="bold" font-family="DejaVu Sans Mono, monospace">read</text>
166
+ <text x="416" y="341" font-size="12" fill="#9ca3af" font-family="DejaVu Sans Mono, monospace">src/components/TagFilter.tsx</text>
167
+ <text x="908" y="341" font-size="11" fill="#6b7280" text-anchor="end">212 lines</text>
168
+ <rect x="312" y="368" width="620" height="108" rx="10" fill="#1f2937" stroke="#3a3a3a" stroke-width="1"/>
169
+ <path d="M322 386.5 L326 390.5 L330 386.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
170
+ <path d="M344 393 L344.9 390.1 L351.2 383.8 a1.5 1.5 0 0 1 2.1 2.1 L347 392.2 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
171
+ <text x="364" y="393" font-size="12" fill="#e8e8e8" font-weight="bold" font-family="DejaVu Sans Mono, monospace">edit</text>
172
+ <text x="416" y="393" font-size="12" fill="#9ca3af" font-family="DejaVu Sans Mono, monospace">src/components/TagFilter.tsx</text>
173
+ <text x="908" y="393" font-size="11" fill="#4ade80" font-family="DejaVu Sans Mono, monospace" text-anchor="end">+1 −1</text>
174
+ <line x1="313" y1="404" x2="931" y2="404" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
175
+ <text x="328" y="424" font-size="12" fill="#6b7280" font-family="DejaVu Sans Mono, monospace"> @@ -18,7 +18,7 @@ export function TagFilter()</text>
176
+ <rect x="320" y="430" width="604" height="20" fill="#f87171" opacity="0.08"/>
177
+ <text x="328" y="444" font-size="12" fill="#f87171" font-family="DejaVu Sans Mono, monospace">- className: 'tag-row',</text>
178
+ <rect x="320" y="450" width="604" height="20" fill="#4ade80" opacity="0.08"/>
179
+ <text x="328" y="464" font-size="12" fill="#4ade80" font-family="DejaVu Sans Mono, monospace">+ className: 'tag-row flex flex-wrap gap-2',</text>
180
+ <rect x="312" y="488" width="620" height="40" rx="10" fill="#1f2937" stroke="#3a3a3a" stroke-width="1"/>
181
+ <path d="M324.5 504 L328.5 508 L324.5 512" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
182
+ <rect x="343" y="503" width="12" height="10" rx="2" fill="none" stroke="#9ca3af" stroke-width="1.4"/>
183
+ <path d="M345.5 506 L348 508 L345.5 510" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
184
+ <line x1="349.5" y1="510.3" x2="352.5" y2="510.3" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round"/>
185
+ <text x="364" y="513" font-size="12" fill="#e8e8e8" font-weight="bold" font-family="DejaVu Sans Mono, monospace">bash</text>
186
+ <text x="416" y="513" font-size="12" fill="#9ca3af" font-family="DejaVu Sans Mono, monospace">npm test</text>
187
+ <circle cx="824" cy="508" r="7" fill="none" stroke="#4ade80" stroke-width="1.6"/>
188
+ <path d="M821 508 L823.2 510.4 L827.4 505.8" fill="none" stroke="#4ade80" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
189
+ <text x="838" y="513" font-size="11.5" fill="#4ade80">12 passed · 1.8s</text>
190
+ <text x="312" y="560" font-size="13.5" fill="#e8e8e8">Fixed — the bar now wraps on narrow screens, and all twelve tests pass.</text>
191
+ <text x="312" y="584" font-size="13.5" fill="#e8e8e8">You can review the change in the Git tab on the right.</text>
192
+ <rect x="1226" y="116" width="12" height="8" rx="2" fill="#60a5fa" opacity="0.55"/>
193
+ <rect x="1226" y="206" width="12" height="6" rx="2" fill="#9ca3af" opacity="0.55"/>
194
+ <rect x="1226" y="224" width="12" height="4" rx="2" fill="#6b7280" opacity="0.55"/>
195
+ <rect x="1226" y="268" width="12" height="8" rx="2" fill="#9ca3af" opacity="0.55"/>
196
+ <rect x="1226" y="316" width="12" height="10" rx="2" fill="#6b7280" opacity="0.55"/>
197
+ <rect x="1226" y="368" width="12" height="22" rx="2" fill="#6b7280" opacity="0.55"/>
198
+ <rect x="1226" y="488" width="12" height="10" rx="2" fill="#6b7280" opacity="0.55"/>
199
+ <rect x="1226" y="556" width="12" height="8" rx="2" fill="#9ca3af" opacity="0.55"/>
200
+ <rect x="312" y="740" width="898" height="88" rx="12" fill="#242424" stroke="#3a3a3a" stroke-width="1"/>
201
+ <text x="336" y="770" font-size="13" fill="#6b7280">Message… Type / for commands, @ for files</text>
202
+ <circle cx="1182" cy="764" r="15" fill="url(#accentGrad)"/>
203
+ <line x1="1182" y1="769" x2="1182" y2="759" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round"/>
204
+ <path d="M1178 762.8 L1182 759 L1186 762.8" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
205
+ <rect x="332" y="786" width="168" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
206
+ <circle cx="347" cy="799" r="4" fill="#4a90f4"/>
207
+ <text x="359" y="803" font-size="11.5" fill="#9ca3af">claude-sonnet-4-6</text>
208
+ <rect x="510" y="786" width="142" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
209
+ <path d="M525 794 L526.3 797.7 L530 799 L526.3 800.3 L525 804 L523.7 800.3 L520 799 L523.7 797.7 Z" fill="#9ca3af"/>
210
+ <text x="537" y="803" font-size="11.5" fill="#9ca3af">Thinking · High</text>
211
+ <rect x="662" y="786" width="152" height="26" rx="7" fill="#1a1a1a" stroke="#3a3a3a" stroke-width="1"/>
212
+ <line x1="671" y1="795" x2="683" y2="795" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
213
+ <line x1="671" y1="799" x2="683" y2="799" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
214
+ <line x1="671" y1="803" x2="683" y2="803" stroke="#9ca3af" stroke-width="1.5" stroke-linecap="round"/>
215
+ <circle cx="675" cy="795" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
216
+ <circle cx="680" cy="799" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
217
+ <circle cx="673.5" cy="803" r="1.8" fill="#242424" stroke="#9ca3af" stroke-width="1.4"/>
218
+ <text x="689" y="803" font-size="11.5" fill="#9ca3af">Tools · 4 built-in</text>
219
+ <text x="1268" y="104" font-size="12.5" fill="#e8e8e8" font-weight="bold">Files</text>
220
+ <rect x="1262" y="110" width="44" height="2" fill="#60a5fa"/>
221
+ <text x="1328" y="104" font-size="12.5" fill="#9ca3af">Git</text>
222
+ <rect x="1350" y="92" width="18" height="15" rx="7.5" fill="#383838"/>
223
+ <text x="1359" y="103" font-size="10" fill="#9ca3af" text-anchor="middle">3</text>
224
+ <line x1="1463" y1="98" x2="1473" y2="98" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
225
+ <line x1="1468" y1="93" x2="1468" y2="103" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round"/>
226
+ <line x1="1494" y1="92" x2="1494" y2="100" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
227
+ <path d="M1490.6 95.2 L1494 92 L1497.4 95.2" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
228
+ <path d="M1488 100.5 V103.5 H1500 V100.5" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
229
+ <path d="M1525 98 A5 5 0 1 1 1520 93" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
230
+ <path d="M1519 89.5 L1520 93 L1523.5 93.8" fill="none" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
231
+ <line x1="1543.5" y1="93.5" x2="1552.5" y2="102.5" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
232
+ <line x1="1552.5" y1="93.5" x2="1543.5" y2="102.5" stroke="#9ca3af" stroke-width="1.6" stroke-linecap="round"/>
233
+ <line x1="1250" y1="116" x2="1572" y2="116" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
234
+ <path d="M1267.5 135.5 L1273 130.5 L1278.5 135.5 V140.5 H1275 V137 H1271 V140.5 H1267.5 Z" fill="none" stroke="#6b7280" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
235
+ <text x="1284" y="140" font-size="11.5" fill="#6b7280" font-family="DejaVu Sans Mono, monospace">notes-app</text>
236
+ <line x1="1250" y1="150" x2="1572" y2="150" stroke="#3a3a3a" stroke-width="1" stroke-linecap="round"/>
237
+ <path d="M1268 173.5 L1272 177.5 L1276 173.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
238
+ <path d="M1283.5 172 Q1283.5 171 1284.5 171 H1288 L1289.5 173 H1294.5 Q1295.5 173 1295.5 174 V179 Q1295.5 180 1294.5 180 H1284.5 Q1283.5 180 1283.5 179 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
239
+ <text x="1300" y="179" font-size="12" fill="#e8e8e8">src</text>
240
+ <path d="M1284 199.5 L1288 203.5 L1292 199.5" fill="none" stroke="#9ca3af" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
241
+ <path d="M1299.5 198 Q1299.5 197 1300.5 197 H1304 L1305.5 199 H1310.5 Q1311.5 199 1311.5 200 V205 Q1311.5 206 1310.5 206 H1300.5 Q1299.5 206 1299.5 205 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
242
+ <text x="1316" y="205" font-size="12" fill="#e8e8e8">components</text>
243
+ <rect x="1256" y="214" width="310" height="26" rx="6" fill="#383838"/>
244
+ <path d="M1317 221.5 H1323 L1326 224.5 V233.5 H1317 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
245
+ <path d="M1323 221.5 V224.5 H1326" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
246
+ <text x="1332" y="231" font-size="12" fill="#e8e8e8">TagFilter.tsx</text>
247
+ <text x="1552" y="231" font-size="10" fill="#d97706" font-weight="bold" text-anchor="end">M</text>
248
+ <path d="M1301 247.5 H1307 L1310 250.5 V259.5 H1301 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
249
+ <path d="M1307 247.5 V250.5 H1310" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
250
+ <text x="1316" y="257" font-size="12" fill="#9ca3af">index.ts</text>
251
+ <path d="M1301 273.5 H1307 L1310 276.5 V285.5 H1301 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
252
+ <path d="M1307 273.5 V276.5 H1310" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
253
+ <text x="1316" y="283" font-size="12" fill="#9ca3af">api.ts</text>
254
+ <text x="1552" y="283" font-size="10" fill="#d97706" font-weight="bold" text-anchor="end">M</text>
255
+ <path d="M1301 299.5 H1307 L1310 302.5 V311.5 H1301 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
256
+ <path d="M1307 299.5 V302.5 H1310" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
257
+ <text x="1316" y="309" font-size="12" fill="#9ca3af">search.ts</text>
258
+ <text x="1552" y="309" font-size="10" fill="#4ade80" font-weight="bold" text-anchor="end">A</text>
259
+ <path d="M1285 325.5 H1291 L1294 328.5 V337.5 H1285 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
260
+ <path d="M1291 325.5 V328.5 H1294" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
261
+ <text x="1300" y="335" font-size="12" fill="#9ca3af">package.json</text>
262
+ <path d="M1285 351.5 H1291 L1294 354.5 V363.5 H1285 Z" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
263
+ <path d="M1291 351.5 V354.5 H1294" fill="none" stroke="#9ca3af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
264
+ <text x="1300" y="361" font-size="12" fill="#9ca3af">README.md</text>
265
+ <g transform="translate(28 864) scale(0.0332)">
266
+ <rect width="512" height="512" rx="116" fill="#1B1E45" stroke="#ffffff" stroke-opacity="0.1" stroke-width="20"/>
267
+ <g transform="rotate(-7 256 283)">
268
+ <g fill="#F2F5FF">
269
+ <rect x="118" y="196" width="276" height="54" rx="27"/>
270
+ <rect x="176" y="226" width="54" height="170" rx="27"/>
271
+ <rect x="282" y="170" width="54" height="148" rx="27"/>
272
+ </g>
273
+ <path d="M352 332 A64 64 0 0 1 391 372" fill="none" stroke="#2FE6C8" stroke-width="20" stroke-linecap="round"/>
274
+ <circle cx="403" cy="388" r="10.5" fill="#2FE6C8"/>
275
+ </g>
276
+ </g>
277
+ <text x="54" y="879" font-size="12" fill="#9ca3af" font-weight="bold">Pidance</text>
278
+ <text x="1572" y="879" font-size="12" fill="#6b7280" text-anchor="end">Sample-data product preview · illustrative content, not a live session</text>
279
+ </svg>