orient-cli 0.2.2 → 0.3.1

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 (844) hide show
  1. package/dist/cli.js +0 -0
  2. package/dist/extensions/orient-playwright.d.ts +7 -0
  3. package/dist/extensions/orient-playwright.js +8 -0
  4. package/dist/extensions/orient-playwright.js.map +1 -0
  5. package/dist/extensions/orient-web-search.d.ts +5 -0
  6. package/dist/extensions/orient-web-search.js +6 -0
  7. package/dist/extensions/orient-web-search.js.map +1 -0
  8. package/dist/integrations/notebooklm/setup.d.ts +94 -0
  9. package/dist/integrations/notebooklm/setup.js +311 -0
  10. package/dist/integrations/notebooklm/setup.js.map +1 -0
  11. package/dist/integrations/playwright/bridge.d.ts +85 -0
  12. package/dist/integrations/playwright/bridge.js +225 -0
  13. package/dist/integrations/playwright/bridge.js.map +1 -0
  14. package/dist/integrations/playwright/playwright-extension.d.ts +22 -0
  15. package/dist/integrations/playwright/playwright-extension.js +207 -0
  16. package/dist/integrations/playwright/playwright-extension.js.map +1 -0
  17. package/dist/integrations/web-search/bridge.d.ts +79 -0
  18. package/dist/integrations/web-search/bridge.js +287 -0
  19. package/dist/integrations/web-search/bridge.js.map +1 -0
  20. package/dist/integrations/web-search/web-search-extension.d.ts +26 -0
  21. package/dist/integrations/web-search/web-search-extension.js +122 -0
  22. package/dist/integrations/web-search/web-search-extension.js.map +1 -0
  23. package/dist/orient/orient-extension.js +149 -1
  24. package/dist/orient/orient-extension.js.map +1 -1
  25. package/dist/package-paths.js +6 -1
  26. package/dist/package-paths.js.map +1 -1
  27. package/package.json +12 -12
  28. package/scripts/postinstall.mjs +274 -0
  29. package/{node_modules → vendor}/@orient-cli/agent-core/package.json +2 -2
  30. package/{node_modules → vendor}/@orient-cli/ai/package.json +1 -1
  31. package/{node_modules → vendor}/@orient-cli/coding-agent/package.json +4 -4
  32. package/{node_modules → vendor}/@orient-cli/tui/package.json +1 -1
  33. package/node_modules/@orient-cli/agent-core/README.md +0 -456
  34. package/node_modules/@orient-cli/ai/README.md +0 -1315
  35. package/node_modules/@orient-cli/coding-agent/README.md +0 -618
  36. package/node_modules/@orient-cli/tui/README.md +0 -767
  37. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent-loop.d.ts +0 -0
  38. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent-loop.d.ts.map +0 -0
  39. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent-loop.js +0 -0
  40. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent-loop.js.map +0 -0
  41. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent.d.ts +0 -0
  42. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent.d.ts.map +0 -0
  43. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent.js +0 -0
  44. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/agent.js.map +0 -0
  45. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/index.d.ts +0 -0
  46. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/index.d.ts.map +0 -0
  47. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/index.js +0 -0
  48. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/index.js.map +0 -0
  49. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/proxy.d.ts +0 -0
  50. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/proxy.d.ts.map +0 -0
  51. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/proxy.js +0 -0
  52. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/proxy.js.map +0 -0
  53. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/types.d.ts +0 -0
  54. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/types.d.ts.map +0 -0
  55. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/types.js +0 -0
  56. /package/{node_modules → vendor}/@orient-cli/agent-core/dist/types.js.map +0 -0
  57. /package/{node_modules → vendor}/@orient-cli/ai/dist/api-registry.d.ts +0 -0
  58. /package/{node_modules → vendor}/@orient-cli/ai/dist/api-registry.d.ts.map +0 -0
  59. /package/{node_modules → vendor}/@orient-cli/ai/dist/api-registry.js +0 -0
  60. /package/{node_modules → vendor}/@orient-cli/ai/dist/api-registry.js.map +0 -0
  61. /package/{node_modules → vendor}/@orient-cli/ai/dist/bedrock-provider.d.ts +0 -0
  62. /package/{node_modules → vendor}/@orient-cli/ai/dist/bedrock-provider.d.ts.map +0 -0
  63. /package/{node_modules → vendor}/@orient-cli/ai/dist/bedrock-provider.js +0 -0
  64. /package/{node_modules → vendor}/@orient-cli/ai/dist/bedrock-provider.js.map +0 -0
  65. /package/{node_modules → vendor}/@orient-cli/ai/dist/cli.d.ts +0 -0
  66. /package/{node_modules → vendor}/@orient-cli/ai/dist/cli.d.ts.map +0 -0
  67. /package/{node_modules → vendor}/@orient-cli/ai/dist/cli.js +0 -0
  68. /package/{node_modules → vendor}/@orient-cli/ai/dist/cli.js.map +0 -0
  69. /package/{node_modules → vendor}/@orient-cli/ai/dist/env-api-keys.d.ts +0 -0
  70. /package/{node_modules → vendor}/@orient-cli/ai/dist/env-api-keys.d.ts.map +0 -0
  71. /package/{node_modules → vendor}/@orient-cli/ai/dist/env-api-keys.js +0 -0
  72. /package/{node_modules → vendor}/@orient-cli/ai/dist/env-api-keys.js.map +0 -0
  73. /package/{node_modules → vendor}/@orient-cli/ai/dist/index.d.ts +0 -0
  74. /package/{node_modules → vendor}/@orient-cli/ai/dist/index.d.ts.map +0 -0
  75. /package/{node_modules → vendor}/@orient-cli/ai/dist/index.js +0 -0
  76. /package/{node_modules → vendor}/@orient-cli/ai/dist/index.js.map +0 -0
  77. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.d.ts +0 -0
  78. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.d.ts.map +0 -0
  79. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.generated.d.ts +0 -0
  80. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.generated.d.ts.map +0 -0
  81. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.generated.js +0 -0
  82. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.generated.js.map +0 -0
  83. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.js +0 -0
  84. /package/{node_modules → vendor}/@orient-cli/ai/dist/models.js.map +0 -0
  85. /package/{node_modules → vendor}/@orient-cli/ai/dist/oauth.d.ts +0 -0
  86. /package/{node_modules → vendor}/@orient-cli/ai/dist/oauth.d.ts.map +0 -0
  87. /package/{node_modules → vendor}/@orient-cli/ai/dist/oauth.js +0 -0
  88. /package/{node_modules → vendor}/@orient-cli/ai/dist/oauth.js.map +0 -0
  89. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/amazon-bedrock.d.ts +0 -0
  90. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/amazon-bedrock.d.ts.map +0 -0
  91. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/amazon-bedrock.js +0 -0
  92. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/amazon-bedrock.js.map +0 -0
  93. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/anthropic.d.ts +0 -0
  94. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/anthropic.d.ts.map +0 -0
  95. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/anthropic.js +0 -0
  96. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/anthropic.js.map +0 -0
  97. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/azure-openai-responses.d.ts +0 -0
  98. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/azure-openai-responses.d.ts.map +0 -0
  99. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/azure-openai-responses.js +0 -0
  100. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/azure-openai-responses.js.map +0 -0
  101. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/faux.d.ts +0 -0
  102. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/faux.d.ts.map +0 -0
  103. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/faux.js +0 -0
  104. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/faux.js.map +0 -0
  105. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/github-copilot-headers.d.ts +0 -0
  106. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/github-copilot-headers.d.ts.map +0 -0
  107. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/github-copilot-headers.js +0 -0
  108. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/github-copilot-headers.js.map +0 -0
  109. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-gemini-cli.d.ts +0 -0
  110. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-gemini-cli.d.ts.map +0 -0
  111. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-gemini-cli.js +0 -0
  112. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-gemini-cli.js.map +0 -0
  113. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-shared.d.ts +0 -0
  114. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-shared.d.ts.map +0 -0
  115. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-shared.js +0 -0
  116. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-shared.js.map +0 -0
  117. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-vertex.d.ts +0 -0
  118. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-vertex.d.ts.map +0 -0
  119. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-vertex.js +0 -0
  120. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google-vertex.js.map +0 -0
  121. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google.d.ts +0 -0
  122. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google.d.ts.map +0 -0
  123. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google.js +0 -0
  124. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/google.js.map +0 -0
  125. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/mistral.d.ts +0 -0
  126. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/mistral.d.ts.map +0 -0
  127. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/mistral.js +0 -0
  128. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/mistral.js.map +0 -0
  129. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-codex-responses.d.ts +0 -0
  130. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-codex-responses.d.ts.map +0 -0
  131. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-codex-responses.js +0 -0
  132. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-codex-responses.js.map +0 -0
  133. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-completions.d.ts +0 -0
  134. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-completions.d.ts.map +0 -0
  135. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-completions.js +0 -0
  136. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-completions.js.map +0 -0
  137. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses-shared.d.ts +0 -0
  138. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses-shared.d.ts.map +0 -0
  139. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses-shared.js +0 -0
  140. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses-shared.js.map +0 -0
  141. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses.d.ts +0 -0
  142. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses.d.ts.map +0 -0
  143. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses.js +0 -0
  144. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/openai-responses.js.map +0 -0
  145. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/register-builtins.d.ts +0 -0
  146. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/register-builtins.d.ts.map +0 -0
  147. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/register-builtins.js +0 -0
  148. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/register-builtins.js.map +0 -0
  149. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/simple-options.d.ts +0 -0
  150. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/simple-options.d.ts.map +0 -0
  151. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/simple-options.js +0 -0
  152. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/simple-options.js.map +0 -0
  153. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/transform-messages.d.ts +0 -0
  154. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/transform-messages.d.ts.map +0 -0
  155. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/transform-messages.js +0 -0
  156. /package/{node_modules → vendor}/@orient-cli/ai/dist/providers/transform-messages.js.map +0 -0
  157. /package/{node_modules → vendor}/@orient-cli/ai/dist/stream.d.ts +0 -0
  158. /package/{node_modules → vendor}/@orient-cli/ai/dist/stream.d.ts.map +0 -0
  159. /package/{node_modules → vendor}/@orient-cli/ai/dist/stream.js +0 -0
  160. /package/{node_modules → vendor}/@orient-cli/ai/dist/stream.js.map +0 -0
  161. /package/{node_modules → vendor}/@orient-cli/ai/dist/types.d.ts +0 -0
  162. /package/{node_modules → vendor}/@orient-cli/ai/dist/types.d.ts.map +0 -0
  163. /package/{node_modules → vendor}/@orient-cli/ai/dist/types.js +0 -0
  164. /package/{node_modules → vendor}/@orient-cli/ai/dist/types.js.map +0 -0
  165. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/event-stream.d.ts +0 -0
  166. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/event-stream.d.ts.map +0 -0
  167. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/event-stream.js +0 -0
  168. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/event-stream.js.map +0 -0
  169. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/hash.d.ts +0 -0
  170. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/hash.d.ts.map +0 -0
  171. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/hash.js +0 -0
  172. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/hash.js.map +0 -0
  173. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/json-parse.d.ts +0 -0
  174. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/json-parse.d.ts.map +0 -0
  175. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/json-parse.js +0 -0
  176. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/json-parse.js.map +0 -0
  177. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/anthropic.d.ts +0 -0
  178. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/anthropic.d.ts.map +0 -0
  179. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/anthropic.js +0 -0
  180. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/anthropic.js.map +0 -0
  181. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/github-copilot.d.ts +0 -0
  182. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/github-copilot.d.ts.map +0 -0
  183. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/github-copilot.js +0 -0
  184. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/github-copilot.js.map +0 -0
  185. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-antigravity.d.ts +0 -0
  186. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-antigravity.d.ts.map +0 -0
  187. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-antigravity.js +0 -0
  188. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-antigravity.js.map +0 -0
  189. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.d.ts +0 -0
  190. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.d.ts.map +0 -0
  191. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.js +0 -0
  192. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/google-gemini-cli.js.map +0 -0
  193. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/index.d.ts +0 -0
  194. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/index.d.ts.map +0 -0
  195. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/index.js +0 -0
  196. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/index.js.map +0 -0
  197. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/oauth-page.d.ts +0 -0
  198. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/oauth-page.d.ts.map +0 -0
  199. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/oauth-page.js +0 -0
  200. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/oauth-page.js.map +0 -0
  201. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/openai-codex.d.ts +0 -0
  202. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/openai-codex.d.ts.map +0 -0
  203. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/openai-codex.js +0 -0
  204. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/openai-codex.js.map +0 -0
  205. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/pkce.d.ts +0 -0
  206. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/pkce.d.ts.map +0 -0
  207. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/pkce.js +0 -0
  208. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/pkce.js.map +0 -0
  209. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/types.d.ts +0 -0
  210. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/types.d.ts.map +0 -0
  211. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/types.js +0 -0
  212. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/oauth/types.js.map +0 -0
  213. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/overflow.d.ts +0 -0
  214. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/overflow.d.ts.map +0 -0
  215. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/overflow.js +0 -0
  216. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/overflow.js.map +0 -0
  217. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/sanitize-unicode.d.ts +0 -0
  218. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/sanitize-unicode.d.ts.map +0 -0
  219. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/sanitize-unicode.js +0 -0
  220. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/sanitize-unicode.js.map +0 -0
  221. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/typebox-helpers.d.ts +0 -0
  222. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/typebox-helpers.d.ts.map +0 -0
  223. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/typebox-helpers.js +0 -0
  224. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/typebox-helpers.js.map +0 -0
  225. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/validation.d.ts +0 -0
  226. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/validation.d.ts.map +0 -0
  227. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/validation.js +0 -0
  228. /package/{node_modules → vendor}/@orient-cli/ai/dist/utils/validation.js.map +0 -0
  229. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/cli.d.ts +0 -0
  230. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/cli.d.ts.map +0 -0
  231. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/cli.js +0 -0
  232. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/cli.js.map +0 -0
  233. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/register-bedrock.d.ts +0 -0
  234. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/register-bedrock.d.ts.map +0 -0
  235. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/register-bedrock.js +0 -0
  236. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/bun/register-bedrock.js.map +0 -0
  237. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/args.d.ts +0 -0
  238. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/args.d.ts.map +0 -0
  239. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/args.js +0 -0
  240. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/args.js.map +0 -0
  241. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/config-selector.d.ts +0 -0
  242. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/config-selector.d.ts.map +0 -0
  243. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/config-selector.js +0 -0
  244. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/config-selector.js.map +0 -0
  245. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/file-processor.d.ts +0 -0
  246. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/file-processor.d.ts.map +0 -0
  247. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/file-processor.js +0 -0
  248. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/file-processor.js.map +0 -0
  249. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/initial-message.d.ts +0 -0
  250. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/initial-message.d.ts.map +0 -0
  251. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/initial-message.js +0 -0
  252. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/initial-message.js.map +0 -0
  253. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/list-models.d.ts +0 -0
  254. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/list-models.d.ts.map +0 -0
  255. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/list-models.js +0 -0
  256. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/list-models.js.map +0 -0
  257. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/session-picker.d.ts +0 -0
  258. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/session-picker.d.ts.map +0 -0
  259. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/session-picker.js +0 -0
  260. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli/session-picker.js.map +0 -0
  261. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli.d.ts +0 -0
  262. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli.d.ts.map +0 -0
  263. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli.js +0 -0
  264. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/cli.js.map +0 -0
  265. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/config.d.ts +0 -0
  266. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/config.d.ts.map +0 -0
  267. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/config.js +0 -0
  268. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/config.js.map +0 -0
  269. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-runtime.d.ts +0 -0
  270. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-runtime.d.ts.map +0 -0
  271. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-runtime.js +0 -0
  272. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-runtime.js.map +0 -0
  273. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-services.d.ts +0 -0
  274. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-services.d.ts.map +0 -0
  275. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-services.js +0 -0
  276. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session-services.js.map +0 -0
  277. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session.d.ts +0 -0
  278. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session.d.ts.map +0 -0
  279. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session.js +0 -0
  280. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/agent-session.js.map +0 -0
  281. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/auth-storage.d.ts +0 -0
  282. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/auth-storage.d.ts.map +0 -0
  283. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/auth-storage.js +0 -0
  284. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/auth-storage.js.map +0 -0
  285. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/bash-executor.d.ts +0 -0
  286. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/bash-executor.d.ts.map +0 -0
  287. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/bash-executor.js +0 -0
  288. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/bash-executor.js.map +0 -0
  289. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/branch-summarization.d.ts +0 -0
  290. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/branch-summarization.d.ts.map +0 -0
  291. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/branch-summarization.js +0 -0
  292. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/branch-summarization.js.map +0 -0
  293. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/compaction.d.ts +0 -0
  294. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/compaction.d.ts.map +0 -0
  295. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/compaction.js +0 -0
  296. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/compaction.js.map +0 -0
  297. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/index.d.ts +0 -0
  298. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/index.d.ts.map +0 -0
  299. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/index.js +0 -0
  300. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/index.js.map +0 -0
  301. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/utils.d.ts +0 -0
  302. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/utils.d.ts.map +0 -0
  303. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/utils.js +0 -0
  304. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/compaction/utils.js.map +0 -0
  305. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/defaults.d.ts +0 -0
  306. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/defaults.d.ts.map +0 -0
  307. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/defaults.js +0 -0
  308. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/defaults.js.map +0 -0
  309. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/diagnostics.d.ts +0 -0
  310. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/diagnostics.d.ts.map +0 -0
  311. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/diagnostics.js +0 -0
  312. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/diagnostics.js.map +0 -0
  313. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/event-bus.d.ts +0 -0
  314. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/event-bus.d.ts.map +0 -0
  315. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/event-bus.js +0 -0
  316. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/event-bus.js.map +0 -0
  317. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/exec.d.ts +0 -0
  318. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/exec.d.ts.map +0 -0
  319. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/exec.js +0 -0
  320. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/exec.js.map +0 -0
  321. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/ansi-to-html.d.ts +0 -0
  322. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/ansi-to-html.d.ts.map +0 -0
  323. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/ansi-to-html.js +0 -0
  324. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/ansi-to-html.js.map +0 -0
  325. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/index.d.ts +0 -0
  326. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/index.d.ts.map +0 -0
  327. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/index.js +0 -0
  328. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/index.js.map +0 -0
  329. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/template.css +0 -0
  330. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/template.html +0 -0
  331. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/template.js +0 -0
  332. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/tool-renderer.d.ts +0 -0
  333. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/tool-renderer.d.ts.map +0 -0
  334. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/tool-renderer.js +0 -0
  335. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/tool-renderer.js.map +0 -0
  336. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/vendor/highlight.min.js +0 -0
  337. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/export-html/vendor/marked.min.js +0 -0
  338. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/index.d.ts +0 -0
  339. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/index.d.ts.map +0 -0
  340. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/index.js +0 -0
  341. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/index.js.map +0 -0
  342. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/loader.d.ts +0 -0
  343. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/loader.d.ts.map +0 -0
  344. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/loader.js +0 -0
  345. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/loader.js.map +0 -0
  346. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/runner.d.ts +0 -0
  347. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/runner.d.ts.map +0 -0
  348. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/runner.js +0 -0
  349. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/runner.js.map +0 -0
  350. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/types.d.ts +0 -0
  351. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/types.d.ts.map +0 -0
  352. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/types.js +0 -0
  353. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/types.js.map +0 -0
  354. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/wrapper.d.ts +0 -0
  355. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/wrapper.d.ts.map +0 -0
  356. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/wrapper.js +0 -0
  357. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/extensions/wrapper.js.map +0 -0
  358. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/footer-data-provider.d.ts +0 -0
  359. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/footer-data-provider.d.ts.map +0 -0
  360. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/footer-data-provider.js +0 -0
  361. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/footer-data-provider.js.map +0 -0
  362. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/index.d.ts +0 -0
  363. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/index.d.ts.map +0 -0
  364. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/index.js +0 -0
  365. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/index.js.map +0 -0
  366. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/keybindings.d.ts +0 -0
  367. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/keybindings.d.ts.map +0 -0
  368. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/keybindings.js +0 -0
  369. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/keybindings.js.map +0 -0
  370. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/messages.d.ts +0 -0
  371. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/messages.d.ts.map +0 -0
  372. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/messages.js +0 -0
  373. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/messages.js.map +0 -0
  374. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-registry.d.ts +0 -0
  375. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-registry.d.ts.map +0 -0
  376. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-registry.js +0 -0
  377. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-registry.js.map +0 -0
  378. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-resolver.d.ts +0 -0
  379. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-resolver.d.ts.map +0 -0
  380. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-resolver.js +0 -0
  381. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/model-resolver.js.map +0 -0
  382. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/output-guard.d.ts +0 -0
  383. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/output-guard.d.ts.map +0 -0
  384. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/output-guard.js +0 -0
  385. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/output-guard.js.map +0 -0
  386. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/package-manager.d.ts +0 -0
  387. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/package-manager.d.ts.map +0 -0
  388. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/package-manager.js +0 -0
  389. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/package-manager.js.map +0 -0
  390. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/prompt-templates.d.ts +0 -0
  391. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/prompt-templates.d.ts.map +0 -0
  392. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/prompt-templates.js +0 -0
  393. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/prompt-templates.js.map +0 -0
  394. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resolve-config-value.d.ts +0 -0
  395. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resolve-config-value.d.ts.map +0 -0
  396. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resolve-config-value.js +0 -0
  397. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resolve-config-value.js.map +0 -0
  398. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resource-loader.d.ts +0 -0
  399. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resource-loader.d.ts.map +0 -0
  400. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resource-loader.js +0 -0
  401. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/resource-loader.js.map +0 -0
  402. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/sdk.d.ts +0 -0
  403. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/sdk.d.ts.map +0 -0
  404. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/sdk.js +0 -0
  405. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/sdk.js.map +0 -0
  406. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-cwd.d.ts +0 -0
  407. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-cwd.d.ts.map +0 -0
  408. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-cwd.js +0 -0
  409. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-cwd.js.map +0 -0
  410. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-manager.d.ts +0 -0
  411. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-manager.d.ts.map +0 -0
  412. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-manager.js +0 -0
  413. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/session-manager.js.map +0 -0
  414. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/settings-manager.d.ts +0 -0
  415. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/settings-manager.d.ts.map +0 -0
  416. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/settings-manager.js +0 -0
  417. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/settings-manager.js.map +0 -0
  418. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/skills.d.ts +0 -0
  419. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/skills.d.ts.map +0 -0
  420. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/skills.js +0 -0
  421. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/skills.js.map +0 -0
  422. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/slash-commands.d.ts +0 -0
  423. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/slash-commands.d.ts.map +0 -0
  424. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/slash-commands.js +0 -0
  425. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/slash-commands.js.map +0 -0
  426. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/source-info.d.ts +0 -0
  427. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/source-info.d.ts.map +0 -0
  428. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/source-info.js +0 -0
  429. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/source-info.js.map +0 -0
  430. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/system-prompt.d.ts +0 -0
  431. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/system-prompt.d.ts.map +0 -0
  432. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/system-prompt.js +0 -0
  433. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/system-prompt.js.map +0 -0
  434. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/timings.d.ts +0 -0
  435. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/timings.d.ts.map +0 -0
  436. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/timings.js +0 -0
  437. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/timings.js.map +0 -0
  438. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/bash.d.ts +0 -0
  439. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/bash.d.ts.map +0 -0
  440. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/bash.js +0 -0
  441. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/bash.js.map +0 -0
  442. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit-diff.d.ts +0 -0
  443. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit-diff.d.ts.map +0 -0
  444. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit-diff.js +0 -0
  445. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit-diff.js.map +0 -0
  446. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit.d.ts +0 -0
  447. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit.d.ts.map +0 -0
  448. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit.js +0 -0
  449. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/edit.js.map +0 -0
  450. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/file-mutation-queue.d.ts +0 -0
  451. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/file-mutation-queue.d.ts.map +0 -0
  452. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/file-mutation-queue.js +0 -0
  453. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/file-mutation-queue.js.map +0 -0
  454. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/find.d.ts +0 -0
  455. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/find.d.ts.map +0 -0
  456. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/find.js +0 -0
  457. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/find.js.map +0 -0
  458. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/grep.d.ts +0 -0
  459. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/grep.d.ts.map +0 -0
  460. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/grep.js +0 -0
  461. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/grep.js.map +0 -0
  462. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/index.d.ts +0 -0
  463. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/index.d.ts.map +0 -0
  464. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/index.js +0 -0
  465. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/index.js.map +0 -0
  466. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/ls.d.ts +0 -0
  467. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/ls.d.ts.map +0 -0
  468. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/ls.js +0 -0
  469. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/ls.js.map +0 -0
  470. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/path-utils.d.ts +0 -0
  471. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/path-utils.d.ts.map +0 -0
  472. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/path-utils.js +0 -0
  473. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/path-utils.js.map +0 -0
  474. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/read.d.ts +0 -0
  475. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/read.d.ts.map +0 -0
  476. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/read.js +0 -0
  477. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/read.js.map +0 -0
  478. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/render-utils.d.ts +0 -0
  479. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/render-utils.d.ts.map +0 -0
  480. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/render-utils.js +0 -0
  481. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/render-utils.js.map +0 -0
  482. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/tool-definition-wrapper.d.ts +0 -0
  483. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/tool-definition-wrapper.d.ts.map +0 -0
  484. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/tool-definition-wrapper.js +0 -0
  485. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/tool-definition-wrapper.js.map +0 -0
  486. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/truncate.d.ts +0 -0
  487. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/truncate.d.ts.map +0 -0
  488. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/truncate.js +0 -0
  489. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/truncate.js.map +0 -0
  490. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/write.d.ts +0 -0
  491. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/write.d.ts.map +0 -0
  492. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/write.js +0 -0
  493. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/core/tools/write.js.map +0 -0
  494. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/index.d.ts +0 -0
  495. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/index.d.ts.map +0 -0
  496. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/index.js +0 -0
  497. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/index.js.map +0 -0
  498. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/main.d.ts +0 -0
  499. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/main.d.ts.map +0 -0
  500. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/main.js +0 -0
  501. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/main.js.map +0 -0
  502. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/migrations.d.ts +0 -0
  503. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/migrations.d.ts.map +0 -0
  504. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/migrations.js +0 -0
  505. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/migrations.js.map +0 -0
  506. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/index.d.ts +0 -0
  507. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/index.d.ts.map +0 -0
  508. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/index.js +0 -0
  509. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/index.js.map +0 -0
  510. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/assistant-message.d.ts +0 -0
  511. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +0 -0
  512. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/assistant-message.js +0 -0
  513. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/assistant-message.js.map +0 -0
  514. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bash-execution.d.ts +0 -0
  515. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bash-execution.d.ts.map +0 -0
  516. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bash-execution.js +0 -0
  517. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bash-execution.js.map +0 -0
  518. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bordered-loader.d.ts +0 -0
  519. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bordered-loader.d.ts.map +0 -0
  520. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bordered-loader.js +0 -0
  521. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/bordered-loader.js.map +0 -0
  522. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts +0 -0
  523. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts.map +0 -0
  524. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/branch-summary-message.js +0 -0
  525. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/branch-summary-message.js.map +0 -0
  526. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts +0 -0
  527. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts.map +0 -0
  528. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/compaction-summary-message.js +0 -0
  529. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/compaction-summary-message.js.map +0 -0
  530. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/config-selector.d.ts +0 -0
  531. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/config-selector.d.ts.map +0 -0
  532. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/config-selector.js +0 -0
  533. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/config-selector.js.map +0 -0
  534. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/countdown-timer.d.ts +0 -0
  535. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/countdown-timer.d.ts.map +0 -0
  536. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/countdown-timer.js +0 -0
  537. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/countdown-timer.js.map +0 -0
  538. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-editor.d.ts +0 -0
  539. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-editor.d.ts.map +0 -0
  540. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-editor.js +0 -0
  541. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-editor.js.map +0 -0
  542. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-message.d.ts +0 -0
  543. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-message.d.ts.map +0 -0
  544. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-message.js +0 -0
  545. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/custom-message.js.map +0 -0
  546. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/diff.d.ts +0 -0
  547. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/diff.d.ts.map +0 -0
  548. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/diff.js +0 -0
  549. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/diff.js.map +0 -0
  550. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/dynamic-border.d.ts +0 -0
  551. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/dynamic-border.d.ts.map +0 -0
  552. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/dynamic-border.js +0 -0
  553. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/dynamic-border.js.map +0 -0
  554. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-editor.d.ts +0 -0
  555. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-editor.d.ts.map +0 -0
  556. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-editor.js +0 -0
  557. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-editor.js.map +0 -0
  558. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-input.d.ts +0 -0
  559. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-input.d.ts.map +0 -0
  560. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-input.js +0 -0
  561. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-input.js.map +0 -0
  562. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-selector.d.ts +0 -0
  563. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-selector.d.ts.map +0 -0
  564. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-selector.js +0 -0
  565. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/extension-selector.js.map +0 -0
  566. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/footer.d.ts +0 -0
  567. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/footer.d.ts.map +0 -0
  568. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/footer.js +0 -0
  569. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/footer.js.map +0 -0
  570. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/index.d.ts +0 -0
  571. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/index.d.ts.map +0 -0
  572. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/index.js +0 -0
  573. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/index.js.map +0 -0
  574. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts +0 -0
  575. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts.map +0 -0
  576. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/keybinding-hints.js +0 -0
  577. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/keybinding-hints.js.map +0 -0
  578. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/login-dialog.d.ts +0 -0
  579. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/login-dialog.d.ts.map +0 -0
  580. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/login-dialog.js +0 -0
  581. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/login-dialog.js.map +0 -0
  582. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/model-selector.d.ts +0 -0
  583. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/model-selector.d.ts.map +0 -0
  584. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/model-selector.js +0 -0
  585. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/model-selector.js.map +0 -0
  586. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/oauth-selector.d.ts +0 -0
  587. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/oauth-selector.d.ts.map +0 -0
  588. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/oauth-selector.js +0 -0
  589. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/oauth-selector.js.map +0 -0
  590. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/orient-banner.d.ts +0 -0
  591. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/orient-banner.d.ts.map +0 -0
  592. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/orient-banner.js +0 -0
  593. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/orient-banner.js.map +0 -0
  594. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts +0 -0
  595. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts.map +0 -0
  596. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/scoped-models-selector.js +0 -0
  597. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/scoped-models-selector.js.map +0 -0
  598. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector-search.d.ts +0 -0
  599. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector-search.d.ts.map +0 -0
  600. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector-search.js +0 -0
  601. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector-search.js.map +0 -0
  602. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector.d.ts +0 -0
  603. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector.d.ts.map +0 -0
  604. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector.js +0 -0
  605. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/session-selector.js.map +0 -0
  606. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/settings-selector.d.ts +0 -0
  607. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +0 -0
  608. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/settings-selector.js +0 -0
  609. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/settings-selector.js.map +0 -0
  610. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/show-images-selector.d.ts +0 -0
  611. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/show-images-selector.d.ts.map +0 -0
  612. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/show-images-selector.js +0 -0
  613. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/show-images-selector.js.map +0 -0
  614. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts +0 -0
  615. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts.map +0 -0
  616. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/skill-invocation-message.js +0 -0
  617. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/skill-invocation-message.js.map +0 -0
  618. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/theme-selector.d.ts +0 -0
  619. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/theme-selector.d.ts.map +0 -0
  620. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/theme-selector.js +0 -0
  621. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/theme-selector.js.map +0 -0
  622. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/thinking-selector.d.ts +0 -0
  623. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/thinking-selector.d.ts.map +0 -0
  624. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/thinking-selector.js +0 -0
  625. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/thinking-selector.js.map +0 -0
  626. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tool-execution.d.ts +0 -0
  627. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +0 -0
  628. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tool-execution.js +0 -0
  629. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tool-execution.js.map +0 -0
  630. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tree-selector.d.ts +0 -0
  631. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tree-selector.d.ts.map +0 -0
  632. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tree-selector.js +0 -0
  633. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/tree-selector.js.map +0 -0
  634. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message-selector.d.ts +0 -0
  635. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message-selector.d.ts.map +0 -0
  636. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message-selector.js +0 -0
  637. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message-selector.js.map +0 -0
  638. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message.d.ts +0 -0
  639. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message.d.ts.map +0 -0
  640. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message.js +0 -0
  641. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/user-message.js.map +0 -0
  642. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/visual-truncate.d.ts +0 -0
  643. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/visual-truncate.d.ts.map +0 -0
  644. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/visual-truncate.js +0 -0
  645. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/components/visual-truncate.js.map +0 -0
  646. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.d.ts +0 -0
  647. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +0 -0
  648. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.js +0 -0
  649. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/interactive-mode.js.map +0 -0
  650. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/dark.json +0 -0
  651. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/light.json +0 -0
  652. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/theme-schema.json +0 -0
  653. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/theme.d.ts +0 -0
  654. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/theme.d.ts.map +0 -0
  655. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/theme.js +0 -0
  656. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/interactive/theme/theme.js.map +0 -0
  657. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/print-mode.d.ts +0 -0
  658. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/print-mode.d.ts.map +0 -0
  659. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/print-mode.js +0 -0
  660. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/print-mode.js.map +0 -0
  661. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/jsonl.d.ts +0 -0
  662. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/jsonl.d.ts.map +0 -0
  663. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/jsonl.js +0 -0
  664. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/jsonl.js.map +0 -0
  665. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-client.d.ts +0 -0
  666. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-client.d.ts.map +0 -0
  667. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-client.js +0 -0
  668. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-client.js.map +0 -0
  669. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-mode.d.ts +0 -0
  670. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +0 -0
  671. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-mode.js +0 -0
  672. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-mode.js.map +0 -0
  673. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-types.d.ts +0 -0
  674. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-types.d.ts.map +0 -0
  675. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-types.js +0 -0
  676. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/modes/rpc/rpc-types.js.map +0 -0
  677. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/package-manager-cli.d.ts +0 -0
  678. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/package-manager-cli.d.ts.map +0 -0
  679. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/package-manager-cli.js +0 -0
  680. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/package-manager-cli.js.map +0 -0
  681. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/changelog.d.ts +0 -0
  682. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/changelog.d.ts.map +0 -0
  683. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/changelog.js +0 -0
  684. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/changelog.js.map +0 -0
  685. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/child-process.d.ts +0 -0
  686. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/child-process.d.ts.map +0 -0
  687. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/child-process.js +0 -0
  688. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/child-process.js.map +0 -0
  689. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-image.d.ts +0 -0
  690. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-image.d.ts.map +0 -0
  691. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-image.js +0 -0
  692. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-image.js.map +0 -0
  693. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-native.d.ts +0 -0
  694. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-native.d.ts.map +0 -0
  695. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-native.js +0 -0
  696. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard-native.js.map +0 -0
  697. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard.d.ts +0 -0
  698. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard.d.ts.map +0 -0
  699. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard.js +0 -0
  700. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/clipboard.js.map +0 -0
  701. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/exif-orientation.d.ts +0 -0
  702. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/exif-orientation.d.ts.map +0 -0
  703. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/exif-orientation.js +0 -0
  704. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/exif-orientation.js.map +0 -0
  705. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/frontmatter.d.ts +0 -0
  706. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/frontmatter.d.ts.map +0 -0
  707. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/frontmatter.js +0 -0
  708. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/frontmatter.js.map +0 -0
  709. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/git.d.ts +0 -0
  710. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/git.d.ts.map +0 -0
  711. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/git.js +0 -0
  712. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/git.js.map +0 -0
  713. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-convert.d.ts +0 -0
  714. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-convert.d.ts.map +0 -0
  715. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-convert.js +0 -0
  716. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-convert.js.map +0 -0
  717. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-resize.d.ts +0 -0
  718. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-resize.d.ts.map +0 -0
  719. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-resize.js +0 -0
  720. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/image-resize.js.map +0 -0
  721. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/mime.d.ts +0 -0
  722. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/mime.d.ts.map +0 -0
  723. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/mime.js +0 -0
  724. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/mime.js.map +0 -0
  725. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/paths.d.ts +0 -0
  726. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/paths.d.ts.map +0 -0
  727. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/paths.js +0 -0
  728. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/paths.js.map +0 -0
  729. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/photon.d.ts +0 -0
  730. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/photon.d.ts.map +0 -0
  731. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/photon.js +0 -0
  732. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/photon.js.map +0 -0
  733. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/shell.d.ts +0 -0
  734. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/shell.d.ts.map +0 -0
  735. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/shell.js +0 -0
  736. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/shell.js.map +0 -0
  737. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/sleep.d.ts +0 -0
  738. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/sleep.d.ts.map +0 -0
  739. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/sleep.js +0 -0
  740. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/sleep.js.map +0 -0
  741. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/tools-manager.d.ts +0 -0
  742. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/tools-manager.d.ts.map +0 -0
  743. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/tools-manager.js +0 -0
  744. /package/{node_modules → vendor}/@orient-cli/coding-agent/dist/utils/tools-manager.js.map +0 -0
  745. /package/{node_modules → vendor}/@orient-cli/tui/dist/autocomplete.d.ts +0 -0
  746. /package/{node_modules → vendor}/@orient-cli/tui/dist/autocomplete.d.ts.map +0 -0
  747. /package/{node_modules → vendor}/@orient-cli/tui/dist/autocomplete.js +0 -0
  748. /package/{node_modules → vendor}/@orient-cli/tui/dist/autocomplete.js.map +0 -0
  749. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/box.d.ts +0 -0
  750. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/box.d.ts.map +0 -0
  751. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/box.js +0 -0
  752. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/box.js.map +0 -0
  753. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/cancellable-loader.d.ts +0 -0
  754. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/cancellable-loader.d.ts.map +0 -0
  755. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/cancellable-loader.js +0 -0
  756. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/cancellable-loader.js.map +0 -0
  757. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/editor.d.ts +0 -0
  758. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/editor.d.ts.map +0 -0
  759. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/editor.js +0 -0
  760. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/editor.js.map +0 -0
  761. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/image.d.ts +0 -0
  762. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/image.d.ts.map +0 -0
  763. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/image.js +0 -0
  764. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/image.js.map +0 -0
  765. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/input.d.ts +0 -0
  766. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/input.d.ts.map +0 -0
  767. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/input.js +0 -0
  768. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/input.js.map +0 -0
  769. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/loader.d.ts +0 -0
  770. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/loader.d.ts.map +0 -0
  771. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/loader.js +0 -0
  772. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/loader.js.map +0 -0
  773. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/markdown.d.ts +0 -0
  774. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/markdown.d.ts.map +0 -0
  775. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/markdown.js +0 -0
  776. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/markdown.js.map +0 -0
  777. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/select-list.d.ts +0 -0
  778. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/select-list.d.ts.map +0 -0
  779. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/select-list.js +0 -0
  780. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/select-list.js.map +0 -0
  781. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/settings-list.d.ts +0 -0
  782. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/settings-list.d.ts.map +0 -0
  783. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/settings-list.js +0 -0
  784. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/settings-list.js.map +0 -0
  785. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/spacer.d.ts +0 -0
  786. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/spacer.d.ts.map +0 -0
  787. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/spacer.js +0 -0
  788. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/spacer.js.map +0 -0
  789. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/text.d.ts +0 -0
  790. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/text.d.ts.map +0 -0
  791. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/text.js +0 -0
  792. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/text.js.map +0 -0
  793. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/truncated-text.d.ts +0 -0
  794. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/truncated-text.d.ts.map +0 -0
  795. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/truncated-text.js +0 -0
  796. /package/{node_modules → vendor}/@orient-cli/tui/dist/components/truncated-text.js.map +0 -0
  797. /package/{node_modules → vendor}/@orient-cli/tui/dist/editor-component.d.ts +0 -0
  798. /package/{node_modules → vendor}/@orient-cli/tui/dist/editor-component.d.ts.map +0 -0
  799. /package/{node_modules → vendor}/@orient-cli/tui/dist/editor-component.js +0 -0
  800. /package/{node_modules → vendor}/@orient-cli/tui/dist/editor-component.js.map +0 -0
  801. /package/{node_modules → vendor}/@orient-cli/tui/dist/fuzzy.d.ts +0 -0
  802. /package/{node_modules → vendor}/@orient-cli/tui/dist/fuzzy.d.ts.map +0 -0
  803. /package/{node_modules → vendor}/@orient-cli/tui/dist/fuzzy.js +0 -0
  804. /package/{node_modules → vendor}/@orient-cli/tui/dist/fuzzy.js.map +0 -0
  805. /package/{node_modules → vendor}/@orient-cli/tui/dist/index.d.ts +0 -0
  806. /package/{node_modules → vendor}/@orient-cli/tui/dist/index.d.ts.map +0 -0
  807. /package/{node_modules → vendor}/@orient-cli/tui/dist/index.js +0 -0
  808. /package/{node_modules → vendor}/@orient-cli/tui/dist/index.js.map +0 -0
  809. /package/{node_modules → vendor}/@orient-cli/tui/dist/keybindings.d.ts +0 -0
  810. /package/{node_modules → vendor}/@orient-cli/tui/dist/keybindings.d.ts.map +0 -0
  811. /package/{node_modules → vendor}/@orient-cli/tui/dist/keybindings.js +0 -0
  812. /package/{node_modules → vendor}/@orient-cli/tui/dist/keybindings.js.map +0 -0
  813. /package/{node_modules → vendor}/@orient-cli/tui/dist/keys.d.ts +0 -0
  814. /package/{node_modules → vendor}/@orient-cli/tui/dist/keys.d.ts.map +0 -0
  815. /package/{node_modules → vendor}/@orient-cli/tui/dist/keys.js +0 -0
  816. /package/{node_modules → vendor}/@orient-cli/tui/dist/keys.js.map +0 -0
  817. /package/{node_modules → vendor}/@orient-cli/tui/dist/kill-ring.d.ts +0 -0
  818. /package/{node_modules → vendor}/@orient-cli/tui/dist/kill-ring.d.ts.map +0 -0
  819. /package/{node_modules → vendor}/@orient-cli/tui/dist/kill-ring.js +0 -0
  820. /package/{node_modules → vendor}/@orient-cli/tui/dist/kill-ring.js.map +0 -0
  821. /package/{node_modules → vendor}/@orient-cli/tui/dist/stdin-buffer.d.ts +0 -0
  822. /package/{node_modules → vendor}/@orient-cli/tui/dist/stdin-buffer.d.ts.map +0 -0
  823. /package/{node_modules → vendor}/@orient-cli/tui/dist/stdin-buffer.js +0 -0
  824. /package/{node_modules → vendor}/@orient-cli/tui/dist/stdin-buffer.js.map +0 -0
  825. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal-image.d.ts +0 -0
  826. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal-image.d.ts.map +0 -0
  827. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal-image.js +0 -0
  828. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal-image.js.map +0 -0
  829. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal.d.ts +0 -0
  830. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal.d.ts.map +0 -0
  831. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal.js +0 -0
  832. /package/{node_modules → vendor}/@orient-cli/tui/dist/terminal.js.map +0 -0
  833. /package/{node_modules → vendor}/@orient-cli/tui/dist/tui.d.ts +0 -0
  834. /package/{node_modules → vendor}/@orient-cli/tui/dist/tui.d.ts.map +0 -0
  835. /package/{node_modules → vendor}/@orient-cli/tui/dist/tui.js +0 -0
  836. /package/{node_modules → vendor}/@orient-cli/tui/dist/tui.js.map +0 -0
  837. /package/{node_modules → vendor}/@orient-cli/tui/dist/undo-stack.d.ts +0 -0
  838. /package/{node_modules → vendor}/@orient-cli/tui/dist/undo-stack.d.ts.map +0 -0
  839. /package/{node_modules → vendor}/@orient-cli/tui/dist/undo-stack.js +0 -0
  840. /package/{node_modules → vendor}/@orient-cli/tui/dist/undo-stack.js.map +0 -0
  841. /package/{node_modules → vendor}/@orient-cli/tui/dist/utils.d.ts +0 -0
  842. /package/{node_modules → vendor}/@orient-cli/tui/dist/utils.d.ts.map +0 -0
  843. /package/{node_modules → vendor}/@orient-cli/tui/dist/utils.js +0 -0
  844. /package/{node_modules → vendor}/@orient-cli/tui/dist/utils.js.map +0 -0
