neural-loom 0.4.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/cache/.previewinfo +1 -1
  5. package/.next/cache/.rscinfo +1 -1
  6. package/.next/cache/.tsbuildinfo +1 -1
  7. package/.next/diagnostics/route-bundle-stats.json +2 -2
  8. package/.next/fallback-build-manifest.json +3 -3
  9. package/.next/prerender-manifest.json +3 -3
  10. package/.next/required-server-files.js +3 -3
  11. package/.next/required-server-files.json +3 -3
  12. package/.next/routes-manifest.json +6 -0
  13. package/.next/server/app/_global-error.html +1 -1
  14. package/.next/server/app/_global-error.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  17. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  18. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  19. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  20. package/.next/server/app/_not-found.html +1 -1
  21. package/.next/server/app/_not-found.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  24. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  27. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  28. package/.next/server/app/api/configs/route.js.nft.json +1 -1
  29. package/.next/server/app/api/context/aider/route.js.nft.json +1 -1
  30. package/.next/server/app/api/context/claude/route.js.nft.json +1 -1
  31. package/.next/server/app/api/context/route.js.nft.json +1 -1
  32. package/.next/server/app/api/context/ssh/route.js.nft.json +1 -1
  33. package/.next/server/app/api/files/route.js +1 -1
  34. package/.next/server/app/api/files/route.js.nft.json +1 -1
  35. package/.next/server/app/api/git/route.js +1 -1
  36. package/.next/server/app/api/git/route.js.nft.json +1 -1
  37. package/.next/server/app/api/recents/route.js.nft.json +1 -1
  38. package/.next/server/app/api/sessions/inject/route.js +1 -1
  39. package/.next/server/app/api/sessions/inject/route.js.nft.json +1 -1
  40. package/.next/server/app/api/sessions/input/route.js +1 -1
  41. package/.next/server/app/api/sessions/input/route.js.nft.json +1 -1
  42. package/.next/server/app/api/sessions/launch/route.js +1 -1
  43. package/.next/server/app/api/sessions/launch/route.js.nft.json +1 -1
  44. package/.next/server/app/api/sessions/model/route.js +1 -1
  45. package/.next/server/app/api/sessions/model/route.js.nft.json +1 -1
  46. package/.next/server/app/api/sessions/route.js +1 -1
  47. package/.next/server/app/api/sessions/route.js.nft.json +1 -1
  48. package/.next/server/app/api/sessions/scope/route.js +1 -1
  49. package/.next/server/app/api/sessions/scope/route.js.nft.json +1 -1
  50. package/.next/server/app/api/sessions/start/route.js +1 -1
  51. package/.next/server/app/api/sessions/start/route.js.nft.json +1 -1
  52. package/.next/server/app/api/sessions/stats/route.js +1 -1
  53. package/.next/server/app/api/sessions/stats/route.js.nft.json +1 -1
  54. package/.next/server/app/api/sessions/stop/route.js +1 -1
  55. package/.next/server/app/api/sessions/stop/route.js.nft.json +1 -1
  56. package/.next/server/app/api/sessions/upload-image/route.js +1 -1
  57. package/.next/server/app/api/sessions/upload-image/route.js.nft.json +1 -1
  58. package/.next/server/app/api/sql/connections/route.js +1 -1
  59. package/.next/server/app/api/sql/connections/route.js.nft.json +1 -1
  60. package/.next/server/app/api/sql/drivers/route/app-paths-manifest.json +3 -0
  61. package/.next/server/app/api/sql/drivers/route/build-manifest.json +9 -0
  62. package/.next/server/app/api/sql/drivers/route/server-reference-manifest.json +4 -0
  63. package/.next/server/app/api/sql/drivers/route.js +6 -0
  64. package/.next/server/app/api/sql/drivers/route.js.map +5 -0
  65. package/.next/server/app/api/sql/drivers/route.js.nft.json +1 -0
  66. package/.next/server/app/api/sql/drivers/route_client-reference-manifest.js +3 -0
  67. package/.next/server/app/api/sql/mcp/route.js +1 -1
  68. package/.next/server/app/api/sql/mcp/route.js.nft.json +1 -1
  69. package/.next/server/app/api/sql/query/route.js +1 -1
  70. package/.next/server/app/api/sql/query/route.js.nft.json +1 -1
  71. package/.next/server/app/api/sql/schema/route.js +1 -1
  72. package/.next/server/app/api/sql/schema/route.js.nft.json +1 -1
  73. package/.next/server/app/api/telemetry/route.js.nft.json +1 -1
  74. package/.next/server/app/index.html +1 -1
  75. package/.next/server/app/index.rsc +2 -2
  76. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  77. package/.next/server/app/index.segments/_full.segment.rsc +2 -2
  78. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  79. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  80. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  81. package/.next/server/app/page/react-loadable-manifest.json +3 -3
  82. package/.next/server/app/page_client-reference-manifest.js +1 -1
  83. package/.next/server/app-paths-manifest.json +1 -0
  84. package/.next/server/chunks/[root-of-the-server]__00.krah._.js +114 -0
  85. package/.next/server/chunks/[root-of-the-server]__00.krah._.js.map +1 -0
  86. package/.next/server/chunks/[root-of-the-server]__018ug13._.js +3 -0
  87. package/.next/server/chunks/[root-of-the-server]__018ug13._.js.map +1 -0
  88. package/.next/server/chunks/[root-of-the-server]__02ier.3._.js +15 -0
  89. package/.next/server/chunks/[root-of-the-server]__02ier.3._.js.map +1 -0
  90. package/.next/server/chunks/[root-of-the-server]__02m4far._.js +1 -1
  91. package/.next/server/chunks/[root-of-the-server]__02m4far._.js.map +1 -1
  92. package/.next/server/chunks/[root-of-the-server]__04lxa97._.js +15 -0
  93. package/.next/server/chunks/[root-of-the-server]__04lxa97._.js.map +1 -0
  94. package/.next/server/chunks/[root-of-the-server]__09lbn1j._.js +3 -0
  95. package/.next/server/chunks/[root-of-the-server]__09lbn1j._.js.map +1 -0
  96. package/.next/server/chunks/[root-of-the-server]__0_wpk0y._.js +15 -0
  97. package/.next/server/chunks/[root-of-the-server]__0_wpk0y._.js.map +1 -0
  98. package/.next/server/chunks/[root-of-the-server]__0ctzfr2._.js +1 -1
  99. package/.next/server/chunks/[root-of-the-server]__0ctzfr2._.js.map +1 -1
  100. package/.next/server/chunks/[root-of-the-server]__0e9idf4._.js +114 -0
  101. package/.next/server/chunks/[root-of-the-server]__0e9idf4._.js.map +1 -0
  102. package/.next/server/chunks/[root-of-the-server]__0fe0p8z._.js +1 -1
  103. package/.next/server/chunks/[root-of-the-server]__0fe0p8z._.js.map +1 -1
  104. package/.next/server/chunks/[root-of-the-server]__0fozpi-._.js +125 -0
  105. package/.next/server/chunks/[root-of-the-server]__0fozpi-._.js.map +1 -0
  106. package/.next/server/chunks/[root-of-the-server]__0i0vbbm._.js +1 -1
  107. package/.next/server/chunks/[root-of-the-server]__0i0vbbm._.js.map +1 -1
  108. package/.next/server/chunks/[root-of-the-server]__0jtpjnb._.js +1 -1
  109. package/.next/server/chunks/[root-of-the-server]__0jtpjnb._.js.map +1 -1
  110. package/.next/server/chunks/[root-of-the-server]__0k_8diy._.js +15 -0
  111. package/.next/server/chunks/[root-of-the-server]__0k_8diy._.js.map +1 -0
  112. package/.next/server/chunks/[root-of-the-server]__0li1h1u._.js +13 -13
  113. package/.next/server/chunks/[root-of-the-server]__0li1h1u._.js.map +1 -1
  114. package/.next/server/chunks/[root-of-the-server]__0m0xdm-._.js +15 -0
  115. package/.next/server/chunks/[root-of-the-server]__0m0xdm-._.js.map +1 -0
  116. package/.next/server/chunks/[root-of-the-server]__0mkuqc3._.js +1 -1
  117. package/.next/server/chunks/[root-of-the-server]__0mkuqc3._.js.map +1 -1
  118. package/.next/server/chunks/[root-of-the-server]__0mz~7tk._.js +15 -0
  119. package/.next/server/chunks/[root-of-the-server]__0mz~7tk._.js.map +1 -0
  120. package/.next/server/chunks/[root-of-the-server]__0o60pwz._.js +15 -0
  121. package/.next/server/chunks/[root-of-the-server]__0o60pwz._.js.map +1 -0
  122. package/.next/server/chunks/[root-of-the-server]__0quymg_._.js +3 -0
  123. package/.next/server/chunks/[root-of-the-server]__0quymg_._.js.map +1 -0
  124. package/.next/server/chunks/[root-of-the-server]__0s096ts._.js +15 -0
  125. package/.next/server/chunks/[root-of-the-server]__0s096ts._.js.map +1 -0
  126. package/.next/server/chunks/[root-of-the-server]__0s0oi.9._.js +114 -0
  127. package/.next/server/chunks/[root-of-the-server]__0s0oi.9._.js.map +1 -0
  128. package/.next/server/chunks/[root-of-the-server]__0udaxr.._.js +15 -0
  129. package/.next/server/chunks/[root-of-the-server]__0udaxr.._.js.map +1 -0
  130. package/.next/server/chunks/[root-of-the-server]__0xx7.pw._.js +2 -2
  131. package/.next/server/chunks/[root-of-the-server]__0xx7.pw._.js.map +1 -1
  132. package/.next/server/chunks/[root-of-the-server]__0~uv7de._.js +15 -0
  133. package/.next/server/chunks/[root-of-the-server]__0~uv7de._.js.map +1 -0
  134. package/.next/server/chunks/_next-internal_server_app_api_sql_drivers_route_actions_06_~q-1.js +3 -0
  135. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_016qk~0.js +2 -2
  136. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_016qk~0.js.map +1 -1
  137. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0ev3h.z.js +1 -1
  138. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0ev3h.z.js.map +1 -1
  139. package/.next/server/chunks/ssr/_0t7oqy6._.js +1 -1
  140. package/.next/server/chunks/ssr/_0t7oqy6._.js.map +1 -1
  141. package/.next/server/middleware/middleware-manifest.json +5 -5
  142. package/.next/server/middleware-build-manifest.js +3 -3
  143. package/.next/server/middleware-manifest.json +5 -5
  144. package/.next/server/pages/404.html +1 -1
  145. package/.next/server/pages/500.html +1 -1
  146. package/.next/server/server-reference-manifest.js +1 -1
  147. package/.next/server/server-reference-manifest.json +1 -1
  148. package/.next/static/chunks/{0qu9wa_keet3..js → 02i8ipqrdqb4k.js} +4 -4
  149. package/.next/static/chunks/{0xhaghhxllgzs.js → 0opgpyt9f2o.y.js} +1 -1
  150. package/.next/static/chunks/{0-mwzfyigo.qs.js → 0uzl0alxdlg3l.js} +1 -1
  151. package/.next/static/chunks/{0r~-9nw2vt0gl.js → 0zt22n-2fftsr.js} +1 -1
  152. package/.next/trace +1 -1
  153. package/.next/trace-build +1 -1
  154. package/.next/types/routes.d.ts +2 -1
  155. package/.next/types/validator.ts +9 -0
  156. package/README.md +34 -1
  157. package/package.json +2 -3
  158. package/public/feature-guide.html +1 -1
  159. package/src/app/api/files/route.ts +8 -0
  160. package/src/app/api/git/route.ts +2 -0
  161. package/src/app/api/sessions/launch/route.ts +4 -1
  162. package/src/app/api/sql/drivers/route.ts +135 -0
  163. package/src/app/api/sql/query/route.ts +10 -0
  164. package/src/app/components/AiderWizard.tsx +1 -1
  165. package/src/app/components/ClaudeWizard.tsx +1 -1
  166. package/src/app/components/DbExplorer.tsx +57 -0
  167. package/src/app/page.tsx +0 -9
  168. package/src/lib/agents/AgentRunner.ts +18 -0
  169. package/src/lib/agents/SessionManager.ts +24 -0
  170. package/src/lib/agents/claudeModels.ts +49 -0
  171. package/src/lib/agents/runtime.ts +1 -1
  172. package/src/lib/audit.ts +44 -0
  173. package/src/lib/config.ts +27 -0
  174. package/src/lib/sql/McpServer.ts +11 -44
  175. package/src/lib/sql/adapters/MssqlAdapter.ts +2 -8
  176. package/src/lib/sql/adapters/MysqlAdapter.ts +2 -8
  177. package/src/lib/sql/adapters/PostgresAdapter.ts +3 -9
  178. package/src/lib/sql/adapters/SqliteAdapter.ts +3 -9
  179. package/src/lib/sql/loadDriver.ts +93 -0
  180. package/.next/server/chunks/[externals]__0tfzbjg._.js +0 -3
  181. package/.next/server/chunks/[root-of-the-server]__0.r1zm9._.js +0 -15
  182. package/.next/server/chunks/[root-of-the-server]__0.r1zm9._.js.map +0 -1
  183. package/.next/server/chunks/[root-of-the-server]__03_0gmx._.js +0 -15
  184. package/.next/server/chunks/[root-of-the-server]__03_0gmx._.js.map +0 -1
  185. package/.next/server/chunks/[root-of-the-server]__0ac9~el._.js +0 -3
  186. package/.next/server/chunks/[root-of-the-server]__0ac9~el._.js.map +0 -1
  187. package/.next/server/chunks/[root-of-the-server]__0avy0.e._.js +0 -15
  188. package/.next/server/chunks/[root-of-the-server]__0avy0.e._.js.map +0 -1
  189. package/.next/server/chunks/[root-of-the-server]__0c4n7et._.js +0 -15
  190. package/.next/server/chunks/[root-of-the-server]__0c4n7et._.js.map +0 -1
  191. package/.next/server/chunks/[root-of-the-server]__0dliu9v._.js +0 -15
  192. package/.next/server/chunks/[root-of-the-server]__0dliu9v._.js.map +0 -1
  193. package/.next/server/chunks/[root-of-the-server]__0i.1k6m._.js +0 -15
  194. package/.next/server/chunks/[root-of-the-server]__0i.1k6m._.js.map +0 -1
  195. package/.next/server/chunks/[root-of-the-server]__0o4bi75._.js +0 -114
  196. package/.next/server/chunks/[root-of-the-server]__0o4bi75._.js.map +0 -1
  197. package/.next/server/chunks/[root-of-the-server]__0ov-pzx._.js +0 -15
  198. package/.next/server/chunks/[root-of-the-server]__0ov-pzx._.js.map +0 -1
  199. package/.next/server/chunks/[root-of-the-server]__0oza.h3._.js +0 -114
  200. package/.next/server/chunks/[root-of-the-server]__0oza.h3._.js.map +0 -1
  201. package/.next/server/chunks/[root-of-the-server]__0p_sd_b._.js +0 -15
  202. package/.next/server/chunks/[root-of-the-server]__0p_sd_b._.js.map +0 -1
  203. package/.next/server/chunks/[root-of-the-server]__0uv1g1q._.js +0 -15
  204. package/.next/server/chunks/[root-of-the-server]__0uv1g1q._.js.map +0 -1
  205. package/.next/server/chunks/[root-of-the-server]__0v~ctt1._.js +0 -15
  206. package/.next/server/chunks/[root-of-the-server]__0v~ctt1._.js.map +0 -1
  207. package/.next/server/chunks/[root-of-the-server]__0ztnzjr._.js +0 -125
  208. package/.next/server/chunks/[root-of-the-server]__0ztnzjr._.js.map +0 -1
  209. package/.next/server/chunks/[root-of-the-server]__109k-xt._.js +0 -114
  210. package/.next/server/chunks/[root-of-the-server]__109k-xt._.js.map +0 -1
  211. /package/.next/server/chunks/{[externals]__0tfzbjg._.js.map → _next-internal_server_app_api_sql_drivers_route_actions_06_~q-1.js.map} +0 -0
  212. /package/.next/static/{7Rt23xVOwYg-hHmWh-bzT → VBSsDlGuAVHnm8EevFS5o}/_buildManifest.js +0 -0
  213. /package/.next/static/{7Rt23xVOwYg-hHmWh-bzT → VBSsDlGuAVHnm8EevFS5o}/_clientMiddlewareManifest.js +0 -0
  214. /package/.next/static/{7Rt23xVOwYg-hHmWh-bzT → VBSsDlGuAVHnm8EevFS5o}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../.ai/neural-loom/ccontext.md","../../../../../../.ai/neural-loom/cprompt.md","../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../README.md","../../../../../../bin/cli.js","../../../../../../bin/fix-pwa-ubuntu.sh","../../../../../../docs/feature-guide.html","../../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../../docs/product-review-2026-06.md","../../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../../eslint.config.mjs","../../../../../../neural-loom.code-workspace","../../../../../../next.config.ts","../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../public/feature-guide.html","../../../../../../public/file.svg","../../../../../../public/globe.svg","../../../../../../public/logo.png","../../../../../../public/manifest.json","../../../../../../public/next.svg","../../../../../../public/sw.js","../../../../../../public/ui-audit.html","../../../../../../public/vercel.svg","../../../../../../public/window.svg","../../../../../../src/app/api/configs/route.ts","../../../../../../src/app/api/context/aider/route.ts","../../../../../../src/app/api/context/claude/route.ts","../../../../../../src/app/api/context/route.ts","../../../../../../src/app/api/context/ssh/route.ts","../../../../../../src/app/api/feedback/route.ts","../../../../../../src/app/api/files/route.ts","../../../../../../src/app/api/git/route.ts","../../../../../../src/app/api/recents/route.ts","../../../../../../src/app/api/sessions/inject/route.ts","../../../../../../src/app/api/sessions/input/route.ts","../../../../../../src/app/api/sessions/launch/route.ts","../../../../../../src/app/api/sessions/model/route.ts","../../../../../../src/app/api/sessions/route.ts","../../../../../../src/app/api/sessions/scope/route.ts","../../../../../../src/app/api/sessions/start/route.ts","../../../../../../src/app/api/sessions/stats/route.ts","../../../../../../src/app/api/sessions/stop/route.ts","../../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../../src/app/api/sql/connections/route.ts","../../../../../../src/app/api/sql/mcp/route.ts","../../../../../../src/app/api/sql/query/route.ts","../../../../../../src/app/api/sql/schema/route.ts","../../../../../../src/app/api/telemetry/route.ts","../../../../../../src/app/components/AiderWizard.tsx","../../../../../../src/app/components/ClaudeWizard.tsx","../../../../../../src/app/components/ContextEditor.tsx","../../../../../../src/app/components/DbExplorer.tsx","../../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../../src/app/components/FeedbackModal.tsx","../../../../../../src/app/components/IdeLayout.tsx","../../../../../../src/app/components/MarkdownPreview.tsx","../../../../../../src/app/components/SettingsModal.tsx","../../../../../../src/app/components/SshWizard.tsx","../../../../../../src/app/components/TerminalConsole.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/layout.tsx","../../../../../../src/app/page.module.css","../../../../../../src/app/page.tsx","../../../../../../src/lib/agents/AgentRunner.ts","../../../../../../src/lib/agents/AiderRunner.ts","../../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../../src/lib/agents/ContextManager.ts","../../../../../../src/lib/agents/DockerRunner.ts","../../../../../../src/lib/agents/MockRunner.ts","../../../../../../src/lib/agents/SSHRunner.ts","../../../../../../src/lib/agents/SessionConfig.ts","../../../../../../src/lib/agents/SessionManager.ts","../../../../../../src/lib/agents/SessionPersister.ts","../../../../../../src/lib/agents/ShellRunner.ts","../../../../../../src/lib/agents/WebSocketServer.ts","../../../../../../src/lib/agents/claudeModels.ts","../../../../../../src/lib/agents/pricing.ts","../../../../../../src/lib/agents/runtime.ts","../../../../../../src/lib/config.ts","../../../../../../src/lib/diag/diagLogger.ts","../../../../../../src/lib/diag/diagSink.ts","../../../../../../src/lib/gitSafe.ts","../../../../../../src/lib/recents.ts","../../../../../../src/lib/security.ts","../../../../../../src/lib/settings/settings.ts","../../../../../../src/lib/settings/useSettings.ts","../../../../../../src/lib/sql/ConnectionManager.ts","../../../../../../src/lib/sql/DbAdapter.ts","../../../../../../src/lib/sql/McpServer.ts","../../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../../src/lib/sql/sqlGuard.ts","../../../../../../src/lib/workspaceParser.ts","../../../../../../src/middleware.ts","../../../../../../test/gitSafe.test.ts","../../../../../../test/pricing.test.ts","../../../../../../test/security.test.ts","../../../../../../test/sqlGuard.test.ts","../../../../../../tsconfig.json","../../../../../../tsconfig.tsbuildinfo","../../../../chunks/[root-of-the-server]__02m4far._.js","../../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_context_ssh_route_actions_0~0~96d.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../README.md","../../../../../../bin/cli.js","../../../../../../bin/fix-pwa-ubuntu.sh","../../../../../../docs/capability-inventory.md","../../../../../../docs/feature-guide.html","../../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../../docs/product-review-2026-06.md","../../../../../../docs/realignment.md","../../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../../docs/walkthroughs/model-reverse-sync/walkthrough.md","../../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../../docs/walkthroughs/optional-sql-drivers/install-button-missing.png","../../../../../../docs/walkthroughs/optional-sql-drivers/install-button-success.png","../../../../../../docs/walkthroughs/optional-sql-drivers/walkthrough.md","../../../../../../docs/walkthroughs/phase1-loose-ends/walkthrough.md","../../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../../eslint.config.mjs","../../../../../../neural-loom.code-workspace","../../../../../../next.config.ts","../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../public/feature-guide.html","../../../../../../public/file.svg","../../../../../../public/globe.svg","../../../../../../public/logo.png","../../../../../../public/manifest.json","../../../../../../public/next.svg","../../../../../../public/sw.js","../../../../../../public/ui-audit.html","../../../../../../public/vercel.svg","../../../../../../public/window.svg","../../../../../../src/app/api/configs/route.ts","../../../../../../src/app/api/context/aider/route.ts","../../../../../../src/app/api/context/claude/route.ts","../../../../../../src/app/api/context/route.ts","../../../../../../src/app/api/context/ssh/route.ts","../../../../../../src/app/api/feedback/route.ts","../../../../../../src/app/api/files/route.ts","../../../../../../src/app/api/git/route.ts","../../../../../../src/app/api/recents/route.ts","../../../../../../src/app/api/sessions/inject/route.ts","../../../../../../src/app/api/sessions/input/route.ts","../../../../../../src/app/api/sessions/launch/route.ts","../../../../../../src/app/api/sessions/model/route.ts","../../../../../../src/app/api/sessions/route.ts","../../../../../../src/app/api/sessions/scope/route.ts","../../../../../../src/app/api/sessions/start/route.ts","../../../../../../src/app/api/sessions/stats/route.ts","../../../../../../src/app/api/sessions/stop/route.ts","../../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../../src/app/api/sql/connections/route.ts","../../../../../../src/app/api/sql/drivers/route.ts","../../../../../../src/app/api/sql/mcp/route.ts","../../../../../../src/app/api/sql/query/route.ts","../../../../../../src/app/api/sql/schema/route.ts","../../../../../../src/app/api/telemetry/route.ts","../../../../../../src/app/components/AiderWizard.tsx","../../../../../../src/app/components/ClaudeWizard.tsx","../../../../../../src/app/components/ContextEditor.tsx","../../../../../../src/app/components/DbExplorer.tsx","../../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../../src/app/components/FeedbackModal.tsx","../../../../../../src/app/components/IdeLayout.tsx","../../../../../../src/app/components/MarkdownPreview.tsx","../../../../../../src/app/components/SettingsModal.tsx","../../../../../../src/app/components/SshWizard.tsx","../../../../../../src/app/components/TerminalConsole.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/layout.tsx","../../../../../../src/app/page.module.css","../../../../../../src/app/page.tsx","../../../../../../src/lib/agents/AgentRunner.ts","../../../../../../src/lib/agents/AiderRunner.ts","../../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../../src/lib/agents/ContextManager.ts","../../../../../../src/lib/agents/DockerRunner.ts","../../../../../../src/lib/agents/MockRunner.ts","../../../../../../src/lib/agents/SSHRunner.ts","../../../../../../src/lib/agents/SessionConfig.ts","../../../../../../src/lib/agents/SessionManager.ts","../../../../../../src/lib/agents/SessionPersister.ts","../../../../../../src/lib/agents/ShellRunner.ts","../../../../../../src/lib/agents/WebSocketServer.ts","../../../../../../src/lib/agents/claudeModels.ts","../../../../../../src/lib/agents/pricing.ts","../../../../../../src/lib/agents/runtime.ts","../../../../../../src/lib/audit.ts","../../../../../../src/lib/config.ts","../../../../../../src/lib/diag/diagLogger.ts","../../../../../../src/lib/diag/diagSink.ts","../../../../../../src/lib/gitSafe.ts","../../../../../../src/lib/recents.ts","../../../../../../src/lib/security.ts","../../../../../../src/lib/settings/settings.ts","../../../../../../src/lib/settings/useSettings.ts","../../../../../../src/lib/sql/ConnectionManager.ts","../../../../../../src/lib/sql/DbAdapter.ts","../../../../../../src/lib/sql/McpServer.ts","../../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../../src/lib/sql/loadDriver.ts","../../../../../../src/lib/sql/sqlGuard.ts","../../../../../../src/lib/workspaceParser.ts","../../../../../../src/middleware.ts","../../../../../../test/gitSafe.test.ts","../../../../../../test/phase1.test.ts","../../../../../../test/pricing.test.ts","../../../../../../test/security.test.ts","../../../../../../test/sqlGuard.test.ts","../../../../../../tsconfig.json","../../../../chunks/[root-of-the-server]__02m4far._.js","../../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_context_ssh_route_actions_0~0~96d.js","./route_client-reference-manifest.js"]}
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/files/route.js")
2
- R.c("server/chunks/[root-of-the-server]__0ac9~el._.js")
2
+ R.c("server/chunks/[root-of-the-server]__018ug13._.js")
3
3
  R.c("server/chunks/[root-of-the-server]__0j8-xkl._.js")
