sparkecoder 0.1.98 → 0.1.100

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 (305) hide show
  1. package/README.md +41 -41
  2. package/dist/agent/index.d.ts +3 -3
  3. package/dist/agent/index.js +1274 -59
  4. package/dist/agent/index.js.map +1 -1
  5. package/dist/cli.js +10671 -8973
  6. package/dist/cli.js.map +1 -1
  7. package/dist/db/index.d.ts +2 -2
  8. package/dist/{index-BvIissiB.d.ts → index-D5l-DMGC.d.ts} +390 -6
  9. package/dist/index.d.ts +5 -5
  10. package/dist/index.js +10002 -8096
  11. package/dist/index.js.map +1 -1
  12. package/dist/{schema-CohdIL13.d.ts → schema-ecQSnCMz.d.ts} +41 -0
  13. package/dist/server/index.js +8867 -6969
  14. package/dist/server/index.js.map +1 -1
  15. package/dist/skills/default/manage-mcp.md +94 -0
  16. package/dist/skills/default/search-conversations.md +100 -0
  17. package/dist/tools/index.d.ts +2 -2
  18. package/dist/tools/index.js +111 -2
  19. package/dist/tools/index.js.map +1 -1
  20. package/package.json +5 -1
  21. package/src/skills/default/manage-mcp.md +94 -0
  22. package/src/skills/default/search-conversations.md +100 -0
  23. package/web/.next/BUILD_ID +1 -1
  24. package/web/.next/standalone/web/.next/BUILD_ID +1 -1
  25. package/web/.next/standalone/web/.next/app-path-routes-manifest.json +2 -1
  26. package/web/.next/standalone/web/.next/build-manifest.json +5 -5
  27. package/web/.next/standalone/web/.next/prerender-manifest.json +51 -3
  28. package/web/.next/standalone/web/.next/routes-manifest.json +13 -24
  29. package/web/.next/standalone/web/.next/server/app/(main)/agents/page/app-paths-manifest.json +3 -0
  30. package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page/build-manifest.json +3 -3
  31. package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page/next-font-manifest.json +1 -1
  32. package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page.js +7 -6
  33. package/web/.next/standalone/web/.next/server/app/(main)/agents/page.js.nft.json +1 -0
  34. package/web/.next/standalone/web/.next/server/app/(main)/agents/page_client-reference-manifest.js +2 -0
  35. package/web/.next/standalone/web/.next/server/app/(main)/page/build-manifest.json +3 -3
  36. package/web/.next/standalone/web/.next/server/app/(main)/page.js.nft.json +1 -1
  37. package/web/.next/standalone/web/.next/server/app/(main)/page_client-reference-manifest.js +1 -1
  38. package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page/build-manifest.json +3 -3
  39. package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page.js.nft.json +1 -1
  40. package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page_client-reference-manifest.js +1 -1
  41. package/web/.next/standalone/web/.next/server/app/(main)/settings/page/app-paths-manifest.json +3 -0
  42. package/web/.next/standalone/web/.next/server/app/(main)/settings/page/build-manifest.json +18 -0
  43. package/web/.next/standalone/web/.next/server/app/(main)/settings/page/next-font-manifest.json +11 -0
  44. package/web/.next/standalone/web/.next/server/app/(main)/settings/page/react-loadable-manifest.json +1 -0
  45. package/web/.next/standalone/web/.next/server/app/(main)/settings/page/server-reference-manifest.json +4 -0
  46. package/web/.next/standalone/web/.next/server/app/(main)/settings/page.js +21 -0
  47. package/web/.next/standalone/web/.next/server/app/(main)/settings/page.js.map +5 -0
  48. package/web/.next/standalone/web/.next/server/app/(main)/settings/page.js.nft.json +1 -0
  49. package/web/.next/standalone/web/.next/server/app/(main)/settings/page_client-reference-manifest.js +2 -0
  50. package/web/.next/standalone/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  51. package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -2
  52. package/web/.next/standalone/web/.next/server/app/_global-error.rsc +1 -1
  53. package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  54. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  55. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  56. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  57. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  58. package/web/.next/standalone/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  59. package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  60. package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -1
  61. package/web/.next/standalone/web/.next/server/app/_not-found.rsc +3 -3
  62. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  63. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  64. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  65. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  66. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  67. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  68. package/web/.next/standalone/web/.next/server/app/agents.html +1 -0
  69. package/web/.next/standalone/web/.next/server/app/agents.meta +16 -0
  70. package/web/.next/standalone/web/.next/server/app/agents.rsc +25 -0
  71. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents/__PAGE__.segment.rsc +9 -0
  72. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents.segment.rsc +4 -0
  73. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p.segment.rsc +7 -0
  74. package/web/.next/standalone/web/.next/server/app/agents.segments/_full.segment.rsc +25 -0
  75. package/web/.next/standalone/web/.next/server/app/agents.segments/_head.segment.rsc +6 -0
  76. package/web/.next/standalone/web/.next/server/app/agents.segments/_index.segment.rsc +7 -0
  77. package/web/.next/standalone/web/.next/server/app/agents.segments/_tree.segment.rsc +5 -0
  78. package/web/.next/standalone/web/.next/server/app/api/config/route.js.nft.json +1 -1
  79. package/web/.next/standalone/web/.next/server/app/api/health/route.js.nft.json +1 -1
  80. package/web/.next/standalone/web/.next/server/app/docs/installation/page/build-manifest.json +3 -3
  81. package/web/.next/standalone/web/.next/server/app/docs/installation/page_client-reference-manifest.js +1 -1
  82. package/web/.next/standalone/web/.next/server/app/docs/installation.html +2 -2
  83. package/web/.next/standalone/web/.next/server/app/docs/installation.rsc +4 -4
  84. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_full.segment.rsc +4 -4
  85. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_head.segment.rsc +1 -1
  86. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_index.segment.rsc +3 -3
  87. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_tree.segment.rsc +2 -2
  88. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation/__PAGE__.segment.rsc +2 -2
  89. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation.segment.rsc +1 -1
  90. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs.segment.rsc +2 -2
  91. package/web/.next/standalone/web/.next/server/app/docs/page/build-manifest.json +3 -3
  92. package/web/.next/standalone/web/.next/server/app/docs/page_client-reference-manifest.js +1 -1
  93. package/web/.next/standalone/web/.next/server/app/docs/skills/page/build-manifest.json +3 -3
  94. package/web/.next/standalone/web/.next/server/app/docs/skills/page_client-reference-manifest.js +1 -1
  95. package/web/.next/standalone/web/.next/server/app/docs/skills.html +2 -2
  96. package/web/.next/standalone/web/.next/server/app/docs/skills.rsc +4 -4
  97. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_full.segment.rsc +4 -4
  98. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_head.segment.rsc +1 -1
  99. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_index.segment.rsc +3 -3
  100. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_tree.segment.rsc +2 -2
  101. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills/__PAGE__.segment.rsc +1 -1
  102. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills.segment.rsc +1 -1
  103. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs.segment.rsc +2 -2
  104. package/web/.next/standalone/web/.next/server/app/docs/tools/page/build-manifest.json +3 -3
  105. package/web/.next/standalone/web/.next/server/app/docs/tools/page_client-reference-manifest.js +1 -1
  106. package/web/.next/standalone/web/.next/server/app/docs/tools.html +2 -2
  107. package/web/.next/standalone/web/.next/server/app/docs/tools.rsc +4 -4
  108. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_full.segment.rsc +4 -4
  109. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_head.segment.rsc +1 -1
  110. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_index.segment.rsc +3 -3
  111. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_tree.segment.rsc +2 -2
  112. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools/__PAGE__.segment.rsc +2 -2
  113. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools.segment.rsc +1 -1
  114. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs.segment.rsc +2 -2
  115. package/web/.next/standalone/web/.next/server/app/docs.html +2 -2
  116. package/web/.next/standalone/web/.next/server/app/docs.rsc +4 -4
  117. package/web/.next/standalone/web/.next/server/app/docs.segments/_full.segment.rsc +4 -4
  118. package/web/.next/standalone/web/.next/server/app/docs.segments/_head.segment.rsc +1 -1
  119. package/web/.next/standalone/web/.next/server/app/docs.segments/_index.segment.rsc +3 -3
  120. package/web/.next/standalone/web/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
  121. package/web/.next/standalone/web/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +2 -2
  122. package/web/.next/standalone/web/.next/server/app/docs.segments/docs.segment.rsc +2 -2
  123. package/web/.next/standalone/web/.next/server/app/index.html +1 -1
  124. package/web/.next/standalone/web/.next/server/app/index.rsc +5 -5
  125. package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p/__PAGE__.segment.rsc +2 -2
  126. package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p.segment.rsc +2 -2
  127. package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +5 -5
  128. package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  129. package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
  130. package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  131. package/web/.next/standalone/web/.next/server/app/settings.html +1 -0
  132. package/web/.next/standalone/web/.next/server/app/settings.meta +16 -0
  133. package/web/.next/standalone/web/.next/server/app/settings.rsc +25 -0
  134. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings/__PAGE__.segment.rsc +9 -0
  135. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings.segment.rsc +4 -0
  136. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p.segment.rsc +7 -0
  137. package/web/.next/standalone/web/.next/server/app/settings.segments/_full.segment.rsc +25 -0
  138. package/web/.next/standalone/web/.next/server/app/settings.segments/_head.segment.rsc +6 -0
  139. package/web/.next/standalone/web/.next/server/app/settings.segments/_index.segment.rsc +7 -0
  140. package/web/.next/standalone/web/.next/server/app/settings.segments/_tree.segment.rsc +5 -0
  141. package/web/.next/standalone/web/.next/server/app-paths-manifest.json +2 -1
  142. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_a383a4d9._.js → 2374f_1f3f2d00._.js} +1 -1
  143. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_60d8842c._.js → 2374f_38945fd9._.js} +1 -1
  144. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_f363c084._.js → 2374f_570c34dc._.js} +1 -1
  145. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_806bd012._.js → 2374f_9c560f3a._.js} +1 -1
  146. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_b7f45fdf._.js → 2374f_a0d5caeb._.js} +1 -1
  147. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_c13c8f4f._.js → 2374f_c87abaf4._.js} +1 -1
  148. package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_2801b766._.js → 2374f_d8122230._.js} +1 -1
  149. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_lucide-react_dist_esm_icons_50c2f239._.js +3 -0
  150. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__2ea52390._.js +3 -0
  151. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__6097da17._.js +15 -0
  152. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9f149e88._.js +3 -0
  153. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__b050bb8f._.js +1 -1
  154. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__be5e2967._.js +1 -1
  155. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__c94db61a._.js +3 -0
  156. package/web/.next/standalone/web/.next/server/chunks/ssr/web_3b9a2423._.js +3 -0
  157. package/web/.next/standalone/web/.next/server/chunks/ssr/web_4fe3c244._.js +3 -0
  158. package/web/.next/standalone/web/.next/server/chunks/ssr/{web_3c2b112b._.js → web_7ca56356._.js} +3 -3
  159. package/web/.next/standalone/web/.next/server/chunks/ssr/web_8e76ee8b._.js +8 -0
  160. package/web/.next/standalone/web/.next/server/chunks/ssr/web_90d4125e._.js +7 -0
  161. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_(main)_agents_page_actions_30f6e448.js +3 -0
  162. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_(main)_settings_page_actions_7285839d.js +3 -0
  163. package/web/.next/standalone/web/.next/server/chunks/ssr/web_b38a47ee._.js +4 -0
  164. package/web/.next/standalone/web/.next/server/chunks/ssr/web_f7cf6b63._.js +3 -0
  165. package/web/.next/standalone/web/.next/server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js +3 -0
  166. package/web/.next/standalone/web/.next/server/chunks/ssr/web_src_app_(main)_page_tsx_5ac4794b._.js +1 -1
  167. package/web/.next/standalone/web/.next/server/chunks/ssr/web_src_app_(main)_settings_page_tsx_eb320e07._.js +33 -0
  168. package/web/.next/standalone/web/.next/server/middleware-build-manifest.js +3 -3
  169. package/web/.next/standalone/web/.next/server/next-font-manifest.js +1 -1
  170. package/web/.next/standalone/web/.next/server/next-font-manifest.json +8 -4
  171. package/web/.next/standalone/web/.next/server/pages/404.html +1 -1
  172. package/web/.next/standalone/web/.next/server/pages/500.html +2 -2
  173. package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -1
  174. package/web/.next/standalone/web/.next/server/server-reference-manifest.json +1 -1
  175. package/web/.next/standalone/web/.next/static/chunks/03b5edce6d5b809e.js +1 -0
  176. package/web/.next/standalone/web/.next/static/chunks/29dcecc3c2ca92b0.js +1 -0
  177. package/web/.next/standalone/web/.next/static/chunks/344be859c2c8600b.css +1 -0
  178. package/web/.next/standalone/web/.next/static/chunks/4239395558fab3ef.js +1 -0
  179. package/web/.next/standalone/web/.next/static/chunks/60359bdd369c0c72.js +1 -0
  180. package/web/.next/standalone/web/.next/static/chunks/699803c4fb2dd3fc.js +5 -0
  181. package/web/.next/standalone/web/.next/static/chunks/735a2408c315b2f0.js +1 -0
  182. package/web/.next/standalone/web/.next/static/chunks/ae4bb24474ff1ed0.js +13 -0
  183. package/web/.next/standalone/web/.next/static/chunks/d54077a2bb8314ed.js +31 -0
  184. package/web/.next/standalone/web/.next/static/chunks/dc34aa94e57fa28e.js +3 -0
  185. package/web/.next/standalone/web/.next/static/chunks/ea89ca7892d8c557.js +1 -0
  186. package/web/.next/standalone/web/.next/static/chunks/f0f19357f3fb7cf8.js +1 -0
  187. package/web/.next/standalone/web/.next/static/chunks/f5fe518b79d1bf41.js +1 -0
  188. package/web/.next/standalone/web/.next/static/chunks/fbdcbd65f9a38f4b.js +7 -0
  189. package/web/.next/{static/chunks/turbopack-597558bb7b6982f6.js → standalone/web/.next/static/chunks/turbopack-2c0905c7bbebae3f.js} +1 -1
  190. package/web/.next/standalone/web/.next/static/static/chunks/03b5edce6d5b809e.js +1 -0
  191. package/web/.next/standalone/web/.next/static/static/chunks/29dcecc3c2ca92b0.js +1 -0
  192. package/web/.next/standalone/web/.next/static/static/chunks/344be859c2c8600b.css +1 -0
  193. package/web/.next/standalone/web/.next/static/static/chunks/4239395558fab3ef.js +1 -0
  194. package/web/.next/standalone/web/.next/static/static/chunks/60359bdd369c0c72.js +1 -0
  195. package/web/.next/standalone/web/.next/static/static/chunks/699803c4fb2dd3fc.js +5 -0
  196. package/web/.next/standalone/web/.next/static/static/chunks/735a2408c315b2f0.js +1 -0
  197. package/web/.next/standalone/web/.next/static/static/chunks/ae4bb24474ff1ed0.js +13 -0
  198. package/web/.next/standalone/web/.next/static/static/chunks/d54077a2bb8314ed.js +31 -0
  199. package/web/.next/standalone/web/.next/static/static/chunks/dc34aa94e57fa28e.js +3 -0
  200. package/web/.next/standalone/web/.next/static/static/chunks/ea89ca7892d8c557.js +1 -0
  201. package/web/.next/standalone/web/.next/static/static/chunks/f0f19357f3fb7cf8.js +1 -0
  202. package/web/.next/standalone/web/.next/static/static/chunks/f5fe518b79d1bf41.js +1 -0
  203. package/web/.next/standalone/web/.next/static/static/chunks/fbdcbd65f9a38f4b.js +7 -0
  204. package/web/.next/standalone/web/.next/static/{chunks/turbopack-597558bb7b6982f6.js → static/chunks/turbopack-2c0905c7bbebae3f.js} +1 -1
  205. package/web/.next/standalone/web/next.config.ts +1 -55
  206. package/web/.next/standalone/web/package-lock.json +7 -7
  207. package/web/.next/standalone/web/src/app/(main)/agents/page.tsx +222 -0
  208. package/web/.next/standalone/web/src/app/(main)/page.tsx +40 -1
  209. package/web/.next/standalone/web/src/app/(main)/session/[id]/page.tsx +9 -1
  210. package/web/.next/standalone/web/src/app/(main)/settings/page.tsx +1116 -0
  211. package/web/.next/standalone/web/src/components/ai-elements/mention-input.tsx +125 -17
  212. package/web/.next/standalone/web/src/components/chat-interface.tsx +205 -4
  213. package/web/.next/standalone/web/src/components/pending-question-banner.tsx +106 -0
  214. package/web/.next/standalone/web/src/components/sessions-sidebar.tsx +120 -50
  215. package/web/.next/standalone/web/src/lib/api.ts +43 -2
  216. package/web/.next/static/chunks/03b5edce6d5b809e.js +1 -0
  217. package/web/.next/static/chunks/29dcecc3c2ca92b0.js +1 -0
  218. package/web/.next/static/chunks/344be859c2c8600b.css +1 -0
  219. package/web/.next/static/chunks/4239395558fab3ef.js +1 -0
  220. package/web/.next/static/chunks/60359bdd369c0c72.js +1 -0
  221. package/web/.next/static/chunks/699803c4fb2dd3fc.js +5 -0
  222. package/web/.next/static/chunks/735a2408c315b2f0.js +1 -0
  223. package/web/.next/static/chunks/ae4bb24474ff1ed0.js +13 -0
  224. package/web/.next/static/chunks/d54077a2bb8314ed.js +31 -0
  225. package/web/.next/static/chunks/dc34aa94e57fa28e.js +3 -0
  226. package/web/.next/static/chunks/ea89ca7892d8c557.js +1 -0
  227. package/web/.next/static/chunks/f0f19357f3fb7cf8.js +1 -0
  228. package/web/.next/static/chunks/f5fe518b79d1bf41.js +1 -0
  229. package/web/.next/static/chunks/fbdcbd65f9a38f4b.js +7 -0
  230. package/web/.next/{standalone/web/.next/static/static/chunks/turbopack-597558bb7b6982f6.js → static/chunks/turbopack-2c0905c7bbebae3f.js} +1 -1
  231. package/web/.next/standalone/web/.next/server/app/embed/[id]/page/app-paths-manifest.json +0 -3
  232. package/web/.next/standalone/web/.next/server/app/embed/[id]/page.js.nft.json +0 -1
  233. package/web/.next/standalone/web/.next/server/app/embed/[id]/page_client-reference-manifest.js +0 -2
  234. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_317b1fef._.js +0 -3
  235. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_37dd9702._.js +0 -45
  236. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_4d44e4ed._.js +0 -26
  237. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_54ac917f._.js +0 -3
  238. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_86585101._.js +0 -3
  239. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_c59a35bb._.js +0 -3
  240. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_fdfc7f3d._.js +0 -31
  241. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__234f92d8._.js +0 -3
  242. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9a826344._.js +0 -3
  243. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9d3a7cbf._.js +0 -15
  244. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__de76483d._.js +0 -3
  245. package/web/.next/standalone/web/.next/server/chunks/ssr/web_08242997._.js +0 -3
  246. package/web/.next/standalone/web/.next/server/chunks/ssr/web_123ffe97._.js +0 -8
  247. package/web/.next/standalone/web/.next/server/chunks/ssr/web_5cca707f._.js +0 -7
  248. package/web/.next/standalone/web/.next/server/chunks/ssr/web_935e81f5._.js +0 -7
  249. package/web/.next/standalone/web/.next/server/chunks/ssr/web_99b01335._.js +0 -8
  250. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_embed_[id]_page_actions_dd0b7fea.js +0 -3
  251. package/web/.next/standalone/web/.next/server/chunks/ssr/web_src_components_sessions-sidebar_tsx_92510070._.js +0 -3
  252. package/web/.next/standalone/web/.next/static/chunks/1ebba7ac024244f9.js +0 -5
  253. package/web/.next/standalone/web/.next/static/chunks/275e8268daf318b2.js +0 -7
  254. package/web/.next/standalone/web/.next/static/chunks/2bf377e04592f3c8.js +0 -13
  255. package/web/.next/standalone/web/.next/static/chunks/376a123113ccf5eb.js +0 -3
  256. package/web/.next/standalone/web/.next/static/chunks/58fd0aaa2746b444.js +0 -1
  257. package/web/.next/standalone/web/.next/static/chunks/61c9922b38a9569d.js +0 -3
  258. package/web/.next/standalone/web/.next/static/chunks/74b64476a24dd71e.css +0 -1
  259. package/web/.next/standalone/web/.next/static/chunks/767bcdfbabf0703e.js +0 -7
  260. package/web/.next/standalone/web/.next/static/chunks/9fce2ce79c4c834e.js +0 -1
  261. package/web/.next/standalone/web/.next/static/chunks/a888d448ceab1abe.js +0 -1
  262. package/web/.next/standalone/web/.next/static/chunks/b9ad1584d4e11d12.js +0 -1
  263. package/web/.next/standalone/web/.next/static/chunks/c6f40df16a9396b9.js +0 -1
  264. package/web/.next/standalone/web/.next/static/chunks/ea29be392100ab0f.js +0 -5
  265. package/web/.next/standalone/web/.next/static/static/chunks/1ebba7ac024244f9.js +0 -5
  266. package/web/.next/standalone/web/.next/static/static/chunks/275e8268daf318b2.js +0 -7
  267. package/web/.next/standalone/web/.next/static/static/chunks/2bf377e04592f3c8.js +0 -13
  268. package/web/.next/standalone/web/.next/static/static/chunks/376a123113ccf5eb.js +0 -3
  269. package/web/.next/standalone/web/.next/static/static/chunks/58fd0aaa2746b444.js +0 -1
  270. package/web/.next/standalone/web/.next/static/static/chunks/61c9922b38a9569d.js +0 -3
  271. package/web/.next/standalone/web/.next/static/static/chunks/74b64476a24dd71e.css +0 -1
  272. package/web/.next/standalone/web/.next/static/static/chunks/767bcdfbabf0703e.js +0 -7
  273. package/web/.next/standalone/web/.next/static/static/chunks/9fce2ce79c4c834e.js +0 -1
  274. package/web/.next/standalone/web/.next/static/static/chunks/a888d448ceab1abe.js +0 -1
  275. package/web/.next/standalone/web/.next/static/static/chunks/b9ad1584d4e11d12.js +0 -1
  276. package/web/.next/standalone/web/.next/static/static/chunks/c6f40df16a9396b9.js +0 -1
  277. package/web/.next/standalone/web/.next/static/static/chunks/ea29be392100ab0f.js +0 -5
  278. package/web/.next/standalone/web/src/app/embed/[id]/page.tsx +0 -77
  279. package/web/.next/standalone/web/src/lib/embed-bootstrap.ts +0 -108
  280. package/web/.next/static/chunks/1ebba7ac024244f9.js +0 -5
  281. package/web/.next/static/chunks/275e8268daf318b2.js +0 -7
  282. package/web/.next/static/chunks/2bf377e04592f3c8.js +0 -13
  283. package/web/.next/static/chunks/376a123113ccf5eb.js +0 -3
  284. package/web/.next/static/chunks/58fd0aaa2746b444.js +0 -1
  285. package/web/.next/static/chunks/61c9922b38a9569d.js +0 -3
  286. package/web/.next/static/chunks/74b64476a24dd71e.css +0 -1
  287. package/web/.next/static/chunks/767bcdfbabf0703e.js +0 -7
  288. package/web/.next/static/chunks/9fce2ce79c4c834e.js +0 -1
  289. package/web/.next/static/chunks/a888d448ceab1abe.js +0 -1
  290. package/web/.next/static/chunks/b9ad1584d4e11d12.js +0 -1
  291. package/web/.next/static/chunks/c6f40df16a9396b9.js +0 -1
  292. package/web/.next/static/chunks/ea29be392100ab0f.js +0 -5
  293. package/dist/{search-CCffrVJE.d.ts → search-DOzC4ojH.d.ts} +1 -1
  294. /package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page/react-loadable-manifest.json +0 -0
  295. /package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page/server-reference-manifest.json +0 -0
  296. /package/web/.next/standalone/web/.next/server/app/{embed/[id] → (main)/agents}/page.js.map +0 -0
  297. /package/web/.next/standalone/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_buildManifest.js +0 -0
  298. /package/web/.next/standalone/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_clientMiddlewareManifest.json +0 -0
  299. /package/web/.next/standalone/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_ssgManifest.js +0 -0
  300. /package/web/.next/standalone/web/.next/static/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_buildManifest.js +0 -0
  301. /package/web/.next/standalone/web/.next/static/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_clientMiddlewareManifest.json +0 -0
  302. /package/web/.next/standalone/web/.next/static/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_ssgManifest.js +0 -0
  303. /package/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_buildManifest.js +0 -0
  304. /package/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_clientMiddlewareManifest.json +0 -0
  305. /package/web/.next/static/{WCqUmRTRCgZqwBVGKQESX → eyxBRyMA8Zq36Pfen3Ylj}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../README.md","../../../../../components.json","../../../../../eslint.config.mjs","../../../../../mdx-components.tsx","../../../../../next.config.ts","../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../postcss.config.mjs","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/icon-192.png","../../../../../public/icon-512.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sparke-coder.png","../../../../../public/sparkecode.mp4","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../runtime-config.json","../../../../../src/app/(main)/layout.tsx","../../../../../src/app/(main)/page.tsx","../../../../../src/app/(main)/session/[id]/page.tsx","../../../../../src/app/api/config/route.ts","../../../../../src/app/api/health/route.ts","../../../../../src/app/apple-icon.png","../../../../../src/app/docs/installation/page.mdx","../../../../../src/app/docs/layout.tsx","../../../../../src/app/docs/page.mdx","../../../../../src/app/docs/skills/page.mdx","../../../../../src/app/docs/tools/page.mdx","../../../../../src/app/embed/[id]/page.tsx","../../../../../src/app/favicon.ico","../../../../../src/app/globals.css","../../../../../src/app/icon.png","../../../../../src/app/layout.tsx","../../../../../src/app/opengraph-image.png","../../../../../src/app/twitter-image.png","../../../../../src/components/ai-elements/agent.tsx","../../../../../src/components/ai-elements/artifact.tsx","../../../../../src/components/ai-elements/attachments.tsx","../../../../../src/components/ai-elements/audio-player.tsx","../../../../../src/components/ai-elements/bash-tool.tsx","../../../../../src/components/ai-elements/browser-recording.tsx","../../../../../src/components/ai-elements/canvas.tsx","../../../../../src/components/ai-elements/chain-of-thought.tsx","../../../../../src/components/ai-elements/checkpoint.tsx","../../../../../src/components/ai-elements/code-block.tsx","../../../../../src/components/ai-elements/code-graph-tool.tsx","../../../../../src/components/ai-elements/commit.tsx","../../../../../src/components/ai-elements/complete-task-tool.tsx","../../../../../src/components/ai-elements/confirmation.tsx","../../../../../src/components/ai-elements/connection.tsx","../../../../../src/components/ai-elements/context.tsx","../../../../../src/components/ai-elements/controls.tsx","../../../../../src/components/ai-elements/conversation.tsx","../../../../../src/components/ai-elements/edge.tsx","../../../../../src/components/ai-elements/environment-variables.tsx","../../../../../src/components/ai-elements/file-tree.tsx","../../../../../src/components/ai-elements/image.tsx","../../../../../src/components/ai-elements/inline-citation.tsx","../../../../../src/components/ai-elements/linter-tool.tsx","../../../../../src/components/ai-elements/load-skill-tool.tsx","../../../../../src/components/ai-elements/loader.tsx","../../../../../src/components/ai-elements/mention-input.tsx","../../../../../src/components/ai-elements/message.tsx","../../../../../src/components/ai-elements/mic-selector.tsx","../../../../../src/components/ai-elements/model-selector.tsx","../../../../../src/components/ai-elements/node.tsx","../../../../../src/components/ai-elements/open-in-chat.tsx","../../../../../src/components/ai-elements/package-info.tsx","../../../../../src/components/ai-elements/panel.tsx","../../../../../src/components/ai-elements/persona.tsx","../../../../../src/components/ai-elements/plan.tsx","../../../../../src/components/ai-elements/prompt-input.tsx","../../../../../src/components/ai-elements/queue.tsx","../../../../../src/components/ai-elements/read-file-tool.tsx","../../../../../src/components/ai-elements/reasoning.tsx","../../../../../src/components/ai-elements/sandbox.tsx","../../../../../src/components/ai-elements/schema-display.tsx","../../../../../src/components/ai-elements/search-tool.tsx","../../../../../src/components/ai-elements/shimmer.tsx","../../../../../src/components/ai-elements/snippet.tsx","../../../../../src/components/ai-elements/sources.tsx","../../../../../src/components/ai-elements/speech-input.tsx","../../../../../src/components/ai-elements/stack-trace.tsx","../../../../../src/components/ai-elements/subagent-modal.tsx","../../../../../src/components/ai-elements/suggestion.tsx","../../../../../src/components/ai-elements/task.tsx","../../../../../src/components/ai-elements/terminal.tsx","../../../../../src/components/ai-elements/test-results.tsx","../../../../../src/components/ai-elements/todo-panel.tsx","../../../../../src/components/ai-elements/todo-tool.tsx","../../../../../src/components/ai-elements/tool.tsx","../../../../../src/components/ai-elements/toolbar.tsx","../../../../../src/components/ai-elements/transcription.tsx","../../../../../src/components/ai-elements/voice-selector.tsx","../../../../../src/components/ai-elements/web-preview.tsx","../../../../../src/components/ai-elements/write-file-tool.tsx","../../../../../src/components/api-init.tsx","../../../../../src/components/browser-preview.tsx","../../../../../src/components/chat-interface.tsx","../../../../../src/components/sessions-sidebar.tsx","../../../../../src/components/ui/accordion.tsx","../../../../../src/components/ui/alert.tsx","../../../../../src/components/ui/avatar.tsx","../../../../../src/components/ui/badge.tsx","../../../../../src/components/ui/button-group.tsx","../../../../../src/components/ui/button.tsx","../../../../../src/components/ui/card.tsx","../../../../../src/components/ui/carousel.tsx","../../../../../src/components/ui/collapsible.tsx","../../../../../src/components/ui/command.tsx","../../../../../src/components/ui/dialog.tsx","../../../../../src/components/ui/dropdown-menu.tsx","../../../../../src/components/ui/hover-card.tsx","../../../../../src/components/ui/input-group.tsx","../../../../../src/components/ui/input.tsx","../../../../../src/components/ui/label.tsx","../../../../../src/components/ui/popover.tsx","../../../../../src/components/ui/progress.tsx","../../../../../src/components/ui/scroll-area.tsx","../../../../../src/components/ui/select.tsx","../../../../../src/components/ui/separator.tsx","../../../../../src/components/ui/sheet.tsx","../../../../../src/components/ui/sidebar.tsx","../../../../../src/components/ui/skeleton.tsx","../../../../../src/components/ui/switch.tsx","../../../../../src/components/ui/tabs.tsx","../../../../../src/components/ui/textarea.tsx","../../../../../src/components/ui/tooltip.tsx","../../../../../src/hooks/use-mobile.ts","../../../../../src/hooks/use-notification-sound.ts","../../../../../src/hooks/use-sessions.ts","../../../../../src/hooks/use-workspace-files.ts","../../../../../src/lib/api.ts","../../../../../src/lib/config.ts","../../../../../src/lib/embed-bootstrap.ts","../../../../../src/lib/utils.ts","../../../../../src/test/api.test.ts","../../../../../src/test/setup.ts","../../../../../tsconfig.json","../../../../../vitest.config.ts","../../../chunks/[root-of-the-server]__6aefd356._.js","../../../chunks/[root-of-the-server]__74ebc442._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/web__next-internal_server_app_api_health_route_actions_027197e3.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../README.md","../../../../../components.json","../../../../../eslint.config.mjs","../../../../../mdx-components.tsx","../../../../../next.config.ts","../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../postcss.config.mjs","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/icon-192.png","../../../../../public/icon-512.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sparke-coder.png","../../../../../public/sparkecode.mp4","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../runtime-config.json","../../../../../src/app/(main)/agents/page.tsx","../../../../../src/app/(main)/layout.tsx","../../../../../src/app/(main)/page.tsx","../../../../../src/app/(main)/session/[id]/page.tsx","../../../../../src/app/(main)/settings/page.tsx","../../../../../src/app/api/config/route.ts","../../../../../src/app/api/health/route.ts","../../../../../src/app/apple-icon.png","../../../../../src/app/docs/installation/page.mdx","../../../../../src/app/docs/layout.tsx","../../../../../src/app/docs/page.mdx","../../../../../src/app/docs/skills/page.mdx","../../../../../src/app/docs/tools/page.mdx","../../../../../src/app/favicon.ico","../../../../../src/app/globals.css","../../../../../src/app/icon.png","../../../../../src/app/layout.tsx","../../../../../src/app/opengraph-image.png","../../../../../src/app/twitter-image.png","../../../../../src/components/ai-elements/agent.tsx","../../../../../src/components/ai-elements/artifact.tsx","../../../../../src/components/ai-elements/attachments.tsx","../../../../../src/components/ai-elements/audio-player.tsx","../../../../../src/components/ai-elements/bash-tool.tsx","../../../../../src/components/ai-elements/browser-recording.tsx","../../../../../src/components/ai-elements/canvas.tsx","../../../../../src/components/ai-elements/chain-of-thought.tsx","../../../../../src/components/ai-elements/checkpoint.tsx","../../../../../src/components/ai-elements/code-block.tsx","../../../../../src/components/ai-elements/code-graph-tool.tsx","../../../../../src/components/ai-elements/commit.tsx","../../../../../src/components/ai-elements/complete-task-tool.tsx","../../../../../src/components/ai-elements/confirmation.tsx","../../../../../src/components/ai-elements/connection.tsx","../../../../../src/components/ai-elements/context.tsx","../../../../../src/components/ai-elements/controls.tsx","../../../../../src/components/ai-elements/conversation.tsx","../../../../../src/components/ai-elements/edge.tsx","../../../../../src/components/ai-elements/environment-variables.tsx","../../../../../src/components/ai-elements/file-tree.tsx","../../../../../src/components/ai-elements/image.tsx","../../../../../src/components/ai-elements/inline-citation.tsx","../../../../../src/components/ai-elements/linter-tool.tsx","../../../../../src/components/ai-elements/load-skill-tool.tsx","../../../../../src/components/ai-elements/loader.tsx","../../../../../src/components/ai-elements/mention-input.tsx","../../../../../src/components/ai-elements/message.tsx","../../../../../src/components/ai-elements/mic-selector.tsx","../../../../../src/components/ai-elements/model-selector.tsx","../../../../../src/components/ai-elements/node.tsx","../../../../../src/components/ai-elements/open-in-chat.tsx","../../../../../src/components/ai-elements/package-info.tsx","../../../../../src/components/ai-elements/panel.tsx","../../../../../src/components/ai-elements/persona.tsx","../../../../../src/components/ai-elements/plan.tsx","../../../../../src/components/ai-elements/prompt-input.tsx","../../../../../src/components/ai-elements/queue.tsx","../../../../../src/components/ai-elements/read-file-tool.tsx","../../../../../src/components/ai-elements/reasoning.tsx","../../../../../src/components/ai-elements/sandbox.tsx","../../../../../src/components/ai-elements/schema-display.tsx","../../../../../src/components/ai-elements/search-tool.tsx","../../../../../src/components/ai-elements/shimmer.tsx","../../../../../src/components/ai-elements/snippet.tsx","../../../../../src/components/ai-elements/sources.tsx","../../../../../src/components/ai-elements/speech-input.tsx","../../../../../src/components/ai-elements/stack-trace.tsx","../../../../../src/components/ai-elements/subagent-modal.tsx","../../../../../src/components/ai-elements/suggestion.tsx","../../../../../src/components/ai-elements/task.tsx","../../../../../src/components/ai-elements/terminal.tsx","../../../../../src/components/ai-elements/test-results.tsx","../../../../../src/components/ai-elements/todo-panel.tsx","../../../../../src/components/ai-elements/todo-tool.tsx","../../../../../src/components/ai-elements/tool.tsx","../../../../../src/components/ai-elements/toolbar.tsx","../../../../../src/components/ai-elements/transcription.tsx","../../../../../src/components/ai-elements/voice-selector.tsx","../../../../../src/components/ai-elements/web-preview.tsx","../../../../../src/components/ai-elements/write-file-tool.tsx","../../../../../src/components/api-init.tsx","../../../../../src/components/browser-preview.tsx","../../../../../src/components/chat-interface.tsx","../../../../../src/components/pending-question-banner.tsx","../../../../../src/components/sessions-sidebar.tsx","../../../../../src/components/ui/accordion.tsx","../../../../../src/components/ui/alert.tsx","../../../../../src/components/ui/avatar.tsx","../../../../../src/components/ui/badge.tsx","../../../../../src/components/ui/button-group.tsx","../../../../../src/components/ui/button.tsx","../../../../../src/components/ui/card.tsx","../../../../../src/components/ui/carousel.tsx","../../../../../src/components/ui/collapsible.tsx","../../../../../src/components/ui/command.tsx","../../../../../src/components/ui/dialog.tsx","../../../../../src/components/ui/dropdown-menu.tsx","../../../../../src/components/ui/hover-card.tsx","../../../../../src/components/ui/input-group.tsx","../../../../../src/components/ui/input.tsx","../../../../../src/components/ui/label.tsx","../../../../../src/components/ui/popover.tsx","../../../../../src/components/ui/progress.tsx","../../../../../src/components/ui/scroll-area.tsx","../../../../../src/components/ui/select.tsx","../../../../../src/components/ui/separator.tsx","../../../../../src/components/ui/sheet.tsx","../../../../../src/components/ui/sidebar.tsx","../../../../../src/components/ui/skeleton.tsx","../../../../../src/components/ui/switch.tsx","../../../../../src/components/ui/tabs.tsx","../../../../../src/components/ui/textarea.tsx","../../../../../src/components/ui/tooltip.tsx","../../../../../src/hooks/use-mobile.ts","../../../../../src/hooks/use-notification-sound.ts","../../../../../src/hooks/use-sessions.ts","../../../../../src/hooks/use-workspace-files.ts","../../../../../src/lib/api.ts","../../../../../src/lib/config.ts","../../../../../src/lib/utils.ts","../../../../../src/test/api.test.ts","../../../../../src/test/setup.ts","../../../../../tsconfig.json","../../../../../vitest.config.ts","../../../chunks/[root-of-the-server]__6aefd356._.js","../../../chunks/[root-of-the-server]__74ebc442._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/web__next-internal_server_app_api_health_route_actions_027197e3.js","./route_client-reference-manifest.js"]}
