meetsoma 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/CHANGELOG.md +66 -17
  2. package/LICENSE +66 -21
  3. package/README.md +62 -62
  4. package/dist/personality.js +416 -0
  5. package/dist/thin-cli.js +839 -0
  6. package/package.json +38 -86
  7. package/dist/cli/args.d.ts +0 -48
  8. package/dist/cli/args.d.ts.map +0 -1
  9. package/dist/cli/args.js +0 -299
  10. package/dist/cli/args.js.map +0 -1
  11. package/dist/cli/config-selector.d.ts +0 -14
  12. package/dist/cli/config-selector.d.ts.map +0 -1
  13. package/dist/cli/config-selector.js +0 -31
  14. package/dist/cli/config-selector.js.map +0 -1
  15. package/dist/cli/file-processor.d.ts +0 -15
  16. package/dist/cli/file-processor.d.ts.map +0 -1
  17. package/dist/cli/file-processor.js +0 -79
  18. package/dist/cli/file-processor.js.map +0 -1
  19. package/dist/cli/list-models.d.ts +0 -9
  20. package/dist/cli/list-models.d.ts.map +0 -1
  21. package/dist/cli/list-models.js +0 -92
  22. package/dist/cli/list-models.js.map +0 -1
  23. package/dist/cli/session-picker.d.ts +0 -9
  24. package/dist/cli/session-picker.d.ts.map +0 -1
  25. package/dist/cli/session-picker.js +0 -34
  26. package/dist/cli/session-picker.js.map +0 -1
  27. package/dist/cli.d.ts +0 -3
  28. package/dist/cli.d.ts.map +0 -1
  29. package/dist/cli.js +0 -19
  30. package/dist/cli.js.map +0 -1
  31. package/dist/config.d.ts +0 -68
  32. package/dist/config.d.ts.map +0 -1
  33. package/dist/config.js +0 -203
  34. package/dist/config.js.map +0 -1
  35. package/dist/core/agent-session.d.ts +0 -581
  36. package/dist/core/agent-session.d.ts.map +0 -1
  37. package/dist/core/agent-session.js +0 -2461
  38. package/dist/core/agent-session.js.map +0 -1
  39. package/dist/core/auth-storage.d.ts +0 -129
  40. package/dist/core/auth-storage.d.ts.map +0 -1
  41. package/dist/core/auth-storage.js +0 -395
  42. package/dist/core/auth-storage.js.map +0 -1
  43. package/dist/core/bash-executor.d.ts +0 -47
  44. package/dist/core/bash-executor.d.ts.map +0 -1
  45. package/dist/core/bash-executor.js +0 -212
  46. package/dist/core/bash-executor.js.map +0 -1
  47. package/dist/core/compaction/branch-summarization.d.ts +0 -86
  48. package/dist/core/compaction/branch-summarization.d.ts.map +0 -1
  49. package/dist/core/compaction/branch-summarization.js +0 -242
  50. package/dist/core/compaction/branch-summarization.js.map +0 -1
  51. package/dist/core/compaction/compaction.d.ts +0 -121
  52. package/dist/core/compaction/compaction.d.ts.map +0 -1
  53. package/dist/core/compaction/compaction.js +0 -610
  54. package/dist/core/compaction/compaction.js.map +0 -1
  55. package/dist/core/compaction/index.d.ts +0 -7
  56. package/dist/core/compaction/index.d.ts.map +0 -1
  57. package/dist/core/compaction/index.js +0 -7
  58. package/dist/core/compaction/index.js.map +0 -1
  59. package/dist/core/compaction/utils.d.ts +0 -35
  60. package/dist/core/compaction/utils.d.ts.map +0 -1
  61. package/dist/core/compaction/utils.js +0 -138
  62. package/dist/core/compaction/utils.js.map +0 -1
  63. package/dist/core/defaults.d.ts +0 -3
  64. package/dist/core/defaults.d.ts.map +0 -1
  65. package/dist/core/defaults.js +0 -2
  66. package/dist/core/defaults.js.map +0 -1
  67. package/dist/core/diagnostics.d.ts +0 -15
  68. package/dist/core/diagnostics.d.ts.map +0 -1
  69. package/dist/core/diagnostics.js +0 -2
  70. package/dist/core/diagnostics.js.map +0 -1
  71. package/dist/core/event-bus.d.ts +0 -9
  72. package/dist/core/event-bus.d.ts.map +0 -1
  73. package/dist/core/event-bus.js +0 -25
  74. package/dist/core/event-bus.js.map +0 -1
  75. package/dist/core/exec.d.ts +0 -29
  76. package/dist/core/exec.d.ts.map +0 -1
  77. package/dist/core/exec.js +0 -71
  78. package/dist/core/exec.js.map +0 -1
  79. package/dist/core/export-html/ansi-to-html.d.ts +0 -22
  80. package/dist/core/export-html/ansi-to-html.d.ts.map +0 -1
  81. package/dist/core/export-html/ansi-to-html.js +0 -249
  82. package/dist/core/export-html/ansi-to-html.js.map +0 -1
  83. package/dist/core/export-html/index.d.ts +0 -34
  84. package/dist/core/export-html/index.d.ts.map +0 -1
  85. package/dist/core/export-html/index.js +0 -222
  86. package/dist/core/export-html/index.js.map +0 -1
  87. package/dist/core/export-html/template.css +0 -971
  88. package/dist/core/export-html/template.html +0 -54
  89. package/dist/core/export-html/template.js +0 -1586
  90. package/dist/core/export-html/tool-renderer.d.ts +0 -35
  91. package/dist/core/export-html/tool-renderer.d.ts.map +0 -1
  92. package/dist/core/export-html/tool-renderer.js +0 -63
  93. package/dist/core/export-html/tool-renderer.js.map +0 -1
  94. package/dist/core/export-html/vendor/highlight.min.js +0 -1213
  95. package/dist/core/export-html/vendor/marked.min.js +0 -6
  96. package/dist/core/extensions/index.d.ts +0 -11
  97. package/dist/core/extensions/index.d.ts.map +0 -1
  98. package/dist/core/extensions/index.js +0 -9
  99. package/dist/core/extensions/index.js.map +0 -1
  100. package/dist/core/extensions/loader.d.ts +0 -25
  101. package/dist/core/extensions/loader.d.ts.map +0 -1
  102. package/dist/core/extensions/loader.js +0 -426
  103. package/dist/core/extensions/loader.js.map +0 -1
  104. package/dist/core/extensions/runner.d.ts +0 -146
  105. package/dist/core/extensions/runner.d.ts.map +0 -1
  106. package/dist/core/extensions/runner.js +0 -646
  107. package/dist/core/extensions/runner.js.map +0 -1
  108. package/dist/core/extensions/types.d.ts +0 -1017
  109. package/dist/core/extensions/types.d.ts.map +0 -1
  110. package/dist/core/extensions/types.js +0 -35
  111. package/dist/core/extensions/types.js.map +0 -1
  112. package/dist/core/extensions/wrapper.d.ts +0 -27
  113. package/dist/core/extensions/wrapper.d.ts.map +0 -1
  114. package/dist/core/extensions/wrapper.js +0 -102
  115. package/dist/core/extensions/wrapper.js.map +0 -1
  116. package/dist/core/footer-data-provider.d.ts +0 -32
  117. package/dist/core/footer-data-provider.d.ts.map +0 -1
  118. package/dist/core/footer-data-provider.js +0 -134
  119. package/dist/core/footer-data-provider.js.map +0 -1
  120. package/dist/core/index.d.ts +0 -9
  121. package/dist/core/index.d.ts.map +0 -1
  122. package/dist/core/index.js +0 -9
  123. package/dist/core/index.js.map +0 -1
  124. package/dist/core/keybindings.d.ts +0 -55
  125. package/dist/core/keybindings.d.ts.map +0 -1
  126. package/dist/core/keybindings.js +0 -153
  127. package/dist/core/keybindings.js.map +0 -1
  128. package/dist/core/messages.d.ts +0 -77
  129. package/dist/core/messages.d.ts.map +0 -1
  130. package/dist/core/messages.js +0 -123
  131. package/dist/core/messages.js.map +0 -1
  132. package/dist/core/model-registry.d.ts +0 -113
  133. package/dist/core/model-registry.d.ts.map +0 -1
  134. package/dist/core/model-registry.js +0 -537
  135. package/dist/core/model-registry.js.map +0 -1
  136. package/dist/core/model-resolver.d.ts +0 -104
  137. package/dist/core/model-resolver.d.ts.map +0 -1
  138. package/dist/core/model-resolver.js +0 -462
  139. package/dist/core/model-resolver.js.map +0 -1
  140. package/dist/core/package-manager.d.ts +0 -151
  141. package/dist/core/package-manager.d.ts.map +0 -1
  142. package/dist/core/package-manager.js +0 -1447
  143. package/dist/core/package-manager.js.map +0 -1
  144. package/dist/core/prompt-templates.d.ts +0 -50
  145. package/dist/core/prompt-templates.d.ts.map +0 -1
  146. package/dist/core/prompt-templates.js +0 -251
  147. package/dist/core/prompt-templates.js.map +0 -1
  148. package/dist/core/resolve-config-value.d.ts +0 -17
  149. package/dist/core/resolve-config-value.d.ts.map +0 -1
  150. package/dist/core/resolve-config-value.js +0 -59
  151. package/dist/core/resolve-config-value.js.map +0 -1
  152. package/dist/core/resource-loader.d.ts +0 -184
  153. package/dist/core/resource-loader.d.ts.map +0 -1
  154. package/dist/core/resource-loader.js +0 -670
  155. package/dist/core/resource-loader.js.map +0 -1
  156. package/dist/core/sdk.d.ts +0 -90
  157. package/dist/core/sdk.d.ts.map +0 -1
  158. package/dist/core/sdk.js +0 -235
  159. package/dist/core/sdk.js.map +0 -1
  160. package/dist/core/session-manager.d.ts +0 -323
  161. package/dist/core/session-manager.d.ts.map +0 -1
  162. package/dist/core/session-manager.js +0 -1098
  163. package/dist/core/session-manager.js.map +0 -1
  164. package/dist/core/settings-manager.d.ts +0 -231
  165. package/dist/core/settings-manager.d.ts.map +0 -1
  166. package/dist/core/settings-manager.js +0 -667
  167. package/dist/core/settings-manager.js.map +0 -1
  168. package/dist/core/skills.d.ts +0 -58
  169. package/dist/core/skills.d.ts.map +0 -1
  170. package/dist/core/skills.js +0 -364
  171. package/dist/core/skills.js.map +0 -1
  172. package/dist/core/slash-commands.d.ts +0 -15
  173. package/dist/core/slash-commands.d.ts.map +0 -1
  174. package/dist/core/slash-commands.js +0 -22
  175. package/dist/core/slash-commands.js.map +0 -1
  176. package/dist/core/system-prompt.d.ts +0 -28
  177. package/dist/core/system-prompt.d.ts.map +0 -1
  178. package/dist/core/system-prompt.js +0 -161
  179. package/dist/core/system-prompt.js.map +0 -1
  180. package/dist/core/timings.d.ts +0 -7
  181. package/dist/core/timings.d.ts.map +0 -1
  182. package/dist/core/timings.js +0 -25
  183. package/dist/core/timings.js.map +0 -1
  184. package/dist/core/tools/bash.d.ts +0 -55
  185. package/dist/core/tools/bash.d.ts.map +0 -1
  186. package/dist/core/tools/bash.js +0 -242
  187. package/dist/core/tools/bash.js.map +0 -1
  188. package/dist/core/tools/edit-diff.d.ts +0 -63
  189. package/dist/core/tools/edit-diff.d.ts.map +0 -1
  190. package/dist/core/tools/edit-diff.js +0 -243
  191. package/dist/core/tools/edit-diff.js.map +0 -1
  192. package/dist/core/tools/edit.d.ts +0 -39
  193. package/dist/core/tools/edit.d.ts.map +0 -1
  194. package/dist/core/tools/edit.js +0 -146
  195. package/dist/core/tools/edit.js.map +0 -1
  196. package/dist/core/tools/find.d.ts +0 -39
  197. package/dist/core/tools/find.d.ts.map +0 -1
  198. package/dist/core/tools/find.js +0 -206
  199. package/dist/core/tools/find.js.map +0 -1
  200. package/dist/core/tools/grep.d.ts +0 -45
  201. package/dist/core/tools/grep.d.ts.map +0 -1
  202. package/dist/core/tools/grep.js +0 -239
  203. package/dist/core/tools/grep.js.map +0 -1
  204. package/dist/core/tools/index.d.ts +0 -73
  205. package/dist/core/tools/index.d.ts.map +0 -1
  206. package/dist/core/tools/index.js +0 -61
  207. package/dist/core/tools/index.js.map +0 -1
  208. package/dist/core/tools/ls.d.ts +0 -40
  209. package/dist/core/tools/ls.d.ts.map +0 -1
  210. package/dist/core/tools/ls.js +0 -118
  211. package/dist/core/tools/ls.js.map +0 -1
  212. package/dist/core/tools/path-utils.d.ts +0 -8
  213. package/dist/core/tools/path-utils.d.ts.map +0 -1
  214. package/dist/core/tools/path-utils.js +0 -81
  215. package/dist/core/tools/path-utils.js.map +0 -1
  216. package/dist/core/tools/read.d.ts +0 -39
  217. package/dist/core/tools/read.d.ts.map +0 -1
  218. package/dist/core/tools/read.js +0 -166
  219. package/dist/core/tools/read.js.map +0 -1
  220. package/dist/core/tools/truncate.d.ts +0 -70
  221. package/dist/core/tools/truncate.d.ts.map +0 -1
  222. package/dist/core/tools/truncate.js +0 -205
  223. package/dist/core/tools/truncate.js.map +0 -1
  224. package/dist/core/tools/write.d.ts +0 -29
  225. package/dist/core/tools/write.d.ts.map +0 -1
  226. package/dist/core/tools/write.js +0 -78
  227. package/dist/core/tools/write.js.map +0 -1
  228. package/dist/index.d.ts +0 -27
  229. package/dist/index.d.ts.map +0 -1
  230. package/dist/index.js +0 -42
  231. package/dist/index.js.map +0 -1
  232. package/dist/main.d.ts +0 -8
  233. package/dist/main.d.ts.map +0 -1
  234. package/dist/main.js +0 -661
  235. package/dist/main.js.map +0 -1
  236. package/dist/migrations.d.ts +0 -33
  237. package/dist/migrations.d.ts.map +0 -1
  238. package/dist/migrations.js +0 -261
  239. package/dist/migrations.js.map +0 -1
  240. package/dist/modes/index.d.ts +0 -9
  241. package/dist/modes/index.d.ts.map +0 -1
  242. package/dist/modes/index.js +0 -8
  243. package/dist/modes/index.js.map +0 -1
  244. package/dist/modes/interactive/components/armin.d.ts +0 -34
  245. package/dist/modes/interactive/components/armin.d.ts.map +0 -1
  246. package/dist/modes/interactive/components/armin.js +0 -333
  247. package/dist/modes/interactive/components/armin.js.map +0 -1
  248. package/dist/modes/interactive/components/assistant-message.d.ts +0 -16
  249. package/dist/modes/interactive/components/assistant-message.d.ts.map +0 -1
  250. package/dist/modes/interactive/components/assistant-message.js +0 -96
  251. package/dist/modes/interactive/components/assistant-message.js.map +0 -1
  252. package/dist/modes/interactive/components/bash-execution.d.ts +0 -35
  253. package/dist/modes/interactive/components/bash-execution.d.ts.map +0 -1
  254. package/dist/modes/interactive/components/bash-execution.js +0 -162
  255. package/dist/modes/interactive/components/bash-execution.js.map +0 -1
  256. package/dist/modes/interactive/components/bordered-loader.d.ts +0 -16
  257. package/dist/modes/interactive/components/bordered-loader.d.ts.map +0 -1
  258. package/dist/modes/interactive/components/bordered-loader.js +0 -51
  259. package/dist/modes/interactive/components/bordered-loader.js.map +0 -1
  260. package/dist/modes/interactive/components/branch-summary-message.d.ts +0 -16
  261. package/dist/modes/interactive/components/branch-summary-message.d.ts.map +0 -1
  262. package/dist/modes/interactive/components/branch-summary-message.js +0 -44
  263. package/dist/modes/interactive/components/branch-summary-message.js.map +0 -1
  264. package/dist/modes/interactive/components/compaction-summary-message.d.ts +0 -16
  265. package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +0 -1
  266. package/dist/modes/interactive/components/compaction-summary-message.js +0 -45
  267. package/dist/modes/interactive/components/compaction-summary-message.js.map +0 -1
  268. package/dist/modes/interactive/components/config-selector.d.ts +0 -71
  269. package/dist/modes/interactive/components/config-selector.d.ts.map +0 -1
  270. package/dist/modes/interactive/components/config-selector.js +0 -479
  271. package/dist/modes/interactive/components/config-selector.js.map +0 -1
  272. package/dist/modes/interactive/components/countdown-timer.d.ts +0 -14
  273. package/dist/modes/interactive/components/countdown-timer.d.ts.map +0 -1
  274. package/dist/modes/interactive/components/countdown-timer.js +0 -33
  275. package/dist/modes/interactive/components/countdown-timer.js.map +0 -1
  276. package/dist/modes/interactive/components/custom-editor.d.ts +0 -21
  277. package/dist/modes/interactive/components/custom-editor.d.ts.map +0 -1
  278. package/dist/modes/interactive/components/custom-editor.js +0 -70
  279. package/dist/modes/interactive/components/custom-editor.js.map +0 -1
  280. package/dist/modes/interactive/components/custom-message.d.ts +0 -20
  281. package/dist/modes/interactive/components/custom-message.d.ts.map +0 -1
  282. package/dist/modes/interactive/components/custom-message.js +0 -79
  283. package/dist/modes/interactive/components/custom-message.js.map +0 -1
  284. package/dist/modes/interactive/components/daxnuts.d.ts +0 -23
  285. package/dist/modes/interactive/components/daxnuts.d.ts.map +0 -1
  286. package/dist/modes/interactive/components/daxnuts.js +0 -140
  287. package/dist/modes/interactive/components/daxnuts.js.map +0 -1
  288. package/dist/modes/interactive/components/diff.d.ts +0 -12
  289. package/dist/modes/interactive/components/diff.d.ts.map +0 -1
  290. package/dist/modes/interactive/components/diff.js +0 -133
  291. package/dist/modes/interactive/components/diff.js.map +0 -1
  292. package/dist/modes/interactive/components/dynamic-border.d.ts +0 -15
  293. package/dist/modes/interactive/components/dynamic-border.d.ts.map +0 -1
  294. package/dist/modes/interactive/components/dynamic-border.js +0 -21
  295. package/dist/modes/interactive/components/dynamic-border.js.map +0 -1
  296. package/dist/modes/interactive/components/extension-editor.d.ts +0 -20
  297. package/dist/modes/interactive/components/extension-editor.d.ts.map +0 -1
  298. package/dist/modes/interactive/components/extension-editor.js +0 -110
  299. package/dist/modes/interactive/components/extension-editor.js.map +0 -1
  300. package/dist/modes/interactive/components/extension-input.d.ts +0 -23
  301. package/dist/modes/interactive/components/extension-input.d.ts.map +0 -1
  302. package/dist/modes/interactive/components/extension-input.js +0 -61
  303. package/dist/modes/interactive/components/extension-input.js.map +0 -1
  304. package/dist/modes/interactive/components/extension-selector.d.ts +0 -24
  305. package/dist/modes/interactive/components/extension-selector.d.ts.map +0 -1
  306. package/dist/modes/interactive/components/extension-selector.js +0 -78
  307. package/dist/modes/interactive/components/extension-selector.js.map +0 -1
  308. package/dist/modes/interactive/components/footer.d.ts +0 -26
  309. package/dist/modes/interactive/components/footer.d.ts.map +0 -1
  310. package/dist/modes/interactive/components/footer.js +0 -198
  311. package/dist/modes/interactive/components/footer.js.map +0 -1
  312. package/dist/modes/interactive/components/index.d.ts +0 -32
  313. package/dist/modes/interactive/components/index.d.ts.map +0 -1
  314. package/dist/modes/interactive/components/index.js +0 -33
  315. package/dist/modes/interactive/components/index.js.map +0 -1
  316. package/dist/modes/interactive/components/keybinding-hints.d.ts +0 -41
  317. package/dist/modes/interactive/components/keybinding-hints.d.ts.map +0 -1
  318. package/dist/modes/interactive/components/keybinding-hints.js +0 -61
  319. package/dist/modes/interactive/components/keybinding-hints.js.map +0 -1
  320. package/dist/modes/interactive/components/login-dialog.d.ts +0 -42
  321. package/dist/modes/interactive/components/login-dialog.d.ts.map +0 -1
  322. package/dist/modes/interactive/components/login-dialog.js +0 -145
  323. package/dist/modes/interactive/components/login-dialog.js.map +0 -1
  324. package/dist/modes/interactive/components/model-selector.d.ts +0 -47
  325. package/dist/modes/interactive/components/model-selector.d.ts.map +0 -1
  326. package/dist/modes/interactive/components/model-selector.js +0 -271
  327. package/dist/modes/interactive/components/model-selector.js.map +0 -1
  328. package/dist/modes/interactive/components/oauth-selector.d.ts +0 -19
  329. package/dist/modes/interactive/components/oauth-selector.d.ts.map +0 -1
  330. package/dist/modes/interactive/components/oauth-selector.js +0 -97
  331. package/dist/modes/interactive/components/oauth-selector.js.map +0 -1
  332. package/dist/modes/interactive/components/scoped-models-selector.d.ts +0 -49
  333. package/dist/modes/interactive/components/scoped-models-selector.d.ts.map +0 -1
  334. package/dist/modes/interactive/components/scoped-models-selector.js +0 -275
  335. package/dist/modes/interactive/components/scoped-models-selector.js.map +0 -1
  336. package/dist/modes/interactive/components/session-selector-search.d.ts +0 -23
  337. package/dist/modes/interactive/components/session-selector-search.d.ts.map +0 -1
  338. package/dist/modes/interactive/components/session-selector-search.js +0 -155
  339. package/dist/modes/interactive/components/session-selector-search.js.map +0 -1
  340. package/dist/modes/interactive/components/session-selector.d.ts +0 -95
  341. package/dist/modes/interactive/components/session-selector.d.ts.map +0 -1
  342. package/dist/modes/interactive/components/session-selector.js +0 -851
  343. package/dist/modes/interactive/components/session-selector.js.map +0 -1
  344. package/dist/modes/interactive/components/settings-selector.d.ts +0 -58
  345. package/dist/modes/interactive/components/settings-selector.d.ts.map +0 -1
  346. package/dist/modes/interactive/components/settings-selector.js +0 -297
  347. package/dist/modes/interactive/components/settings-selector.js.map +0 -1
  348. package/dist/modes/interactive/components/show-images-selector.d.ts +0 -10
  349. package/dist/modes/interactive/components/show-images-selector.d.ts.map +0 -1
  350. package/dist/modes/interactive/components/show-images-selector.js +0 -35
  351. package/dist/modes/interactive/components/show-images-selector.js.map +0 -1
  352. package/dist/modes/interactive/components/skill-invocation-message.d.ts +0 -17
  353. package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +0 -1
  354. package/dist/modes/interactive/components/skill-invocation-message.js +0 -47
  355. package/dist/modes/interactive/components/skill-invocation-message.js.map +0 -1
  356. package/dist/modes/interactive/components/theme-selector.d.ts +0 -11
  357. package/dist/modes/interactive/components/theme-selector.d.ts.map +0 -1
  358. package/dist/modes/interactive/components/theme-selector.js +0 -46
  359. package/dist/modes/interactive/components/theme-selector.js.map +0 -1
  360. package/dist/modes/interactive/components/thinking-selector.d.ts +0 -11
  361. package/dist/modes/interactive/components/thinking-selector.d.ts.map +0 -1
  362. package/dist/modes/interactive/components/thinking-selector.js +0 -47
  363. package/dist/modes/interactive/components/thinking-selector.js.map +0 -1
  364. package/dist/modes/interactive/components/tool-execution.d.ts +0 -77
  365. package/dist/modes/interactive/components/tool-execution.d.ts.map +0 -1
  366. package/dist/modes/interactive/components/tool-execution.js +0 -787
  367. package/dist/modes/interactive/components/tool-execution.js.map +0 -1
  368. package/dist/modes/interactive/components/tree-selector.d.ts +0 -70
  369. package/dist/modes/interactive/components/tree-selector.d.ts.map +0 -1
  370. package/dist/modes/interactive/components/tree-selector.js +0 -935
  371. package/dist/modes/interactive/components/tree-selector.js.map +0 -1
  372. package/dist/modes/interactive/components/user-message-selector.d.ts +0 -30
  373. package/dist/modes/interactive/components/user-message-selector.d.ts.map +0 -1
  374. package/dist/modes/interactive/components/user-message-selector.js +0 -113
  375. package/dist/modes/interactive/components/user-message-selector.js.map +0 -1
  376. package/dist/modes/interactive/components/user-message.d.ts +0 -9
  377. package/dist/modes/interactive/components/user-message.d.ts.map +0 -1
  378. package/dist/modes/interactive/components/user-message.js +0 -27
  379. package/dist/modes/interactive/components/user-message.js.map +0 -1
  380. package/dist/modes/interactive/components/visual-truncate.d.ts +0 -24
  381. package/dist/modes/interactive/components/visual-truncate.d.ts.map +0 -1
  382. package/dist/modes/interactive/components/visual-truncate.js +0 -33
  383. package/dist/modes/interactive/components/visual-truncate.js.map +0 -1
  384. package/dist/modes/interactive/interactive-mode.d.ts +0 -315
  385. package/dist/modes/interactive/interactive-mode.d.ts.map +0 -1
  386. package/dist/modes/interactive/interactive-mode.js +0 -3725
  387. package/dist/modes/interactive/interactive-mode.js.map +0 -1
  388. package/dist/modes/interactive/theme/dark.json +0 -85
  389. package/dist/modes/interactive/theme/light.json +0 -84
  390. package/dist/modes/interactive/theme/theme-schema.json +0 -335
  391. package/dist/modes/interactive/theme/theme.d.ts +0 -78
  392. package/dist/modes/interactive/theme/theme.d.ts.map +0 -1
  393. package/dist/modes/interactive/theme/theme.js +0 -949
  394. package/dist/modes/interactive/theme/theme.js.map +0 -1
  395. package/dist/modes/print-mode.d.ts +0 -28
  396. package/dist/modes/print-mode.d.ts.map +0 -1
  397. package/dist/modes/print-mode.js +0 -101
  398. package/dist/modes/print-mode.js.map +0 -1
  399. package/dist/modes/rpc/rpc-client.d.ts +0 -217
  400. package/dist/modes/rpc/rpc-client.d.ts.map +0 -1
  401. package/dist/modes/rpc/rpc-client.js +0 -405
  402. package/dist/modes/rpc/rpc-client.js.map +0 -1
  403. package/dist/modes/rpc/rpc-mode.d.ts +0 -20
  404. package/dist/modes/rpc/rpc-mode.d.ts.map +0 -1
  405. package/dist/modes/rpc/rpc-mode.js +0 -511
  406. package/dist/modes/rpc/rpc-mode.js.map +0 -1
  407. package/dist/modes/rpc/rpc-types.d.ts +0 -409
  408. package/dist/modes/rpc/rpc-types.d.ts.map +0 -1
  409. package/dist/modes/rpc/rpc-types.js +0 -8
  410. package/dist/modes/rpc/rpc-types.js.map +0 -1
  411. package/dist/utils/changelog.d.ts +0 -21
  412. package/dist/utils/changelog.d.ts.map +0 -1
  413. package/dist/utils/changelog.js +0 -87
  414. package/dist/utils/changelog.js.map +0 -1
  415. package/dist/utils/clipboard-image.d.ts +0 -11
  416. package/dist/utils/clipboard-image.d.ts.map +0 -1
  417. package/dist/utils/clipboard-image.js +0 -162
  418. package/dist/utils/clipboard-image.js.map +0 -1
  419. package/dist/utils/clipboard-native.d.ts +0 -7
  420. package/dist/utils/clipboard-native.d.ts.map +0 -1
  421. package/dist/utils/clipboard-native.js +0 -14
  422. package/dist/utils/clipboard-native.js.map +0 -1
  423. package/dist/utils/clipboard.d.ts +0 -2
  424. package/dist/utils/clipboard.d.ts.map +0 -1
  425. package/dist/utils/clipboard.js +0 -67
  426. package/dist/utils/clipboard.js.map +0 -1
  427. package/dist/utils/frontmatter.d.ts +0 -8
  428. package/dist/utils/frontmatter.d.ts.map +0 -1
  429. package/dist/utils/frontmatter.js +0 -26
  430. package/dist/utils/frontmatter.js.map +0 -1
  431. package/dist/utils/git.d.ts +0 -26
  432. package/dist/utils/git.d.ts.map +0 -1
  433. package/dist/utils/git.js +0 -163
  434. package/dist/utils/git.js.map +0 -1
  435. package/dist/utils/image-convert.d.ts +0 -9
  436. package/dist/utils/image-convert.d.ts.map +0 -1
  437. package/dist/utils/image-convert.js +0 -35
  438. package/dist/utils/image-convert.js.map +0 -1
  439. package/dist/utils/image-resize.d.ts +0 -36
  440. package/dist/utils/image-resize.d.ts.map +0 -1
  441. package/dist/utils/image-resize.js +0 -181
  442. package/dist/utils/image-resize.js.map +0 -1
  443. package/dist/utils/mime.d.ts +0 -2
  444. package/dist/utils/mime.d.ts.map +0 -1
  445. package/dist/utils/mime.js +0 -26
  446. package/dist/utils/mime.js.map +0 -1
  447. package/dist/utils/photon.d.ts +0 -21
  448. package/dist/utils/photon.d.ts.map +0 -1
  449. package/dist/utils/photon.js +0 -121
  450. package/dist/utils/photon.js.map +0 -1
  451. package/dist/utils/shell.d.ts +0 -26
  452. package/dist/utils/shell.d.ts.map +0 -1
  453. package/dist/utils/shell.js +0 -186
  454. package/dist/utils/shell.js.map +0 -1
  455. package/dist/utils/sleep.d.ts +0 -5
  456. package/dist/utils/sleep.d.ts.map +0 -1
  457. package/dist/utils/sleep.js +0 -17
  458. package/dist/utils/sleep.js.map +0 -1
  459. package/dist/utils/tools-manager.d.ts +0 -3
  460. package/dist/utils/tools-manager.d.ts.map +0 -1
  461. package/dist/utils/tools-manager.js +0 -251
  462. package/dist/utils/tools-manager.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,24 +1,73 @@
