@marizmelo/llm-cli 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (910) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +27 -11
  3. package/bundle/gemini.js +317072 -0
  4. package/package.json +91 -89
  5. package/dist/.last_build +0 -0
  6. package/dist/index.d.ts +0 -7
  7. package/dist/index.js +0 -29
  8. package/dist/index.js.map +0 -1
  9. package/dist/package.json +0 -107
  10. package/dist/src/commands/extensions/disable.d.ts +0 -14
  11. package/dist/src/commands/extensions/disable.js +0 -42
  12. package/dist/src/commands/extensions/disable.js.map +0 -1
  13. package/dist/src/commands/extensions/enable.d.ts +0 -14
  14. package/dist/src/commands/extensions/enable.js +0 -48
  15. package/dist/src/commands/extensions/enable.js.map +0 -1
  16. package/dist/src/commands/extensions/install.d.ts +0 -13
  17. package/dist/src/commands/extensions/install.js +0 -48
  18. package/dist/src/commands/extensions/install.js.map +0 -1
  19. package/dist/src/commands/extensions/install.test.d.ts +0 -6
  20. package/dist/src/commands/extensions/install.test.js +0 -19
  21. package/dist/src/commands/extensions/install.test.js.map +0 -1
  22. package/dist/src/commands/extensions/list.d.ts +0 -8
  23. package/dist/src/commands/extensions/list.js +0 -32
  24. package/dist/src/commands/extensions/list.js.map +0 -1
  25. package/dist/src/commands/extensions/uninstall.d.ts +0 -12
  26. package/dist/src/commands/extensions/uninstall.js +0 -38
  27. package/dist/src/commands/extensions/uninstall.js.map +0 -1
  28. package/dist/src/commands/extensions/uninstall.test.d.ts +0 -6
  29. package/dist/src/commands/extensions/uninstall.test.js +0 -15
  30. package/dist/src/commands/extensions/uninstall.test.js.map +0 -1
  31. package/dist/src/commands/extensions/update.d.ts +0 -13
  32. package/dist/src/commands/extensions/update.js +0 -60
  33. package/dist/src/commands/extensions/update.js.map +0 -1
  34. package/dist/src/commands/extensions.d.ts +0 -7
  35. package/dist/src/commands/extensions.js +0 -29
  36. package/dist/src/commands/extensions.js.map +0 -1
  37. package/dist/src/commands/mcp/add.d.ts +0 -7
  38. package/dist/src/commands/mcp/add.js +0 -166
  39. package/dist/src/commands/mcp/add.js.map +0 -1
  40. package/dist/src/commands/mcp/list.d.ts +0 -8
  41. package/dist/src/commands/mcp/list.js +0 -110
  42. package/dist/src/commands/mcp/list.js.map +0 -1
  43. package/dist/src/commands/mcp/remove.d.ts +0 -7
  44. package/dist/src/commands/mcp/remove.js +0 -44
  45. package/dist/src/commands/mcp/remove.js.map +0 -1
  46. package/dist/src/commands/mcp.d.ts +0 -7
  47. package/dist/src/commands/mcp.js +0 -23
  48. package/dist/src/commands/mcp.js.map +0 -1
  49. package/dist/src/config/auth.d.ts +0 -6
  50. package/dist/src/config/auth.js +0 -51
  51. package/dist/src/config/auth.js.map +0 -1
  52. package/dist/src/config/auth.test.d.ts +0 -6
  53. package/dist/src/config/auth.test.js +0 -59
  54. package/dist/src/config/auth.test.js.map +0 -1
  55. package/dist/src/config/config.d.ts +0 -44
  56. package/dist/src/config/config.js +0 -464
  57. package/dist/src/config/config.js.map +0 -1
  58. package/dist/src/config/extension.d.ts +0 -62
  59. package/dist/src/config/extension.js +0 -388
  60. package/dist/src/config/extension.js.map +0 -1
  61. package/dist/src/config/extensions/variableSchema.d.ts +0 -28
  62. package/dist/src/config/extensions/variableSchema.js +0 -18
  63. package/dist/src/config/extensions/variableSchema.js.map +0 -1
  64. package/dist/src/config/extensions/variables.d.ts +0 -17
  65. package/dist/src/config/extensions/variables.js +0 -40
  66. package/dist/src/config/extensions/variables.js.map +0 -1
  67. package/dist/src/config/extensions/variables.test.d.ts +0 -6
  68. package/dist/src/config/extensions/variables.test.js +0 -17
  69. package/dist/src/config/extensions/variables.test.js.map +0 -1
  70. package/dist/src/config/keyBindings.d.ts +0 -66
  71. package/dist/src/config/keyBindings.js +0 -141
  72. package/dist/src/config/keyBindings.js.map +0 -1
  73. package/dist/src/config/keyBindings.test.d.ts +0 -6
  74. package/dist/src/config/keyBindings.test.js +0 -51
  75. package/dist/src/config/keyBindings.test.js.map +0 -1
  76. package/dist/src/config/modelDiscovery.d.ts +0 -65
  77. package/dist/src/config/modelDiscovery.js +0 -290
  78. package/dist/src/config/modelDiscovery.js.map +0 -1
  79. package/dist/src/config/providerManager.d.ts +0 -64
  80. package/dist/src/config/providerManager.js +0 -277
  81. package/dist/src/config/providerManager.js.map +0 -1
  82. package/dist/src/config/sandboxConfig.d.ts +0 -13
  83. package/dist/src/config/sandboxConfig.js +0 -73
  84. package/dist/src/config/sandboxConfig.js.map +0 -1
  85. package/dist/src/config/settings.d.ts +0 -62
  86. package/dist/src/config/settings.js +0 -583
  87. package/dist/src/config/settings.js.map +0 -1
  88. package/dist/src/config/settingsSchema.d.ts +0 -795
  89. package/dist/src/config/settingsSchema.js +0 -768
  90. package/dist/src/config/settingsSchema.js.map +0 -1
  91. package/dist/src/config/settingsSchema.test.d.ts +0 -6
  92. package/dist/src/config/settingsSchema.test.js +0 -193
  93. package/dist/src/config/settingsSchema.test.js.map +0 -1
  94. package/dist/src/config/trustedFolders.d.ts +0 -47
  95. package/dist/src/config/trustedFolders.js +0 -130
  96. package/dist/src/config/trustedFolders.js.map +0 -1
  97. package/dist/src/config/trustedFolders.test.d.ts +0 -6
  98. package/dist/src/config/trustedFolders.test.js +0 -198
  99. package/dist/src/config/trustedFolders.test.js.map +0 -1
  100. package/dist/src/gemini.d.ts +0 -11
  101. package/dist/src/gemini.js +0 -331
  102. package/dist/src/gemini.js.map +0 -1
  103. package/dist/src/gemini.test.d.ts +0 -6
  104. package/dist/src/gemini.test.js +0 -247
  105. package/dist/src/gemini.test.js.map +0 -1
  106. package/dist/src/generated/git-commit.d.ts +0 -7
  107. package/dist/src/generated/git-commit.js +0 -10
  108. package/dist/src/generated/git-commit.js.map +0 -1
  109. package/dist/src/nonInteractiveCli.d.ts +0 -7
  110. package/dist/src/nonInteractiveCli.js +0 -92
  111. package/dist/src/nonInteractiveCli.js.map +0 -1
  112. package/dist/src/patches/is-in-ci.d.ts +0 -7
  113. package/dist/src/patches/is-in-ci.js +0 -15
  114. package/dist/src/patches/is-in-ci.js.map +0 -1
  115. package/dist/src/services/BuiltinCommandLoader.d.ts +0 -24
  116. package/dist/src/services/BuiltinCommandLoader.js +0 -84
  117. package/dist/src/services/BuiltinCommandLoader.js.map +0 -1
  118. package/dist/src/services/BuiltinCommandLoader.test.d.ts +0 -6
  119. package/dist/src/services/BuiltinCommandLoader.test.js +0 -108
  120. package/dist/src/services/BuiltinCommandLoader.test.js.map +0 -1
  121. package/dist/src/services/CommandService.d.ts +0 -55
  122. package/dist/src/services/CommandService.js +0 -90
  123. package/dist/src/services/CommandService.js.map +0 -1
  124. package/dist/src/services/CommandService.test.d.ts +0 -6
  125. package/dist/src/services/CommandService.test.js +0 -233
  126. package/dist/src/services/CommandService.test.js.map +0 -1
  127. package/dist/src/services/FileCommandLoader.d.ts +0 -51
  128. package/dist/src/services/FileCommandLoader.js +0 -227
  129. package/dist/src/services/FileCommandLoader.js.map +0 -1
  130. package/dist/src/services/McpPromptLoader.d.ts +0 -35
  131. package/dist/src/services/McpPromptLoader.js +0 -218
  132. package/dist/src/services/McpPromptLoader.js.map +0 -1
  133. package/dist/src/services/McpPromptLoader.test.d.ts +0 -6
  134. package/dist/src/services/McpPromptLoader.test.js +0 -114
  135. package/dist/src/services/McpPromptLoader.test.js.map +0 -1
  136. package/dist/src/services/prompt-processors/argumentProcessor.d.ts +0 -16
  137. package/dist/src/services/prompt-processors/argumentProcessor.js +0 -21
  138. package/dist/src/services/prompt-processors/argumentProcessor.js.map +0 -1
  139. package/dist/src/services/prompt-processors/atFileProcessor.d.ts +0 -12
  140. package/dist/src/services/prompt-processors/atFileProcessor.js +0 -62
  141. package/dist/src/services/prompt-processors/atFileProcessor.js.map +0 -1
  142. package/dist/src/services/prompt-processors/atFileProcessor.test.d.ts +0 -6
  143. package/dist/src/services/prompt-processors/atFileProcessor.test.js +0 -174
  144. package/dist/src/services/prompt-processors/atFileProcessor.test.js.map +0 -1
  145. package/dist/src/services/prompt-processors/injectionParser.d.ts +0 -29
  146. package/dist/src/services/prompt-processors/injectionParser.js +0 -60
  147. package/dist/src/services/prompt-processors/injectionParser.js.map +0 -1
  148. package/dist/src/services/prompt-processors/injectionParser.test.d.ts +0 -6
  149. package/dist/src/services/prompt-processors/injectionParser.test.js +0 -189
  150. package/dist/src/services/prompt-processors/injectionParser.test.js.map +0 -1
  151. package/dist/src/services/prompt-processors/shellProcessor.d.ts +0 -27
  152. package/dist/src/services/prompt-processors/shellProcessor.js +0 -121
  153. package/dist/src/services/prompt-processors/shellProcessor.js.map +0 -1
  154. package/dist/src/services/prompt-processors/types.d.ts +0 -45
  155. package/dist/src/services/prompt-processors/types.js +0 -20
  156. package/dist/src/services/prompt-processors/types.js.map +0 -1
  157. package/dist/src/services/types.d.ts +0 -22
  158. package/dist/src/services/types.js +0 -7
  159. package/dist/src/services/types.js.map +0 -1
  160. package/dist/src/test-utils/customMatchers.d.ts +0 -14
  161. package/dist/src/test-utils/customMatchers.js +0 -40
  162. package/dist/src/test-utils/customMatchers.js.map +0 -1
  163. package/dist/src/test-utils/mockCommandContext.d.ts +0 -18
  164. package/dist/src/test-utils/mockCommandContext.js +0 -86
  165. package/dist/src/test-utils/mockCommandContext.js.map +0 -1
  166. package/dist/src/test-utils/mockCommandContext.test.d.ts +0 -6
  167. package/dist/src/test-utils/mockCommandContext.test.js +0 -51
  168. package/dist/src/test-utils/mockCommandContext.test.js.map +0 -1
  169. package/dist/src/test-utils/render.d.ts +0 -8
  170. package/dist/src/test-utils/render.js +0 -10
  171. package/dist/src/test-utils/render.js.map +0 -1
  172. package/dist/src/ui/App.d.ts +0 -15
  173. package/dist/src/ui/App.js +0 -708
  174. package/dist/src/ui/App.js.map +0 -1
  175. package/dist/src/ui/IdeIntegrationNudge.d.ts +0 -16
  176. package/dist/src/ui/IdeIntegrationNudge.js +0 -47
  177. package/dist/src/ui/IdeIntegrationNudge.js.map +0 -1
  178. package/dist/src/ui/colors.d.ts +0 -7
  179. package/dist/src/ui/colors.js +0 -54
  180. package/dist/src/ui/colors.js.map +0 -1
  181. package/dist/src/ui/commands/aboutCommand.d.ts +0 -7
  182. package/dist/src/ui/commands/aboutCommand.js +0 -43
  183. package/dist/src/ui/commands/aboutCommand.js.map +0 -1
  184. package/dist/src/ui/commands/authCommand.d.ts +0 -7
  185. package/dist/src/ui/commands/authCommand.js +0 -16
  186. package/dist/src/ui/commands/authCommand.js.map +0 -1
  187. package/dist/src/ui/commands/bugCommand.d.ts +0 -7
  188. package/dist/src/ui/commands/bugCommand.js +0 -71
  189. package/dist/src/ui/commands/bugCommand.js.map +0 -1
  190. package/dist/src/ui/commands/chatCommand.d.ts +0 -7
  191. package/dist/src/ui/commands/chatCommand.js +0 -235
  192. package/dist/src/ui/commands/chatCommand.js.map +0 -1
  193. package/dist/src/ui/commands/clearCommand.d.ts +0 -7
  194. package/dist/src/ui/commands/clearCommand.js +0 -27
  195. package/dist/src/ui/commands/clearCommand.js.map +0 -1
  196. package/dist/src/ui/commands/compressCommand.d.ts +0 -7
  197. package/dist/src/ui/commands/compressCommand.js +0 -66
  198. package/dist/src/ui/commands/compressCommand.js.map +0 -1
  199. package/dist/src/ui/commands/copyCommand.d.ts +0 -7
  200. package/dist/src/ui/commands/copyCommand.js +0 -59
  201. package/dist/src/ui/commands/copyCommand.js.map +0 -1
  202. package/dist/src/ui/commands/corgiCommand.d.ts +0 -7
  203. package/dist/src/ui/commands/corgiCommand.js +0 -15
  204. package/dist/src/ui/commands/corgiCommand.js.map +0 -1
  205. package/dist/src/ui/commands/directoryCommand.d.ts +0 -8
  206. package/dist/src/ui/commands/directoryCommand.js +0 -135
  207. package/dist/src/ui/commands/directoryCommand.js.map +0 -1
  208. package/dist/src/ui/commands/docsCommand.d.ts +0 -7
  209. package/dist/src/ui/commands/docsCommand.js +0 -31
  210. package/dist/src/ui/commands/docsCommand.js.map +0 -1
  211. package/dist/src/ui/commands/editorCommand.d.ts +0 -7
  212. package/dist/src/ui/commands/editorCommand.js +0 -16
  213. package/dist/src/ui/commands/editorCommand.js.map +0 -1
  214. package/dist/src/ui/commands/extensionsCommand.d.ts +0 -7
  215. package/dist/src/ui/commands/extensionsCommand.js +0 -31
  216. package/dist/src/ui/commands/extensionsCommand.js.map +0 -1
  217. package/dist/src/ui/commands/helpCommand.d.ts +0 -7
  218. package/dist/src/ui/commands/helpCommand.js +0 -21
  219. package/dist/src/ui/commands/helpCommand.js.map +0 -1
  220. package/dist/src/ui/commands/ideCommand.d.ts +0 -8
  221. package/dist/src/ui/commands/ideCommand.js +0 -216
  222. package/dist/src/ui/commands/ideCommand.js.map +0 -1
  223. package/dist/src/ui/commands/initCommand.d.ts +0 -7
  224. package/dist/src/ui/commands/initCommand.js +0 -76
  225. package/dist/src/ui/commands/initCommand.js.map +0 -1
  226. package/dist/src/ui/commands/mcpCommand.d.ts +0 -7
  227. package/dist/src/ui/commands/mcpCommand.js +0 -424
  228. package/dist/src/ui/commands/mcpCommand.js.map +0 -1
  229. package/dist/src/ui/commands/memoryCommand.d.ts +0 -7
  230. package/dist/src/ui/commands/memoryCommand.js +0 -92
  231. package/dist/src/ui/commands/memoryCommand.js.map +0 -1
  232. package/dist/src/ui/commands/privacyCommand.d.ts +0 -7
  233. package/dist/src/ui/commands/privacyCommand.js +0 -16
  234. package/dist/src/ui/commands/privacyCommand.js.map +0 -1
  235. package/dist/src/ui/commands/providerCommand.d.ts +0 -7
  236. package/dist/src/ui/commands/providerCommand.js +0 -599
  237. package/dist/src/ui/commands/providerCommand.js.map +0 -1
  238. package/dist/src/ui/commands/quitCommand.d.ts +0 -7
  239. package/dist/src/ui/commands/quitCommand.js +0 -34
  240. package/dist/src/ui/commands/quitCommand.js.map +0 -1
  241. package/dist/src/ui/commands/restoreCommand.d.ts +0 -8
  242. package/dist/src/ui/commands/restoreCommand.js +0 -124
  243. package/dist/src/ui/commands/restoreCommand.js.map +0 -1
  244. package/dist/src/ui/commands/settingsCommand.d.ts +0 -7
  245. package/dist/src/ui/commands/settingsCommand.js +0 -16
  246. package/dist/src/ui/commands/settingsCommand.js.map +0 -1
  247. package/dist/src/ui/commands/setupGithubCommand.d.ts +0 -9
  248. package/dist/src/ui/commands/setupGithubCommand.js +0 -154
  249. package/dist/src/ui/commands/setupGithubCommand.js.map +0 -1
  250. package/dist/src/ui/commands/setupGithubCommand.test.d.ts +0 -6
  251. package/dist/src/ui/commands/setupGithubCommand.test.js +0 -167
  252. package/dist/src/ui/commands/setupGithubCommand.test.js.map +0 -1
  253. package/dist/src/ui/commands/statsCommand.d.ts +0 -7
  254. package/dist/src/ui/commands/statsCommand.js +0 -54
  255. package/dist/src/ui/commands/statsCommand.js.map +0 -1
  256. package/dist/src/ui/commands/terminalSetupCommand.d.ts +0 -13
  257. package/dist/src/ui/commands/terminalSetupCommand.js +0 -41
  258. package/dist/src/ui/commands/terminalSetupCommand.js.map +0 -1
  259. package/dist/src/ui/commands/themeCommand.d.ts +0 -7
  260. package/dist/src/ui/commands/themeCommand.js +0 -16
  261. package/dist/src/ui/commands/themeCommand.js.map +0 -1
  262. package/dist/src/ui/commands/toolsCommand.d.ts +0 -7
  263. package/dist/src/ui/commands/toolsCommand.js +0 -56
  264. package/dist/src/ui/commands/toolsCommand.js.map +0 -1
  265. package/dist/src/ui/commands/types.d.ts +0 -148
  266. package/dist/src/ui/commands/types.js +0 -13
  267. package/dist/src/ui/commands/types.js.map +0 -1
  268. package/dist/src/ui/commands/vimCommand.d.ts +0 -7
  269. package/dist/src/ui/commands/vimCommand.js +0 -23
  270. package/dist/src/ui/commands/vimCommand.js.map +0 -1
  271. package/dist/src/ui/components/AboutBox.d.ts +0 -17
  272. package/dist/src/ui/components/AboutBox.js +0 -6
  273. package/dist/src/ui/components/AboutBox.js.map +0 -1
  274. package/dist/src/ui/components/AsciiArt.d.ts +0 -8
  275. package/dist/src/ui/components/AsciiArt.js +0 -33
  276. package/dist/src/ui/components/AsciiArt.js.map +0 -1
  277. package/dist/src/ui/components/AuthDialog.d.ts +0 -16
  278. package/dist/src/ui/components/AuthDialog.js +0 -104
  279. package/dist/src/ui/components/AuthDialog.js.map +0 -1
  280. package/dist/src/ui/components/AuthDialog.test.d.ts +0 -6
  281. package/dist/src/ui/components/AuthDialog.test.js +0 -276
  282. package/dist/src/ui/components/AuthDialog.test.js.map +0 -1
  283. package/dist/src/ui/components/AuthInProgress.d.ts +0 -11
  284. package/dist/src/ui/components/AuthInProgress.js +0 -23
  285. package/dist/src/ui/components/AuthInProgress.js.map +0 -1
  286. package/dist/src/ui/components/AutoAcceptIndicator.d.ts +0 -12
  287. package/dist/src/ui/components/AutoAcceptIndicator.js +0 -26
  288. package/dist/src/ui/components/AutoAcceptIndicator.js.map +0 -1
  289. package/dist/src/ui/components/ConsoleSummaryDisplay.d.ts +0 -11
  290. package/dist/src/ui/components/ConsoleSummaryDisplay.js +0 -11
  291. package/dist/src/ui/components/ConsoleSummaryDisplay.js.map +0 -1
  292. package/dist/src/ui/components/ContextSummaryDisplay.d.ts +0 -20
  293. package/dist/src/ui/components/ContextSummaryDisplay.js +0 -66
  294. package/dist/src/ui/components/ContextSummaryDisplay.js.map +0 -1
  295. package/dist/src/ui/components/ContextUsageDisplay.d.ts +0 -9
  296. package/dist/src/ui/components/ContextUsageDisplay.js +0 -14
  297. package/dist/src/ui/components/ContextUsageDisplay.js.map +0 -1
  298. package/dist/src/ui/components/DebugProfiler.d.ts +0 -6
  299. package/dist/src/ui/components/DebugProfiler.js +0 -27
  300. package/dist/src/ui/components/DebugProfiler.js.map +0 -1
  301. package/dist/src/ui/components/DetailedMessagesDisplay.d.ts +0 -14
  302. package/dist/src/ui/components/DetailedMessagesDisplay.js +0 -34
  303. package/dist/src/ui/components/DetailedMessagesDisplay.js.map +0 -1
  304. package/dist/src/ui/components/EditorSettingsDialog.d.ts +0 -16
  305. package/dist/src/ui/components/EditorSettingsDialog.js +0 -71
  306. package/dist/src/ui/components/EditorSettingsDialog.js.map +0 -1
  307. package/dist/src/ui/components/FolderTrustDialog.d.ts +0 -17
  308. package/dist/src/ui/components/FolderTrustDialog.js +0 -47
  309. package/dist/src/ui/components/FolderTrustDialog.js.map +0 -1
  310. package/dist/src/ui/components/FolderTrustDialog.test.d.ts +0 -6
  311. package/dist/src/ui/components/FolderTrustDialog.test.js +0 -78
  312. package/dist/src/ui/components/FolderTrustDialog.test.js.map +0 -1
  313. package/dist/src/ui/components/Footer.d.ts +0 -23
  314. package/dist/src/ui/components/Footer.js +0 -25
  315. package/dist/src/ui/components/Footer.js.map +0 -1
  316. package/dist/src/ui/components/GeminiRespondingSpinner.d.ts +0 -17
  317. package/dist/src/ui/components/GeminiRespondingSpinner.js +0 -18
  318. package/dist/src/ui/components/GeminiRespondingSpinner.js.map +0 -1
  319. package/dist/src/ui/components/Header.d.ts +0 -13
  320. package/dist/src/ui/components/Header.js +0 -28
  321. package/dist/src/ui/components/Header.js.map +0 -1
  322. package/dist/src/ui/components/Header.test.d.ts +0 -6
  323. package/dist/src/ui/components/Header.test.js +0 -37
  324. package/dist/src/ui/components/Header.test.js.map +0 -1
  325. package/dist/src/ui/components/Help.d.ts +0 -12
  326. package/dist/src/ui/components/Help.js +0 -10
  327. package/dist/src/ui/components/Help.js.map +0 -1
  328. package/dist/src/ui/components/HistoryItemDisplay.d.ts +0 -20
  329. package/dist/src/ui/components/HistoryItemDisplay.js +0 -18
  330. package/dist/src/ui/components/HistoryItemDisplay.js.map +0 -1
  331. package/dist/src/ui/components/HistoryItemDisplay.test.d.ts +0 -6
  332. package/dist/src/ui/components/HistoryItemDisplay.test.js +0 -93
  333. package/dist/src/ui/components/HistoryItemDisplay.test.js.map +0 -1
  334. package/dist/src/ui/components/InputPrompt.d.ts +0 -28
  335. package/dist/src/ui/components/InputPrompt.js +0 -562
  336. package/dist/src/ui/components/InputPrompt.js.map +0 -1
  337. package/dist/src/ui/components/LoadingIndicator.d.ts +0 -15
  338. package/dist/src/ui/components/LoadingIndicator.js +0 -25
  339. package/dist/src/ui/components/LoadingIndicator.js.map +0 -1
  340. package/dist/src/ui/components/LoadingIndicator.test.d.ts +0 -6
  341. package/dist/src/ui/components/LoadingIndicator.test.js +0 -190
  342. package/dist/src/ui/components/LoadingIndicator.test.js.map +0 -1
  343. package/dist/src/ui/components/MemoryUsageDisplay.d.ts +0 -7
  344. package/dist/src/ui/components/MemoryUsageDisplay.js +0 -22
  345. package/dist/src/ui/components/MemoryUsageDisplay.js.map +0 -1
  346. package/dist/src/ui/components/ModelStatsDisplay.d.ts +0 -7
  347. package/dist/src/ui/components/ModelStatsDisplay.js +0 -33
  348. package/dist/src/ui/components/ModelStatsDisplay.js.map +0 -1
  349. package/dist/src/ui/components/PrepareLabel.d.ts +0 -15
  350. package/dist/src/ui/components/PrepareLabel.js +0 -16
  351. package/dist/src/ui/components/PrepareLabel.js.map +0 -1
  352. package/dist/src/ui/components/ProQuotaDialog.d.ts +0 -13
  353. package/dist/src/ui/components/ProQuotaDialog.js +0 -21
  354. package/dist/src/ui/components/ProQuotaDialog.js.map +0 -1
  355. package/dist/src/ui/components/ProQuotaDialog.test.d.ts +0 -6
  356. package/dist/src/ui/components/ProQuotaDialog.test.js +0 -56
  357. package/dist/src/ui/components/ProQuotaDialog.test.js.map +0 -1
  358. package/dist/src/ui/components/SessionSummaryDisplay.d.ts +0 -11
  359. package/dist/src/ui/components/SessionSummaryDisplay.js +0 -4
  360. package/dist/src/ui/components/SessionSummaryDisplay.js.map +0 -1
  361. package/dist/src/ui/components/SettingsDialog.d.ts +0 -15
  362. package/dist/src/ui/components/SettingsDialog.js +0 -550
  363. package/dist/src/ui/components/SettingsDialog.js.map +0 -1
  364. package/dist/src/ui/components/SettingsDialog.test.d.ts +0 -6
  365. package/dist/src/ui/components/SettingsDialog.test.js +0 -646
  366. package/dist/src/ui/components/SettingsDialog.test.js.map +0 -1
  367. package/dist/src/ui/components/ShellConfirmationDialog.d.ts +0 -15
  368. package/dist/src/ui/components/ShellConfirmationDialog.js +0 -46
  369. package/dist/src/ui/components/ShellConfirmationDialog.js.map +0 -1
  370. package/dist/src/ui/components/ShellConfirmationDialog.test.d.ts +0 -6
  371. package/dist/src/ui/components/ShellConfirmationDialog.test.js +0 -40
  372. package/dist/src/ui/components/ShellConfirmationDialog.test.js.map +0 -1
  373. package/dist/src/ui/components/ShellModeIndicator.d.ts +0 -7
  374. package/dist/src/ui/components/ShellModeIndicator.js +0 -5
  375. package/dist/src/ui/components/ShellModeIndicator.js.map +0 -1
  376. package/dist/src/ui/components/ShowMoreLines.d.ts +0 -10
  377. package/dist/src/ui/components/ShowMoreLines.js +0 -24
  378. package/dist/src/ui/components/ShowMoreLines.js.map +0 -1
  379. package/dist/src/ui/components/StatsDisplay.d.ts +0 -12
  380. package/dist/src/ui/components/StatsDisplay.js +0 -43
  381. package/dist/src/ui/components/StatsDisplay.js.map +0 -1
  382. package/dist/src/ui/components/SuggestionsDisplay.d.ts +0 -22
  383. package/dist/src/ui/components/SuggestionsDisplay.js +0 -40
  384. package/dist/src/ui/components/SuggestionsDisplay.js.map +0 -1
  385. package/dist/src/ui/components/ThemeDialog.d.ts +0 -20
  386. package/dist/src/ui/components/ThemeDialog.js +0 -138
  387. package/dist/src/ui/components/ThemeDialog.js.map +0 -1
  388. package/dist/src/ui/components/Tips.d.ts +0 -12
  389. package/dist/src/ui/components/Tips.js +0 -9
  390. package/dist/src/ui/components/Tips.js.map +0 -1
  391. package/dist/src/ui/components/ToolStatsDisplay.d.ts +0 -7
  392. package/dist/src/ui/components/ToolStatsDisplay.js +0 -41
  393. package/dist/src/ui/components/ToolStatsDisplay.js.map +0 -1
  394. package/dist/src/ui/components/UpdateNotification.d.ts +0 -10
  395. package/dist/src/ui/components/UpdateNotification.js +0 -10
  396. package/dist/src/ui/components/UpdateNotification.js.map +0 -1
  397. package/dist/src/ui/components/WorkspaceMigrationDialog.d.ts +0 -11
  398. package/dist/src/ui/components/WorkspaceMigrationDialog.js +0 -42
  399. package/dist/src/ui/components/WorkspaceMigrationDialog.js.map +0 -1
  400. package/dist/src/ui/components/messages/CompressionMessage.d.ts +0 -11
  401. package/dist/src/ui/components/messages/CompressionMessage.js +0 -17
  402. package/dist/src/ui/components/messages/CompressionMessage.js.map +0 -1
  403. package/dist/src/ui/components/messages/DiffRenderer.d.ts +0 -16
  404. package/dist/src/ui/components/messages/DiffRenderer.js +0 -226
  405. package/dist/src/ui/components/messages/DiffRenderer.js.map +0 -1
  406. package/dist/src/ui/components/messages/DiffRenderer.test.d.ts +0 -6
  407. package/dist/src/ui/components/messages/DiffRenderer.test.js +0 -239
  408. package/dist/src/ui/components/messages/DiffRenderer.test.js.map +0 -1
  409. package/dist/src/ui/components/messages/ErrorMessage.d.ts +0 -11
  410. package/dist/src/ui/components/messages/ErrorMessage.js +0 -9
  411. package/dist/src/ui/components/messages/ErrorMessage.js.map +0 -1
  412. package/dist/src/ui/components/messages/GeminiMessage.d.ts +0 -14
  413. package/dist/src/ui/components/messages/GeminiMessage.js +0 -11
  414. package/dist/src/ui/components/messages/GeminiMessage.js.map +0 -1
  415. package/dist/src/ui/components/messages/GeminiMessageContent.d.ts +0 -14
  416. package/dist/src/ui/components/messages/GeminiMessageContent.js +0 -15
  417. package/dist/src/ui/components/messages/GeminiMessageContent.js.map +0 -1
  418. package/dist/src/ui/components/messages/InfoMessage.d.ts +0 -11
  419. package/dist/src/ui/components/messages/InfoMessage.js +0 -10
  420. package/dist/src/ui/components/messages/InfoMessage.js.map +0 -1
  421. package/dist/src/ui/components/messages/ToolConfirmationMessage.d.ts +0 -15
  422. package/dist/src/ui/components/messages/ToolConfirmationMessage.js +0 -162
  423. package/dist/src/ui/components/messages/ToolConfirmationMessage.js.map +0 -1
  424. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.d.ts +0 -6
  425. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js +0 -114
  426. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js.map +0 -1
  427. package/dist/src/ui/components/messages/ToolGroupMessage.d.ts +0 -18
  428. package/dist/src/ui/components/messages/ToolGroupMessage.js +0 -50
  429. package/dist/src/ui/components/messages/ToolGroupMessage.js.map +0 -1
  430. package/dist/src/ui/components/messages/ToolGroupMessage.test.d.ts +0 -6
  431. package/dist/src/ui/components/messages/ToolGroupMessage.test.js +0 -259
  432. package/dist/src/ui/components/messages/ToolGroupMessage.test.js.map +0 -1
  433. package/dist/src/ui/components/messages/ToolMessage.d.ts +0 -15
  434. package/dist/src/ui/components/messages/ToolMessage.js +0 -62
  435. package/dist/src/ui/components/messages/ToolMessage.js.map +0 -1
  436. package/dist/src/ui/components/messages/ToolMessage.test.d.ts +0 -6
  437. package/dist/src/ui/components/messages/ToolMessage.test.js +0 -118
  438. package/dist/src/ui/components/messages/ToolMessage.test.js.map +0 -1
  439. package/dist/src/ui/components/messages/UserMessage.d.ts +0 -11
  440. package/dist/src/ui/components/messages/UserMessage.js +0 -14
  441. package/dist/src/ui/components/messages/UserMessage.js.map +0 -1
  442. package/dist/src/ui/components/messages/UserShellMessage.d.ts +0 -11
  443. package/dist/src/ui/components/messages/UserShellMessage.js +0 -9
  444. package/dist/src/ui/components/messages/UserShellMessage.js.map +0 -1
  445. package/dist/src/ui/components/shared/MaxSizedBox.d.ts +0 -61
  446. package/dist/src/ui/components/shared/MaxSizedBox.js +0 -451
  447. package/dist/src/ui/components/shared/MaxSizedBox.js.map +0 -1
  448. package/dist/src/ui/components/shared/MaxSizedBox.test.d.ts +0 -6
  449. package/dist/src/ui/components/shared/MaxSizedBox.test.js +0 -154
  450. package/dist/src/ui/components/shared/MaxSizedBox.test.js.map +0 -1
  451. package/dist/src/ui/components/shared/RadioButtonSelect.d.ts +0 -46
  452. package/dist/src/ui/components/shared/RadioButtonSelect.js +0 -116
  453. package/dist/src/ui/components/shared/RadioButtonSelect.js.map +0 -1
  454. package/dist/src/ui/components/shared/RadioButtonSelect.test.d.ts +0 -6
  455. package/dist/src/ui/components/shared/RadioButtonSelect.test.js +0 -111
  456. package/dist/src/ui/components/shared/RadioButtonSelect.test.js.map +0 -1
  457. package/dist/src/ui/components/shared/text-buffer.d.ts +0 -467
  458. package/dist/src/ui/components/shared/text-buffer.js +0 -1489
  459. package/dist/src/ui/components/shared/text-buffer.js.map +0 -1
  460. package/dist/src/ui/components/shared/vim-buffer-actions.d.ts +0 -72
  461. package/dist/src/ui/components/shared/vim-buffer-actions.js +0 -552
  462. package/dist/src/ui/components/shared/vim-buffer-actions.js.map +0 -1
  463. package/dist/src/ui/constants.d.ts +0 -17
  464. package/dist/src/ui/constants.js +0 -22
  465. package/dist/src/ui/constants.js.map +0 -1
  466. package/dist/src/ui/contexts/KeypressContext.d.ts +0 -31
  467. package/dist/src/ui/contexts/KeypressContext.js +0 -318
  468. package/dist/src/ui/contexts/KeypressContext.js.map +0 -1
  469. package/dist/src/ui/contexts/KeypressContext.test.d.ts +0 -6
  470. package/dist/src/ui/contexts/KeypressContext.test.js +0 -385
  471. package/dist/src/ui/contexts/KeypressContext.test.js.map +0 -1
  472. package/dist/src/ui/contexts/OverflowContext.d.ts +0 -19
  473. package/dist/src/ui/contexts/OverflowContext.js +0 -38
  474. package/dist/src/ui/contexts/OverflowContext.js.map +0 -1
  475. package/dist/src/ui/contexts/SessionContext.d.ts +0 -39
  476. package/dist/src/ui/contexts/SessionContext.js +0 -55
  477. package/dist/src/ui/contexts/SessionContext.js.map +0 -1
  478. package/dist/src/ui/contexts/SettingsContext.d.ts +0 -9
  479. package/dist/src/ui/contexts/SettingsContext.js +0 -15
  480. package/dist/src/ui/contexts/SettingsContext.js.map +0 -1
  481. package/dist/src/ui/contexts/StreamingContext.d.ts +0 -9
  482. package/dist/src/ui/contexts/StreamingContext.js +0 -15
  483. package/dist/src/ui/contexts/StreamingContext.js.map +0 -1
  484. package/dist/src/ui/contexts/VimModeContext.d.ts +0 -19
  485. package/dist/src/ui/contexts/VimModeContext.js +0 -48
  486. package/dist/src/ui/contexts/VimModeContext.js.map +0 -1
  487. package/dist/src/ui/editors/editorSettingsManager.d.ts +0 -19
  488. package/dist/src/ui/editors/editorSettingsManager.js +0 -47
  489. package/dist/src/ui/editors/editorSettingsManager.js.map +0 -1
  490. package/dist/src/ui/hooks/atCommandProcessor.d.ts +0 -31
  491. package/dist/src/ui/hooks/atCommandProcessor.js +0 -364
  492. package/dist/src/ui/hooks/atCommandProcessor.js.map +0 -1
  493. package/dist/src/ui/hooks/atCommandProcessor.test.d.ts +0 -6
  494. package/dist/src/ui/hooks/atCommandProcessor.test.js +0 -832
  495. package/dist/src/ui/hooks/atCommandProcessor.test.js.map +0 -1
  496. package/dist/src/ui/hooks/shellCommandProcessor.d.ts +0 -17
  497. package/dist/src/ui/hooks/shellCommandProcessor.js +0 -234
  498. package/dist/src/ui/hooks/shellCommandProcessor.js.map +0 -1
  499. package/dist/src/ui/hooks/shellCommandProcessor.test.d.ts +0 -6
  500. package/dist/src/ui/hooks/shellCommandProcessor.test.js +0 -325
  501. package/dist/src/ui/hooks/shellCommandProcessor.test.js.map +0 -1
  502. package/dist/src/ui/hooks/slashCommandProcessor.d.ts +0 -29
  503. package/dist/src/ui/hooks/slashCommandProcessor.js +0 -443
  504. package/dist/src/ui/hooks/slashCommandProcessor.js.map +0 -1
  505. package/dist/src/ui/hooks/useAtCompletion.d.ts +0 -23
  506. package/dist/src/ui/hooks/useAtCompletion.js +0 -179
  507. package/dist/src/ui/hooks/useAtCompletion.js.map +0 -1
  508. package/dist/src/ui/hooks/useAuthCommand.d.ts +0 -15
  509. package/dist/src/ui/hooks/useAuthCommand.js +0 -66
  510. package/dist/src/ui/hooks/useAuthCommand.js.map +0 -1
  511. package/dist/src/ui/hooks/useAutoAcceptIndicator.d.ts +0 -12
  512. package/dist/src/ui/hooks/useAutoAcceptIndicator.js +0 -46
  513. package/dist/src/ui/hooks/useAutoAcceptIndicator.js.map +0 -1
  514. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.d.ts +0 -6
  515. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js +0 -311
  516. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js.map +0 -1
  517. package/dist/src/ui/hooks/useBracketedPaste.d.ts +0 -12
  518. package/dist/src/ui/hooks/useBracketedPaste.js +0 -32
  519. package/dist/src/ui/hooks/useBracketedPaste.js.map +0 -1
  520. package/dist/src/ui/hooks/useCommandCompletion.d.ts +0 -32
  521. package/dist/src/ui/hooks/useCommandCompletion.js +0 -186
  522. package/dist/src/ui/hooks/useCommandCompletion.js.map +0 -1
  523. package/dist/src/ui/hooks/useCompletion.d.ts +0 -24
  524. package/dist/src/ui/hooks/useCompletion.js +0 -88
  525. package/dist/src/ui/hooks/useCompletion.js.map +0 -1
  526. package/dist/src/ui/hooks/useConsoleMessages.d.ts +0 -12
  527. package/dist/src/ui/hooks/useConsoleMessages.js +0 -76
  528. package/dist/src/ui/hooks/useConsoleMessages.js.map +0 -1
  529. package/dist/src/ui/hooks/useEditorSettings.d.ts +0 -16
  530. package/dist/src/ui/hooks/useEditorSettings.js +0 -43
  531. package/dist/src/ui/hooks/useEditorSettings.js.map +0 -1
  532. package/dist/src/ui/hooks/useEditorSettings.test.d.ts +0 -6
  533. package/dist/src/ui/hooks/useEditorSettings.test.js +0 -164
  534. package/dist/src/ui/hooks/useEditorSettings.test.js.map +0 -1
  535. package/dist/src/ui/hooks/useFocus.d.ts +0 -10
  536. package/dist/src/ui/hooks/useFocus.js +0 -41
  537. package/dist/src/ui/hooks/useFocus.js.map +0 -1
  538. package/dist/src/ui/hooks/useFolderTrust.d.ts +0 -13
  539. package/dist/src/ui/hooks/useFolderTrust.js +0 -68
  540. package/dist/src/ui/hooks/useFolderTrust.js.map +0 -1
  541. package/dist/src/ui/hooks/useGeminiStream.d.ts +0 -25
  542. package/dist/src/ui/hooks/useGeminiStream.js +0 -648
  543. package/dist/src/ui/hooks/useGeminiStream.js.map +0 -1
  544. package/dist/src/ui/hooks/useGitBranchName.d.ts +0 -6
  545. package/dist/src/ui/hooks/useGitBranchName.js +0 -61
  546. package/dist/src/ui/hooks/useGitBranchName.js.map +0 -1
  547. package/dist/src/ui/hooks/useGitBranchName.test.d.ts +0 -6
  548. package/dist/src/ui/hooks/useGitBranchName.test.js +0 -175
  549. package/dist/src/ui/hooks/useGitBranchName.test.js.map +0 -1
  550. package/dist/src/ui/hooks/useHistoryManager.d.ts +0 -22
  551. package/dist/src/ui/hooks/useHistoryManager.js +0 -72
  552. package/dist/src/ui/hooks/useHistoryManager.js.map +0 -1
  553. package/dist/src/ui/hooks/useHistoryManager.test.d.ts +0 -6
  554. package/dist/src/ui/hooks/useHistoryManager.test.js +0 -171
  555. package/dist/src/ui/hooks/useHistoryManager.test.js.map +0 -1
  556. package/dist/src/ui/hooks/useInputHistory.d.ts +0 -19
  557. package/dist/src/ui/hooks/useInputHistory.js +0 -84
  558. package/dist/src/ui/hooks/useInputHistory.js.map +0 -1
  559. package/dist/src/ui/hooks/useInputHistory.test.d.ts +0 -6
  560. package/dist/src/ui/hooks/useInputHistory.test.js +0 -207
  561. package/dist/src/ui/hooks/useInputHistory.test.js.map +0 -1
  562. package/dist/src/ui/hooks/useInputHistoryStore.d.ts +0 -19
  563. package/dist/src/ui/hooks/useInputHistoryStore.js +0 -81
  564. package/dist/src/ui/hooks/useInputHistoryStore.js.map +0 -1
  565. package/dist/src/ui/hooks/useInputHistoryStore.test.d.ts +0 -6
  566. package/dist/src/ui/hooks/useInputHistoryStore.test.js +0 -234
  567. package/dist/src/ui/hooks/useInputHistoryStore.test.js.map +0 -1
  568. package/dist/src/ui/hooks/useKeypress.d.ts +0 -17
  569. package/dist/src/ui/hooks/useKeypress.js +0 -27
  570. package/dist/src/ui/hooks/useKeypress.js.map +0 -1
  571. package/dist/src/ui/hooks/useKittyKeyboardProtocol.d.ts +0 -15
  572. package/dist/src/ui/hooks/useKittyKeyboardProtocol.js +0 -20
  573. package/dist/src/ui/hooks/useKittyKeyboardProtocol.js.map +0 -1
  574. package/dist/src/ui/hooks/useLoadingIndicator.d.ts +0 -10
  575. package/dist/src/ui/hooks/useLoadingIndicator.js +0 -44
  576. package/dist/src/ui/hooks/useLoadingIndicator.js.map +0 -1
  577. package/dist/src/ui/hooks/useLoadingIndicator.test.d.ts +0 -6
  578. package/dist/src/ui/hooks/useLoadingIndicator.test.js +0 -91
  579. package/dist/src/ui/hooks/useLoadingIndicator.test.js.map +0 -1
  580. package/dist/src/ui/hooks/useLogger.d.ts +0 -11
  581. package/dist/src/ui/hooks/useLogger.js +0 -29
  582. package/dist/src/ui/hooks/useLogger.js.map +0 -1
  583. package/dist/src/ui/hooks/useMessageQueue.d.ts +0 -22
  584. package/dist/src/ui/hooks/useMessageQueue.js +0 -49
  585. package/dist/src/ui/hooks/useMessageQueue.js.map +0 -1
  586. package/dist/src/ui/hooks/useMessageQueue.test.d.ts +0 -6
  587. package/dist/src/ui/hooks/useMessageQueue.test.js +0 -158
  588. package/dist/src/ui/hooks/useMessageQueue.test.js.map +0 -1
  589. package/dist/src/ui/hooks/usePhraseCycler.d.ts +0 -14
  590. package/dist/src/ui/hooks/usePhraseCycler.js +0 -187
  591. package/dist/src/ui/hooks/usePhraseCycler.js.map +0 -1
  592. package/dist/src/ui/hooks/usePrivacySettings.d.ts +0 -16
  593. package/dist/src/ui/hooks/usePrivacySettings.js +0 -119
  594. package/dist/src/ui/hooks/usePrivacySettings.js.map +0 -1
  595. package/dist/src/ui/hooks/usePrivacySettings.test.d.ts +0 -6
  596. package/dist/src/ui/hooks/usePrivacySettings.test.js +0 -154
  597. package/dist/src/ui/hooks/usePrivacySettings.test.js.map +0 -1
  598. package/dist/src/ui/hooks/usePromptCompletion.d.ts +0 -23
  599. package/dist/src/ui/hooks/usePromptCompletion.js +0 -177
  600. package/dist/src/ui/hooks/usePromptCompletion.js.map +0 -1
  601. package/dist/src/ui/hooks/useReactToolScheduler.d.ts +0 -33
  602. package/dist/src/ui/hooks/useReactToolScheduler.js +0 -186
  603. package/dist/src/ui/hooks/useReactToolScheduler.js.map +0 -1
  604. package/dist/src/ui/hooks/useRefreshMemoryCommand.d.ts +0 -6
  605. package/dist/src/ui/hooks/useRefreshMemoryCommand.js +0 -7
  606. package/dist/src/ui/hooks/useRefreshMemoryCommand.js.map +0 -1
  607. package/dist/src/ui/hooks/useReverseSearchCompletion.d.ts +0 -19
  608. package/dist/src/ui/hooks/useReverseSearchCompletion.js +0 -56
  609. package/dist/src/ui/hooks/useReverseSearchCompletion.js.map +0 -1
  610. package/dist/src/ui/hooks/useReverseSearchCompletion.test.d.ts +0 -6
  611. package/dist/src/ui/hooks/useReverseSearchCompletion.test.js +0 -163
  612. package/dist/src/ui/hooks/useReverseSearchCompletion.test.js.map +0 -1
  613. package/dist/src/ui/hooks/useSettingsCommand.d.ts +0 -10
  614. package/dist/src/ui/hooks/useSettingsCommand.js +0 -21
  615. package/dist/src/ui/hooks/useSettingsCommand.js.map +0 -1
  616. package/dist/src/ui/hooks/useShellHistory.d.ts +0 -14
  617. package/dist/src/ui/hooks/useShellHistory.js +0 -111
  618. package/dist/src/ui/hooks/useShellHistory.js.map +0 -1
  619. package/dist/src/ui/hooks/useShellHistory.test.d.ts +0 -6
  620. package/dist/src/ui/hooks/useShellHistory.test.js +0 -187
  621. package/dist/src/ui/hooks/useShellHistory.test.js.map +0 -1
  622. package/dist/src/ui/hooks/useShowMemoryCommand.d.ts +0 -9
  623. package/dist/src/ui/hooks/useShowMemoryCommand.js +0 -58
  624. package/dist/src/ui/hooks/useShowMemoryCommand.js.map +0 -1
  625. package/dist/src/ui/hooks/useSlashCompletion.d.ts +0 -20
  626. package/dist/src/ui/hooks/useSlashCompletion.js +0 -331
  627. package/dist/src/ui/hooks/useSlashCompletion.js.map +0 -1
  628. package/dist/src/ui/hooks/useSlashCompletion.test.d.ts +0 -9
  629. package/dist/src/ui/hooks/useSlashCompletion.test.js +0 -665
  630. package/dist/src/ui/hooks/useSlashCompletion.test.js.map +0 -1
  631. package/dist/src/ui/hooks/useStateAndRef.d.ts +0 -7
  632. package/dist/src/ui/hooks/useStateAndRef.js +0 -26
  633. package/dist/src/ui/hooks/useStateAndRef.js.map +0 -1
  634. package/dist/src/ui/hooks/useTerminalSize.d.ts +0 -9
  635. package/dist/src/ui/hooks/useTerminalSize.js +0 -27
  636. package/dist/src/ui/hooks/useTerminalSize.js.map +0 -1
  637. package/dist/src/ui/hooks/useThemeCommand.d.ts +0 -15
  638. package/dist/src/ui/hooks/useThemeCommand.js +0 -79
  639. package/dist/src/ui/hooks/useThemeCommand.js.map +0 -1
  640. package/dist/src/ui/hooks/useTimer.d.ts +0 -12
  641. package/dist/src/ui/hooks/useTimer.js +0 -58
  642. package/dist/src/ui/hooks/useTimer.js.map +0 -1
  643. package/dist/src/ui/hooks/useTimer.test.d.ts +0 -6
  644. package/dist/src/ui/hooks/useTimer.test.js +0 -90
  645. package/dist/src/ui/hooks/useTimer.test.js.map +0 -1
  646. package/dist/src/ui/hooks/useToolScheduler.test.d.ts +0 -6
  647. package/dist/src/ui/hooks/useToolScheduler.test.js +0 -846
  648. package/dist/src/ui/hooks/useToolScheduler.test.js.map +0 -1
  649. package/dist/src/ui/hooks/useWorkspaceMigration.d.ts +0 -13
  650. package/dist/src/ui/hooks/useWorkspaceMigration.js +0 -53
  651. package/dist/src/ui/hooks/useWorkspaceMigration.js.map +0 -1
  652. package/dist/src/ui/hooks/vim.d.ts +0 -28
  653. package/dist/src/ui/hooks/vim.js +0 -639
  654. package/dist/src/ui/hooks/vim.js.map +0 -1
  655. package/dist/src/ui/keyMatchers.d.ts +0 -27
  656. package/dist/src/ui/keyMatchers.js +0 -68
  657. package/dist/src/ui/keyMatchers.js.map +0 -1
  658. package/dist/src/ui/keyMatchers.test.d.ts +0 -6
  659. package/dist/src/ui/keyMatchers.test.js +0 -276
  660. package/dist/src/ui/keyMatchers.test.js.map +0 -1
  661. package/dist/src/ui/privacy/CloudFreePrivacyNotice.d.ts +0 -12
  662. package/dist/src/ui/privacy/CloudFreePrivacyNotice.js +0 -41
  663. package/dist/src/ui/privacy/CloudFreePrivacyNotice.js.map +0 -1
  664. package/dist/src/ui/privacy/CloudPaidPrivacyNotice.d.ts +0 -10
  665. package/dist/src/ui/privacy/CloudPaidPrivacyNotice.js +0 -18
  666. package/dist/src/ui/privacy/CloudPaidPrivacyNotice.js.map +0 -1
  667. package/dist/src/ui/privacy/GeminiPrivacyNotice.d.ts +0 -10
  668. package/dist/src/ui/privacy/GeminiPrivacyNotice.js +0 -18
  669. package/dist/src/ui/privacy/GeminiPrivacyNotice.js.map +0 -1
  670. package/dist/src/ui/privacy/PrivacyNotice.d.ts +0 -12
  671. package/dist/src/ui/privacy/PrivacyNotice.js +0 -25
  672. package/dist/src/ui/privacy/PrivacyNotice.js.map +0 -1
  673. package/dist/src/ui/semantic-colors.d.ts +0 -7
  674. package/dist/src/ui/semantic-colors.js +0 -24
  675. package/dist/src/ui/semantic-colors.js.map +0 -1
  676. package/dist/src/ui/textConstants.d.ts +0 -9
  677. package/dist/src/ui/textConstants.js +0 -10
  678. package/dist/src/ui/textConstants.js.map +0 -1
  679. package/dist/src/ui/themes/ansi-light.d.ts +0 -7
  680. package/dist/src/ui/themes/ansi-light.js +0 -142
  681. package/dist/src/ui/themes/ansi-light.js.map +0 -1
  682. package/dist/src/ui/themes/ansi.d.ts +0 -7
  683. package/dist/src/ui/themes/ansi.js +0 -152
  684. package/dist/src/ui/themes/ansi.js.map +0 -1
  685. package/dist/src/ui/themes/atom-one-dark.d.ts +0 -7
  686. package/dist/src/ui/themes/atom-one-dark.js +0 -138
  687. package/dist/src/ui/themes/atom-one-dark.js.map +0 -1
  688. package/dist/src/ui/themes/ayu-light.d.ts +0 -7
  689. package/dist/src/ui/themes/ayu-light.js +0 -130
  690. package/dist/src/ui/themes/ayu-light.js.map +0 -1
  691. package/dist/src/ui/themes/ayu.d.ts +0 -7
  692. package/dist/src/ui/themes/ayu.js +0 -104
  693. package/dist/src/ui/themes/ayu.js.map +0 -1
  694. package/dist/src/ui/themes/color-utils.d.ts +0 -21
  695. package/dist/src/ui/themes/color-utils.js +0 -221
  696. package/dist/src/ui/themes/color-utils.js.map +0 -1
  697. package/dist/src/ui/themes/color-utils.test.d.ts +0 -6
  698. package/dist/src/ui/themes/color-utils.test.js +0 -197
  699. package/dist/src/ui/themes/color-utils.test.js.map +0 -1
  700. package/dist/src/ui/themes/default-light.d.ts +0 -7
  701. package/dist/src/ui/themes/default-light.js +0 -100
  702. package/dist/src/ui/themes/default-light.js.map +0 -1
  703. package/dist/src/ui/themes/default.d.ts +0 -7
  704. package/dist/src/ui/themes/default.js +0 -143
  705. package/dist/src/ui/themes/default.js.map +0 -1
  706. package/dist/src/ui/themes/dracula.d.ts +0 -7
  707. package/dist/src/ui/themes/dracula.js +0 -115
  708. package/dist/src/ui/themes/dracula.js.map +0 -1
  709. package/dist/src/ui/themes/github-dark.d.ts +0 -7
  710. package/dist/src/ui/themes/github-dark.js +0 -138
  711. package/dist/src/ui/themes/github-dark.js.map +0 -1
  712. package/dist/src/ui/themes/github-light.d.ts +0 -7
  713. package/dist/src/ui/themes/github-light.js +0 -140
  714. package/dist/src/ui/themes/github-light.js.map +0 -1
  715. package/dist/src/ui/themes/googlecode.d.ts +0 -7
  716. package/dist/src/ui/themes/googlecode.js +0 -137
  717. package/dist/src/ui/themes/googlecode.js.map +0 -1
  718. package/dist/src/ui/themes/no-color.d.ts +0 -7
  719. package/dist/src/ui/themes/no-color.js +0 -115
  720. package/dist/src/ui/themes/no-color.js.map +0 -1
  721. package/dist/src/ui/themes/semantic-tokens.d.ts +0 -37
  722. package/dist/src/ui/themes/semantic-tokens.js +0 -94
  723. package/dist/src/ui/themes/semantic-tokens.js.map +0 -1
  724. package/dist/src/ui/themes/shades-of-purple.d.ts +0 -11
  725. package/dist/src/ui/themes/shades-of-purple.js +0 -304
  726. package/dist/src/ui/themes/shades-of-purple.js.map +0 -1
  727. package/dist/src/ui/themes/theme-manager.d.ts +0 -66
  728. package/dist/src/ui/themes/theme-manager.js +0 -262
  729. package/dist/src/ui/themes/theme-manager.js.map +0 -1
  730. package/dist/src/ui/themes/theme-manager.test.d.ts +0 -6
  731. package/dist/src/ui/themes/theme-manager.test.js +0 -142
  732. package/dist/src/ui/themes/theme-manager.test.js.map +0 -1
  733. package/dist/src/ui/themes/theme.d.ts +0 -130
  734. package/dist/src/ui/themes/theme.js +0 -379
  735. package/dist/src/ui/themes/theme.js.map +0 -1
  736. package/dist/src/ui/themes/xcode.d.ts +0 -7
  737. package/dist/src/ui/themes/xcode.js +0 -145
  738. package/dist/src/ui/themes/xcode.js.map +0 -1
  739. package/dist/src/ui/types.d.ts +0 -193
  740. package/dist/src/ui/types.js +0 -44
  741. package/dist/src/ui/types.js.map +0 -1
  742. package/dist/src/ui/utils/CodeColorizer.d.ts +0 -17
  743. package/dist/src/ui/utils/CodeColorizer.js +0 -110
  744. package/dist/src/ui/utils/CodeColorizer.js.map +0 -1
  745. package/dist/src/ui/utils/ConsolePatcher.d.ts +0 -25
  746. package/dist/src/ui/utils/ConsolePatcher.js +0 -52
  747. package/dist/src/ui/utils/ConsolePatcher.js.map +0 -1
  748. package/dist/src/ui/utils/InlineMarkdownRenderer.d.ts +0 -16
  749. package/dist/src/ui/utils/InlineMarkdownRenderer.js +0 -111
  750. package/dist/src/ui/utils/InlineMarkdownRenderer.js.map +0 -1
  751. package/dist/src/ui/utils/MarkdownDisplay.d.ts +0 -14
  752. package/dist/src/ui/utils/MarkdownDisplay.js +0 -208
  753. package/dist/src/ui/utils/MarkdownDisplay.js.map +0 -1
  754. package/dist/src/ui/utils/MarkdownDisplay.test.d.ts +0 -6
  755. package/dist/src/ui/utils/MarkdownDisplay.test.js +0 -152
  756. package/dist/src/ui/utils/MarkdownDisplay.test.js.map +0 -1
  757. package/dist/src/ui/utils/TableRenderer.d.ts +0 -17
  758. package/dist/src/ui/utils/TableRenderer.js +0 -84
  759. package/dist/src/ui/utils/TableRenderer.js.map +0 -1
  760. package/dist/src/ui/utils/clipboardUtils.d.ts +0 -22
  761. package/dist/src/ui/utils/clipboardUtils.js +0 -127
  762. package/dist/src/ui/utils/clipboardUtils.js.map +0 -1
  763. package/dist/src/ui/utils/clipboardUtils.test.d.ts +0 -6
  764. package/dist/src/ui/utils/clipboardUtils.test.js +0 -65
  765. package/dist/src/ui/utils/clipboardUtils.test.js.map +0 -1
  766. package/dist/src/ui/utils/commandUtils.d.ts +0 -24
  767. package/dist/src/ui/utils/commandUtils.js +0 -131
  768. package/dist/src/ui/utils/commandUtils.js.map +0 -1
  769. package/dist/src/ui/utils/commandUtils.test.d.ts +0 -6
  770. package/dist/src/ui/utils/commandUtils.test.js +0 -349
  771. package/dist/src/ui/utils/commandUtils.test.js.map +0 -1
  772. package/dist/src/ui/utils/computeStats.d.ts +0 -10
  773. package/dist/src/ui/utils/computeStats.js +0 -57
  774. package/dist/src/ui/utils/computeStats.js.map +0 -1
  775. package/dist/src/ui/utils/displayUtils.d.ts +0 -17
  776. package/dist/src/ui/utils/displayUtils.js +0 -24
  777. package/dist/src/ui/utils/displayUtils.js.map +0 -1
  778. package/dist/src/ui/utils/displayUtils.test.d.ts +0 -6
  779. package/dist/src/ui/utils/displayUtils.test.js +0 -42
  780. package/dist/src/ui/utils/displayUtils.test.js.map +0 -1
  781. package/dist/src/ui/utils/formatters.d.ts +0 -13
  782. package/dist/src/ui/utils/formatters.js +0 -56
  783. package/dist/src/ui/utils/formatters.js.map +0 -1
  784. package/dist/src/ui/utils/formatters.test.d.ts +0 -6
  785. package/dist/src/ui/utils/formatters.test.js +0 -56
  786. package/dist/src/ui/utils/formatters.test.js.map +0 -1
  787. package/dist/src/ui/utils/isNarrowWidth.d.ts +0 -6
  788. package/dist/src/ui/utils/isNarrowWidth.js +0 -9
  789. package/dist/src/ui/utils/isNarrowWidth.js.map +0 -1
  790. package/dist/src/ui/utils/kittyProtocolDetector.d.ts +0 -13
  791. package/dist/src/ui/utils/kittyProtocolDetector.js +0 -88
  792. package/dist/src/ui/utils/kittyProtocolDetector.js.map +0 -1
  793. package/dist/src/ui/utils/markdownUtilities.d.ts +0 -6
  794. package/dist/src/ui/utils/markdownUtilities.js +0 -110
  795. package/dist/src/ui/utils/markdownUtilities.js.map +0 -1
  796. package/dist/src/ui/utils/markdownUtilities.test.d.ts +0 -6
  797. package/dist/src/ui/utils/markdownUtilities.test.js +0 -42
  798. package/dist/src/ui/utils/markdownUtilities.test.js.map +0 -1
  799. package/dist/src/ui/utils/platformConstants.d.ts +0 -52
  800. package/dist/src/ui/utils/platformConstants.js +0 -53
  801. package/dist/src/ui/utils/platformConstants.js.map +0 -1
  802. package/dist/src/ui/utils/terminalSetup.d.ts +0 -30
  803. package/dist/src/ui/utils/terminalSetup.js +0 -281
  804. package/dist/src/ui/utils/terminalSetup.js.map +0 -1
  805. package/dist/src/ui/utils/textUtils.d.ts +0 -32
  806. package/dist/src/ui/utils/textUtils.js +0 -80
  807. package/dist/src/ui/utils/textUtils.js.map +0 -1
  808. package/dist/src/ui/utils/updateCheck.d.ts +0 -12
  809. package/dist/src/ui/utils/updateCheck.js +0 -78
  810. package/dist/src/ui/utils/updateCheck.js.map +0 -1
  811. package/dist/src/ui/utils/updateCheck.test.d.ts +0 -6
  812. package/dist/src/ui/utils/updateCheck.test.js +0 -145
  813. package/dist/src/ui/utils/updateCheck.test.js.map +0 -1
  814. package/dist/src/utils/checks.d.ts +0 -19
  815. package/dist/src/utils/checks.js +0 -24
  816. package/dist/src/utils/checks.js.map +0 -1
  817. package/dist/src/utils/cleanup.d.ts +0 -8
  818. package/dist/src/utils/cleanup.js +0 -35
  819. package/dist/src/utils/cleanup.js.map +0 -1
  820. package/dist/src/utils/dialogScopeUtils.d.ts +0 -32
  821. package/dist/src/utils/dialogScopeUtils.js +0 -48
  822. package/dist/src/utils/dialogScopeUtils.js.map +0 -1
  823. package/dist/src/utils/envVarResolver.d.ts +0 -39
  824. package/dist/src/utils/envVarResolver.js +0 -97
  825. package/dist/src/utils/envVarResolver.js.map +0 -1
  826. package/dist/src/utils/envVarResolver.test.d.ts +0 -6
  827. package/dist/src/utils/envVarResolver.test.js +0 -221
  828. package/dist/src/utils/envVarResolver.test.js.map +0 -1
  829. package/dist/src/utils/errors.d.ts +0 -6
  830. package/dist/src/utils/errors.js +0 -12
  831. package/dist/src/utils/errors.js.map +0 -1
  832. package/dist/src/utils/events.d.ts +0 -11
  833. package/dist/src/utils/events.js +0 -13
  834. package/dist/src/utils/events.js.map +0 -1
  835. package/dist/src/utils/gitUtils.d.ts +0 -30
  836. package/dist/src/utils/gitUtils.js +0 -89
  837. package/dist/src/utils/gitUtils.js.map +0 -1
  838. package/dist/src/utils/gitUtils.test.d.ts +0 -6
  839. package/dist/src/utils/gitUtils.test.js +0 -113
  840. package/dist/src/utils/gitUtils.test.js.map +0 -1
  841. package/dist/src/utils/handleAutoUpdate.d.ts +0 -11
  842. package/dist/src/utils/handleAutoUpdate.js +0 -102
  843. package/dist/src/utils/handleAutoUpdate.js.map +0 -1
  844. package/dist/src/utils/installationInfo.d.ts +0 -23
  845. package/dist/src/utils/installationInfo.js +0 -154
  846. package/dist/src/utils/installationInfo.js.map +0 -1
  847. package/dist/src/utils/installationInfo.test.d.ts +0 -6
  848. package/dist/src/utils/installationInfo.test.js +0 -242
  849. package/dist/src/utils/installationInfo.test.js.map +0 -1
  850. package/dist/src/utils/package.d.ts +0 -12
  851. package/dist/src/utils/package.js +0 -24
  852. package/dist/src/utils/package.js.map +0 -1
  853. package/dist/src/utils/readStdin.d.ts +0 -6
  854. package/dist/src/utils/readStdin.js +0 -59
  855. package/dist/src/utils/readStdin.js.map +0 -1
  856. package/dist/src/utils/readStdin.test.d.ts +0 -6
  857. package/dist/src/utils/readStdin.test.js +0 -88
  858. package/dist/src/utils/readStdin.test.js.map +0 -1
  859. package/dist/src/utils/resolvePath.d.ts +0 -6
  860. package/dist/src/utils/resolvePath.js +0 -21
  861. package/dist/src/utils/resolvePath.js.map +0 -1
  862. package/dist/src/utils/sandbox.d.ts +0 -7
  863. package/dist/src/utils/sandbox.js +0 -724
  864. package/dist/src/utils/sandbox.js.map +0 -1
  865. package/dist/src/utils/settingsUtils.d.ts +0 -134
  866. package/dist/src/utils/settingsUtils.js +0 -330
  867. package/dist/src/utils/settingsUtils.js.map +0 -1
  868. package/dist/src/utils/settingsUtils.test.d.ts +0 -6
  869. package/dist/src/utils/settingsUtils.test.js +0 -511
  870. package/dist/src/utils/settingsUtils.test.js.map +0 -1
  871. package/dist/src/utils/spawnWrapper.d.ts +0 -7
  872. package/dist/src/utils/spawnWrapper.js +0 -8
  873. package/dist/src/utils/spawnWrapper.js.map +0 -1
  874. package/dist/src/utils/startupWarnings.d.ts +0 -6
  875. package/dist/src/utils/startupWarnings.js +0 -40
  876. package/dist/src/utils/startupWarnings.js.map +0 -1
  877. package/dist/src/utils/updateEventEmitter.d.ts +0 -11
  878. package/dist/src/utils/updateEventEmitter.js +0 -12
  879. package/dist/src/utils/updateEventEmitter.js.map +0 -1
  880. package/dist/src/utils/userStartupWarnings.d.ts +0 -6
  881. package/dist/src/utils/userStartupWarnings.js +0 -54
  882. package/dist/src/utils/userStartupWarnings.js.map +0 -1
  883. package/dist/src/utils/userStartupWarnings.test.d.ts +0 -6
  884. package/dist/src/utils/userStartupWarnings.test.js +0 -67
  885. package/dist/src/utils/userStartupWarnings.test.js.map +0 -1
  886. package/dist/src/utils/version.d.ts +0 -6
  887. package/dist/src/utils/version.js +0 -11
  888. package/dist/src/utils/version.js.map +0 -1
  889. package/dist/src/validateNonInterActiveAuth.d.ts +0 -8
  890. package/dist/src/validateNonInterActiveAuth.js +0 -37
  891. package/dist/src/validateNonInterActiveAuth.js.map +0 -1
  892. package/dist/src/zed-integration/acp.d.ts +0 -63
  893. package/dist/src/zed-integration/acp.js +0 -226
  894. package/dist/src/zed-integration/acp.js.map +0 -1
  895. package/dist/src/zed-integration/fileSystemService.d.ts +0 -19
  896. package/dist/src/zed-integration/fileSystemService.js +0 -43
  897. package/dist/src/zed-integration/fileSystemService.js.map +0 -1
  898. package/dist/src/zed-integration/schema.d.ts +0 -11782
  899. package/dist/src/zed-integration/schema.js +0 -311
  900. package/dist/src/zed-integration/schema.js.map +0 -1
  901. package/dist/src/zed-integration/zedIntegration.d.ts +0 -10
  902. package/dist/src/zed-integration/zedIntegration.js +0 -740
  903. package/dist/src/zed-integration/zedIntegration.js.map +0 -1
  904. package/dist/tsconfig.tsbuildinfo +0 -1
  905. /package/{dist/src/utils → bundle}/sandbox-macos-permissive-closed.sb +0 -0
  906. /package/{dist/src/utils → bundle}/sandbox-macos-permissive-open.sb +0 -0
  907. /package/{dist/src/utils → bundle}/sandbox-macos-permissive-proxied.sb +0 -0
  908. /package/{dist/src/utils → bundle}/sandbox-macos-restrictive-closed.sb +0 -0
  909. /package/{dist/src/utils → bundle}/sandbox-macos-restrictive-open.sb +0 -0
  910. /package/{dist/src/utils → bundle}/sandbox-macos-restrictive-proxied.sb +0 -0