@@ -7,11 +7,11 @@
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
9
  "static/chunks/651e187cc15d66de.js",
10
- "static/chunks/b9ad1584d4e11d12.js",
11
- "static/chunks/a14243261b055626.js",
10
+ "static/chunks/735a2408c315b2f0.js",
12
11
  "static/chunks/186e0c1b3ff43c9c.js",
12
+ "static/chunks/a14243261b055626.js",
13
13
  "static/chunks/862ced58ce21a270.js",
14
- "static/chunks/turbopack-597558bb7b6982f6.js"
14
+ "static/chunks/turbopack-2c0905c7bbebae3f.js"
15
15
  ],
16
16
  "pages": {},
17
17
  "ampFirstPages": []
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/docs/installation/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/9fce2ce79c4c834e.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/9fce2ce79c4c834e.js"],"async":false},"[project]/web/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":504561,"name":"*","chunks":["/_next/static/chunks/9fce2ce79c4c834e.js","/_next/static/chunks/0fda34e553582102.js"],"async":false},"[project]/web/node_modules/next/dist/client/app-dir/link.js":{"id":504561,"name":"*","chunks":["/_next/static/chunks/9fce2ce79c4c834e.js","/_next/static/chunks/0fda34e553582102.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"504561":{"*":{"id":546640,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/2374f_954e49c0._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"504561":{"*":{"id":952470,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/74b64476a24dd71e.css","inlined":false}],"[project]/web/src/app/docs/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/74b64476a24dd71e.css","inlined":false}],"[project]/web/src/app/docs/installation/page.mdx":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/74b64476a24dd71e.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/9fce2ce79c4c834e.js"],"[project]/web/src/app/docs/layout":["static/chunks/9fce2ce79c4c834e.js","static/chunks/0fda34e553582102.js"],"[project]/web/src/app/docs/installation/page.mdx":["static/chunks/9fce2ce79c4c834e.js","static/chunks/0fda34e553582102.js"]}}
2
+ globalThis.__RSC_MANIFEST["/docs/installation/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/4239395558fab3ef.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/4239395558fab3ef.js"],"async":false},"[project]/web/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":504561,"name":"*","chunks":["/_next/static/chunks/4239395558fab3ef.js","/_next/static/chunks/0fda34e553582102.js"],"async":false},"[project]/web/node_modules/next/dist/client/app-dir/link.js":{"id":504561,"name":"*","chunks":["/_next/static/chunks/4239395558fab3ef.js","/_next/static/chunks/0fda34e553582102.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"504561":{"*":{"id":546640,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/2374f_954e49c0._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"504561":{"*":{"id":952470,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/344be859c2c8600b.css","inlined":false}],"[project]/web/src/app/docs/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/344be859c2c8600b.css","inlined":false}],"[project]/web/src/app/docs/installation/page.mdx":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/344be859c2c8600b.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/4239395558fab3ef.js"],"[project]/web/src/app/docs/layout":["static/chunks/4239395558fab3ef.js","static/chunks/0fda34e553582102.js"],"[project]/web/src/app/docs/installation/page.mdx":["static/chunks/4239395558fab3ef.js","static/chunks/0fda34e553582102.js"]}}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--WCqUmRTRCgZqwBVGKQESX--><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"/><link rel="stylesheet" href="/_next/static/chunks/a7d5d0791c8c6223.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/74b64476a24dd71e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/651e187cc15d66de.js"/><script src="/_next/static/chunks/b9ad1584d4e11d12.js" async=""></script><script src="/_next/static/chunks/a14243261b055626.js" async=""></script><script src="/_next/static/chunks/186e0c1b3ff43c9c.js" async=""></script><script src="/_next/static/chunks/862ced58ce21a270.js" async=""></script><script src="/_next/static/chunks/turbopack-597558bb7b6982f6.js" async=""></script><script src="/_next/static/chunks/9fce2ce79c4c834e.js" async=""></script><script src="/_next/static/chunks/9b5512fb633ef95d.js" async=""></script><script src="/_next/static/chunks/0f1cf11540868e42.js" async=""></script><script src="/_next/static/chunks/0fda34e553582102.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"/><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#0a0a0a"/><title>SparkeCoder - AI-Powered Coding Agent</title><meta name="description" content="SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming."/><meta name="author" content="SparkeCoder Team"/><link rel="manifest" href="/manifest.json"/><meta name="keywords" content="AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming"/><meta name="creator" content="SparkeCoder"/><meta name="publisher" content="SparkeCoder"/><meta name="robots" content="index, follow"/><meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/><meta name="category" content="technology"/><meta name="format-detection" content="telephone=no"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="SparkeCoder"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="SparkeCoder - AI-Powered Coding Agent"/><meta property="og:description" content="Build, debug, and ship code faster with intelligent AI automation and natural language programming."/><meta property="og:site_name" content="SparkeCoder"/><meta property="og:locale" content="en_US"/><meta property="og:image" content="http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png"/><meta property="og:image:width" content="512"/><meta property="og:image:height" content="512"/><meta property="og:image:type" content="image/png"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="SparkeCoder - AI-Powered Coding Agent"/><meta name="twitter:description" content="Build, debug, and ship code faster with intelligent AI automation and natural language programming."/><meta name="twitter:image" content="http://localhost:3001/twitter-image.png?twitter-image.ce342317.png"/><meta name="twitter:image:width" content="512"/><meta name="twitter:image:height" content="512"/><meta name="twitter:image:type" content="image/png"/><link rel="icon" href="/favicon.ico?favicon.e3cbed1b.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/icon.png?icon.fdefec0f.png" sizes="32x32" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.d6d14cbd.png" sizes="180x180" type="image/png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-background"><header class="sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"><div class="container flex h-14 items-center px-4"><a class="flex items-center space-x-2" href="/"><span class="text-xl">🐶</span><span class="font-bold">SparkECoder</span></a><nav class="ml-6 flex items-center space-x-4 text-sm"><a class="text-muted-foreground hover:text-foreground transition-colors" href="/docs">Docs</a><a class="text-muted-foreground hover:text-foreground transition-colors" href="/docs/skills">Skills</a></nav></div></header><div class="container flex gap-8 px-4 py-8"><aside class="hidden md:block w-64 shrink-0"><nav class="sticky top-20 space-y-1"><h4 class="font-semibold mb-2 text-sm">Getting Started</h4><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs">Introduction</a><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/installation">Installation</a><h4 class="font-semibold mb-2 mt-6 text-sm">Features</h4><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/skills">Agent Skills</a><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/tools">Tools</a></nav></aside><main class="flex-1 min-w-0 max-w-3xl"><h1 class="text-4xl font-bold mt-8 mb-4 text-foreground">Installation</h1>
1
+ <!DOCTYPE html><!--eyxBRyMA8Zq36Pfen3Ylj--><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"/><link rel="stylesheet" href="/_next/static/chunks/a7d5d0791c8c6223.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/344be859c2c8600b.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/651e187cc15d66de.js"/><script src="/_next/static/chunks/735a2408c315b2f0.js" async=""></script><script src="/_next/static/chunks/186e0c1b3ff43c9c.js" async=""></script><script src="/_next/static/chunks/a14243261b055626.js" async=""></script><script src="/_next/static/chunks/862ced58ce21a270.js" async=""></script><script src="/_next/static/chunks/turbopack-2c0905c7bbebae3f.js" async=""></script><script src="/_next/static/chunks/4239395558fab3ef.js" async=""></script><script src="/_next/static/chunks/9b5512fb633ef95d.js" async=""></script><script src="/_next/static/chunks/0f1cf11540868e42.js" async=""></script><script src="/_next/static/chunks/0fda34e553582102.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"/><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#0a0a0a"/><title>SparkeCoder - AI-Powered Coding Agent</title><meta name="description" content="SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming."/><meta name="author" content="SparkeCoder Team"/><link rel="manifest" href="/manifest.json"/><meta name="keywords" content="AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming"/><meta name="creator" content="SparkeCoder"/><meta name="publisher" content="SparkeCoder"/><meta name="robots" content="index, follow"/><meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/><meta name="category" content="technology"/><meta name="format-detection" content="telephone=no"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="SparkeCoder"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="SparkeCoder - AI-Powered Coding Agent"/><meta property="og:description" content="Build, debug, and ship code faster with intelligent AI automation and natural language programming."/><meta property="og:site_name" content="SparkeCoder"/><meta property="og:locale" content="en_US"/><meta property="og:image" content="http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png"/><meta property="og:image:width" content="512"/><meta property="og:image:height" content="512"/><meta property="og:image:type" content="image/png"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="SparkeCoder - AI-Powered Coding Agent"/><meta name="twitter:description" content="Build, debug, and ship code faster with intelligent AI automation and natural language programming."/><meta name="twitter:image" content="http://localhost:3001/twitter-image.png?twitter-image.ce342317.png"/><meta name="twitter:image:width" content="512"/><meta name="twitter:image:height" content="512"/><meta name="twitter:image:type" content="image/png"/><link rel="icon" href="/favicon.ico?favicon.e3cbed1b.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/icon.png?icon.fdefec0f.png" sizes="32x32" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.d6d14cbd.png" sizes="180x180" type="image/png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-background"><header class="sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"><div class="container flex h-14 items-center px-4"><a class="flex items-center space-x-2" href="/"><span class="text-xl">🐶</span><span class="font-bold">SparkECoder</span></a><nav class="ml-6 flex items-center space-x-4 text-sm"><a class="text-muted-foreground hover:text-foreground transition-colors" href="/docs">Docs</a><a class="text-muted-foreground hover:text-foreground transition-colors" href="/docs/skills">Skills</a></nav></div></header><div class="container flex gap-8 px-4 py-8"><aside class="hidden md:block w-64 shrink-0"><nav class="sticky top-20 space-y-1"><h4 class="font-semibold mb-2 text-sm">Getting Started</h4><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs">Introduction</a><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/installation">Installation</a><h4 class="font-semibold mb-2 mt-6 text-sm">Features</h4><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/skills">Agent Skills</a><a class="block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors" href="/docs/tools">Tools</a></nav></aside><main class="flex-1 min-w-0 max-w-3xl"><h1 class="text-4xl font-bold mt-8 mb-4 text-foreground">Installation</h1>
2
2
  <p class="my-4 text-muted-foreground leading-7">Get SparkECoder up and running in minutes.</p>