1
- # Soma — Changelog
1
+ # Changelog
2
2
 
3
- ## [0.1.0] - 2026-03-08
3
+ All notable changes to Soma (`meetsoma` on npm).
4
4
 
5
- ### Born
5
+ Format follows [Keep a Changelog](https://keepachangelog.com/). Versioning follows [Semantic Versioning](https://semver.org/).
6
6
 
7
- - σῶμαthe body. The vessel that grows around you.
8
- - Built on Pi 0.56.2 with `piConfig.configDir: ".soma"`
9
- - Identity system: `.soma/identity.md` — discovered, not configured
10
- - Memory structure: `.soma/memory/` — muscles, sessions, preloads
11
- - Breath cycle: sessions exhale what was learned, next session inhales it
7
+ ## [0.6.1]2026-03-20
12
8
 
13
- ### First Session
9
+ ### New
14
10
 
15
- - Designed logo with Curtisplanet + moon mascot through 36 SVG iterations
16
- - Built collaborative voting UI (preview.html, click-to-vote, WINNER overlay)
17
- - Created `svg-logo-design` muscle from iterative learning
18
- - Installed `logo-designer` skill from neonwatty/logo-designer-skill
11
+ - **Published to npm.** `npm install -g meetsoma` lightweight launcher, runtime downloads on first run.
12
+ - **Engine updated to Pi 0.61.1** — keybinding stability, session path fixes, suspend/resume.
13
+ - AMPS overview doc, migration guide (from CLAUDE.md/.cursorrules), troubleshooting page.
14
+ - Docs reorganised into 5 sections. Collapsible sidebar with section icons.
15
+ - Known Gaps sections — honest about heat system limitations and planned fixes.
19
16
 
20
- ### Known Issues
17
+ ### Fixed
21
18
 
22
- - No extensions installed auto-flush and preload loading don't work yet
23
- - Skills install to `~/.agents/skills/` instead of `~/.soma/agent/skills/`
24
- - Startup shows Pi's changelog instead of this one (fixed in settings)
19
+ - CLI crash on Pi 0.61.0 (`getEditorKeybindings` renamed upstream).
20
+ - `content-cli.js` import removed (moved to main.js in 0.61.0).
21
+ - `--help` fixed (`printGumHelp` removed upstream).
22
+ - Heat system docs corrected — `.protocol-state.json` → `state.json`.
23
+
24
+ ## [0.6.0] — 2026-03-20
25
+
26
+ ### New
27
+
28
+ - **Soma has a voice.** Run `soma` and it talks to you. Every message is different — same meaning, different words each time. No AI involved. Just clever writing.
29
+ - **Ask questions from the CLI.** Press `?` when you run `soma` and ask about memory, heat, protocols, muscles, or anything else. Soma answers — differently every time.
30
+ - **No compaction. Ever.** Other agents compress your conversation when context fills up. You wait. Quality degrades. Soma doesn't compact — it breathes. Full context, every session.
31
+ - **`soma init`** — Install the Soma runtime. Downloads automatically, no auth needed.
32
+ - **`soma doctor`** — Health check. Tells you what's working and what needs attention.
33
+ - **`soma update`** — Check for new versions.
34
+ - **`soma status`** — See your installation state at a glance.
35
+ - **`soma about`** — Learn how Soma works. Identity, protocols, muscles, breath cycle, scripts.
36
+ - **`soma focus <keyword>`** — Start a focused session primed for a specific topic.
37
+ - **`soma --map <name>`** — Load a workflow template.
38
+ - **Typing animation** — Responses type out character by character. Soma feels present.
39
+ - **Daily concepts** — The welcome screen shows a different idea each day.
40
+ - **23 documentation pages** — Models & providers, keybindings, themes, settings, sessions, prompts, skills, terminal setup, and more.
41
+ - **30 automated E2E tests** — Branding, paths, infrastructure, models, identity all verified in sandbox.
42
+
43
+ ### Changed
44
+
45
+ - Engine updated to Pi 0.61.0.
46
+ - License changed to BSL 1.1 (converts to MIT on 2027-09-18).
47
+ - The npm package is a lightweight launcher. The runtime installs separately via `soma init`.
48
+ - Project paths resolve to `.soma/` (not `.pi/`) — correct config dir delegation.
49
+
50
+ ### Fixed
51
+
52
+ - Auto-breathe timeout and session log naming bugs resolved.
53
+ - Session ID stability on resume — no more orphan logs.
54
+ - Edit tool detection in preload generation.
55
+
56
+ ## [0.5.1] — 2026-03-12
57
+
58
+ - Content management commands.
59
+ - 15 in-session slash commands.
60
+
61
+ ## [0.3.0] — 2026-03-10
62
+
63
+ - Auto-init on first run.
64
+ - Session continuation with `/inhale` and `/breathe`.
65
+
66
+ ## [0.2.1] — 2026-03-09
67
+
68
+ - Core agent modules and built-in protocols.
69
+ - Context warnings and auto-exhale at 85%.
70
+
71
+ ## [0.1.0] — 2026-03-08
72
+
73
+ - Initial release on npm.
package/LICENSE CHANGED
@@ -1,21 +1,66 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Gravicity
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
2
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
3
+
4
+ Parameters
5
+
6
+ Licensor: Curtis Mercier
7
+ Licensed Work: Soma Agent. The Licensed Work is (c) 2026
8
+ Curtis Mercier
9
+ Additional Use Grant: You may make use of the Licensed Work, provided that
10
+ you do not use the Licensed Work for a Competing Use.
11
+ A "Competing Use" means making available any product
12
+ or service that competes with or substantially
13
+ replicates the functionality of the Licensed Work,
14
+ including hosting it as a service, reselling modified
15
+ versions, or incorporating substantial portions into
16
+ a competing product.
17
+ Change Date: 2027-09-18
18
+ Change License: MIT
19
+
20
+ For information about alternative licensing arrangements for the Licensed Work,
21
+ please contact c.mercier@gravicity.ca.
22
+
23
+ Notice
24
+
25
+ Business Source License 1.1
26
+
27
+ Terms
28
+
29
+ The Licensor hereby grants you the right to copy, modify, create derivative
30
+ works, redistribute, and make non-production use of the Licensed Work. The
31
+ Licensor may make an Additional Use Grant, above, permitting limited production use.
32
+
33
+ Effective on the Change Date, or the fourth anniversary of the first publicly
34
+ available distribution of a specific version of the Licensed Work under this
35
+ License, whichever comes first, the Licensor hereby grants you rights under
36
+ the terms of the Change License, and the rights granted in the paragraph
37
+ above terminate.
38
+
39
+ If your use of the Licensed Work does not comply with the requirements
40
+ currently in effect as described in this License, you must purchase a
41
+ commercial license from the Licensor, its affiliated entities, or authorized
42
+ resellers, or you must refrain from using the Licensed Work.
43
+
44
+ All copies of the original and modified Licensed Work, and derivative works
45
+ of the Licensed Work, are subject to this License. This License applies
46
+ separately for each version of the Licensed Work and the Change Date may vary
47
+ for each version of the Licensed Work released by Licensor.
48
+
49
+ You must conspicuously display this License on each original or modified copy
50
+ of the Licensed Work. If you receive the Licensed Work in original or
51
+ modified form from a third party, the terms and conditions set forth in this
52
+ License apply to your use of that work.
53
+
54
+ Any use of the Licensed Work in violation of this License will automatically
55
+ terminate your rights under this License for the current and all other
56
+ versions of the Licensed Work.
57
+
58
+ This License does not grant you any right in any trademark or logo of
59
+ Licensor or its affiliates (provided that you may use a trademark or logo of
60
+ Licensor as expressly required by this License).
61
+
62
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
63
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
64
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
65
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
66
+ TITLE.
package/README.md CHANGED
@@ -1,100 +1,100 @@
1
- # meetsoma
1
+ # σ Soma
2
2
 
3
- > σῶμα the body. The vessel that grows around you.
3
+ > Memory isn't retrieval. Memory is change.
4
4
 
5
- An AI coding agent with self-growing memory. Identity, protocols, and muscles that evolve with use.
5
+ An AI coding agent that grows with you. Identity, protocols, and muscle memory that evolve through use — not configuration.
6
6
 
7
- Built on [Pi](https://github.com/badlogic/pi-mono). Made by [Gravicity](https://gravicity.ai).
7
+ Most agents forget everything between sessions. Soma doesn't. Each session leaves the agent slightly different than the one before.
8
8
 
9
9
  ## Install
10
10
 
11
11
  ```bash
12
12
  npm install -g meetsoma
13
- ```
14
-
15
- ## Quick Start
16
-
17
- ```bash
18
- cd your-project
19
13
  soma
20
14
  ```
21
15
 
22
- On first run, Soma creates `.soma/` and writes her own identity based on your workspace. Next session, she picks up where she left off.
16
+ That's it. On first run, Soma downloads the runtime, sets up `~/.soma/`, and you're ready. Run `soma` in any project directory to start a session.
23
17
 
24
- ### Session Modes
25
-
26
- ```bash
27
- soma # Fresh session — identity + protocols, clean slate
28
- soma --continue # Resume — picks up where you left off
29
- soma --resume # Select a previous session to resume
30
- ```
18
+ ## What Happens
31
19
 
32
- ## What Grows Over Time
20
+ Run `soma` and you'll see a rotating concept about how the system works — and you can ask questions right from the CLI. Press `?` to explore:
33
21
 
34
- **Session 1:** Empty. Soma discovers her identity. Protocols load by default heat.
22
+ ```
23
+ σ
35
24
 
36
- **Session 5:** Preloads carry context between sessions. Muscles start forming from repeated patterns.
25
+ Soma the AI agent that remembers
37
26
 
38
- **Session 20:** Hot protocols stay loaded, cold ones fade. Muscles auto-surface when relevant. Your `.soma/` is shaped by your work.
27
+ No compaction. Ever.
39
28
 
40
- ## The Breath Cycle
29
+ Other agents hit context limits and compact — squeezing your
30
+ entire session into a degraded summary. You wait while it
31
+ processes. Soma skips compaction entirely. When context gets
32
+ tight, the agent writes a briefing for its next self. Then
33
+ it starts fresh. Full context window. Zero wait. Nothing lost.
41
34
 
42
- Sessions are breaths. **Exhale** writes what Soma learned. **Inhale** picks it up.
35
+ ──────────────────────────────────────────────────────────
43
36
 
44
- ```
45
- Session 1 (inhale) work exhale (preload written)
46
-
47
- Session 2 (inhale) ← picks up preload → work → exhale
48
-
49
- Session 3 (inhale) ← ...and so on
37
+ → Enter Install Soma
38
+ ? Ask me something first
50
39
  ```
51
40
 
52
- At 85% context, Soma auto-exhales and continues seamlessly. No context is lost.
41
+ Every answer is generated fresh different wording each time you run it.
53
42
 
54
43
  ## Commands
55
44
 
45
+ ### Getting Started
46
+
56
47
  | Command | What it does |
57
48
  |---------|-------------|
58
- | `/exhale` | Save state, write preload for next session |
59
- | `/inhale` | Start fresh reload identity + protocols |
60
- | `/pin <name>` | Pin a protocol/muscle to hot (stays loaded) |
61
- | `/kill <name>` | Kill a protocol/muscle (drops to cold) |
62
- | `/soma status` | Show memory status |
63
- | `/soma init` | Create `.soma/` in current directory |
49
+ | `soma` | See what Soma is about, or start a session |
50
+ | `soma init` | Install the runtime |
51
+ | `soma about` | How Soma works identity, protocols, muscles, breath, scripts |
52
+ | `soma doctor` | Verify installation health |
53
+ | `soma update` | Check for new versions |
54
+ | `soma status` | Show installation state |
64
55
 
65
- ## Memory Structure
56
+ ### After Install
66
57
 
67
- ```
68
- .soma/
69
- ├── identity.md ← who Soma becomes (discovered, not configured)
70
- ├── STATE.md ← project architecture truth
71
- ├── protocols/ ← behavioral rules (heat-tracked)
72
- ├── memory/
73
- │ ├── muscles/ ← patterns learned from experience
74
- │ ├── preload-next.md ← continuation for next session
75
- │ └── sessions/ ← daily logs
76
- └── scripts/ ← dev tooling
77
- ```
58
+ | Command | What it does |
59
+ |---------|-------------|
60
+ | `soma` | Start a session |
61
+ | `soma focus <keyword>` | Start a focused session |
62
+ | `soma inhale` | Resume from last session's preload |
63
+ | `soma --map <name>` | Load a specific workflow |
78
64
 
79
- ## Philosophy
65
+ ## How It Works
80
66
 
81
- - **Identity is discovered, not configured.** Soma writes who she is after she's worked, not before.
82
- - **Structure is earned, not imposed.** Starts minimal. Grows where needed.
83
- - **Memory is cultivated, not stored.** Patterns emerge from use.
84
- - **Sessions are breaths.** Each exhale writes what was learned. Each inhale picks it up.
67
+ **Identity** The agent maintains a self-written identity file. It knows your project, your patterns, your preferences. This isn't configuration. It's self-knowledge.
85
68
 
86
- ## Provider Setup
69
+ **Protocols** Behavioural rules that shape how the agent works. "Read before write." "Test before commit." They have heat — used ones stay hot, unused ones fade.
87
70
 
88
- ```bash
89
- export ANTHROPIC_API_KEY=sk-... # Anthropic (Claude)
90
- export GOOGLE_API_KEY=... # Google (Gemini)
91
- export OPENAI_API_KEY=sk-... # OpenAI
92
- ```
71
+ **Muscles** — Learned patterns. "Use esbuild for bundling." "This API uses OAuth." Muscles grow from corrections and repetition. Correct the agent twice and it crystallises a muscle — permanent learning.
72
+
73
+ **Breath Cycle** Every session follows three phases. Inhale (load state) → Hold (work) → Exhale (save state). At context limits, the agent writes a preload for its next self — a briefing, not a summary. No compaction. No quality loss. Full context window every session.
74
+
75
+ **Scripts** — The agent builds tools for itself. What it does twice manually, it automates. Scripts survive across sessions, context resets, and model swaps.
76
+
77
+ **Heat** — Every protocol and muscle has a heat score. Use it? Heat rises. Ignore it for three sessions? It cools. The agent's prompt compiles itself based on what's actually relevant — not what someone configured months ago.
78
+
79
+ ## Source Available
80
+
81
+ Soma is source-available under BSL 1.1. View the code, use it personally, contribute.
82
+
83
+ - **Get access:** [soma.gravicity.ai/beta](https://soma.gravicity.ai/beta) — register for source access + contributor tier
84
+ - **Docs:** [soma.gravicity.ai/docs](https://soma.gravicity.ai/docs)
85
+
86
+ Converts to MIT on 2027-09-18.
87
+
88
+ ## Requirements
89
+
90
+ - Node.js ≥ 20.6.0
91
+ - git
92
+ - An API key for your preferred provider (Anthropic, Google, OpenAI)
93
93
 
94
94
  ## Documentation
95
95
 
96
- Full docs at [soma.gravicity.ai](https://soma.gravicity.ai) and [GitHub](https://github.com/meetsoma/agent).
96
+ [soma.gravicity.ai](https://soma.gravicity.ai)
97
97
 
98
98
  ## License
99
99
 
100
- [MIT](LICENSE) — [Gravicity](https://gravicity.ai)
100
+ [BSL 1.1](LICENSE) — © 2026 Curtis Mercier.