@@ -0,0 +1,287 @@
1
+ /**
2
+ * Web search bridge (MIT, derived from mrkrsl/web-search-mcp)
3
+ * ============================================================
4
+ *
5
+ * ORIENT ships a default web-search layer that uses the same
6
+ * "scrape Bing / Brave / DuckDuckGo via playwright" pattern that
7
+ * https://github.com/mrkrsl/web-search-mcp@MIT implements as a
8
+ * standalone MCP server. We adopt that approach directly in
9
+ * TypeScript here instead of spawning the MCP server as a
10
+ * subprocess — it avoids (a) the MCP protocol overhead, (b) the
11
+ * extra install step, and (c) the dependency on an 8-month-stale
12
+ * upstream build. All three engine scrapers, the priority-order
13
+ * fallback, and the content extraction pattern are reimplemented
14
+ * from the upstream's published README + source layout.
15
+ *
16
+ * Upstream attribution: https://github.com/mrkrsl/web-search-mcp
17
+ * Upstream license: MIT
18
+ *
19
+ * Three operations match the upstream MCP tool surface:
20
+ *
21
+ * - `search(query, { limit, includeContent })` — "full-web-search"
22
+ * equivalent. Returns an array of `SearchResult` with optional
23
+ * full page text content per result.
24
+ *
25
+ * - `searchSummaries(query, { limit })` — "get-web-search-summaries"
26
+ * equivalent. Returns the same shape but with content omitted
27
+ * (faster, no second-pass fetch per URL).
28
+ *
29
+ * - `getPageContent(url)` — "get-single-web-page-content"
30
+ * equivalent. Direct content extraction for one URL the agent
31
+ * already has.
32
+ *
33
+ * Environment variables honored (names match upstream):
34
+ *
35
+ * MAX_CONTENT_LENGTH — max chars returned per page (default 8000)
36
+ * DEFAULT_TIMEOUT — per-navigation timeout in ms (default 20000)
37
+ * BROWSER_HEADLESS — "true" or "false" (default true)
38
+ * FORCE_MULTI_ENGINE_SEARCH — force fallback engines even on Bing hit
39
+ *
40
+ * Playwright is already a dependency of orient-cli (shipped for
41
+ * @playwright/cli and the notebooklm login flow), so importing
42
+ * `playwright` here adds zero additional install weight.
43
+ */
44
+ // Lazy-import playwright so environments that don't have chromium
45
+ // installed yet (e.g. right after npm install, before the postinstall
46
+ // script has run) still let orient-cli start — they just fail the
47
+ // tool call with a helpful error.
48
+ async function loadPlaywright() {
49
+ const mod = await import("playwright");
50
+ return mod;
51
+ }
52
+ function readEnv() {
53
+ const num = (name, fallback) => {
54
+ const raw = process.env[name];
55
+ if (!raw)
56
+ return fallback;
57
+ const parsed = Number.parseInt(raw, 10);
58
+ return Number.isFinite(parsed) ? parsed : fallback;
59
+ };
60
+ const bool = (name, fallback) => {
61
+ const raw = process.env[name];
62
+ if (raw === undefined)
63
+ return fallback;
64
+ return raw.toLowerCase() === "true" || raw === "1";
65
+ };
66
+ return {
67
+ maxContentLength: num("MAX_CONTENT_LENGTH", 8000),
68
+ defaultTimeout: num("DEFAULT_TIMEOUT", 20000),
69
+ headless: bool("BROWSER_HEADLESS", true),
70
+ forceMulti: bool("FORCE_MULTI_ENGINE_SEARCH", false),
71
+ };
72
+ }
73
+ // ============================================================================
74
+ // Browser management — one chromium process, reused across calls
75
+ // ============================================================================
76
+ let sharedBrowser = null;
77
+ let sharedContext = null;
78
+ async function getContext() {
79
+ if (sharedContext)
80
+ return sharedContext;
81
+ const env = readEnv();
82
+ const pw = await loadPlaywright();
83
+ sharedBrowser = await pw.chromium.launch({ headless: env.headless });
84
+ sharedContext = await sharedBrowser.newContext({
85
+ userAgent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
86
+ viewport: { width: 1280, height: 800 },
87
+ });
88
+ sharedContext.setDefaultNavigationTimeout(env.defaultTimeout);
89
+ return sharedContext;
90
+ }
91
+ export async function closeBrowser() {
92
+ if (sharedContext) {
93
+ await sharedContext.close().catch(() => undefined);
94
+ sharedContext = null;
95
+ }
96
+ if (sharedBrowser) {
97
+ await sharedBrowser.close().catch(() => undefined);
98
+ sharedBrowser = null;
99
+ }
100
+ }
101
+ // ============================================================================
102
+ // Engine scrapers — each returns a page of SearchResult (no content)
103
+ // ============================================================================
104
+ async function searchBing(query, limit) {
105
+ const ctx = await getContext();
106
+ const page = await ctx.newPage();
107
+ try {
108
+ const url = `https://www.bing.com/search?q=${encodeURIComponent(query)}&count=${limit * 2}`;
109
+ await page.goto(url, { waitUntil: "domcontentloaded" });
110
+ // Bing result blocks live under li.b_algo with h2 > a, p.b_lineclamp or .b_caption for snippet.
111
+ const results = await page.$$eval("li.b_algo", (nodes, cap) => {
112
+ return nodes.slice(0, cap).map((node) => {
113
+ const a = node.querySelector("h2 a");
114
+ const snippetEl = node.querySelector("p.b_lineclamp2, p.b_lineclamp3, p.b_lineclamp4, .b_caption p") ||
115
+ node.querySelector(".b_caption");
116
+ return {
117
+ title: a?.textContent?.trim() ?? "",
118
+ url: a?.href ?? "",
119
+ snippet: (snippetEl?.textContent ?? "").trim(),
120
+ };
121
+ });
122
+ }, limit);
123
+ return results.filter((r) => r.url.startsWith("http")).map((r) => ({ ...r, engine: "bing" }));
124
+ }
125
+ finally {
126
+ await page.close().catch(() => undefined);
127
+ }
128
+ }
129
+ async function searchBrave(query, limit) {
130
+ const ctx = await getContext();
131
+ const page = await ctx.newPage();
132
+ try {
133
+ const url = `https://search.brave.com/search?q=${encodeURIComponent(query)}`;
134
+ await page.goto(url, { waitUntil: "domcontentloaded" });
135
+ const results = await page.$$eval("div.snippet, .snippet, [data-type='web']", (nodes, cap) => {
136
+ return nodes.slice(0, cap).map((node) => {
137
+ const a = node.querySelector("a");
138
+ const titleEl = node.querySelector(".title, h3, .snippet-title");
139
+ const snippetEl = node.querySelector(".snippet-description, .desc, p");
140
+ return {
141
+ title: (titleEl?.textContent ?? a?.textContent ?? "").trim(),
142
+ url: a?.href ?? "",
143
+ snippet: (snippetEl?.textContent ?? "").trim(),
144
+ };
145
+ });
146
+ }, limit);
147
+ return results
148
+ .filter((r) => r.url.startsWith("http") && !r.url.includes("brave.com"))
149
+ .map((r) => ({ ...r, engine: "brave" }));
150
+ }
151
+ finally {
152
+ await page.close().catch(() => undefined);
153
+ }
154
+ }
155
+ async function searchDuckDuckGo(query, limit) {
156
+ const ctx = await getContext();
157
+ const page = await ctx.newPage();
158
+ try {
159
+ // DuckDuckGo's HTML endpoint is the simplest to scrape — no JS.
160
+ const url = `https://html.duckduckgo.com/html/?q=${encodeURIComponent(query)}`;
161
+ await page.goto(url, { waitUntil: "domcontentloaded" });
162
+ const results = await page.$$eval("div.result", (nodes, cap) => {
163
+ return nodes.slice(0, cap).map((node) => {
164
+ const a = node.querySelector("a.result__a");
165
+ const snippetEl = node.querySelector(".result__snippet");
166
+ return {
167
+ title: a?.textContent?.trim() ?? "",
168
+ url: a?.href ?? "",
169
+ snippet: (snippetEl?.textContent ?? "").trim(),
170
+ };
171
+ });
172
+ }, limit);
173
+ return results.filter((r) => r.url.startsWith("http")).map((r) => ({ ...r, engine: "duckduckgo" }));
174
+ }
175
+ finally {
176
+ await page.close().catch(() => undefined);
177
+ }
178
+ }
179
+ const ENGINE_IMPLS = {
180
+ bing: searchBing,
181
+ brave: searchBrave,
182
+ duckduckgo: searchDuckDuckGo,
183
+ };
184
+ // ============================================================================
185
+ // Content extraction — run page.evaluate() to pull main-text from a URL
186
+ // ============================================================================
187
+ async function extractPageText(page, maxLength) {
188
+ // The callback runs in the browser context where DOM types exist.
189
+ // We cast through unknown to keep tsc happy without pulling the
190
+ // full DOM lib into the orient package's tsconfig.
191
+ const text = await page.evaluate(() => {
192
+ const doc = globalThis.document;
193
+ if (!doc)
194
+ return "";
195
+ const selectors = ["main", "article", "[role='main']", "#content", ".content", ".post", ".article", "body"];
196
+ for (const sel of selectors) {
197
+ const el = doc.querySelector(sel);
198
+ if (el && typeof el.innerText === "string" && el.innerText.length > 100) {
199
+ return el.innerText;
200
+ }
201
+ }
202
+ return (doc.body?.innerText ?? "");
203
+ });
204
+ const collapsed = text.replace(/\s+/g, " ").trim();
205
+ return collapsed.length > maxLength ? `${collapsed.slice(0, maxLength)}…` : collapsed;
206
+ }
207
+ export async function getPageContent(url) {
208
+ const env = readEnv();
209
+ const ctx = await getContext();
210
+ const page = await ctx.newPage();
211
+ try {
212
+ await page.goto(url, { waitUntil: "domcontentloaded" });
213
+ const title = (await page.title().catch(() => "")) || "";
214
+ const content = await extractPageText(page, env.maxContentLength);
215
+ return { url, title, content };
216
+ }
217
+ finally {
218
+ await page.close().catch(() => undefined);
219
+ }
220
+ }
221
+ // ============================================================================
222
+ // Top-level search orchestration (engine priority + full-content fetch)
223
+ // ============================================================================
224
+ /**
225
+ * Run a web search with the priority-order fallback pattern mrkrsl/
226
+ * web-search-mcp established: try Bing first, fall through to Brave,
227
+ * fall through to DuckDuckGo. If `includeContent` is true, fetch full
228
+ * page text for each result in parallel (bounded to 5 concurrent).
229
+ */
230
+ export async function search(query, options = {}) {
231
+ const env = readEnv();
232
+ const limit = options.limit ?? 5;
233
+ const includeContent = options.includeContent ?? false;
234
+ const engines = options.engines ?? ["bing", "brave", "duckduckgo"];
235
+ let results = [];
236
+ const errors = [];
237
+ for (const engine of engines) {
238
+ try {
239
+ const impl = ENGINE_IMPLS[engine];
240
+ results = await impl(query, limit);
241
+ if (results.length > 0 && !env.forceMulti)
242
+ break;
243
+ if (env.forceMulti && results.length >= limit)
244
+ break;
245
+ }
246
+ catch (err) {
247
+ errors.push({ engine, error: err.message });
248
+ }
249
+ }
250
+ if (results.length === 0) {
251
+ const detail = errors.map((e) => `${e.engine}: ${e.error}`).join(" | ");
252
+ throw new Error(`No engine returned results for "${query}"${detail ? ` (${detail})` : ""}`);
253
+ }
254
+ if (includeContent) {
255
+ // Fetch content in parallel, bounded.
256
+ const ctx = await getContext();
257
+ const fetchOne = async (result) => {
258
+ const page = await ctx.newPage();
259
+ try {
260
+ await page.goto(result.url, { waitUntil: "domcontentloaded" });
261
+ result.content = await extractPageText(page, env.maxContentLength);
262
+ }
263
+ catch {
264
+ result.content = "";
265
+ }
266
+ finally {
267
+ await page.close().catch(() => undefined);
268
+ }
269
+ return result;
270
+ };
271
+ const CONCURRENCY = 5;
272
+ const pending = [];
273
+ for (const r of results) {
274
+ pending.push(fetchOne(r));
275
+ if (pending.length >= CONCURRENCY) {
276
+ await Promise.all(pending.splice(0));
277
+ }
278
+ }
279
+ await Promise.all(pending);
280
+ }
281
+ return results;
282
+ }
283
+ /** Shortcut: search without full content fetch. */
284
+ export async function searchSummaries(query, options = {}) {
285
+ return search(query, { ...options, includeContent: false });
286
+ }
287
+ //# sourceMappingURL=bridge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bridge.js","sourceRoot":"","sources":["../../../src/integrations/web-search/bridge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AAIH,kEAAkE;AAClE,sEAAsE;AACtE,kEAAkE;AAClE,kCAAkC;AAClC,KAAK,UAAU,cAAc;IAC5B,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,YAAY,CAAC,CAAC;IACvC,OAAO,GAAG,CAAC;AACZ,CAAC;AA8BD,SAAS,OAAO;IACf,MAAM,GAAG,GAAG,CAAC,IAAY,EAAE,QAAgB,EAAU,EAAE;QACtD,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC9B,IAAI,CAAC,GAAG;YAAE,OAAO,QAAQ,CAAC;QAC1B,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;QACxC,OAAO,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;IACpD,CAAC,CAAC;IACF,MAAM,IAAI,GAAG,CAAC,IAAY,EAAE,QAAiB,EAAW,EAAE;QACzD,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC9B,IAAI,GAAG,KAAK,SAAS;YAAE,OAAO,QAAQ,CAAC;QACvC,OAAO,GAAG,CAAC,WAAW,EAAE,KAAK,MAAM,IAAI,GAAG,KAAK,GAAG,CAAC;IACpD,CAAC,CAAC;IACF,OAAO;QACN,gBAAgB,EAAE,GAAG,CAAC,oBAAoB,EAAE,IAAI,CAAC;QACjD,cAAc,EAAE,GAAG,CAAC,iBAAiB,EAAE,KAAK,CAAC;QAC7C,QAAQ,EAAE,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC;QACxC,UAAU,EAAE,IAAI,CAAC,2BAA2B,EAAE,KAAK,CAAC;KACpD,CAAC;AACH,CAAC;AAED,+EAA+E;AAC/E,iEAAiE;AACjE,+EAA+E;AAE/E,IAAI,aAAa,GAAmB,IAAI,CAAC;AACzC,IAAI,aAAa,GAA0B,IAAI,CAAC;AAEhD,KAAK,UAAU,UAAU;IACxB,IAAI,aAAa;QAAE,OAAO,aAAa,CAAC;IACxC,MAAM,GAAG,GAAG,OAAO,EAAE,CAAC;IACtB,MAAM,EAAE,GAAG,MAAM,cAAc,EAAE,CAAC;IAClC,aAAa,GAAG,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;IACrE,aAAa,GAAG,MAAM,aAAa,CAAC,UAAU,CAAC;QAC9C,SAAS,EACR,uGAAuG;QACxG,QAAQ,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE;KACtC,CAAC,CAAC;IACH,aAAa,CAAC,2BAA2B,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAC9D,OAAO,aAAa,CAAC;AACtB,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,YAAY;IACjC,IAAI,aAAa,EAAE,CAAC;QACnB,MAAM,aAAa,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;QACnD,aAAa,GAAG,IAAI,CAAC;IACtB,CAAC;IACD,IAAI,aAAa,EAAE,CAAC;QACnB,MAAM,aAAa,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;QACnD,aAAa,GAAG,IAAI,CAAC;IACtB,CAAC;AACF,CAAC;AAED,+EAA+E;AAC/E,qEAAqE;AACrE,+EAA+E;AAE/E,KAAK,UAAU,UAAU,CAAC,KAAa,EAAE,KAAa;IACrD,MAAM,GAAG,GAAG,MAAM,UAAU,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,CAAC;IACjC,IAAI,CAAC;QACJ,MAAM,GAAG,GAAG,iCAAiC,kBAAkB,CAAC,KAAK,CAAC,UAAU,KAAK,GAAG,CAAC,EAAE,CAAC;QAC5F,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC,CAAC;QACxD,gGAAgG;QAChG,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,MAAM,CAChC,WAAW,EACX,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YACd,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;gBACvC,MAAM,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAA0D,CAAC;gBAC9F,MAAM,SAAS,GACd,IAAI,CAAC,aAAa,CAAC,8DAA8D,CAAC;oBAClF,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;gBAClC,OAAO;oBACN,KAAK,EAAE,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE;oBACnC,GAAG,EAAE,CAAC,EAAE,IAAI,IAAI,EAAE;oBAClB,OAAO,EAAE,CAAC,SAAS,EAAE,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE;iBAC9C,CAAC;YACH,CAAC,CAAC,CAAC;QACJ,CAAC,EACD,KAAK,CACL,CAAC;QACF,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,MAAe,EAAE,CAAC,CAAC,CAAC;IACxG,CAAC;YAAS,CAAC;QACV,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;IAC3C,CAAC;AACF,CAAC;AAED,KAAK,UAAU,WAAW,CAAC,KAAa,EAAE,KAAa;IACtD,MAAM,GAAG,GAAG,MAAM,UAAU,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,CAAC;IACjC,IAAI,CAAC;QACJ,MAAM,GAAG,GAAG,qCAAqC,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;QAC7E,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC,CAAC;QACxD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,MAAM,CAChC,0CAA0C,EAC1C,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YACd,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;gBACvC,MAAM,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAA0D,CAAC;gBAC3F,MAAM,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,4BAA4B,CAAC,CAAC;gBACjE,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;gBACvE,OAAO;oBACN,KAAK,EAAE,CAAC,OAAO,EAAE,WAAW,IAAI,CAAC,EAAE,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE;oBAC5D,GAAG,EAAE,CAAC,EAAE,IAAI,IAAI,EAAE;oBAClB,OAAO,EAAE,CAAC,SAAS,EAAE,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE;iBAC9C,CAAC;YACH,CAAC,CAAC,CAAC;QACJ,CAAC,EACD,KAAK,CACL,CAAC;QACF,OAAO,OAAO;aACZ,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;aACvE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,OAAgB,EAAE,CAAC,CAAC,CAAC;IACpD,CAAC;YAAS,CAAC;QACV,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;IAC3C,CAAC;AACF,CAAC;AAED,KAAK,UAAU,gBAAgB,CAAC,KAAa,EAAE,KAAa;IAC3D,MAAM,GAAG,GAAG,MAAM,UAAU,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,CAAC;IACjC,IAAI,CAAC;QACJ,gEAAgE;QAChE,MAAM,GAAG,GAAG,uCAAuC,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;QAC/E,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC,CAAC;QACxD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,MAAM,CAChC,YAAY,EACZ,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YACd,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;gBACvC,MAAM,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAA0D,CAAC;gBACrG,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;gBACzD,OAAO;oBACN,KAAK,EAAE,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE;oBACnC,GAAG,EAAE,CAAC,EAAE,IAAI,IAAI,EAAE;oBAClB,OAAO,EAAE,CAAC,SAAS,EAAE,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE;iBAC9C,CAAC;YACH,CAAC,CAAC,CAAC;QACJ,CAAC,EACD,KAAK,CACL,CAAC;QACF,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,YAAqB,EAAE,CAAC,CAAC,CAAC;IAC9G,CAAC;YAAS,CAAC;QACV,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;IAC3C,CAAC;AACF,CAAC;AAED,MAAM,YAAY,GAA+F;IAChH,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,WAAW;IAClB,UAAU,EAAE,gBAAgB;CAC5B,CAAC;AAEF,+EAA+E;AAC/E,wEAAwE;AACxE,+EAA+E;AAE/E,KAAK,UAAU,eAAe,CAAC,IAAU,EAAE,SAAiB;IAC3D,kEAAkE;IAClE,gEAAgE;IAChE,mDAAmD;IACnD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAW,EAAE;QAC7C,MAAM,GAAG,GAAI,UAAyI,CAAC,QAAQ,CAAC;QAChK,IAAI,CAAC,GAAG;YAAE,OAAO,EAAE,CAAC;QACpB,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC;QAC5G,KAAK,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;YAC7B,MAAM,EAAE,GAAG,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;YAClC,IAAI,EAAE,IAAI,OAAO,EAAE,CAAC,SAAS,KAAK,QAAQ,IAAI,EAAE,CAAC,SAAS,CAAC,MAAM,GAAG,GAAG,EAAE,CAAC;gBACzE,OAAO,EAAE,CAAC,SAAmB,CAAC;YAC/B,CAAC;QACF,CAAC;QACD,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,IAAI,EAAE,CAAW,CAAC;IAC9C,CAAC,CAAC,CAAC;IACH,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC;IACnD,OAAO,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;AACvF,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,GAAW;IAC/C,MAAM,GAAG,GAAG,OAAO,EAAE,CAAC;IACtB,MAAM,GAAG,GAAG,MAAM,UAAU,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,CAAC;IACjC,IAAI,CAAC;QACJ,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC,CAAC;QACxD,MAAM,KAAK,GAAG,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACzD,MAAM,OAAO,GAAG,MAAM,eAAe,CAAC,IAAI,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;QAClE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;IAChC,CAAC;YAAS,CAAC;QACV,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;IAC3C,CAAC;AACF,CAAC;AAED,+EAA+E;AAC/E,wEAAwE;AACxE,+EAA+E;AAE/E;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,MAAM,CAAC,KAAa,EAAE,UAAyB,EAAE;IACtE,MAAM,GAAG,GAAG,OAAO,EAAE,CAAC;IACtB,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,CAAC,CAAC;IACjC,MAAM,cAAc,GAAG,OAAO,CAAC,cAAc,IAAI,KAAK,CAAC;IACvD,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC;IAEnE,IAAI,OAAO,GAAmB,EAAE,CAAC;IACjC,MAAM,MAAM,GAA6C,EAAE,CAAC;IAE5D,KAAK,MAAM,MAAM,IAAI,OAAO,EAAE,CAAC;QAC9B,IAAI,CAAC;YACJ,MAAM,IAAI,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC;YAClC,OAAO,GAAG,MAAM,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACnC,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU;gBAAE,MAAM;YACjD,IAAI,GAAG,CAAC,UAAU,IAAI,OAAO,CAAC,MAAM,IAAI,KAAK;gBAAE,MAAM;QACtD,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACd,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAG,GAAa,CAAC,OAAO,EAAE,CAAC,CAAC;QACxD,CAAC;IACF,CAAC;IAED,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC1B,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxE,MAAM,IAAI,KAAK,CAAC,mCAAmC,KAAK,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED,IAAI,cAAc,EAAE,CAAC;QACpB,sCAAsC;QACtC,MAAM,GAAG,GAAG,MAAM,UAAU,EAAE,CAAC;QAC/B,MAAM,QAAQ,GAAG,KAAK,EAAE,MAAoB,EAAyB,EAAE;YACtE,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,CAAC;YACjC,IAAI,CAAC;gBACJ,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC,CAAC;gBAC/D,MAAM,CAAC,OAAO,GAAG,MAAM,eAAe,CAAC,IAAI,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;YACpE,CAAC;YAAC,MAAM,CAAC;gBACR,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;YACrB,CAAC;oBAAS,CAAC;gBACV,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;YAC3C,CAAC;YACD,OAAO,MAAM,CAAC;QACf,CAAC,CAAC;QAEF,MAAM,WAAW,GAAG,CAAC,CAAC;QACtB,MAAM,OAAO,GAAiC,EAAE,CAAC;QACjD,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE,CAAC;YACzB,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;YAC1B,IAAI,OAAO,CAAC,MAAM,IAAI,WAAW,EAAE,CAAC;gBACnC,MAAM,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;YACtC,CAAC;QACF,CAAC;QACD,MAAM,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAC5B,CAAC;IAED,OAAO,OAAO,CAAC;AAChB,CAAC;AAED,mDAAmD;AACnD,MAAM,CAAC,KAAK,UAAU,eAAe,CACpC,KAAa,EACb,UAAiD,EAAE;IAEnD,OAAO,MAAM,CAAC,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,CAAC,CAAC;AAC7D,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Web-search extension for ORIENT CLI
3
+ * ====================================
4
+ *
5
+ * Registers three LLM-callable tools that the agent uses whenever it
6
+ * detects a query requires web information — anywhere from "what's
7
+ * the latest version of X" to full Research-phase grounding. Backed
8
+ * by the web-search bridge which reimplements mrkrsl/web-search-mcp
9
+ * directly in TypeScript against playwright.
10
+ *
11
+ * The agent is told about these tools via the standard ExtensionAPI
12
+ * tool registration surface. Pi's tool router handles the rest —
13
+ * when the LLM produces a tool call matching one of these names, the
14
+ * handler runs and the result lands in the next turn's context.
15
+ *
16
+ * Used by:
17
+ * - All phases: the agent picks these up automatically when a
18
+ * user message needs fresh web data.
19
+ * - Tier 1 + Tier 2 Research: the orient-core extension tells
20
+ * the agent to use `web_search` / `web_search_full` as its
21
+ * primary research tool.
22
+ * - Tier 3 Research: the 2-option picker lets the user pick
23
+ * between this built-in path or the notebooklm-py path.
24
+ */
25
+ import type { ExtensionAPI } from "@orient-cli/coding-agent";
26
+ export default function webSearchExtension(pi: ExtensionAPI): Promise<void>;
@@ -0,0 +1,122 @@
1
+ /**
2
+ * Web-search extension for ORIENT CLI
3
+ * ====================================
4
+ *
5
+ * Registers three LLM-callable tools that the agent uses whenever it
6
+ * detects a query requires web information — anywhere from "what's
7
+ * the latest version of X" to full Research-phase grounding. Backed
8
+ * by the web-search bridge which reimplements mrkrsl/web-search-mcp
9
+ * directly in TypeScript against playwright.
10
+ *
11
+ * The agent is told about these tools via the standard ExtensionAPI
12
+ * tool registration surface. Pi's tool router handles the rest —
13
+ * when the LLM produces a tool call matching one of these names, the
14
+ * handler runs and the result lands in the next turn's context.
15
+ *
16
+ * Used by:
17
+ * - All phases: the agent picks these up automatically when a
18
+ * user message needs fresh web data.
19
+ * - Tier 1 + Tier 2 Research: the orient-core extension tells
20
+ * the agent to use `web_search` / `web_search_full` as its
21
+ * primary research tool.
22
+ * - Tier 3 Research: the 2-option picker lets the user pick
23
+ * between this built-in path or the notebooklm-py path.
24
+ */
25
+ import { Type } from "@sinclair/typebox";
26
+ import { closeBrowser, getPageContent, search, searchSummaries } from "./bridge.js";
27
+ export default async function webSearchExtension(pi) {
28
+ pi.on("session_start", (_event, ctx) => {
29
+ ctx.ui.setStatus("web-search", "web-search ready (bing → brave → duckduckgo)");
30
+ });
31
+ pi.registerTool({
32
+ name: "web_search",
33
+ label: "Web Search",
34
+ description: "Search the web and return result titles, URLs, and snippets. Fast (~2s). Use when a single pass of results is enough to answer. Engines tried in order: Bing → Brave → DuckDuckGo.",
35
+ promptSnippet: "Search the web for up-to-date information.",
36
+ parameters: Type.Object({
37
+ query: Type.String({ description: "Search query" }),
38
+ limit: Type.Optional(Type.Number({ description: "Max results (default 5)" })),
39
+ }),
40
+ async execute(_toolCallId, params) {
41
+ try {
42
+ const results = await searchSummaries(params.query, { limit: params.limit ?? 5 });
43
+ const body = results
44
+ .map((r, i) => `[${i + 1}] ${r.title}\n ${r.url}\n ${r.snippet}\n (${r.engine})`)
45
+ .join("\n\n");
46
+ return {
47
+ content: [{ type: "text", text: body || "(no results)" }],
48
+ details: null,
49
+ };
50
+ }
51
+ catch (err) {
52
+ return {
53
+ content: [{ type: "text", text: `web_search failed: ${err.message}` }],
54
+ details: null,
55
+ };
56
+ }
57
+ },
58
+ });
59
+ pi.registerTool({
60
+ name: "web_search_full",
61
+ label: "Web Search (Full Content)",
62
+ description: "Search the web AND fetch full page content for each result in one call. Slower (~10-20s per 5 results) but gives the agent everything it needs to ground an answer in source text. Use in the Research phase, for deep-dives, or when summaries aren't enough.",
63
+ promptSnippet: "Search the web and extract full content from each result.",
64
+ parameters: Type.Object({
65
+ query: Type.String({ description: "Search query" }),
66
+ limit: Type.Optional(Type.Number({ description: "Max results (default 3 — content fetch is expensive)" })),
67
+ }),
68
+ async execute(_toolCallId, params) {
69
+ try {
70
+ const results = await search(params.query, { limit: params.limit ?? 3, includeContent: true });
71
+ const body = results
72
+ .map((r, i) => `[${i + 1}] ${r.title}\n ${r.url}\n ${r.snippet}\n (${r.engine})\n\n ${r.content ?? "(no content)"}`)
73
+ .join("\n\n---\n\n");
74
+ return { content: [{ type: "text", text: body || "(no results)" }], details: null };
75
+ }
76
+ catch (err) {
77
+ return {
78
+ content: [{ type: "text", text: `web_search_full failed: ${err.message}` }],
79
+ details: null,
80
+ };
81
+ }
82
+ },
83
+ });
84
+ pi.registerTool({
85
+ name: "web_page_content",
86
+ label: "Fetch Page Content",
87
+ description: "Extract the main text content of a single URL the agent already knows about. Use when the agent has a link from an earlier message, a git log, or a prior search and needs the page body without running another search.",
88
+ promptSnippet: "Extract the main content of a URL.",
89
+ parameters: Type.Object({
90
+ url: Type.String({ description: "Absolute URL (https://...)" }),
91
+ }),
92
+ async execute(_toolCallId, params) {
93
+ try {
94
+ const result = await getPageContent(params.url);
95
+ return {
96
+ content: [
97
+ {
98
+ type: "text",
99
+ text: `Title: ${result.title}\nURL: ${result.url}\n\n${result.content}`,
100
+ },
101
+ ],
102
+ details: null,
103
+ };
104
+ }
105
+ catch (err) {
106
+ return {
107
+ content: [{ type: "text", text: `web_page_content failed: ${err.message}` }],
108
+ details: null,
109
+ };
110
+ }
111
+ },
112
+ });
113
+ // The shared chromium process is cleaned up by Node's process-exit
114
+ // hook — pi's extension API doesn't expose a `session_end` event
115
+ // yet. See MIGRATION.md for the fork-level TODO to add one. In the
116
+ // meantime, chromium gets torn down when the orient process
117
+ // terminates, which is the common case.
118
+ process.on("exit", () => {
119
+ closeBrowser().catch(() => undefined);
120
+ });
121
+ }
122
+ //# sourceMappingURL=web-search-extension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web-search-extension.js","sourceRoot":"","sources":["../../../src/integrations/web-search/web-search-extension.ts"],"names":[],"mappings":"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"}
@@ -10,6 +10,8 @@
10
10
  import { existsSync, readFileSync, writeFileSync } from "node:fs";