4
4
  R.c("server/chunks/node_modules_next_dist_esm_build_templates_app-route_0ev3h.z.js")
5
5
  R.c("server/chunks/_next-internal_server_app_api_files_route_actions_0x8kqqx.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../.ai/neural-loom/ccontext.md","../../../../../.ai/neural-loom/cprompt.md","../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../README.md","../../../../../bin/cli.js","../../../../../bin/fix-pwa-ubuntu.sh","../../../../../docs/feature-guide.html","../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../docs/product-review-2026-06.md","../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../eslint.config.mjs","../../../../../neural-loom.code-workspace","../../../../../next.config.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../public/feature-guide.html","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/logo.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sw.js","../../../../../public/ui-audit.html","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../src/app/api/configs/route.ts","../../../../../src/app/api/context/aider/route.ts","../../../../../src/app/api/context/claude/route.ts","../../../../../src/app/api/context/route.ts","../../../../../src/app/api/context/ssh/route.ts","../../../../../src/app/api/feedback/route.ts","../../../../../src/app/api/files/route.ts","../../../../../src/app/api/git/route.ts","../../../../../src/app/api/recents/route.ts","../../../../../src/app/api/sessions/inject/route.ts","../../../../../src/app/api/sessions/input/route.ts","../../../../../src/app/api/sessions/launch/route.ts","../../../../../src/app/api/sessions/model/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/sessions/scope/route.ts","../../../../../src/app/api/sessions/start/route.ts","../../../../../src/app/api/sessions/stats/route.ts","../../../../../src/app/api/sessions/stop/route.ts","../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../src/app/api/sql/connections/route.ts","../../../../../src/app/api/sql/mcp/route.ts","../../../../../src/app/api/sql/query/route.ts","../../../../../src/app/api/sql/schema/route.ts","../../../../../src/app/api/telemetry/route.ts","../../../../../src/app/components/AiderWizard.tsx","../../../../../src/app/components/ClaudeWizard.tsx","../../../../../src/app/components/ContextEditor.tsx","../../../../../src/app/components/DbExplorer.tsx","../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../src/app/components/FeedbackModal.tsx","../../../../../src/app/components/IdeLayout.tsx","../../../../../src/app/components/MarkdownPreview.tsx","../../../../../src/app/components/SettingsModal.tsx","../../../../../src/app/components/SshWizard.tsx","../../../../../src/app/components/TerminalConsole.tsx","../../../../../src/app/globals.css","../../../../../src/app/layout.tsx","../../../../../src/app/page.module.css","../../../../../src/app/page.tsx","../../../../../src/lib/agents/AgentRunner.ts","../../../../../src/lib/agents/AiderRunner.ts","../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../src/lib/agents/ContextManager.ts","../../../../../src/lib/agents/DockerRunner.ts","../../../../../src/lib/agents/MockRunner.ts","../../../../../src/lib/agents/SSHRunner.ts","../../../../../src/lib/agents/SessionConfig.ts","../../../../../src/lib/agents/SessionManager.ts","../../../../../src/lib/agents/SessionPersister.ts","../../../../../src/lib/agents/ShellRunner.ts","../../../../../src/lib/agents/WebSocketServer.ts","../../../../../src/lib/agents/claudeModels.ts","../../../../../src/lib/agents/pricing.ts","../../../../../src/lib/agents/runtime.ts","../../../../../src/lib/config.ts","../../../../../src/lib/diag/diagLogger.ts","../../../../../src/lib/diag/diagSink.ts","../../../../../src/lib/gitSafe.ts","../../../../../src/lib/recents.ts","../../../../../src/lib/security.ts","../../../../../src/lib/settings/settings.ts","../../../../../src/lib/settings/useSettings.ts","../../../../../src/lib/sql/ConnectionManager.ts","../../../../../src/lib/sql/DbAdapter.ts","../../../../../src/lib/sql/McpServer.ts","../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../src/lib/sql/sqlGuard.ts","../../../../../src/lib/workspaceParser.ts","../../../../../src/middleware.ts","../../../../../test/gitSafe.test.ts","../../../../../test/pricing.test.ts","../../../../../test/security.test.ts","../../../../../test/sqlGuard.test.ts","../../../../../tsconfig.json","../../../../../tsconfig.tsbuildinfo","../../../chunks/[root-of-the-server]__0ac9~el._.js","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_files_route_actions_0x8kqqx.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_0ev3h.z.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../README.md","../../../../../bin/cli.js","../../../../../bin/fix-pwa-ubuntu.sh","../../../../../docs/capability-inventory.md","../../../../../docs/feature-guide.html","../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../docs/product-review-2026-06.md","../../../../../docs/realignment.md","../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../docs/walkthroughs/model-reverse-sync/walkthrough.md","../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-missing.png","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-success.png","../../../../../docs/walkthroughs/optional-sql-drivers/walkthrough.md","../../../../../docs/walkthroughs/phase1-loose-ends/walkthrough.md","../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../eslint.config.mjs","../../../../../neural-loom.code-workspace","../../../../../next.config.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../public/feature-guide.html","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/logo.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sw.js","../../../../../public/ui-audit.html","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../src/app/api/configs/route.ts","../../../../../src/app/api/context/aider/route.ts","../../../../../src/app/api/context/claude/route.ts","../../../../../src/app/api/context/route.ts","../../../../../src/app/api/context/ssh/route.ts","../../../../../src/app/api/feedback/route.ts","../../../../../src/app/api/files/route.ts","../../../../../src/app/api/git/route.ts","../../../../../src/app/api/recents/route.ts","../../../../../src/app/api/sessions/inject/route.ts","../../../../../src/app/api/sessions/input/route.ts","../../../../../src/app/api/sessions/launch/route.ts","../../../../../src/app/api/sessions/model/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/sessions/scope/route.ts","../../../../../src/app/api/sessions/start/route.ts","../../../../../src/app/api/sessions/stats/route.ts","../../../../../src/app/api/sessions/stop/route.ts","../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../src/app/api/sql/connections/route.ts","../../../../../src/app/api/sql/drivers/route.ts","../../../../../src/app/api/sql/mcp/route.ts","../../../../../src/app/api/sql/query/route.ts","../../../../../src/app/api/sql/schema/route.ts","../../../../../src/app/api/telemetry/route.ts","../../../../../src/app/components/AiderWizard.tsx","../../../../../src/app/components/ClaudeWizard.tsx","../../../../../src/app/components/ContextEditor.tsx","../../../../../src/app/components/DbExplorer.tsx","../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../src/app/components/FeedbackModal.tsx","../../../../../src/app/components/IdeLayout.tsx","../../../../../src/app/components/MarkdownPreview.tsx","../../../../../src/app/components/SettingsModal.tsx","../../../../../src/app/components/SshWizard.tsx","../../../../../src/app/components/TerminalConsole.tsx","../../../../../src/app/globals.css","../../../../../src/app/layout.tsx","../../../../../src/app/page.module.css","../../../../../src/app/page.tsx","../../../../../src/lib/agents/AgentRunner.ts","../../../../../src/lib/agents/AiderRunner.ts","../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../src/lib/agents/ContextManager.ts","../../../../../src/lib/agents/DockerRunner.ts","../../../../../src/lib/agents/MockRunner.ts","../../../../../src/lib/agents/SSHRunner.ts","../../../../../src/lib/agents/SessionConfig.ts","../../../../../src/lib/agents/SessionManager.ts","../../../../../src/lib/agents/SessionPersister.ts","../../../../../src/lib/agents/ShellRunner.ts","../../../../../src/lib/agents/WebSocketServer.ts","../../../../../src/lib/agents/claudeModels.ts","../../../../../src/lib/agents/pricing.ts","../../../../../src/lib/agents/runtime.ts","../../../../../src/lib/audit.ts","../../../../../src/lib/config.ts","../../../../../src/lib/diag/diagLogger.ts","../../../../../src/lib/diag/diagSink.ts","../../../../../src/lib/gitSafe.ts","../../../../../src/lib/recents.ts","../../../../../src/lib/security.ts","../../../../../src/lib/settings/settings.ts","../../../../../src/lib/settings/useSettings.ts","../../../../../src/lib/sql/ConnectionManager.ts","../../../../../src/lib/sql/DbAdapter.ts","../../../../../src/lib/sql/McpServer.ts","../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../src/lib/sql/loadDriver.ts","../../../../../src/lib/sql/sqlGuard.ts","../../../../../src/lib/workspaceParser.ts","../../../../../src/middleware.ts","../../../../../test/gitSafe.test.ts","../../../../../test/phase1.test.ts","../../../../../test/pricing.test.ts","../../../../../test/security.test.ts","../../../../../test/sqlGuard.test.ts","../../../../../tsconfig.json","../../../chunks/[root-of-the-server]__018ug13._.js","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_files_route_actions_0x8kqqx.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_0ev3h.z.js","./route_client-reference-manifest.js"]}
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/git/route.js")
2
- R.c("server/chunks/[externals]__0tfzbjg._.js")
2
+ R.c("server/chunks/[root-of-the-server]__09lbn1j._.js")
3
3
  R.c("server/chunks/[root-of-the-server]__0j8-xkl._.js")