@@ -1,13 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type { SlashCommand } from './types.js';
7
- /**
8
- * Command to configure terminal keybindings for multiline input support.
9
- *
10
- * This command automatically detects and configures VS Code, Cursor, and Windsurf
11
- * to support Shift+Enter and Ctrl+Enter for multiline input.
12
- */
13
- export declare const terminalSetupCommand: SlashCommand;
@@ -1,41 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { CommandKind } from './types.js';
7
- import { terminalSetup } from '../utils/terminalSetup.js';
8
- /**
9
- * Command to configure terminal keybindings for multiline input support.
10
- *
11
- * This command automatically detects and configures VS Code, Cursor, and Windsurf
12
- * to support Shift+Enter and Ctrl+Enter for multiline input.
13
- */
14
- export const terminalSetupCommand = {
15
- name: 'terminal-setup',
16
- description: 'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf)',
17
- kind: CommandKind.BUILT_IN,
18
- action: async () => {
19
- try {
20
- const result = await terminalSetup();
21
- let content = result.message;
22
- if (result.requiresRestart) {
23
- content +=
24
- '\n\nPlease restart your terminal for the changes to take effect.';
25
- }
26
- return {
27
- type: 'message',
28
- content,
29
- messageType: result.success ? 'info' : 'error',
30
- };
31
- }
32
- catch (error) {
33
- return {
34
- type: 'message',
35
- content: `Failed to configure terminal: ${error}`,
36
- messageType: 'error',
37
- };
38
- }
39
- },
40
- };
41
- //# sourceMappingURL=terminalSetupCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"terminalSetupCommand.js","sourceRoot":"","sources":["../../../../src/ui/commands/terminalSetupCommand.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D;;;;;GAKG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAiB;IAChD,IAAI,EAAE,gBAAgB;IACtB,WAAW,EACT,gFAAgF;IAClF,IAAI,EAAE,WAAW,CAAC,QAAQ;IAE1B,MAAM,EAAE,KAAK,IAAkC,EAAE;QAC/C,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,aAAa,EAAE,CAAC;YAErC,IAAI,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;YAC7B,IAAI,MAAM,CAAC,eAAe,EAAE,CAAC;gBAC3B,OAAO;oBACL,kEAAkE,CAAC;YACvE,CAAC;YAED,OAAO;gBACL,IAAI,EAAE,SAAS;gBACf,OAAO;gBACP,WAAW,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;aAC/C,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO;gBACL,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,iCAAiC,KAAK,EAAE;gBACjD,WAAW,EAAE,OAAO;aACrB,CAAC;QACJ,CAAC;IACH,CAAC;CACF,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type { SlashCommand } from './types.js';
7
- export declare const themeCommand: SlashCommand;
@@ -1,16 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { CommandKind } from './types.js';
7
- export const themeCommand = {
8
- name: 'theme',
9
- description: 'change the theme',
10
- kind: CommandKind.BUILT_IN,
11
- action: (_context, _args) => ({
12
- type: 'dialog',
13
- dialog: 'theme',
14
- }),
15
- };
16
- //# sourceMappingURL=themeCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"themeCommand.js","sourceRoot":"","sources":["../../../../src/ui/commands/themeCommand.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,MAAM,YAAY,GAAiB;IACxC,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,kBAAkB;IAC/B,IAAI,EAAE,WAAW,CAAC,QAAQ;IAC1B,MAAM,EAAE,CAAC,QAAQ,EAAE,KAAK,EAA0B,EAAE,CAAC,CAAC;QACpD,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB,CAAC;CACH,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { type SlashCommand } from './types.js';
7
- export declare const toolsCommand: SlashCommand;
@@ -1,56 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { CommandKind, } from './types.js';
7
- import { MessageType } from '../types.js';
8
- export const toolsCommand = {
9
- name: 'tools',
10
- description: 'list available Gemini CLI tools. Usage: /tools [desc]',
11
- kind: CommandKind.BUILT_IN,
12
- action: async (context, args) => {
13
- const subCommand = args?.trim();
14
- // Default to NOT showing descriptions. The user must opt in with an argument.
15
- let useShowDescriptions = false;
16
- if (subCommand === 'desc' || subCommand === 'descriptions') {
17
- useShowDescriptions = true;
18
- }
19
- const toolRegistry = context.services.config?.getToolRegistry();
20
- if (!toolRegistry) {
21
- context.ui.addItem({
22
- type: MessageType.ERROR,
23
- text: 'Could not retrieve tool registry.',
24
- }, Date.now());
25
- return;
26
- }
27
- const tools = toolRegistry.getAllTools();
28
- // Filter out MCP tools by checking for the absence of a serverName property
29
- const geminiTools = tools.filter((tool) => !('serverName' in tool));
30
- let message = 'Available Gemini CLI tools:\n\n';
31
- if (geminiTools.length > 0) {
32
- geminiTools.forEach((tool) => {
33
- if (useShowDescriptions && tool.description) {
34
- message += ` - \u001b[36m${tool.displayName} (${tool.name})\u001b[0m:\n`;
35
- const greenColor = '\u001b[32m';
36
- const resetColor = '\u001b[0m';
37
- // Handle multi-line descriptions
38
- const descLines = tool.description.trim().split('\n');
39
- for (const descLine of descLines) {
40
- message += ` ${greenColor}${descLine}${resetColor}\n`;
41
- }
42
- }
43
- else {
44
- message += ` - \u001b[36m${tool.displayName}\u001b[0m\n`;
45
- }
46
- });
47
- }
48
- else {
49
- message += ' No tools available\n';
50
- }
51
- message += '\n';
52
- message += '\u001b[0m';
53
- context.ui.addItem({ type: MessageType.INFO, text: message }, Date.now());
54
- },
55
- };
56
- //# sourceMappingURL=toolsCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toolsCommand.js","sourceRoot":"","sources":["../../../../src/ui/commands/toolsCommand.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAGL,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,CAAC,MAAM,YAAY,GAAiB;IACxC,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,uDAAuD;IACpE,IAAI,EAAE,WAAW,CAAC,QAAQ;IAC1B,MAAM,EAAE,KAAK,EAAE,OAAuB,EAAE,IAAa,EAAiB,EAAE;QACtE,MAAM,UAAU,GAAG,IAAI,EAAE,IAAI,EAAE,CAAC;QAEhC,8EAA8E;QAC9E,IAAI,mBAAmB,GAAG,KAAK,CAAC;QAChC,IAAI,UAAU,KAAK,MAAM,IAAI,UAAU,KAAK,cAAc,EAAE,CAAC;YAC3D,mBAAmB,GAAG,IAAI,CAAC;QAC7B,CAAC;QAED,MAAM,YAAY,GAAG,OAAO,CAAC,QAAQ,CAAC,MAAM,EAAE,eAAe,EAAE,CAAC;QAChE,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,OAAO,CAAC,EAAE,CAAC,OAAO,CAChB;gBACE,IAAI,EAAE,WAAW,CAAC,KAAK;gBACvB,IAAI,EAAE,mCAAmC;aAC1C,EACD,IAAI,CAAC,GAAG,EAAE,CACX,CAAC;YACF,OAAO;QACT,CAAC;QAED,MAAM,KAAK,GAAG,YAAY,CAAC,WAAW,EAAE,CAAC;QACzC,4EAA4E;QAC5E,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC;QAEpE,IAAI,OAAO,GAAG,iCAAiC,CAAC;QAEhD,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3B,WAAW,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;gBAC3B,IAAI,mBAAmB,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;oBAC5C,OAAO,IAAI,iBAAiB,IAAI,CAAC,WAAW,KAAK,IAAI,CAAC,IAAI,eAAe,CAAC;oBAE1E,MAAM,UAAU,GAAG,YAAY,CAAC;oBAChC,MAAM,UAAU,GAAG,WAAW,CAAC;oBAE/B,iCAAiC;oBACjC,MAAM,SAAS,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;oBACtD,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE,CAAC;wBACjC,OAAO,IAAI,SAAS,UAAU,GAAG,QAAQ,GAAG,UAAU,IAAI,CAAC;oBAC7D,CAAC;gBACH,CAAC;qBAAM,CAAC;oBACN,OAAO,IAAI,iBAAiB,IAAI,CAAC,WAAW,aAAa,CAAC;gBAC5D,CAAC;YACH,CAAC,CAAC,CAAC;QACL,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,wBAAwB,CAAC;QACtC,CAAC;QACD,OAAO,IAAI,IAAI,CAAC;QAEhB,OAAO,IAAI,WAAW,CAAC;QAEvB,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF,CAAC"}
@@ -1,148 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { type ReactNode } from 'react';
7
- import type { Content, PartListUnion } from '@google/genai';
8
- import type { HistoryItemWithoutId, HistoryItem } from '../types.js';
9
- import type { Config, GitService, Logger } from '@google/gemini-cli-core';
10
- import type { LoadedSettings } from '../../config/settings.js';
11
- import type { UseHistoryManagerReturn } from '../hooks/useHistoryManager.js';
12
- import type { SessionStatsState } from '../contexts/SessionContext.js';
13
- export interface CommandContext {
14
- invocation?: {
15
- /** The raw, untrimmed input string from the user. */
16
- raw: string;
17
- /** The primary name of the command that was matched. */
18
- name: string;
19
- /** The arguments string that follows the command name. */
20
- args: string;
21
- };
22
- services: {
23
- config: Config | null;
24
- settings: LoadedSettings;
25
- git: GitService | undefined;
26
- logger: Logger;
27
- };
28
- ui: {
29
- /** Adds a new item to the history display. */
30
- addItem: UseHistoryManagerReturn['addItem'];
31
- /** Clears all history items and the console screen. */
32
- clear: () => void;
33
- /**
34
- * Sets the transient debug message displayed in the application footer in debug mode.
35
- */
36
- setDebugMessage: (message: string) => void;
37
- /** The currently pending history item, if any. */
38
- pendingItem: HistoryItemWithoutId | null;
39
- /**
40
- * Sets a pending item in the history, which is useful for indicating
41
- * that a long-running operation is in progress.
42
- *
43
- * @param item The history item to display as pending, or `null` to clear.
44
- */
45
- setPendingItem: (item: HistoryItemWithoutId | null) => void;
46
- /**
47
- * Loads a new set of history items, replacing the current history.
48
- *
49
- * @param history The array of history items to load.
50
- */
51
- loadHistory: UseHistoryManagerReturn['loadHistory'];
52
- /** Toggles a special display mode. */
53
- toggleCorgiMode: () => void;
54
- toggleVimEnabled: () => Promise<boolean>;
55
- setGeminiMdFileCount: (count: number) => void;
56
- reloadCommands: () => void;
57
- };
58
- session: {
59
- stats: SessionStatsState;
60
- /** A transient list of shell commands the user has approved for this session. */
61
- sessionShellAllowlist: Set<string>;
62
- };
63
- overwriteConfirmed?: boolean;
64
- }
65
- /**
66
- * The return type for a command action that results in scheduling a tool call.
67
- */
68
- export interface ToolActionReturn {
69
- type: 'tool';
70
- toolName: string;
71
- toolArgs: Record<string, unknown>;
72
- }
73
- /** The return type for a command action that results in the app quitting. */
74
- export interface QuitActionReturn {
75
- type: 'quit';
76
- messages: HistoryItem[];
77
- }
78
- /**
79
- * The return type for a command action that results in a simple message
80
- * being displayed to the user.
81
- */
82
- export interface MessageActionReturn {
83
- type: 'message';
84
- messageType: 'info' | 'error';
85
- content: string;
86
- }
87
- /**
88
- * The return type for a command action that needs to open a dialog.
89
- */
90
- export interface OpenDialogActionReturn {
91
- type: 'dialog';
92
- dialog: 'help' | 'auth' | 'theme' | 'editor' | 'privacy' | 'settings';
93
- }
94
- /**
95
- * The return type for a command action that results in replacing
96
- * the entire conversation history.
97
- */
98
- export interface LoadHistoryActionReturn {
99
- type: 'load_history';
100
- history: HistoryItemWithoutId[];
101
- clientHistory: Content[];
102
- }
103
- /**
104
- * The return type for a command action that should immediately submit
105
- * content as a prompt to the Gemini model.
106
- */
107
- export interface SubmitPromptActionReturn {
108
- type: 'submit_prompt';
109
- content: PartListUnion;
110
- }
111
- /**
112
- * The return type for a command action that needs to pause and request
113
- * confirmation for a set of shell commands before proceeding.
114
- */
115
- export interface ConfirmShellCommandsActionReturn {
116
- type: 'confirm_shell_commands';
117
- /** The list of shell commands that require user confirmation. */
118
- commandsToConfirm: string[];
119
- /** The original invocation context to be re-run after confirmation. */
120
- originalInvocation: {
121
- raw: string;
122
- };
123
- }
124
- export interface ConfirmActionReturn {
125
- type: 'confirm_action';
126
- /** The React node to display as the confirmation prompt. */
127
- prompt: ReactNode;
128
- /** The original invocation context to be re-run after confirmation. */
129
- originalInvocation: {
130
- raw: string;
131
- };
132
- }
133
- export type SlashCommandActionReturn = ToolActionReturn | MessageActionReturn | QuitActionReturn | OpenDialogActionReturn | LoadHistoryActionReturn | SubmitPromptActionReturn | ConfirmShellCommandsActionReturn | ConfirmActionReturn;
134
- export declare enum CommandKind {
135
- BUILT_IN = "built-in",
136
- FILE = "file",
137
- MCP_PROMPT = "mcp-prompt"
138
- }
139
- export interface SlashCommand {
140
- name: string;
141
- altNames?: string[];
142
- description: string;
143
- kind: CommandKind;
144
- extensionName?: string;
145
- action?: (context: CommandContext, args: string) => void | SlashCommandActionReturn | Promise<void | SlashCommandActionReturn>;
146
- completion?: (context: CommandContext, partialArg: string) => Promise<string[]>;
147
- subCommands?: SlashCommand[];
148
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import {} from 'react';
7
- export var CommandKind;
8
- (function (CommandKind) {
9
- CommandKind["BUILT_IN"] = "built-in";
10
- CommandKind["FILE"] = "file";
11
- CommandKind["MCP_PROMPT"] = "mcp-prompt";
12
- })(CommandKind || (CommandKind = {}));
13
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/ui/commands/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAkB,MAAM,OAAO,CAAC;AA2JvC,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,4BAAa,CAAA;IACb,wCAAyB,CAAA;AAC3B,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type { SlashCommand } from './types.js';
7
- export declare const vimCommand: SlashCommand;
@@ -1,23 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { CommandKind } from './types.js';
7
- export const vimCommand = {
8
- name: 'vim',
9
- description: 'toggle vim mode on/off',
10
- kind: CommandKind.BUILT_IN,
11
- action: async (context, _args) => {
12
- const newVimState = await context.ui.toggleVimEnabled();
13
- const message = newVimState
14
- ? 'Entered Vim mode. Run /vim again to exit.'
15
- : 'Exited Vim mode.';
16
- return {
17
- type: 'message',
18
- messageType: 'info',
19
- content: message,
20
- };
21
- },
22
- };
23
- //# sourceMappingURL=vimCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vimCommand.js","sourceRoot":"","sources":["../../../../src/ui/commands/vimCommand.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,MAAM,UAAU,GAAiB;IACtC,IAAI,EAAE,KAAK;IACX,WAAW,EAAE,wBAAwB;IACrC,IAAI,EAAE,WAAW,CAAC,QAAQ;IAC1B,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE;QAC/B,MAAM,WAAW,GAAG,MAAM,OAAO,CAAC,EAAE,CAAC,gBAAgB,EAAE,CAAC;QAExD,MAAM,OAAO,GAAG,WAAW;YACzB,CAAC,CAAC,2CAA2C;YAC7C,CAAC,CAAC,kBAAkB,CAAC;QACvB,OAAO;YACL,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,MAAM;YACnB,OAAO,EAAE,OAAO;SACjB,CAAC;IACJ,CAAC;CACF,CAAC"}
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type React from 'react';
7
- interface AboutBoxProps {
8
- cliVersion: string;
9
- osVersion: string;
10
- sandboxEnv: string;
11
- modelVersion: string;
12
- selectedAuthType: string;
13
- gcpProject: string;
14
- ideClient: string;
15
- }
16
- export declare const AboutBox: React.FC<AboutBoxProps>;
17
- export {};
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Box, Text } from 'ink';
3
- import { Colors } from '../colors.js';
4
- import { GIT_COMMIT_INFO } from '../../generated/git-commit.js';
5
- export const AboutBox = ({ cliVersion, osVersion, sandboxEnv, modelVersion, selectedAuthType, gcpProject, ideClient, }) => (_jsxs(Box, { borderStyle: "round", borderColor: Colors.Gray, flexDirection: "column", padding: 1, marginY: 1, width: "100%", children: [_jsx(Box, { marginBottom: 1, children: _jsx(Text, { bold: true, color: Colors.AccentPurple, children: "About Gemini CLI" }) }), _jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "CLI Version" }) }), _jsx(Box, { children: _jsx(Text, { children: cliVersion }) })] }), GIT_COMMIT_INFO && !['N/A'].includes(GIT_COMMIT_INFO) && (_jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "Git Commit" }) }), _jsx(Box, { children: _jsx(Text, { children: GIT_COMMIT_INFO }) })] })), _jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "Model" }) }), _jsx(Box, { children: _jsx(Text, { children: modelVersion }) })] }), _jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "Sandbox" }) }), _jsx(Box, { children: _jsx(Text, { children: sandboxEnv }) })] }), _jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "OS" }) }), _jsx(Box, { children: _jsx(Text, { children: osVersion }) })] }), _jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "Auth Method" }) }), _jsx(Box, { children: _jsx(Text, { children: selectedAuthType.startsWith('oauth') ? 'OAuth' : selectedAuthType }) })] }), gcpProject && (_jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "GCP Project" }) }), _jsx(Box, { children: _jsx(Text, { children: gcpProject }) })] })), ideClient && (_jsxs(Box, { flexDirection: "row", children: [_jsx(Box, { width: "35%", children: _jsx(Text, { bold: true, color: Colors.LightBlue, children: "IDE Client" }) }), _jsx(Box, { children: _jsx(Text, { children: ideClient }) })] }))] }));
6
- //# sourceMappingURL=AboutBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AboutBox.js","sourceRoot":"","sources":["../../../../src/ui/components/AboutBox.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAYhE,MAAM,CAAC,MAAM,QAAQ,GAA4B,CAAC,EAChD,UAAU,EACV,SAAS,EACT,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACV,SAAS,GACV,EAAE,EAAE,CAAC,CACJ,MAAC,GAAG,IACF,WAAW,EAAC,OAAO,EACnB,WAAW,EAAE,MAAM,CAAC,IAAI,EACxB,aAAa,EAAC,QAAQ,EACtB,OAAO,EAAE,CAAC,EACV,OAAO,EAAE,CAAC,EACV,KAAK,EAAC,MAAM,aAEZ,KAAC,GAAG,IAAC,YAAY,EAAE,CAAC,YAClB,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,YAAY,iCAE9B,GACH,EACN,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,4BAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,UAAU,GAAQ,GACrB,IACF,EACL,eAAe,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,CACxD,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,2BAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,eAAe,GAAQ,GAC1B,IACF,CACP,EACD,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,sBAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,YAAY,GAAQ,GACvB,IACF,EACN,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,wBAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,UAAU,GAAQ,GACrB,IACF,EACN,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,mBAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,SAAS,GAAQ,GACpB,IACF,EACN,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,4BAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cACF,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,gBAAgB,GAC7D,GACH,IACF,EACL,UAAU,IAAI,CACb,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,4BAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,UAAU,GAAQ,GACrB,IACF,CACP,EACA,SAAS,IAAI,CACZ,MAAC,GAAG,IAAC,aAAa,EAAC,KAAK,aACtB,KAAC,GAAG,IAAC,KAAK,EAAC,KAAK,YACd,KAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,MAAM,CAAC,SAAS,2BAE3B,GACH,EACN,KAAC,GAAG,cACF,KAAC,IAAI,cAAE,SAAS,GAAQ,GACpB,IACF,CACP,IACG,CACP,CAAC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- export declare const shortAsciiLogo = "\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n";
7
- export declare const longAsciiLogo = "\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \n";
8
- export declare const tinyAsciiLogo = "\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591 \n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n\u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591 \u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\u2591\u2592\u2593\u2588\u2593\u2592\u2591\n";
@@ -1,33 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- export const shortAsciiLogo = `
7
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████████████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░
8
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
9
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
10
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
11
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
12
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
13
- ░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓████████▓▒░▒▓█▓▒░
14
- `;
15
- export const longAsciiLogo = `
16
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████████████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░
17
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
18
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
19
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
20
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
21
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
22
- ░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓████████▓▒░▒▓█▓▒░
23
- `;
24
- export const tinyAsciiLogo = `
25
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████████████▓▒░
26
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
27
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
28
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
29
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
30
- ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
31
- ░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
32
- `;
33
- //# sourceMappingURL=AsciiArt.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AsciiArt.js","sourceRoot":"","sources":["../../../../src/ui/components/AsciiArt.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG;;;;;;;;CAQ7B,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;CAQ5B,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;CAQ5B,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type React from 'react';
7
- import type { LoadedSettings } from '../../config/settings.js';
8
- import { SettingScope } from '../../config/settings.js';
9
- import { AuthType } from '@google/gemini-cli-core';
10
- interface AuthDialogProps {
11
- onSelect: (authMethod: AuthType | undefined, scope: SettingScope) => void;
12
- settings: LoadedSettings;
13
- initialErrorMessage?: string | null;
14
- }
15
- export declare function AuthDialog({ onSelect, settings, initialErrorMessage, }: AuthDialogProps): React.JSX.Element;
16
- export {};
@@ -1,104 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useState } from 'react';
3
- import { Box, Text } from 'ink';
4
- import { Colors } from '../colors.js';
5
- import { RadioButtonSelect } from './shared/RadioButtonSelect.js';
6
- import { SettingScope } from '../../config/settings.js';
7
- import { AuthType } from '@google/gemini-cli-core';
8
- import { validateAuthMethod } from '../../config/auth.js';
9
- import { useKeypress } from '../hooks/useKeypress.js';
10
- function parseDefaultAuthType(defaultAuthType) {
11
- if (defaultAuthType &&
12
- Object.values(AuthType).includes(defaultAuthType)) {
13
- return defaultAuthType;
14
- }
15
- return null;
16
- }
17
- export function AuthDialog({ onSelect, settings, initialErrorMessage, }) {
18
- const [errorMessage, setErrorMessage] = useState(() => {
19
- if (initialErrorMessage) {
20
- return initialErrorMessage;
21
- }
22
- const defaultAuthType = parseDefaultAuthType(process.env['GEMINI_DEFAULT_AUTH_TYPE']);
23
- if (process.env['GEMINI_DEFAULT_AUTH_TYPE'] && defaultAuthType === null) {
24
- return (`Invalid value for GEMINI_DEFAULT_AUTH_TYPE: "${process.env['GEMINI_DEFAULT_AUTH_TYPE']}". ` +
25
- `Valid values are: ${Object.values(AuthType).join(', ')}.`);
26
- }
27
- if (process.env['GEMINI_API_KEY'] &&
28
- (!defaultAuthType || defaultAuthType === AuthType.USE_GEMINI)) {
29
- return 'Existing API key detected (GEMINI_API_KEY). Select "Gemini API Key" option to use it.';
30
- }
31
- return null;
32
- });
33
- const items = [
34
- {
35
- label: 'Login with Google',
36
- value: AuthType.LOGIN_WITH_GOOGLE,
37
- },
38
- ...(process.env['CLOUD_SHELL'] === 'true'
39
- ? [
40
- {
41
- label: 'Use Cloud Shell user credentials',
42
- value: AuthType.CLOUD_SHELL,
43
- },
44
- ]
45
- : []),
46
- {
47
- label: 'Use Gemini API Key',
48
- value: AuthType.USE_GEMINI,
49
- },
50
- { label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
51
- {
52
- label: 'Use OpenAI API Key',
53
- value: AuthType.USE_OPENAI,
54
- },
55
- {
56
- label: 'Use Anthropic API Key',
57
- value: AuthType.USE_ANTHROPIC,
58
- },
59
- {
60
- label: 'Use Ollama (Local Models)',
61
- value: AuthType.USE_OLLAMA,
62
- },
63
- ];
64
- const initialAuthIndex = items.findIndex((item) => {
65
- if (settings.merged.security?.auth?.selectedType) {
66
- return item.value === settings.merged.security.auth.selectedType;
67
- }
68
- const defaultAuthType = parseDefaultAuthType(process.env['GEMINI_DEFAULT_AUTH_TYPE']);
69
- if (defaultAuthType) {
70
- return item.value === defaultAuthType;
71
- }
72
- if (process.env['GEMINI_API_KEY']) {
73
- return item.value === AuthType.USE_GEMINI;
74
- }
75
- return item.value === AuthType.LOGIN_WITH_GOOGLE;
76
- });
77
- const handleAuthSelect = (authMethod) => {
78
- const error = validateAuthMethod(authMethod);
79
- if (error) {
80
- setErrorMessage(error);
81
- }
82
- else {
83
- setErrorMessage(null);
84
- onSelect(authMethod, SettingScope.User);
85
- }
86
- };
87
- useKeypress((key) => {
88
- if (key.name === 'escape') {
89
- // Prevent exit if there is an error message.
90
- // This means they user is not authenticated yet.
91
- if (errorMessage) {
92
- return;
93
- }
94
- if (settings.merged.security?.auth?.selectedType === undefined) {
95
- // Prevent exiting if no auth method is set
96
- setErrorMessage('You must select an auth method to proceed. Press Ctrl+C twice to exit.');
97
- return;
98
- }
99
- onSelect(undefined, SettingScope.User);
100
- }
101
- }, { isActive: true });
102
- return (_jsxs(Box, { borderStyle: "round", borderColor: Colors.Gray, flexDirection: "column", padding: 1, width: "100%", children: [_jsx(Text, { bold: true, children: "Get started" }), _jsx(Box, { marginTop: 1, children: _jsx(Text, { children: "How would you like to authenticate for this project?" }) }), _jsx(Box, { marginTop: 1, children: _jsx(RadioButtonSelect, { items: items, initialIndex: initialAuthIndex, onSelect: handleAuthSelect }) }), errorMessage && (_jsx(Box, { marginTop: 1, children: _jsx(Text, { color: Colors.AccentRed, children: errorMessage }) })), _jsx(Box, { marginTop: 1, children: _jsx(Text, { color: Colors.Gray, children: "(Use Enter to select)" }) }), _jsx(Box, { marginTop: 1, children: _jsx(Text, { children: "Terms of Services and Privacy Notice for Gemini CLI" }) }), _jsx(Box, { marginTop: 1, children: _jsx(Text, { color: Colors.AccentBlue, children: 'https://github.com/google-gemini/gemini-cli/blob/main/docs/tos-privacy.md' }) })] }));
103
- }
104
- //# sourceMappingURL=AuthDialog.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthDialog.js","sourceRoot":"","sources":["../../../../src/ui/components/AuthDialog.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- export {};