11
11
  import { join } from "node:path";
12
12
  import { Type } from "@sinclair/typebox";
13
+ import { NotebookLMBridge } from "../integrations/notebooklm/bridge.js";
14
+ import { describeStatus as describeNotebookLMStatus, setupNotebookLM, } from "../integrations/notebooklm/setup.js";
13
15
  import { getTemplatesDir } from "../package-paths.js";
14
16
  import { createChangePacket, getActivePacket, getPacketDir, initOrient, listChangePackets, readPacketConfig, resolveActivePacketDir, setActivePacket, writePacketConfig, } from "./change-packet.js";
15
17
  import { appendClarificationLog, applyResolutions, buildClarifySelectOptions, CUSTOM_ANSWER_OPTION, formatClarifyPrompt, MAX_MARKERS_PER_SESSION, scanMarkers, } from "./clarify.js";
@@ -18,7 +20,7 @@ import { describeMode, readMode, writeMode } from "./mode.js";
18
20
  import { formatPhaseProgress, PHASES } from "./phases.js";
19
21
  import { buildExecuteReminder, buildPlanReminder, deletePlan, getPlanFilePath, readPlan, readState, renderStatus as renderPlanStatus, startPlanning, transitionToExecuting, transitionToPlanning, } from "./plan-execute.js";