4
4
  R.c("server/chunks/node_modules_next_dist_esm_build_templates_app-route_016qk~0.js")
5
5
  R.c("server/chunks/_next-internal_server_app_api_git_route_actions_0xetuf~.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../.gitignore","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../src/app/api/git/route.ts","../../../chunks/[externals]__0tfzbjg._.js","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_git_route_actions_0xetuf~.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_016qk~0.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../.gitignore","../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../README.md","../../../../../bin/cli.js","../../../../../bin/fix-pwa-ubuntu.sh","../../../../../docs/capability-inventory.md","../../../../../docs/feature-guide.html","../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../docs/product-review-2026-06.md","../../../../../docs/realignment.md","../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../docs/walkthroughs/model-reverse-sync/walkthrough.md","../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-missing.png","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-success.png","../../../../../docs/walkthroughs/optional-sql-drivers/walkthrough.md","../../../../../docs/walkthroughs/phase1-loose-ends/walkthrough.md","../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../eslint.config.mjs","../../../../../neural-loom.code-workspace","../../../../../next.config.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../public/feature-guide.html","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/logo.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sw.js","../../../../../public/ui-audit.html","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../src/app/api/configs/route.ts","../../../../../src/app/api/context/aider/route.ts","../../../../../src/app/api/context/claude/route.ts","../../../../../src/app/api/context/route.ts","../../../../../src/app/api/context/ssh/route.ts","../../../../../src/app/api/feedback/route.ts","../../../../../src/app/api/files/route.ts","../../../../../src/app/api/git/route.ts","../../../../../src/app/api/recents/route.ts","../../../../../src/app/api/sessions/inject/route.ts","../../../../../src/app/api/sessions/input/route.ts","../../../../../src/app/api/sessions/launch/route.ts","../../../../../src/app/api/sessions/model/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/sessions/scope/route.ts","../../../../../src/app/api/sessions/start/route.ts","../../../../../src/app/api/sessions/stats/route.ts","../../../../../src/app/api/sessions/stop/route.ts","../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../src/app/api/sql/connections/route.ts","../../../../../src/app/api/sql/drivers/route.ts","../../../../../src/app/api/sql/mcp/route.ts","../../../../../src/app/api/sql/query/route.ts","../../../../../src/app/api/sql/schema/route.ts","../../../../../src/app/api/telemetry/route.ts","../../../../../src/app/components/AiderWizard.tsx","../../../../../src/app/components/ClaudeWizard.tsx","../../../../../src/app/components/ContextEditor.tsx","../../../../../src/app/components/DbExplorer.tsx","../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../src/app/components/FeedbackModal.tsx","../../../../../src/app/components/IdeLayout.tsx","../../../../../src/app/components/MarkdownPreview.tsx","../../../../../src/app/components/SettingsModal.tsx","../../../../../src/app/components/SshWizard.tsx","../../../../../src/app/components/TerminalConsole.tsx","../../../../../src/app/globals.css","../../../../../src/app/layout.tsx","../../../../../src/app/page.module.css","../../../../../src/app/page.tsx","../../../../../src/lib/agents/AgentRunner.ts","../../../../../src/lib/agents/AiderRunner.ts","../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../src/lib/agents/ContextManager.ts","../../../../../src/lib/agents/DockerRunner.ts","../../../../../src/lib/agents/MockRunner.ts","../../../../../src/lib/agents/SSHRunner.ts","../../../../../src/lib/agents/SessionConfig.ts","../../../../../src/lib/agents/SessionManager.ts","../../../../../src/lib/agents/SessionPersister.ts","../../../../../src/lib/agents/ShellRunner.ts","../../../../../src/lib/agents/WebSocketServer.ts","../../../../../src/lib/agents/claudeModels.ts","../../../../../src/lib/agents/pricing.ts","../../../../../src/lib/agents/runtime.ts","../../../../../src/lib/audit.ts","../../../../../src/lib/config.ts","../../../../../src/lib/diag/diagLogger.ts","../../../../../src/lib/diag/diagSink.ts","../../../../../src/lib/gitSafe.ts","../../../../../src/lib/recents.ts","../../../../../src/lib/security.ts","../../../../../src/lib/settings/settings.ts","../../../../../src/lib/settings/useSettings.ts","../../../../../src/lib/sql/ConnectionManager.ts","../../../../../src/lib/sql/DbAdapter.ts","../../../../../src/lib/sql/McpServer.ts","../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../src/lib/sql/loadDriver.ts","../../../../../src/lib/sql/sqlGuard.ts","../../../../../src/lib/workspaceParser.ts","../../../../../src/middleware.ts","../../../../../test/gitSafe.test.ts","../../../../../test/phase1.test.ts","../../../../../test/pricing.test.ts","../../../../../test/security.test.ts","../../../../../test/sqlGuard.test.ts","../../../../../tsconfig.json","../../../chunks/[root-of-the-server]__09lbn1j._.js","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_git_route_actions_0xetuf~.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_016qk~0.js","./route_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../.ai/neural-loom/ccontext.md","../../../../../.ai/neural-loom/cprompt.md","../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../README.md","../../../../../bin/cli.js","../../../../../bin/fix-pwa-ubuntu.sh","../../../../../docs/feature-guide.html","../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../docs/product-review-2026-06.md","../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../eslint.config.mjs","../../../../../neural-loom.code-workspace","../../../../../next.config.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../public/feature-guide.html","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/logo.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sw.js","../../../../../public/ui-audit.html","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../src/app/api/configs/route.ts","../../../../../src/app/api/context/aider/route.ts","../../../../../src/app/api/context/claude/route.ts","../../../../../src/app/api/context/route.ts","../../../../../src/app/api/context/ssh/route.ts","../../../../../src/app/api/feedback/route.ts","../../../../../src/app/api/files/route.ts","../../../../../src/app/api/git/route.ts","../../../../../src/app/api/recents/route.ts","../../../../../src/app/api/sessions/inject/route.ts","../../../../../src/app/api/sessions/input/route.ts","../../../../../src/app/api/sessions/launch/route.ts","../../../../../src/app/api/sessions/model/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/sessions/scope/route.ts","../../../../../src/app/api/sessions/start/route.ts","../../../../../src/app/api/sessions/stats/route.ts","../../../../../src/app/api/sessions/stop/route.ts","../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../src/app/api/sql/connections/route.ts","../../../../../src/app/api/sql/mcp/route.ts","../../../../../src/app/api/sql/query/route.ts","../../../../../src/app/api/sql/schema/route.ts","../../../../../src/app/api/telemetry/route.ts","../../../../../src/app/components/AiderWizard.tsx","../../../../../src/app/components/ClaudeWizard.tsx","../../../../../src/app/components/ContextEditor.tsx","../../../../../src/app/components/DbExplorer.tsx","../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../src/app/components/FeedbackModal.tsx","../../../../../src/app/components/IdeLayout.tsx","../../../../../src/app/components/MarkdownPreview.tsx","../../../../../src/app/components/SettingsModal.tsx","../../../../../src/app/components/SshWizard.tsx","../../../../../src/app/components/TerminalConsole.tsx","../../../../../src/app/globals.css","../../../../../src/app/layout.tsx","../../../../../src/app/page.module.css","../../../../../src/app/page.tsx","../../../../../src/lib/agents/AgentRunner.ts","../../../../../src/lib/agents/AiderRunner.ts","../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../src/lib/agents/ContextManager.ts","../../../../../src/lib/agents/DockerRunner.ts","../../../../../src/lib/agents/MockRunner.ts","../../../../../src/lib/agents/SSHRunner.ts","../../../../../src/lib/agents/SessionConfig.ts","../../../../../src/lib/agents/SessionManager.ts","../../../../../src/lib/agents/SessionPersister.ts","../../../../../src/lib/agents/ShellRunner.ts","../../../../../src/lib/agents/WebSocketServer.ts","../../../../../src/lib/agents/claudeModels.ts","../../../../../src/lib/agents/pricing.ts","../../../../../src/lib/agents/runtime.ts","../../../../../src/lib/config.ts","../../../../../src/lib/diag/diagLogger.ts","../../../../../src/lib/diag/diagSink.ts","../../../../../src/lib/gitSafe.ts","../../../../../src/lib/recents.ts","../../../../../src/lib/security.ts","../../../../../src/lib/settings/settings.ts","../../../../../src/lib/settings/useSettings.ts","../../../../../src/lib/sql/ConnectionManager.ts","../../../../../src/lib/sql/DbAdapter.ts","../../../../../src/lib/sql/McpServer.ts","../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../src/lib/sql/sqlGuard.ts","../../../../../src/lib/workspaceParser.ts","../../../../../src/middleware.ts","../../../../../test/gitSafe.test.ts","../../../../../test/pricing.test.ts","../../../../../test/security.test.ts","../../../../../test/sqlGuard.test.ts","../../../../../tsconfig.json","../../../../../tsconfig.tsbuildinfo","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[root-of-the-server]__0mkuqc3._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_recents_route_actions_0wmi3sl.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../README.md","../../../../../bin/cli.js","../../../../../bin/fix-pwa-ubuntu.sh","../../../../../docs/capability-inventory.md","../../../../../docs/feature-guide.html","../../../../../docs/prd-jsonl-diagnostic-logging.md","../../../../../docs/product-review-2026-06.md","../../../../../docs/realignment.md","../../../../../docs/walkthroughs/agent-state-tracking-fix/walkthrough.md","../../../../../docs/walkthroughs/aider-launch-panel/aider_wizard_verification.webp","../../../../../docs/walkthroughs/aider-launch-panel/walkthrough.md","../../../../../docs/walkthroughs/claude-pty-runner/walkthrough.md","../../../../../docs/walkthroughs/dashboard-layout-optimization/walkthrough.md","../../../../../docs/walkthroughs/feature-guide/walkthrough.md","../../../../../docs/walkthroughs/feedback-button/feedback-modal.png","../../../../../docs/walkthroughs/feedback-button/walkthrough.md","../../../../../docs/walkthroughs/git-branches-and-history/walkthrough.md","../../../../../docs/walkthroughs/issues-resolution/walkthrough.md","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/settings-modal.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/toolbar.png","../../../../../docs/walkthroughs/jsonl-diagnostic-logging/walkthrough.md","../../../../../docs/walkthroughs/maintainability-pass/walkthrough.md","../../../../../docs/walkthroughs/model-reverse-sync/walkthrough.md","../../../../../docs/walkthroughs/model-switcher/walkthrough.md","../../../../../docs/walkthroughs/multi-session-and-split/walkthrough.md","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-missing.png","../../../../../docs/walkthroughs/optional-sql-drivers/install-button-success.png","../../../../../docs/walkthroughs/optional-sql-drivers/walkthrough.md","../../../../../docs/walkthroughs/phase1-loose-ends/walkthrough.md","../../../../../docs/walkthroughs/platform-compatibility/walkthrough.md","../../../../../docs/walkthroughs/reliability-fixes/walkthrough.md","../../../../../docs/walkthroughs/security-hardening/walkthrough.md","../../../../../docs/walkthroughs/session-persistence-and-layout/layout_verified.png","../../../../../docs/walkthroughs/session-persistence-and-layout/walkthrough.md","../../../../../docs/walkthroughs/sql-mcp-explorer/db_explorer_ui_mockup.png","../../../../../docs/walkthroughs/sql-mcp-explorer/walkthrough.md","../../../../../docs/walkthroughs/sql-workspace-only-connections/dashboard.png","../../../../../docs/walkthroughs/sql-workspace-only-connections/walkthrough.md","../../../../../docs/walkthroughs/ssh-wizard/dashboard_loaded_1780970747730.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_test_connection_result_1780970785743.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_inputs_filled_1780970773379.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_closed_1780970799993.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_modal_open_1780970759288.png","../../../../../docs/walkthroughs/ssh-wizard/ssh_wizard_verification_1780970740396.webp","../../../../../docs/walkthroughs/ssh-wizard/walkthrough.md","../../../../../docs/walkthroughs/telemetry-and-commands/walkthrough.md","../../../../../docs/walkthroughs/terminal-copy-fix/walkthrough.md","../../../../../docs/walkthroughs/terminal-enhancements/active_search_overlay.png","../../../../../docs/walkthroughs/terminal-enhancements/initial_dashboard_view.png","../../../../../docs/walkthroughs/terminal-enhancements/terminal_features_verification.webp","../../../../../docs/walkthroughs/terminal-enhancements/walkthrough.md","../../../../../eslint.config.mjs","../../../../../neural-loom.code-workspace","../../../../../next.config.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package-lock.json","../../../../../package.json","../../../../../public/feature-guide.html","../../../../../public/file.svg","../../../../../public/globe.svg","../../../../../public/logo.png","../../../../../public/manifest.json","../../../../../public/next.svg","../../../../../public/sw.js","../../../../../public/ui-audit.html","../../../../../public/vercel.svg","../../../../../public/window.svg","../../../../../src/app/api/configs/route.ts","../../../../../src/app/api/context/aider/route.ts","../../../../../src/app/api/context/claude/route.ts","../../../../../src/app/api/context/route.ts","../../../../../src/app/api/context/ssh/route.ts","../../../../../src/app/api/feedback/route.ts","../../../../../src/app/api/files/route.ts","../../../../../src/app/api/git/route.ts","../../../../../src/app/api/recents/route.ts","../../../../../src/app/api/sessions/inject/route.ts","../../../../../src/app/api/sessions/input/route.ts","../../../../../src/app/api/sessions/launch/route.ts","../../../../../src/app/api/sessions/model/route.ts","../../../../../src/app/api/sessions/route.ts","../../../../../src/app/api/sessions/scope/route.ts","../../../../../src/app/api/sessions/start/route.ts","../../../../../src/app/api/sessions/stats/route.ts","../../../../../src/app/api/sessions/stop/route.ts","../../../../../src/app/api/sessions/upload-image/route.ts","../../../../../src/app/api/sql/connections/route.ts","../../../../../src/app/api/sql/drivers/route.ts","../../../../../src/app/api/sql/mcp/route.ts","../../../../../src/app/api/sql/query/route.ts","../../../../../src/app/api/sql/schema/route.ts","../../../../../src/app/api/telemetry/route.ts","../../../../../src/app/components/AiderWizard.tsx","../../../../../src/app/components/ClaudeWizard.tsx","../../../../../src/app/components/ContextEditor.tsx","../../../../../src/app/components/DbExplorer.tsx","../../../../../src/app/components/DirectoryBrowserModal.tsx","../../../../../src/app/components/FeedbackModal.tsx","../../../../../src/app/components/IdeLayout.tsx","../../../../../src/app/components/MarkdownPreview.tsx","../../../../../src/app/components/SettingsModal.tsx","../../../../../src/app/components/SshWizard.tsx","../../../../../src/app/components/TerminalConsole.tsx","../../../../../src/app/globals.css","../../../../../src/app/layout.tsx","../../../../../src/app/page.module.css","../../../../../src/app/page.tsx","../../../../../src/lib/agents/AgentRunner.ts","../../../../../src/lib/agents/AiderRunner.ts","../../../../../src/lib/agents/ClaudeRunner.ts","../../../../../src/lib/agents/ContextManager.ts","../../../../../src/lib/agents/DockerRunner.ts","../../../../../src/lib/agents/MockRunner.ts","../../../../../src/lib/agents/SSHRunner.ts","../../../../../src/lib/agents/SessionConfig.ts","../../../../../src/lib/agents/SessionManager.ts","../../../../../src/lib/agents/SessionPersister.ts","../../../../../src/lib/agents/ShellRunner.ts","../../../../../src/lib/agents/WebSocketServer.ts","../../../../../src/lib/agents/claudeModels.ts","../../../../../src/lib/agents/pricing.ts","../../../../../src/lib/agents/runtime.ts","../../../../../src/lib/audit.ts","../../../../../src/lib/config.ts","../../../../../src/lib/diag/diagLogger.ts","../../../../../src/lib/diag/diagSink.ts","../../../../../src/lib/gitSafe.ts","../../../../../src/lib/recents.ts","../../../../../src/lib/security.ts","../../../../../src/lib/settings/settings.ts","../../../../../src/lib/settings/useSettings.ts","../../../../../src/lib/sql/ConnectionManager.ts","../../../../../src/lib/sql/DbAdapter.ts","../../../../../src/lib/sql/McpServer.ts","../../../../../src/lib/sql/adapters/MssqlAdapter.ts","../../../../../src/lib/sql/adapters/MysqlAdapter.ts","../../../../../src/lib/sql/adapters/PostgresAdapter.ts","../../../../../src/lib/sql/adapters/SqliteAdapter.ts","../../../../../src/lib/sql/loadDriver.ts","../../../../../src/lib/sql/sqlGuard.ts","../../../../../src/lib/workspaceParser.ts","../../../../../src/middleware.ts","../../../../../test/gitSafe.test.ts","../../../../../test/phase1.test.ts","../../../../../test/pricing.test.ts","../../../../../test/security.test.ts","../../../../../test/sqlGuard.test.ts","../../../../../tsconfig.json","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[root-of-the-server]__0mkuqc3._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_recents_route_actions_0wmi3sl.js","./route_client-reference-manifest.js"]}
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/sessions/inject/route.js")
2
- R.c("server/chunks/[root-of-the-server]__0v~ctt1._.js")
2
+ R.c("server/chunks/[root-of-the-server]__0udaxr.._.js")
3
3
  R.c("server/chunks/[root-of-the-server]__0j8-xkl._.js")
4
4
  R.c("server/chunks/[root-of-the-server]__0li1h1u._.js")
5
5
  R.c("server/chunks/_next-internal_server_app_api_sessions_inject_route_actions_0y2_m1_.js")