3
3
  <h2 class="text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2">Requirements</h2>
4
4
  <ul class="list-disc list-inside my-4 space-y-2 text-muted-foreground">
@@ -83,4 +83,4 @@ sparkecoder status
83
83
  <li class="leading-7"><a class="text-primary hover:underline" href="/docs/skills">Configure Skills</a> - Set up custom skills for your workflow</li>
84
84
  <li class="leading-7"><a class="text-primary hover:underline" href="/docs/tools">Explore Tools</a> - Learn about available tools</li>
85
85
  <li class="leading-7"><a class="text-primary hover:underline" href="/docs">Read the Docs</a> - Full documentation</li>
86
- </ul><!--$--><!--/$--></main></div></div><script src="/_next/static/chunks/651e187cc15d66de.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[760800,[\"/_next/static/chunks/9fce2ce79c4c834e.js\"],\"ApiInit\"]\n3:I[488287,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"default\"]\n4:I[174895,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"default\"]\n5:I[504561,[\"/_next/static/chunks/9fce2ce79c4c834e.js\",\"/_next/static/chunks/0fda34e553582102.js\"],\"\"]\na:I[552576,[],\"default\"]\n:HL[\"/_next/static/chunks/a7d5d0791c8c6223.css\",\"style\"]\n:HL[\"/_next/static/chunks/74b64476a24dd71e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"WCqUmRTRCgZqwBVGKQESX\",\"c\":[\"\",\"docs\",\"installation\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"docs\",{\"children\":[\"installation\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/a7d5d0791c8c6223.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/74b64476a24dd71e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/9fce2ce79c4c834e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0fda34e553582102.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-background\",\"children\":[[\"$\",\"header\",null,{\"className\":\"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60\",\"children\":[\"$\",\"div\",null,{\"className\":\"container flex h-14 items-center px-4\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"flex items-center space-x-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xl\",\"children\":\"🐶\"}],[\"$\",\"span\",null,{\"className\":\"font-bold\",\"children\":\"SparkECoder\"}]]}],[\"$\",\"nav\",null,{\"className\":\"ml-6 flex items-center space-x-4 text-sm\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"text-muted-foreground hover:text-foreground transition-colors\",\"children\":\"Docs\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"text-muted-foreground hover:text-foreground transition-colors\",\"children\":\"Skills\"}]]}]]}]}],[\"$\",\"div\",null,{\"className\":\"container flex gap-8 px-4 py-8\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"hidden md:block w-64 shrink-0\",\"children\":[\"$\",\"nav\",null,{\"className\":\"sticky top-20 space-y-1\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"font-semibold mb-2 text-sm\",\"children\":\"Getting Started\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Introduction\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/installation\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Installation\"}],[\"$\",\"h4\",null,{\"className\":\"font-semibold mb-2 mt-6 text-sm\",\"children\":\"Features\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Agent Skills\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/tools\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Tools\"}]]}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 min-w-0 max-w-3xl\",\"children\":\"$L6\"}]]}]]}]]}],{\"children\":[\"$L7\",{\"children\":[\"$L8\",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],\"$L9\",false]],\"m\":\"$undefined\",\"G\":[\"$a\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"1a:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"ViewportBoundary\"]\n1c:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"MetadataBoundary\"]\n1d:\"$Sreact.suspense\"\n6:[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]\n7:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n"])</script><script>self.__next_f.push([1,"8:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mt-8 mb-4 text-foreground\",\"children\":\"Installation\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Get SparkECoder up and running in minutes.\"}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Requirements\"}],\"\\n\",[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside my-4 space-y-2 text-muted-foreground\",\"children\":[\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"strong\",null,{\"className\":\"font-semibold text-foreground\",\"children\":\"Node.js 18+\"}],\" - Required runtime\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"strong\",null,{\"className\":\"font-semibold text-foreground\",\"children\":\"API Key\"}],\" - From Anthropic, OpenAI, or AI Gateway\"]}],\"\\n\"]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Install via npm\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"npm install -g sparkecoder\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Or with pnpm:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"pnpm add -g sparkecoder\\n\"}]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Set Up API Key\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"SparkECoder needs an API key to communicate with AI models. Set one of the following environment variables:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# For AI Gateway (supports multiple providers) (recommended) (you can just set this)\\nexport AI_GATEWAY_API_KEY=your_key\\n\\n# For Anthropic Claude models \\nexport ANTHROPIC_API_KEY=your_key\\n\\n# For OpenAI models\\nexport OPENAI_API_KEY=your_key\\n\\n\"}]}],\"\\n\",[\"$\",\"h3\",null,{\"className\":\"text-2xl font-semibold mt-6 mb-2 text-foreground\",\"children\":\"Persistent Configuration\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"To save your API key permanently, use the built-in config:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder config set anthropic your_api_key\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"This stores the key securely in your system's app data directory.\"}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Initialize Project\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Create a local configuration file:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder init\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":[\"This creates \",[\"$\",\"code\",null,{\"className\":\"bg-muted px-1.5 py-0.5 rounded text-sm font-mono\",\"children\":\"sparkecoder.config.json\"}],\" with default settings:\"]}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-json\",\"children\":\"{\\n \\\"defaultModel\\\": \\\"anthropic/claude-opus-4-5\\\",\\n \\\"workingDirectory\\\": \\\".\\\",\\n \\\"toolApprovals\\\": {\\n \\\"bash\\\": true,\\n \\\"write_file\\\": false\\n },\\n \\\"skills\\\": {\\n \\\"directory\\\": \\\"./skills\\\"\\n }\\n}\\n\"}]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Start Chatting\"}],\"\\n\",\"$Lb\",\"\\n\",\"$Lc\",\"\\n\",\"$Ld\",\"\\n\",\"$Le\",\"\\n\",\"$Lf\",\"\\n\",\"$L10\",\"\\n\",\"$L11\",\"\\n\",\"$L12\",\"\\n\",\"$L13\",\"\\n\",\"$L14\",\"\\n\",\"$L15\",\"\\n\",\"$L16\",\"\\n\",\"$L17\",\"\\n\",\"$L18\"],null,\"$L19\"]}]\n"])</script><script>self.__next_f.push([1,"9:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1a\",null,{\"children\":\"$L1b\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1c\",null,{\"children\":[\"$\",\"$1d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1e\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n"])</script><script>self.__next_f.push([1,"1f:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"OutletBoundary\"]\nb:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Simply run:\"}]\nc:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder\\n\"}]}]\nd:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"This starts the interactive chat interface. You can also:\"}]\ne:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# Start with a specific working directory\\nsparkecoder -w /path/to/project\\n\\n# Use a specific model\\nsparkecoder -m anthropic/claude-sonnet-4-20250514\\n\\n# Resume a previous session\\nsparkecoder -s session_id\\n\"}]}]\nf:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Web Interface\"}]\n10:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"SparkECoder includes a web interface that starts automatically:\"}]\n11:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# The server starts on port 3141 by default\\n# Open http://localhost:3141 in your browser\\n\"}]}]\n12:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Or start the server separately:\"}]\n13:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder server\\n\"}]}]\n14:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Verify Installation\"}]\n15:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Check that everything is working:\"}]\n16:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# Show version\\nsparkecoder --version\\n\\n# Show configuration\\nsparkecoder config\\n\\n# Check server status\\nsparkecoder status\\n\"}]}]\n17:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Next Steps\"}]\n18:[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside my-4 space-y-2 text-muted-foreground\",\"children\":[\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"text-primary hover:underline\",\"children\":\"Configure Skills\"}],\" - Set up custom skills for your workflow\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs/tools\",\"className\":\"text-primary hover:underline\",\"children\":\"Explore Tools\"}],\" - Learn about available tools\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"text-primary hover:underline\",\"children\":\"Read the Docs\"}],\" - Full documentation\"]}],\"\\n\"]}]\n19:[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$1d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@20\"}]}]\n"])</script><script>self.__next_f.push([1,"1b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=5\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"media\":\"(prefers-color-scheme: light)\",\"content\":\"#ffffff\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"media\":\"(prefers-color-scheme: dark)\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"21:I[349310,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"1e:[[\"$\",\"title\",\"0\",{\"children\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"SparkeCoder Team\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"keywords\",\"content\":\"AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming\"}],[\"$\",\"meta\",\"5\",{\"name\":\"creator\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"6\",{\"name\":\"publisher\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"7\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"8\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"meta\",\"9\",{\"name\":\"category\",\"content\":\"technology\"}],[\"$\",\"meta\",\"10\",{\"name\":\"format-detection\",\"content\":\"telephone=no\"}],[\"$\",\"meta\",\"11\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"12\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"13\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:title\",\"content\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:description\",\"content\":\"Build, debug, and ship code faster with intelligent AI automation and natural language programming.\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:site_name\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"512\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image:height\",\"content\":\"512\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:type\",\"content\":\"image/png\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:title\",\"content\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:description\",\"content\":\"Build, debug, and ship code faster with intelligent AI automation and natural language programming.\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3001/twitter-image.png?twitter-image.ce342317.png\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:image:width\",\"content\":\"512\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:image:height\",\"content\":\"512\"}],[\"$\",\"meta\",\"29\",{\"name\":\"twitter:image:type\",\"content\":\"image/png\"}],[\"$\",\"link\",\"30\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.e3cbed1b.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"31\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.fdefec0f.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"32\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?apple-icon.d6d14cbd.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L21\",\"33\",{}]]\n"])</script><script>self.__next_f.push([1,"20:null\n"])</script></body></html>
86
+ </ul><!--$--><!--/$--></main></div></div><script src="/_next/static/chunks/651e187cc15d66de.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[760800,[\"/_next/static/chunks/4239395558fab3ef.js\"],\"ApiInit\"]\n3:I[488287,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"default\"]\n4:I[174895,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"default\"]\n5:I[504561,[\"/_next/static/chunks/4239395558fab3ef.js\",\"/_next/static/chunks/0fda34e553582102.js\"],\"\"]\na:I[552576,[],\"default\"]\n:HL[\"/_next/static/chunks/a7d5d0791c8c6223.css\",\"style\"]\n:HL[\"/_next/static/chunks/344be859c2c8600b.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"eyxBRyMA8Zq36Pfen3Ylj\",\"c\":[\"\",\"docs\",\"installation\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"docs\",{\"children\":[\"installation\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/a7d5d0791c8c6223.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/344be859c2c8600b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/4239395558fab3ef.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0fda34e553582102.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-background\",\"children\":[[\"$\",\"header\",null,{\"className\":\"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60\",\"children\":[\"$\",\"div\",null,{\"className\":\"container flex h-14 items-center px-4\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"flex items-center space-x-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xl\",\"children\":\"🐶\"}],[\"$\",\"span\",null,{\"className\":\"font-bold\",\"children\":\"SparkECoder\"}]]}],[\"$\",\"nav\",null,{\"className\":\"ml-6 flex items-center space-x-4 text-sm\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"text-muted-foreground hover:text-foreground transition-colors\",\"children\":\"Docs\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"text-muted-foreground hover:text-foreground transition-colors\",\"children\":\"Skills\"}]]}]]}]}],[\"$\",\"div\",null,{\"className\":\"container flex gap-8 px-4 py-8\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"hidden md:block w-64 shrink-0\",\"children\":[\"$\",\"nav\",null,{\"className\":\"sticky top-20 space-y-1\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"font-semibold mb-2 text-sm\",\"children\":\"Getting Started\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Introduction\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/installation\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Installation\"}],[\"$\",\"h4\",null,{\"className\":\"font-semibold mb-2 mt-6 text-sm\",\"children\":\"Features\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Agent Skills\"}],[\"$\",\"$L5\",null,{\"href\":\"/docs/tools\",\"className\":\"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors\",\"children\":\"Tools\"}]]}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 min-w-0 max-w-3xl\",\"children\":\"$L6\"}]]}]]}]]}],{\"children\":[\"$L7\",{\"children\":[\"$L8\",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],\"$L9\",false]],\"m\":\"$undefined\",\"G\":[\"$a\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"1a:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"ViewportBoundary\"]\n1c:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"MetadataBoundary\"]\n1d:\"$Sreact.suspense\"\n6:[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]\n7:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n"])</script><script>self.__next_f.push([1,"8:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mt-8 mb-4 text-foreground\",\"children\":\"Installation\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Get SparkECoder up and running in minutes.\"}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Requirements\"}],\"\\n\",[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside my-4 space-y-2 text-muted-foreground\",\"children\":[\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"strong\",null,{\"className\":\"font-semibold text-foreground\",\"children\":\"Node.js 18+\"}],\" - Required runtime\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"strong\",null,{\"className\":\"font-semibold text-foreground\",\"children\":\"API Key\"}],\" - From Anthropic, OpenAI, or AI Gateway\"]}],\"\\n\"]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Install via npm\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"npm install -g sparkecoder\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Or with pnpm:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"pnpm add -g sparkecoder\\n\"}]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Set Up API Key\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"SparkECoder needs an API key to communicate with AI models. Set one of the following environment variables:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# For AI Gateway (supports multiple providers) (recommended) (you can just set this)\\nexport AI_GATEWAY_API_KEY=your_key\\n\\n# For Anthropic Claude models \\nexport ANTHROPIC_API_KEY=your_key\\n\\n# For OpenAI models\\nexport OPENAI_API_KEY=your_key\\n\\n\"}]}],\"\\n\",[\"$\",\"h3\",null,{\"className\":\"text-2xl font-semibold mt-6 mb-2 text-foreground\",\"children\":\"Persistent Configuration\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"To save your API key permanently, use the built-in config:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder config set anthropic your_api_key\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"This stores the key securely in your system's app data directory.\"}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Initialize Project\"}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Create a local configuration file:\"}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder init\\n\"}]}],\"\\n\",[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":[\"This creates \",[\"$\",\"code\",null,{\"className\":\"bg-muted px-1.5 py-0.5 rounded text-sm font-mono\",\"children\":\"sparkecoder.config.json\"}],\" with default settings:\"]}],\"\\n\",[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-json\",\"children\":\"{\\n \\\"defaultModel\\\": \\\"anthropic/claude-opus-4-5\\\",\\n \\\"workingDirectory\\\": \\\".\\\",\\n \\\"toolApprovals\\\": {\\n \\\"bash\\\": true,\\n \\\"write_file\\\": false\\n },\\n \\\"skills\\\": {\\n \\\"directory\\\": \\\"./skills\\\"\\n }\\n}\\n\"}]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Start Chatting\"}],\"\\n\",\"$Lb\",\"\\n\",\"$Lc\",\"\\n\",\"$Ld\",\"\\n\",\"$Le\",\"\\n\",\"$Lf\",\"\\n\",\"$L10\",\"\\n\",\"$L11\",\"\\n\",\"$L12\",\"\\n\",\"$L13\",\"\\n\",\"$L14\",\"\\n\",\"$L15\",\"\\n\",\"$L16\",\"\\n\",\"$L17\",\"\\n\",\"$L18\"],null,\"$L19\"]}]\n"])</script><script>self.__next_f.push([1,"9:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1a\",null,{\"children\":\"$L1b\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1c\",null,{\"children\":[\"$\",\"$1d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1e\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n"])</script><script>self.__next_f.push([1,"1f:I[151858,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"OutletBoundary\"]\nb:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Simply run:\"}]\nc:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder\\n\"}]}]\nd:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"This starts the interactive chat interface. You can also:\"}]\ne:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# Start with a specific working directory\\nsparkecoder -w /path/to/project\\n\\n# Use a specific model\\nsparkecoder -m anthropic/claude-sonnet-4-20250514\\n\\n# Resume a previous session\\nsparkecoder -s session_id\\n\"}]}]\nf:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Web Interface\"}]\n10:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"SparkECoder includes a web interface that starts automatically:\"}]\n11:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# The server starts on port 3141 by default\\n# Open http://localhost:3141 in your browser\\n\"}]}]\n12:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Or start the server separately:\"}]\n13:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"sparkecoder server\\n\"}]}]\n14:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Verify Installation\"}]\n15:[\"$\",\"p\",null,{\"className\":\"my-4 text-muted-foreground leading-7\",\"children\":\"Check that everything is working:\"}]\n16:[\"$\",\"pre\",null,{\"className\":\"bg-muted rounded-lg p-4 overflow-x-auto my-4 text-sm\",\"children\":[\"$\",\"code\",null,{\"className\":\"language-bash\",\"children\":\"# Show version\\nsparkecoder --version\\n\\n# Show configuration\\nsparkecoder config\\n\\n# Check server status\\nsparkecoder status\\n\"}]}]\n17:[\"$\",\"h2\",null,{\"className\":\"text-3xl font-semibold mt-8 mb-3 text-foreground border-b border-border pb-2\",\"children\":\"Next Steps\"}]\n18:[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside my-4 space-y-2 text-muted-foreground\",\"children\":[\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs/skills\",\"className\":\"text-primary hover:underline\",\"children\":\"Configure Skills\"}],\" - Set up custom skills for your workflow\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs/tools\",\"className\":\"text-primary hover:underline\",\"children\":\"Explore Tools\"}],\" - Learn about available tools\"]}],\"\\n\",[\"$\",\"li\",null,{\"className\":\"leading-7\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/docs\",\"className\":\"text-primary hover:underline\",\"children\":\"Read the Docs\"}],\" - Full documentation\"]}],\"\\n\"]}]\n19:[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$1d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@20\"}]}]\n"])</script><script>self.__next_f.push([1,"1b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=5\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"media\":\"(prefers-color-scheme: light)\",\"content\":\"#ffffff\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"media\":\"(prefers-color-scheme: dark)\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"21:I[349310,[\"/_next/static/chunks/9b5512fb633ef95d.js\",\"/_next/static/chunks/0f1cf11540868e42.js\"],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"1e:[[\"$\",\"title\",\"0\",{\"children\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"SparkeCoder Team\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"keywords\",\"content\":\"AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming\"}],[\"$\",\"meta\",\"5\",{\"name\":\"creator\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"6\",{\"name\":\"publisher\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"7\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"8\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"meta\",\"9\",{\"name\":\"category\",\"content\":\"technology\"}],[\"$\",\"meta\",\"10\",{\"name\":\"format-detection\",\"content\":\"telephone=no\"}],[\"$\",\"meta\",\"11\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"12\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"13\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:title\",\"content\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:description\",\"content\":\"Build, debug, and ship code faster with intelligent AI automation and natural language programming.\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:site_name\",\"content\":\"SparkeCoder\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"512\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image:height\",\"content\":\"512\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:type\",\"content\":\"image/png\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:title\",\"content\":\"SparkeCoder - AI-Powered Coding Agent\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:description\",\"content\":\"Build, debug, and ship code faster with intelligent AI automation and natural language programming.\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3001/twitter-image.png?twitter-image.ce342317.png\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:image:width\",\"content\":\"512\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:image:height\",\"content\":\"512\"}],[\"$\",\"meta\",\"29\",{\"name\":\"twitter:image:type\",\"content\":\"image/png\"}],[\"$\",\"link\",\"30\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.e3cbed1b.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"31\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.fdefec0f.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"32\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?apple-icon.d6d14cbd.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L21\",\"33\",{}]]\n"])</script><script>self.__next_f.push([1,"20:null\n"])</script></body></html>
@@ -1,12 +1,12 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[760800,["/_next/static/chunks/9fce2ce79c4c834e.js"],"ApiInit"]
2
+ 2:I[760800,["/_next/static/chunks/4239395558fab3ef.js"],"ApiInit"]
3
3
  3:I[488287,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
4
4
  4:I[174895,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
5
- 5:I[504561,["/_next/static/chunks/9fce2ce79c4c834e.js","/_next/static/chunks/0fda34e553582102.js"],""]
5
+ 5:I[504561,["/_next/static/chunks/4239395558fab3ef.js","/_next/static/chunks/0fda34e553582102.js"],""]
6
6
  a:I[552576,[],"default"]
7
7
  :HL["/_next/static/chunks/a7d5d0791c8c6223.css","style"]
8
- :HL["/_next/static/chunks/74b64476a24dd71e.css","style"]
9
- 0:{"P":null,"b":"WCqUmRTRCgZqwBVGKQESX","c":["","docs","installation"],"q":"","i":false,"f":[[["",{"children":["docs",{"children":["installation",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/74b64476a24dd71e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9fce2ce79c4c834e.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0fda34e553582102.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"min-h-screen bg-background","children":[["$","header",null,{"className":"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60","children":["$","div",null,{"className":"container flex h-14 items-center px-4","children":[["$","$L5",null,{"href":"/","className":"flex items-center space-x-2","children":[["$","span",null,{"className":"text-xl","children":"🐶"}],["$","span",null,{"className":"font-bold","children":"SparkECoder"}]]}],["$","nav",null,{"className":"ml-6 flex items-center space-x-4 text-sm","children":[["$","$L5",null,{"href":"/docs","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Docs"}],["$","$L5",null,{"href":"/docs/skills","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Skills"}]]}]]}]}],["$","div",null,{"className":"container flex gap-8 px-4 py-8","children":[["$","aside",null,{"className":"hidden md:block w-64 shrink-0","children":["$","nav",null,{"className":"sticky top-20 space-y-1","children":[["$","h4",null,{"className":"font-semibold mb-2 text-sm","children":"Getting Started"}],["$","$L5",null,{"href":"/docs","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Introduction"}],["$","$L5",null,{"href":"/docs/installation","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Installation"}],["$","h4",null,{"className":"font-semibold mb-2 mt-6 text-sm","children":"Features"}],["$","$L5",null,{"href":"/docs/skills","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Agent Skills"}],["$","$L5",null,{"href":"/docs/tools","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Tools"}]]}]}],["$","main",null,{"className":"flex-1 min-w-0 max-w-3xl","children":"$L6"}]]}]]}]]}],{"children":["$L7",{"children":["$L8",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L9",false]],"m":"$undefined","G":["$a",[]],"S":true}
8
+ :HL["/_next/static/chunks/344be859c2c8600b.css","style"]
9
+ 0:{"P":null,"b":"eyxBRyMA8Zq36Pfen3Ylj","c":["","docs","installation"],"q":"","i":false,"f":[[["",{"children":["docs",{"children":["installation",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/344be859c2c8600b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4239395558fab3ef.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0fda34e553582102.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"min-h-screen bg-background","children":[["$","header",null,{"className":"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60","children":["$","div",null,{"className":"container flex h-14 items-center px-4","children":[["$","$L5",null,{"href":"/","className":"flex items-center space-x-2","children":[["$","span",null,{"className":"text-xl","children":"🐶"}],["$","span",null,{"className":"font-bold","children":"SparkECoder"}]]}],["$","nav",null,{"className":"ml-6 flex items-center space-x-4 text-sm","children":[["$","$L5",null,{"href":"/docs","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Docs"}],["$","$L5",null,{"href":"/docs/skills","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Skills"}]]}]]}]}],["$","div",null,{"className":"container flex gap-8 px-4 py-8","children":[["$","aside",null,{"className":"hidden md:block w-64 shrink-0","children":["$","nav",null,{"className":"sticky top-20 space-y-1","children":[["$","h4",null,{"className":"font-semibold mb-2 text-sm","children":"Getting Started"}],["$","$L5",null,{"href":"/docs","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Introduction"}],["$","$L5",null,{"href":"/docs/installation","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Installation"}],["$","h4",null,{"className":"font-semibold mb-2 mt-6 text-sm","children":"Features"}],["$","$L5",null,{"href":"/docs/skills","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Agent Skills"}],["$","$L5",null,{"href":"/docs/tools","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Tools"}]]}]}],["$","main",null,{"className":"flex-1 min-w-0 max-w-3xl","children":"$L6"}]]}]]}]]}],{"children":["$L7",{"children":["$L8",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L9",false]],"m":"$undefined","G":["$a",[]],"S":true}
10
10
  1a:I[151858,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"ViewportBoundary"]
11
11
  1c:I[151858,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"MetadataBoundary"]
12
12
  1d:"$Sreact.suspense"
@@ -1,12 +1,12 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[760800,["/_next/static/chunks/9fce2ce79c4c834e.js"],"ApiInit"]
2
+ 2:I[760800,["/_next/static/chunks/4239395558fab3ef.js"],"ApiInit"]
3
3
  3:I[488287,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
4
4
  4:I[174895,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
5
- 5:I[504561,["/_next/static/chunks/9fce2ce79c4c834e.js","/_next/static/chunks/0fda34e553582102.js"],""]
5
+ 5:I[504561,["/_next/static/chunks/4239395558fab3ef.js","/_next/static/chunks/0fda34e553582102.js"],""]
6
6
  a:I[552576,[],"default"]
7
7
  :HL["/_next/static/chunks/a7d5d0791c8c6223.css","style"]
8
- :HL["/_next/static/chunks/74b64476a24dd71e.css","style"]
9
- 0:{"P":null,"b":"WCqUmRTRCgZqwBVGKQESX","c":["","docs","installation"],"q":"","i":false,"f":[[["",{"children":["docs",{"children":["installation",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/74b64476a24dd71e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9fce2ce79c4c834e.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0fda34e553582102.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"min-h-screen bg-background","children":[["$","header",null,{"className":"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60","children":["$","div",null,{"className":"container flex h-14 items-center px-4","children":[["$","$L5",null,{"href":"/","className":"flex items-center space-x-2","children":[["$","span",null,{"className":"text-xl","children":"🐶"}],["$","span",null,{"className":"font-bold","children":"SparkECoder"}]]}],["$","nav",null,{"className":"ml-6 flex items-center space-x-4 text-sm","children":[["$","$L5",null,{"href":"/docs","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Docs"}],["$","$L5",null,{"href":"/docs/skills","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Skills"}]]}]]}]}],["$","div",null,{"className":"container flex gap-8 px-4 py-8","children":[["$","aside",null,{"className":"hidden md:block w-64 shrink-0","children":["$","nav",null,{"className":"sticky top-20 space-y-1","children":[["$","h4",null,{"className":"font-semibold mb-2 text-sm","children":"Getting Started"}],["$","$L5",null,{"href":"/docs","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Introduction"}],["$","$L5",null,{"href":"/docs/installation","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Installation"}],["$","h4",null,{"className":"font-semibold mb-2 mt-6 text-sm","children":"Features"}],["$","$L5",null,{"href":"/docs/skills","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Agent Skills"}],["$","$L5",null,{"href":"/docs/tools","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Tools"}]]}]}],["$","main",null,{"className":"flex-1 min-w-0 max-w-3xl","children":"$L6"}]]}]]}]]}],{"children":["$L7",{"children":["$L8",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L9",false]],"m":"$undefined","G":["$a",[]],"S":true}
8
+ :HL["/_next/static/chunks/344be859c2c8600b.css","style"]
9
+ 0:{"P":null,"b":"eyxBRyMA8Zq36Pfen3Ylj","c":["","docs","installation"],"q":"","i":false,"f":[[["",{"children":["docs",{"children":["installation",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/344be859c2c8600b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4239395558fab3ef.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0fda34e553582102.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"min-h-screen bg-background","children":[["$","header",null,{"className":"sticky top-0 z-50 border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60","children":["$","div",null,{"className":"container flex h-14 items-center px-4","children":[["$","$L5",null,{"href":"/","className":"flex items-center space-x-2","children":[["$","span",null,{"className":"text-xl","children":"🐶"}],["$","span",null,{"className":"font-bold","children":"SparkECoder"}]]}],["$","nav",null,{"className":"ml-6 flex items-center space-x-4 text-sm","children":[["$","$L5",null,{"href":"/docs","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Docs"}],["$","$L5",null,{"href":"/docs/skills","className":"text-muted-foreground hover:text-foreground transition-colors","children":"Skills"}]]}]]}]}],["$","div",null,{"className":"container flex gap-8 px-4 py-8","children":[["$","aside",null,{"className":"hidden md:block w-64 shrink-0","children":["$","nav",null,{"className":"sticky top-20 space-y-1","children":[["$","h4",null,{"className":"font-semibold mb-2 text-sm","children":"Getting Started"}],["$","$L5",null,{"href":"/docs","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Introduction"}],["$","$L5",null,{"href":"/docs/installation","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Installation"}],["$","h4",null,{"className":"font-semibold mb-2 mt-6 text-sm","children":"Features"}],["$","$L5",null,{"href":"/docs/skills","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Agent Skills"}],["$","$L5",null,{"href":"/docs/tools","className":"block py-1.5 px-2 text-sm text-muted-foreground hover:text-foreground hover:bg-muted rounded-md transition-colors","children":"Tools"}]]}]}],["$","main",null,{"className":"flex-1 min-w-0 max-w-3xl","children":"$L6"}]]}]]}]]}],{"children":["$L7",{"children":["$L8",{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L9",false]],"m":"$undefined","G":["$a",[]],"S":true}
10
10
  1a:I[151858,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"ViewportBoundary"]
11
11
  1c:I[151858,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"MetadataBoundary"]
12
12
  1d:"$Sreact.suspense"
@@ -3,4 +3,4 @@
3
3
  3:I[151858,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[349310,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"IconMark"]
6
- 0:{"buildId":"WCqUmRTRCgZqwBVGKQESX","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5"}],["$","meta","2",{"name":"theme-color","media":"(prefers-color-scheme: light)","content":"#ffffff"}],["$","meta","3",{"name":"theme-color","media":"(prefers-color-scheme: dark)","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","1",{"name":"description","content":"SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming."}],["$","meta","2",{"name":"author","content":"SparkeCoder Team"}],["$","link","3",{"rel":"manifest","href":"/manifest.json"}],["$","meta","4",{"name":"keywords","content":"AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming"}],["$","meta","5",{"name":"creator","content":"SparkeCoder"}],["$","meta","6",{"name":"publisher","content":"SparkeCoder"}],["$","meta","7",{"name":"robots","content":"index, follow"}],["$","meta","8",{"name":"googlebot","content":"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"}],["$","meta","9",{"name":"category","content":"technology"}],["$","meta","10",{"name":"format-detection","content":"telephone=no"}],["$","meta","11",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","12",{"name":"apple-mobile-web-app-title","content":"SparkeCoder"}],["$","meta","13",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","14",{"property":"og:title","content":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","15",{"property":"og:description","content":"Build, debug, and ship code faster with intelligent AI automation and natural language programming."}],["$","meta","16",{"property":"og:site_name","content":"SparkeCoder"}],["$","meta","17",{"property":"og:locale","content":"en_US"}],["$","meta","18",{"property":"og:image","content":"http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png"}],["$","meta","19",{"property":"og:image:width","content":"512"}],["$","meta","20",{"property":"og:image:height","content":"512"}],["$","meta","21",{"property":"og:image:type","content":"image/png"}],["$","meta","22",{"property":"og:type","content":"website"}],["$","meta","23",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","24",{"name":"twitter:title","content":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","25",{"name":"twitter:description","content":"Build, debug, and ship code faster with intelligent AI automation and natural language programming."}],["$","meta","26",{"name":"twitter:image","content":"http://localhost:3001/twitter-image.png?twitter-image.ce342317.png"}],["$","meta","27",{"name":"twitter:image:width","content":"512"}],["$","meta","28",{"name":"twitter:image:height","content":"512"}],["$","meta","29",{"name":"twitter:image:type","content":"image/png"}],["$","link","30",{"rel":"icon","href":"/favicon.ico?favicon.e3cbed1b.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","31",{"rel":"icon","href":"/icon.png?icon.fdefec0f.png","sizes":"32x32","type":"image/png"}],["$","link","32",{"rel":"apple-touch-icon","href":"/apple-icon.png?apple-icon.d6d14cbd.png","sizes":"180x180","type":"image/png"}],["$","$L5","33",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"eyxBRyMA8Zq36Pfen3Ylj","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5"}],["$","meta","2",{"name":"theme-color","media":"(prefers-color-scheme: light)","content":"#ffffff"}],["$","meta","3",{"name":"theme-color","media":"(prefers-color-scheme: dark)","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","1",{"name":"description","content":"SparkeCoder is your AI-powered coding assistant. Build, debug, and ship code faster with intelligent automation and natural language programming."}],["$","meta","2",{"name":"author","content":"SparkeCoder Team"}],["$","link","3",{"rel":"manifest","href":"/manifest.json"}],["$","meta","4",{"name":"keywords","content":"AI coding assistant,code automation,AI programming,developer tools,coding agent,SparkeCoder,AI pair programming"}],["$","meta","5",{"name":"creator","content":"SparkeCoder"}],["$","meta","6",{"name":"publisher","content":"SparkeCoder"}],["$","meta","7",{"name":"robots","content":"index, follow"}],["$","meta","8",{"name":"googlebot","content":"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"}],["$","meta","9",{"name":"category","content":"technology"}],["$","meta","10",{"name":"format-detection","content":"telephone=no"}],["$","meta","11",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","12",{"name":"apple-mobile-web-app-title","content":"SparkeCoder"}],["$","meta","13",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","14",{"property":"og:title","content":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","15",{"property":"og:description","content":"Build, debug, and ship code faster with intelligent AI automation and natural language programming."}],["$","meta","16",{"property":"og:site_name","content":"SparkeCoder"}],["$","meta","17",{"property":"og:locale","content":"en_US"}],["$","meta","18",{"property":"og:image","content":"http://localhost:3001/opengraph-image.png?opengraph-image.ce342317.png"}],["$","meta","19",{"property":"og:image:width","content":"512"}],["$","meta","20",{"property":"og:image:height","content":"512"}],["$","meta","21",{"property":"og:image:type","content":"image/png"}],["$","meta","22",{"property":"og:type","content":"website"}],["$","meta","23",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","24",{"name":"twitter:title","content":"SparkeCoder - AI-Powered Coding Agent"}],["$","meta","25",{"name":"twitter:description","content":"Build, debug, and ship code faster with intelligent AI automation and natural language programming."}],["$","meta","26",{"name":"twitter:image","content":"http://localhost:3001/twitter-image.png?twitter-image.ce342317.png"}],["$","meta","27",{"name":"twitter:image:width","content":"512"}],["$","meta","28",{"name":"twitter:image:height","content":"512"}],["$","meta","29",{"name":"twitter:image:type","content":"image/png"}],["$","link","30",{"rel":"icon","href":"/favicon.ico?favicon.e3cbed1b.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","31",{"rel":"icon","href":"/icon.png?icon.fdefec0f.png","sizes":"32x32","type":"image/png"}],["$","link","32",{"rel":"apple-touch-icon","href":"/apple-icon.png?apple-icon.d6d14cbd.png","sizes":"180x180","type":"image/png"}],["$","$L5","33",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[760800,["/_next/static/chunks/9fce2ce79c4c834e.js"],"ApiInit"]
2
+ 2:I[760800,["/_next/static/chunks/4239395558fab3ef.js"],"ApiInit"]
3
3
  3:I[488287,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
4
4
  4:I[174895,["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"default"]
5
5
  :HL["/_next/static/chunks/a7d5d0791c8c6223.css","style"]
6
- :HL["/_next/static/chunks/74b64476a24dd71e.css","style"]
7
- 0:{"buildId":"WCqUmRTRCgZqwBVGKQESX","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/74b64476a24dd71e.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9fce2ce79c4c834e.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}]}]]}],"loading":null,"isPartial":false}
6
+ :HL["/_next/static/chunks/344be859c2c8600b.css","style"]
7
+ 0:{"buildId":"eyxBRyMA8Zq36Pfen3Ylj","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a7d5d0791c8c6223.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/344be859c2c8600b.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4239395558fab3ef.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":[["$","$L2",null,{}],["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}]}]]}],"loading":null,"isPartial":false}