20
22
  import { OrientStateMachine } from "./state-machine.js";
21
- import { buildTierSelectOptions, describeTierBudget, parseTierFromSelection, setDefaultTier, TIERS, } from "./tiers.js";
23
+ import { buildTierSelectOptions, describeTierBudget, getEffectiveTier, parseTierFromSelection, setDefaultTier, TIERS, } from "./tiers.js";
22
24
  import { Phase } from "./types.js";
23
25
  import { decideWizardAction, optIntoOrientFramework, optOutOfOrientFramework } from "./wizard.js";
24
26
  export default function orientExtension(pi) {
@@ -290,8 +292,154 @@ export default function orientExtension(pi) {
290
292
  // Load the skill for this phase (the agent will then guide the user)
291
293
  ctx.ui.notify(`Entering ${phaseInfo.label} phase for "${active.name}"\n` +
292
294
  `Use /skill:orient-${command.split(".")[1]} for detailed phase guidance.`, "info");
295
+ // ============================================================
296
+ // Research phase tier-aware backend selection
297
+ // ============================================================
298
+ //
299
+ // Tier 1 / Tier 2 — use the built-in web-search layer
300
+ // (web_search / web_search_full, backed by bing → brave →
301
+ // duckduckgo via playwright). The agent picks up those
302
+ // tools automatically through the web-search extension
303
+ // so we only need to confirm the phase was entered.
304
+ //
305
+ // Tier 3 — offer the user a choice between two research
306
+ // backends:
307
+ // 1. Built-in web search (same as tier 1/2, but the
308
+ // Research skill tells the agent to run deeper
309
+ // multi-query passes).
310
+ // 2. NotebookLM (notebooklm-py) for cited, grounded
311
+ // answers against a persistent notebook — requires
312
+ // a one-time Google sign-in via a headed Chromium
313
+ // window (`notebooklm login`). Auto-installed at
314
+ // orient-cli install time; auth is the only manual
315
+ // step.
316
+ //
317
+ // The pick is persisted for the remainder of the packet
318
+ // so phase re-entries don't re-prompt.
319
+ if (phase === Phase.Research) {
320
+ const tierredConfig = sm.getConfig();
321
+ const tier = getEffectiveTier(tierredConfig, Phase.Research);
322
+ if (tier === 1 || tier === 2) {
323
+ ctx.ui.notify(`Research backend: built-in web search (tier ${tier}). The agent uses web_search / web_search_full directly.`, "info");
324
+ }
325
+ else if (tier === 3) {
326
+ const existing = tierredConfig.researchBackend;
327
+ let chosen = existing;
328
+ if (!chosen) {
329
+ const selection = await ctx.ui.select("Tier-3 Research backend", [
330
+ "1 — Built-in web search (fast, free, no login, multi-engine scraping)",
331
+ "2 — NotebookLM (cited answers, requires one-time Google sign-in)",
332
+ ]);
333
+ if (selection) {
334
+ chosen = selection.trim().startsWith("2") ? "notebooklm" : "web-search";
335
+ }
336
+ }
337
+ if (chosen === "notebooklm") {
338
+ ctx.ui.notify("Tier-3 Research: NotebookLM backend selected.", "info");
339
+ const ready = await ensureNotebookLMReady(ctx, "tier-3 Research / NotebookLM option");
340
+ if (!ready) {
341
+ ctx.ui.notify("Falling back to built-in web search for this session. Run /orient.research.setup once a display is available, then re-enter Research.", "warning");
342
+ chosen = "web-search";
343
+ }
344
+ }
345
+ else {
346
+ ctx.ui.notify("Tier-3 Research: built-in web search selected. The agent will run multi-query passes via web_search_full and aggregate results into Research.md.", "info");
347
+ }
348
+ // Persist the choice on the packet config.
349
+ const updated = {
350
+ ...sm.getConfig(),
351
+ researchBackend: chosen ?? "web-search",
352
+ };
353
+ writePacketConfig(active.dir, updated);
354
+ }
355
+ }
356
+ },
357
+ });
358
+ }
359
+ // ========================================================================
360
+ // Research setup command + session_start status hint
361
+ // ========================================================================
362
+ //
363
+ // Users can also run the setup flow manually at any time via
364
+ // /orient.research.setup. This is useful (a) on a headless server
365
+ // where the auto-trigger skipped the login step, (b) when the user
366
+ // wants to pre-warm the install before hitting the Research phase,
367
+ // and (c) for re-authing when the Google cookies expire.
368
+ pi.registerCommand("orient.research.setup", {
369
+ description: "Install + authenticate notebooklm-py for tier-3 Research",
370
+ handler: async (_args, ctx) => {
371
+ await ensureNotebookLMReady(ctx, "manual setup");
372
+ },
373
+ });
374
+ // Surface the notebooklm status on session_start so users know
375
+ // whether tier-3 Research is ready before they hit the phase.
376
+ pi.on("session_start", async (_event, ctx) => {
377
+ try {
378
+ const status = await describeNotebookLMStatus();
379
+ ctx.ui.setStatus("notebooklm", status);
380
+ }
381
+ catch {
382
+ // Silent fall-through — status hint is decorative.
383
+ }
384
+ });
385
+ /**
386
+ * Consent-gated install + auth runner. Returns true iff notebooklm
387
+ * is ready after the flow (installed + authenticated). On failure
388
+ * returns false with a helpful notify() message — the caller can
389
+ * still use lower-tier research with pi's built-in tools.
390
+ */
391
+ async function ensureNotebookLMReady(ctx, reason) {
392
+ const bridge = new NotebookLMBridge();
393
+ const availability = await bridge.checkAvailability();
394
+ if (availability.installed && availability.authenticated) {
395
+ ctx.ui.notify(`NotebookLM already ready (${reason}).`, "info");
396
+ return true;
397
+ }
398
+ ctx.ui.notify([
399
+ `NotebookLM setup required (${reason}).`,
400
+ "",
401
+ "This will:",
402
+ ' 1. pip install --user "notebooklm-py[browser]"',
403
+ " 2. python3 -m playwright install chromium (~170MB)",
404
+ " 3. notebooklm login — opens a Chromium window; sign in to Google",
405
+ "",
406
+ "Credentials persist at ~/.notebooklm/profiles/default/ — one-time per machine.",
407
+ "",
408
+ "Press ctrl+c now to abort, or wait — setup starts in ~2 seconds...",
409
+ ].join("\n"), "info");
410
+ // Optional confirmation if the fork exposes ctx.ui.confirm().
411
+ const confirmFn = ctx.ui.confirm;
412
+ if (typeof confirmFn === "function") {
413
+ const ok = await confirmFn("NotebookLM setup", "Install notebooklm-py and sign in to Google now?");
414
+ if (!ok) {
415
+ ctx.ui.notify("NotebookLM setup deferred. Tier-3 Research will run with pi's built-in tools only until you run /orient.research.setup.", "warning");
416
+ return false;
417
+ }
418
+ }
419
+ else {
420
+ // No confirm method — brief delay so the user can abort with
421
+ // ctrl+c if they change their mind.
422
+ await new Promise((resolve) => setTimeout(resolve, 2000));
423
+ }
424
+ ctx.ui.notify("Running notebooklm-py setup... progress streams below.", "info");
425
+ const renderStep = (step) => {
426
+ const icons = {
427
+ pending: "○",
428
+ running: "⟳",
429
+ ok: "✓",
430
+ skipped: "-",
431
+ failed: "✗",
432
+ };
433
+ const detail = step.detail ? ` ${step.detail}` : "";
434
+ return ` ${icons[step.status]} ${step.label}${detail}`;
435
+ };
436
+ const result = await setupNotebookLM({
437
+ onProgress: (step) => {
438
+ ctx.ui.notify(renderStep(step), step.status === "failed" ? "warning" : "info");
293
439
  },
294
440
  });
441
+ ctx.ui.notify(result.message, result.success ? "info" : "warning");
442
+ return result.success;
295
443
  }
296
444
  // ========================================================================
297
445
  // ORIENT Tools (callable by the LLM agent)