onbuzz 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (506) hide show
  1. package/LICENSE +267 -0
  2. package/README.md +425 -0
  3. package/bin/cli.js +556 -0
  4. package/bin/loxia-terminal-v2.js +162 -0
  5. package/bin/loxia-terminal.js +90 -0
  6. package/bin/start-with-terminal.js +200 -0
  7. package/node_modules/@isaacs/balanced-match/LICENSE.md +23 -0
  8. package/node_modules/@isaacs/balanced-match/README.md +60 -0
  9. package/node_modules/@isaacs/balanced-match/dist/commonjs/index.d.ts +9 -0
  10. package/node_modules/@isaacs/balanced-match/dist/commonjs/index.d.ts.map +1 -0
  11. package/node_modules/@isaacs/balanced-match/dist/commonjs/index.js +59 -0
  12. package/node_modules/@isaacs/balanced-match/dist/commonjs/index.js.map +1 -0
  13. package/node_modules/@isaacs/balanced-match/dist/commonjs/package.json +3 -0
  14. package/node_modules/@isaacs/balanced-match/dist/esm/index.d.ts +9 -0
  15. package/node_modules/@isaacs/balanced-match/dist/esm/index.d.ts.map +1 -0
  16. package/node_modules/@isaacs/balanced-match/dist/esm/index.js +54 -0
  17. package/node_modules/@isaacs/balanced-match/dist/esm/index.js.map +1 -0
  18. package/node_modules/@isaacs/balanced-match/dist/esm/package.json +3 -0
  19. package/node_modules/@isaacs/balanced-match/package.json +79 -0
  20. package/node_modules/@isaacs/brace-expansion/LICENSE +23 -0
  21. package/node_modules/@isaacs/brace-expansion/README.md +97 -0
  22. package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.d.ts +6 -0
  23. package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
  24. package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js +199 -0
  25. package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js.map +1 -0
  26. package/node_modules/@isaacs/brace-expansion/dist/commonjs/package.json +3 -0
  27. package/node_modules/@isaacs/brace-expansion/dist/esm/index.d.ts +6 -0
  28. package/node_modules/@isaacs/brace-expansion/dist/esm/index.d.ts.map +1 -0
  29. package/node_modules/@isaacs/brace-expansion/dist/esm/index.js +195 -0
  30. package/node_modules/@isaacs/brace-expansion/dist/esm/index.js.map +1 -0
  31. package/node_modules/@isaacs/brace-expansion/dist/esm/package.json +3 -0
  32. package/node_modules/@isaacs/brace-expansion/package.json +60 -0
  33. package/node_modules/glob/LICENSE.md +63 -0
  34. package/node_modules/glob/README.md +1177 -0
  35. package/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
  36. package/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  37. package/node_modules/glob/dist/commonjs/glob.js +247 -0
  38. package/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  39. package/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  40. package/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  41. package/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  42. package/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  43. package/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
  44. package/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  45. package/node_modules/glob/dist/commonjs/ignore.js +119 -0
  46. package/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  47. package/node_modules/glob/dist/commonjs/index.d.ts +97 -0
  48. package/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  49. package/node_modules/glob/dist/commonjs/index.js +68 -0
  50. package/node_modules/glob/dist/commonjs/index.js.map +1 -0
  51. package/node_modules/glob/dist/commonjs/index.min.js +4 -0
  52. package/node_modules/glob/dist/commonjs/index.min.js.map +7 -0
  53. package/node_modules/glob/dist/commonjs/package.json +3 -0
  54. package/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
  55. package/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  56. package/node_modules/glob/dist/commonjs/pattern.js +219 -0
  57. package/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  58. package/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  59. package/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  60. package/node_modules/glob/dist/commonjs/processor.js +301 -0
  61. package/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  62. package/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
  63. package/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  64. package/node_modules/glob/dist/commonjs/walker.js +387 -0
  65. package/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  66. package/node_modules/glob/dist/esm/glob.d.ts +388 -0
  67. package/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  68. package/node_modules/glob/dist/esm/glob.js +243 -0
  69. package/node_modules/glob/dist/esm/glob.js.map +1 -0
  70. package/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  71. package/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  72. package/node_modules/glob/dist/esm/has-magic.js +23 -0
  73. package/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  74. package/node_modules/glob/dist/esm/ignore.d.ts +24 -0
  75. package/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  76. package/node_modules/glob/dist/esm/ignore.js +115 -0
  77. package/node_modules/glob/dist/esm/ignore.js.map +1 -0
  78. package/node_modules/glob/dist/esm/index.d.ts +97 -0
  79. package/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  80. package/node_modules/glob/dist/esm/index.js +55 -0
  81. package/node_modules/glob/dist/esm/index.js.map +1 -0
  82. package/node_modules/glob/dist/esm/index.min.js +4 -0
  83. package/node_modules/glob/dist/esm/index.min.js.map +7 -0
  84. package/node_modules/glob/dist/esm/package.json +3 -0
  85. package/node_modules/glob/dist/esm/pattern.d.ts +76 -0
  86. package/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  87. package/node_modules/glob/dist/esm/pattern.js +215 -0
  88. package/node_modules/glob/dist/esm/pattern.js.map +1 -0
  89. package/node_modules/glob/dist/esm/processor.d.ts +59 -0
  90. package/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  91. package/node_modules/glob/dist/esm/processor.js +294 -0
  92. package/node_modules/glob/dist/esm/processor.js.map +1 -0
  93. package/node_modules/glob/dist/esm/walker.d.ts +97 -0
  94. package/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  95. package/node_modules/glob/dist/esm/walker.js +381 -0
  96. package/node_modules/glob/dist/esm/walker.js.map +1 -0
  97. package/node_modules/glob/node_modules/minimatch/LICENSE.md +55 -0
  98. package/node_modules/glob/node_modules/minimatch/README.md +453 -0
  99. package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
  100. package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
  101. package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  102. package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
  103. package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
  104. package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
  105. package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js +591 -0
  106. package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
  107. package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
  108. package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
  109. package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  110. package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
  111. package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
  112. package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
  113. package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js +30 -0
  114. package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
  115. package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
  116. package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
  117. package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js +1029 -0
  118. package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
  119. package/node_modules/glob/node_modules/minimatch/dist/commonjs/package.json +3 -0
  120. package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
  121. package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
  122. package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
  123. package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
  124. package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
  125. package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
  126. package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  127. package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
  128. package/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
  129. package/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
  130. package/node_modules/glob/node_modules/minimatch/dist/esm/ast.js +587 -0
  131. package/node_modules/glob/node_modules/minimatch/dist/esm/ast.js.map +1 -0
  132. package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
  133. package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
  134. package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  135. package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
  136. package/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
  137. package/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
  138. package/node_modules/glob/node_modules/minimatch/dist/esm/escape.js +26 -0
  139. package/node_modules/glob/node_modules/minimatch/dist/esm/escape.js.map +1 -0
  140. package/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts +94 -0
  141. package/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
  142. package/node_modules/glob/node_modules/minimatch/dist/esm/index.js +1016 -0
  143. package/node_modules/glob/node_modules/minimatch/dist/esm/index.js.map +1 -0
  144. package/node_modules/glob/node_modules/minimatch/dist/esm/package.json +3 -0
  145. package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
  146. package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
  147. package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js +34 -0
  148. package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
  149. package/node_modules/glob/node_modules/minimatch/package.json +67 -0
  150. package/node_modules/glob/package.json +101 -0
  151. package/node_modules/minipass/LICENSE +15 -0
  152. package/node_modules/minipass/README.md +825 -0
  153. package/node_modules/minipass/dist/commonjs/index.d.ts +549 -0
  154. package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
  155. package/node_modules/minipass/dist/commonjs/index.js +1028 -0
  156. package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
  157. package/node_modules/minipass/dist/commonjs/package.json +3 -0
  158. package/node_modules/minipass/dist/esm/index.d.ts +549 -0
  159. package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
  160. package/node_modules/minipass/dist/esm/index.js +1018 -0
  161. package/node_modules/minipass/dist/esm/index.js.map +1 -0
  162. package/node_modules/minipass/dist/esm/package.json +3 -0
  163. package/node_modules/minipass/package.json +82 -0
  164. package/node_modules/package-json-from-dist/LICENSE.md +63 -0
  165. package/node_modules/package-json-from-dist/README.md +110 -0
  166. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
  167. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
  168. package/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
  169. package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
  170. package/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
  171. package/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
  172. package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
  173. package/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
  174. package/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
  175. package/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
  176. package/node_modules/package-json-from-dist/package.json +68 -0
  177. package/node_modules/path-scurry/LICENSE.md +55 -0
  178. package/node_modules/path-scurry/README.md +636 -0
  179. package/node_modules/path-scurry/dist/commonjs/index.d.ts +1115 -0
  180. package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
  181. package/node_modules/path-scurry/dist/commonjs/index.js +2018 -0
  182. package/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
  183. package/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  184. package/node_modules/path-scurry/dist/esm/index.d.ts +1115 -0
  185. package/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
  186. package/node_modules/path-scurry/dist/esm/index.js +1983 -0
  187. package/node_modules/path-scurry/dist/esm/index.js.map +1 -0
  188. package/node_modules/path-scurry/dist/esm/package.json +3 -0
  189. package/node_modules/path-scurry/node_modules/lru-cache/LICENSE.md +55 -0
  190. package/node_modules/path-scurry/node_modules/lru-cache/README.md +383 -0
  191. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts +1323 -0
  192. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
  193. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +1589 -0
  194. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
  195. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  196. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  197. package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  198. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts +1323 -0
  199. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
  200. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +1585 -0
  201. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js.map +1 -0
  202. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  203. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  204. package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +3 -0
  205. package/node_modules/path-scurry/node_modules/lru-cache/package.json +101 -0
  206. package/node_modules/path-scurry/package.json +88 -0
  207. package/node_modules/rimraf/LICENSE.md +55 -0
  208. package/node_modules/rimraf/README.md +226 -0
  209. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +3 -0
  210. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +1 -0
  211. package/node_modules/rimraf/dist/commonjs/default-tmp.js +58 -0
  212. package/node_modules/rimraf/dist/commonjs/default-tmp.js.map +1 -0
  213. package/node_modules/rimraf/dist/commonjs/error.d.ts +6 -0
  214. package/node_modules/rimraf/dist/commonjs/error.d.ts.map +1 -0
  215. package/node_modules/rimraf/dist/commonjs/error.js +10 -0
  216. package/node_modules/rimraf/dist/commonjs/error.js.map +1 -0
  217. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +3 -0
  218. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +1 -0
  219. package/node_modules/rimraf/dist/commonjs/fix-eperm.js +38 -0
  220. package/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +1 -0
  221. package/node_modules/rimraf/dist/commonjs/fs.d.ts +15 -0
  222. package/node_modules/rimraf/dist/commonjs/fs.d.ts.map +1 -0
  223. package/node_modules/rimraf/dist/commonjs/fs.js +33 -0
  224. package/node_modules/rimraf/dist/commonjs/fs.js.map +1 -0
  225. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +3 -0
  226. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +1 -0
  227. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js +24 -0
  228. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +1 -0
  229. package/node_modules/rimraf/dist/commonjs/index.d.ts +50 -0
  230. package/node_modules/rimraf/dist/commonjs/index.d.ts.map +1 -0
  231. package/node_modules/rimraf/dist/commonjs/index.js +78 -0
  232. package/node_modules/rimraf/dist/commonjs/index.js.map +1 -0
  233. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +34 -0
  234. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +1 -0
  235. package/node_modules/rimraf/dist/commonjs/opt-arg.js +53 -0
  236. package/node_modules/rimraf/dist/commonjs/opt-arg.js.map +1 -0
  237. package/node_modules/rimraf/dist/commonjs/package.json +3 -0
  238. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts +4 -0
  239. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +1 -0
  240. package/node_modules/rimraf/dist/commonjs/path-arg.js +48 -0
  241. package/node_modules/rimraf/dist/commonjs/path-arg.js.map +1 -0
  242. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +3 -0
  243. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +1 -0
  244. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js +19 -0
  245. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +1 -0
  246. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +8 -0
  247. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +1 -0
  248. package/node_modules/rimraf/dist/commonjs/retry-busy.js +65 -0
  249. package/node_modules/rimraf/dist/commonjs/retry-busy.js.map +1 -0
  250. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +3 -0
  251. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +1 -0
  252. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js +8 -0
  253. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +1 -0
  254. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +4 -0
  255. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +1 -0
  256. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +138 -0
  257. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +1 -0
  258. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +4 -0
  259. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +1 -0
  260. package/node_modules/rimraf/dist/commonjs/rimraf-native.js +24 -0
  261. package/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +1 -0
  262. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +4 -0
  263. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +1 -0
  264. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js +103 -0
  265. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +1 -0
  266. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +4 -0
  267. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +1 -0
  268. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js +159 -0
  269. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +1 -0
  270. package/node_modules/rimraf/dist/commonjs/use-native.d.ts +4 -0
  271. package/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +1 -0
  272. package/node_modules/rimraf/dist/commonjs/use-native.js +18 -0
  273. package/node_modules/rimraf/dist/commonjs/use-native.js.map +1 -0
  274. package/node_modules/rimraf/dist/esm/bin.d.mts +3 -0
  275. package/node_modules/rimraf/dist/esm/bin.d.mts.map +1 -0
  276. package/node_modules/rimraf/dist/esm/bin.mjs +250 -0
  277. package/node_modules/rimraf/dist/esm/bin.mjs.map +1 -0
  278. package/node_modules/rimraf/dist/esm/default-tmp.d.ts +3 -0
  279. package/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +1 -0
  280. package/node_modules/rimraf/dist/esm/default-tmp.js +55 -0
  281. package/node_modules/rimraf/dist/esm/default-tmp.js.map +1 -0
  282. package/node_modules/rimraf/dist/esm/error.d.ts +6 -0
  283. package/node_modules/rimraf/dist/esm/error.d.ts.map +1 -0
  284. package/node_modules/rimraf/dist/esm/error.js +5 -0
  285. package/node_modules/rimraf/dist/esm/error.js.map +1 -0
  286. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts +3 -0
  287. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +1 -0
  288. package/node_modules/rimraf/dist/esm/fix-eperm.js +33 -0
  289. package/node_modules/rimraf/dist/esm/fix-eperm.js.map +1 -0
  290. package/node_modules/rimraf/dist/esm/fs.d.ts +15 -0
  291. package/node_modules/rimraf/dist/esm/fs.d.ts.map +1 -0
  292. package/node_modules/rimraf/dist/esm/fs.js +18 -0
  293. package/node_modules/rimraf/dist/esm/fs.js.map +1 -0
  294. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +3 -0
  295. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +1 -0
  296. package/node_modules/rimraf/dist/esm/ignore-enoent.js +19 -0
  297. package/node_modules/rimraf/dist/esm/ignore-enoent.js.map +1 -0
  298. package/node_modules/rimraf/dist/esm/index.d.ts +50 -0
  299. package/node_modules/rimraf/dist/esm/index.d.ts.map +1 -0
  300. package/node_modules/rimraf/dist/esm/index.js +70 -0
  301. package/node_modules/rimraf/dist/esm/index.js.map +1 -0
  302. package/node_modules/rimraf/dist/esm/opt-arg.d.ts +34 -0
  303. package/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +1 -0
  304. package/node_modules/rimraf/dist/esm/opt-arg.js +46 -0
  305. package/node_modules/rimraf/dist/esm/opt-arg.js.map +1 -0
  306. package/node_modules/rimraf/dist/esm/package.json +3 -0
  307. package/node_modules/rimraf/dist/esm/path-arg.d.ts +4 -0
  308. package/node_modules/rimraf/dist/esm/path-arg.d.ts.map +1 -0
  309. package/node_modules/rimraf/dist/esm/path-arg.js +46 -0
  310. package/node_modules/rimraf/dist/esm/path-arg.js.map +1 -0
  311. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +3 -0
  312. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +1 -0
  313. package/node_modules/rimraf/dist/esm/readdir-or-error.js +14 -0
  314. package/node_modules/rimraf/dist/esm/readdir-or-error.js.map +1 -0
  315. package/node_modules/rimraf/dist/esm/retry-busy.d.ts +8 -0
  316. package/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +1 -0
  317. package/node_modules/rimraf/dist/esm/retry-busy.js +60 -0
  318. package/node_modules/rimraf/dist/esm/retry-busy.js.map +1 -0
  319. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +3 -0
  320. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +1 -0
  321. package/node_modules/rimraf/dist/esm/rimraf-manual.js +5 -0
  322. package/node_modules/rimraf/dist/esm/rimraf-manual.js.map +1 -0
  323. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +4 -0
  324. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +1 -0
  325. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js +133 -0
  326. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +1 -0
  327. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts +4 -0
  328. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +1 -0
  329. package/node_modules/rimraf/dist/esm/rimraf-native.js +19 -0
  330. package/node_modules/rimraf/dist/esm/rimraf-native.js.map +1 -0
  331. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +4 -0
  332. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +1 -0
  333. package/node_modules/rimraf/dist/esm/rimraf-posix.js +98 -0
  334. package/node_modules/rimraf/dist/esm/rimraf-posix.js.map +1 -0
  335. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +4 -0
  336. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +1 -0
  337. package/node_modules/rimraf/dist/esm/rimraf-windows.js +154 -0
  338. package/node_modules/rimraf/dist/esm/rimraf-windows.js.map +1 -0
  339. package/node_modules/rimraf/dist/esm/use-native.d.ts +4 -0
  340. package/node_modules/rimraf/dist/esm/use-native.d.ts.map +1 -0
  341. package/node_modules/rimraf/dist/esm/use-native.js +15 -0
  342. package/node_modules/rimraf/dist/esm/use-native.js.map +1 -0
  343. package/node_modules/rimraf/package.json +92 -0
  344. package/package.json +152 -0
  345. package/scripts/install-scanners.js +258 -0
  346. package/scripts/watchdog.js +147 -0
  347. package/src/analyzers/CSSAnalyzer.js +297 -0
  348. package/src/analyzers/ConfigValidator.js +690 -0
  349. package/src/analyzers/ESLintAnalyzer.js +320 -0
  350. package/src/analyzers/JavaScriptAnalyzer.js +261 -0
  351. package/src/analyzers/PrettierFormatter.js +247 -0
  352. package/src/analyzers/PythonAnalyzer.js +283 -0
  353. package/src/analyzers/SecurityAnalyzer.js +729 -0
  354. package/src/analyzers/SparrowAnalyzer.js +341 -0
  355. package/src/analyzers/TypeScriptAnalyzer.js +247 -0
  356. package/src/analyzers/codeCloneDetector/analyzer.js +344 -0
  357. package/src/analyzers/codeCloneDetector/detector.js +250 -0
  358. package/src/analyzers/codeCloneDetector/index.js +192 -0
  359. package/src/analyzers/codeCloneDetector/parser.js +199 -0
  360. package/src/analyzers/codeCloneDetector/reporter.js +148 -0
  361. package/src/analyzers/codeCloneDetector/scanner.js +88 -0
  362. package/src/core/agentPool.js +1957 -0
  363. package/src/core/agentScheduler.js +3212 -0
  364. package/src/core/contextManager.js +709 -0
  365. package/src/core/flowExecutor.js +928 -0
  366. package/src/core/messageProcessor.js +808 -0
  367. package/src/core/orchestrator.js +584 -0
  368. package/src/core/stateManager.js +1500 -0
  369. package/src/index.js +972 -0
  370. package/src/interfaces/cli.js +553 -0
  371. package/src/interfaces/terminal/__tests__/smoke/advancedFeatures.test.js +208 -0
  372. package/src/interfaces/terminal/__tests__/smoke/agentControl.test.js +236 -0
  373. package/src/interfaces/terminal/__tests__/smoke/agents.test.js +138 -0
  374. package/src/interfaces/terminal/__tests__/smoke/components.test.js +137 -0
  375. package/src/interfaces/terminal/__tests__/smoke/connection.test.js +350 -0
  376. package/src/interfaces/terminal/__tests__/smoke/enhancements.test.js +156 -0
  377. package/src/interfaces/terminal/__tests__/smoke/imports.test.js +332 -0
  378. package/src/interfaces/terminal/__tests__/smoke/messages.test.js +256 -0
  379. package/src/interfaces/terminal/__tests__/smoke/tools.test.js +388 -0
  380. package/src/interfaces/terminal/api/apiClient.js +299 -0
  381. package/src/interfaces/terminal/api/messageRouter.js +262 -0
  382. package/src/interfaces/terminal/api/session.js +266 -0
  383. package/src/interfaces/terminal/api/websocket.js +497 -0
  384. package/src/interfaces/terminal/components/AgentCreator.js +705 -0
  385. package/src/interfaces/terminal/components/AgentEditor.js +678 -0
  386. package/src/interfaces/terminal/components/AgentSwitcher.js +330 -0
  387. package/src/interfaces/terminal/components/ErrorBoundary.js +92 -0
  388. package/src/interfaces/terminal/components/ErrorPanel.js +264 -0
  389. package/src/interfaces/terminal/components/Header.js +28 -0
  390. package/src/interfaces/terminal/components/HelpPanel.js +231 -0
  391. package/src/interfaces/terminal/components/InputBox.js +118 -0
  392. package/src/interfaces/terminal/components/Layout.js +603 -0
  393. package/src/interfaces/terminal/components/LoadingSpinner.js +71 -0
  394. package/src/interfaces/terminal/components/MessageList.js +281 -0
  395. package/src/interfaces/terminal/components/MultilineTextInput.js +251 -0
  396. package/src/interfaces/terminal/components/SearchPanel.js +265 -0
  397. package/src/interfaces/terminal/components/SettingsPanel.js +415 -0
  398. package/src/interfaces/terminal/components/StatusBar.js +65 -0
  399. package/src/interfaces/terminal/components/TextInput.js +127 -0
  400. package/src/interfaces/terminal/config/agentEditorConstants.js +227 -0
  401. package/src/interfaces/terminal/config/constants.js +393 -0
  402. package/src/interfaces/terminal/index.js +168 -0
  403. package/src/interfaces/terminal/state/useAgentControl.js +496 -0
  404. package/src/interfaces/terminal/state/useAgents.js +537 -0
  405. package/src/interfaces/terminal/state/useConnection.js +444 -0
  406. package/src/interfaces/terminal/state/useMessages.js +630 -0
  407. package/src/interfaces/terminal/state/useTools.js +554 -0
  408. package/src/interfaces/terminal/utils/debugLogger.js +44 -0
  409. package/src/interfaces/terminal/utils/settingsStorage.js +232 -0
  410. package/src/interfaces/terminal/utils/theme.js +85 -0
  411. package/src/interfaces/webServer.js +5457 -0
  412. package/src/modules/fileExplorer/controller.js +413 -0
  413. package/src/modules/fileExplorer/index.js +37 -0
  414. package/src/modules/fileExplorer/middleware.js +92 -0
  415. package/src/modules/fileExplorer/routes.js +158 -0
  416. package/src/modules/fileExplorer/types.js +44 -0
  417. package/src/services/agentActivityService.js +399 -0
  418. package/src/services/aiService.js +2618 -0
  419. package/src/services/apiKeyManager.js +334 -0
  420. package/src/services/benchmarkService.js +196 -0
  421. package/src/services/budgetService.js +565 -0
  422. package/src/services/contextInjectionService.js +268 -0
  423. package/src/services/conversationCompactionService.js +1103 -0
  424. package/src/services/credentialVault.js +685 -0
  425. package/src/services/errorHandler.js +810 -0
  426. package/src/services/fileAttachmentService.js +547 -0
  427. package/src/services/flowContextService.js +189 -0
  428. package/src/services/memoryService.js +521 -0
  429. package/src/services/modelRouterService.js +365 -0
  430. package/src/services/modelsService.js +323 -0
  431. package/src/services/ollamaService.js +452 -0
  432. package/src/services/portRegistry.js +336 -0
  433. package/src/services/portTracker.js +223 -0
  434. package/src/services/projectDetector.js +404 -0
  435. package/src/services/promptService.js +372 -0
  436. package/src/services/qualityInspector.js +796 -0
  437. package/src/services/scheduleService.js +725 -0
  438. package/src/services/serviceRegistry.js +386 -0
  439. package/src/services/skillsService.js +486 -0
  440. package/src/services/telegramService.js +920 -0
  441. package/src/services/tokenCountingService.js +316 -0
  442. package/src/services/visualEditorBridge.js +1033 -0
  443. package/src/services/visualEditorServer.js +1727 -0
  444. package/src/services/whatsappService.js +663 -0
  445. package/src/tools/__tests__/webTool.e2e.test.js +569 -0
  446. package/src/tools/__tests__/webTool.unit.test.js +195 -0
  447. package/src/tools/agentCommunicationTool.js +1343 -0
  448. package/src/tools/agentDelayTool.js +498 -0
  449. package/src/tools/asyncToolManager.js +604 -0
  450. package/src/tools/baseTool.js +887 -0
  451. package/src/tools/browserTool.js +897 -0
  452. package/src/tools/cloneDetectionTool.js +581 -0
  453. package/src/tools/codeMapTool.js +857 -0
  454. package/src/tools/dependencyResolverTool.js +1212 -0
  455. package/src/tools/docxTool.js +623 -0
  456. package/src/tools/excelTool.js +636 -0
  457. package/src/tools/fileContentReplaceTool.js +840 -0
  458. package/src/tools/fileTreeTool.js +833 -0
  459. package/src/tools/filesystemTool.js +1217 -0
  460. package/src/tools/helpTool.js +198 -0
  461. package/src/tools/imageTool.js +1034 -0
  462. package/src/tools/importAnalyzerTool.js +1056 -0
  463. package/src/tools/jobDoneTool.js +388 -0
  464. package/src/tools/memoryTool.js +554 -0
  465. package/src/tools/pdfTool.js +627 -0
  466. package/src/tools/seekTool.js +883 -0
  467. package/src/tools/skillsTool.js +276 -0
  468. package/src/tools/staticAnalysisTool.js +2146 -0
  469. package/src/tools/taskManagerTool.js +2836 -0
  470. package/src/tools/terminalTool.js +2486 -0
  471. package/src/tools/userPromptTool.js +474 -0
  472. package/src/tools/videoTool.js +1139 -0
  473. package/src/tools/visionTool.js +507 -0
  474. package/src/tools/visualEditorTool.js +1175 -0
  475. package/src/tools/webTool.js +3114 -0
  476. package/src/tools/whatsappTool.js +457 -0
  477. package/src/types/agent.js +519 -0
  478. package/src/types/contextReference.js +972 -0
  479. package/src/types/conversation.js +730 -0
  480. package/src/types/toolCommand.js +747 -0
  481. package/src/utilities/attachmentValidator.js +288 -0
  482. package/src/utilities/browserStealth.js +630 -0
  483. package/src/utilities/configManager.js +618 -0
  484. package/src/utilities/constants.js +870 -0
  485. package/src/utilities/directoryAccessManager.js +566 -0
  486. package/src/utilities/fileProcessor.js +307 -0
  487. package/src/utilities/humanBehavior.js +453 -0
  488. package/src/utilities/jsonRepair.js +242 -0
  489. package/src/utilities/logger.js +436 -0
  490. package/src/utilities/platformUtils.js +255 -0
  491. package/src/utilities/platformUtils.test.js +98 -0
  492. package/src/utilities/stealthConstants.js +377 -0
  493. package/src/utilities/structuredFileValidator.js +699 -0
  494. package/src/utilities/tagParser.js +878 -0
  495. package/src/utilities/toolConstants.js +415 -0
  496. package/src/utilities/userDataDir.js +300 -0
  497. package/web-ui/build/brands/autopilot/favicon.svg +1 -0
  498. package/web-ui/build/brands/autopilot/logo.webp +0 -0
  499. package/web-ui/build/brands/onbuzz/favicon.svg +1 -0
  500. package/web-ui/build/brands/onbuzz/logo-text.webp +0 -0
  501. package/web-ui/build/brands/onbuzz/logo.webp +0 -0
  502. package/web-ui/build/index.html +15 -0
  503. package/web-ui/build/logo.png +0 -0
  504. package/web-ui/build/logo2.png +0 -0
  505. package/web-ui/build/static/index-SmQFfvBs.js +746 -0
  506. package/web-ui/build/static/index-V2ySwjHp.css +1 -0
package/LICENSE ADDED
@@ -0,0 +1,267 @@
1
+ LOXIA AUTOPILOT ONE - COMMERCIAL LICENSE
2
+
3
+ Copyright (c) 2025 Loxia AI. All rights reserved.
4
+
5
+ ================================================================================
6
+ LICENSE AGREEMENT
7
+ ================================================================================
8
+
9
+ This License Agreement ("Agreement") is a legal agreement between you (either
10
+ an individual or a single entity, "Licensee") and Loxia AI ("Licensor") for
11
+ the Loxia Autopilot One software product, which includes computer software and
12
+ may include associated media, printed materials, and online or electronic
13
+ documentation ("Software").
14
+
15
+ By installing, copying, or otherwise using the Software, you agree to be bound
16
+ by the terms of this Agreement. If you do not agree to the terms of this
17
+ Agreement, do not install or use the Software.
18
+
19
+ ================================================================================
20
+ GRANT OF LICENSE
21
+ ================================================================================
22
+
23
+ Subject to the terms and conditions of this Agreement, AND upon Licensee's
24
+ registration and authentication with valid credentials provided by Licensor,
25
+ Licensor hereby grants Licensee a non-exclusive, non-transferable, worldwide
26
+ license to:
27
+
28
+ 1. INSTALL AND USE the Software ONLY with valid, active authentication
29
+ credentials obtained through registration or subscription with Licensor.
30
+
31
+ 2. USE the Software for the duration of your active subscription or license
32
+ period, as determined by Licensor.
33
+
34
+ 3. MODIFY the Software configuration files and settings for your own use.
35
+
36
+ 4. USE the Software in connection with your own projects, products, or services,
37
+ subject to maintaining an active, valid subscription or license.
38
+
39
+ ================================================================================
40
+ RESTRICTIONS
41
+ ================================================================================
42
+
43
+ Licensee shall NOT:
44
+
45
+ 1. USE the Software without valid, active authentication credentials obtained
46
+ through proper registration or subscription with Licensor.
47
+
48
+ 2. SHARE, transfer, or provide access to authentication credentials with any
49
+ third party or unauthorized user.
50
+
51
+ 3. REDISTRIBUTE, sublicense, sell, rent, lease, or lend the Software or any
52
+ portion thereof to any third party, whether in original or modified form.
53
+
54
+ 4. REVERSE ENGINEER, decompile, disassemble, deobfuscate, or otherwise attempt
55
+ to derive the source code of the Software.
56
+
57
+ 5. REMOVE, alter, or obscure any proprietary notices, labels, or marks on or
58
+ in the Software.
59
+
60
+ 6. CIRCUMVENT, bypass, or disable any authentication, licensing, or security
61
+ mechanisms in the Software.
62
+
63
+ 7. CREATE DERIVATIVE WORKS based on the Software, except for modifications
64
+ to configuration files as permitted above.
65
+
66
+ 8. USE the Software to create a competing product or service.
67
+
68
+ 9. DISTRIBUTE the Software as part of a product or service offered for sale
69
+ or as a service (SaaS) without explicit written permission from Licensor.
70
+
71
+ 10. USE the Software in any manner that violates applicable laws or regulations.
72
+
73
+ 11. CONTINUE TO USE the Software after subscription expiration or termination
74
+ without renewing or obtaining a new valid license.
75
+
76
+ ================================================================================
77
+ INTELLECTUAL PROPERTY
78
+ ================================================================================
79
+
80
+ The Software is licensed, not sold. Licensor retains all right, title, and
81
+ interest in and to the Software, including all intellectual property rights
82
+ therein. The Software is protected by copyright laws and international treaty
83
+ provisions.
84
+
85
+ This license does not grant Licensee any rights to trademarks, service marks,
86
+ or trade names of Licensor.
87
+
88
+ ================================================================================
89
+ DISCLAIMER OF WARRANTY
90
+ ================================================================================
91
+
92
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
93
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
94
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
95
+
96
+ LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS OR
97
+ THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE.
98
+
99
+ ================================================================================
100
+ LIMITATION OF LIABILITY
101
+ ================================================================================
102
+
103
+ IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT,
104
+ OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES
105
+ FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
106
+ INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
107
+ INABILITY TO USE THE SOFTWARE, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
108
+ POSSIBILITY OF SUCH DAMAGES.
109
+
110
+ IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS
111
+ AGREEMENT SHALL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR THE
112
+ SOFTWARE.
113
+
114
+ ================================================================================
115
+ REGISTRATION AND AUTHENTICATION
116
+ ================================================================================
117
+
118
+ 1. REGISTRATION REQUIRED: Use of the Software requires registration and
119
+ authentication through Licensor's authentication system.
120
+
121
+ 2. VALID CREDENTIALS: Licensee must obtain valid authentication credentials
122
+ through one of the following methods:
123
+ - Active paid subscription
124
+ - Valid license purchase
125
+ - Authorized trial or evaluation access
126
+ - Other methods explicitly approved by Licensor
127
+
128
+ 3. CREDENTIAL SECURITY: Licensee is solely responsible for:
129
+ - Maintaining the confidentiality of authentication credentials
130
+ - All activities that occur under their credentials
131
+ - Immediately notifying Licensor of any unauthorized use
132
+
133
+ 4. NO CREDENTIAL SHARING: Authentication credentials are personal and
134
+ non-transferable. Sharing credentials with others is strictly prohibited
135
+ and may result in immediate termination of the license.
136
+
137
+ 5. SUBSCRIPTION VALIDITY: Access to the Software is conditional upon
138
+ maintaining an active, valid subscription or license. Upon expiration or
139
+ termination of subscription, all rights to use the Software cease
140
+ immediately.
141
+
142
+ 6. VERIFICATION: Licensor reserves the right to verify authentication
143
+ credentials and subscription status at any time. The Software may
144
+ periodically communicate with Licensor's servers for authentication
145
+ verification.
146
+
147
+ ================================================================================
148
+ SUPPORT AND UPDATES
149
+ ================================================================================
150
+
151
+ Licensor may, at its sole discretion, provide updates, upgrades, bug fixes,
152
+ or technical support for the Software to Licensees with active, valid
153
+ subscriptions. Such support, if any, will be provided "as is" without warranty
154
+ of any kind.
155
+
156
+ Licensee is not entitled to any updates or support unless they maintain an
157
+ active subscription or have explicitly agreed to support terms in a separate
158
+ agreement.
159
+
160
+ ================================================================================
161
+ TERMINATION
162
+ ================================================================================
163
+
164
+ This Agreement is effective until terminated. Licensee's rights under this
165
+ Agreement will terminate automatically without notice from Licensor upon:
166
+
167
+ 1. SUBSCRIPTION EXPIRATION: Automatic termination upon expiration of the
168
+ subscription period if not renewed.
169
+
170
+ 2. BREACH OF TERMS: Failure to comply with any term(s) of this Agreement,
171
+ including but not limited to:
172
+ - Unauthorized use without valid credentials
173
+ - Sharing or transferring authentication credentials
174
+ - Circumventing authentication or security mechanisms
175
+ - Reverse engineering or deobfuscation attempts
176
+ - Redistribution of the Software
177
+
178
+ 3. CREDENTIAL VIOLATIONS: Any misuse, unauthorized sharing, or security
179
+ breach involving Licensee's authentication credentials.
180
+
181
+ 4. NON-PAYMENT: Failure to maintain payment for subscription-based access.
182
+
183
+ Upon termination, Licensee must:
184
+ - Immediately cease all use of the Software
185
+ - Destroy all copies, full or partial, of the Software
186
+ - Delete or destroy all authentication credentials
187
+ - Certify destruction upon Licensor's request
188
+
189
+ Termination does not relieve Licensee of payment obligations incurred prior
190
+ to termination.
191
+
192
+ ================================================================================
193
+ DATA COLLECTION AND PRIVACY
194
+ ================================================================================
195
+
196
+ 1. AUTHENTICATION DATA: The Software requires periodic communication with
197
+ Licensor's authentication servers to verify credentials and subscription
198
+ status. This includes:
199
+ - Authentication credentials verification
200
+ - Subscription status checks
201
+ - License validation
202
+
203
+ 2. LOCAL OPERATION: Beyond authentication verification, the Software operates
204
+ locally on Licensee's machine. Licensor does not collect telemetry, usage
205
+ data, or personal information from the Software without explicit consent.
206
+
207
+ 3. DATA SECURITY: Licensor implements reasonable security measures to protect
208
+ authentication data during transmission and storage.
209
+
210
+ 4. USER RESPONSIBILITY: Licensee is responsible for compliance with applicable
211
+ privacy laws when using the Software to process any personal or sensitive
212
+ data.
213
+
214
+ ================================================================================
215
+ EXPORT RESTRICTIONS
216
+ ================================================================================
217
+
218
+ Licensee agrees to comply with all applicable export and import laws and
219
+ regulations. Licensee shall not export or re-export the Software, directly or
220
+ indirectly, to any countries that are subject to export restrictions.
221
+
222
+ ================================================================================
223
+ GOVERNING LAW
224
+ ================================================================================
225
+
226
+ This Agreement shall be governed by and construed in accordance with the laws
227
+ of the State of Israel, without regard to its conflict of law provisions.
228
+
229
+ Any disputes arising under or in connection with this Agreement shall be
230
+ subject to the exclusive jurisdiction of the competent courts of Tel Aviv-Jaffa,
231
+ Israel.
232
+
233
+ ================================================================================
234
+ ENTIRE AGREEMENT
235
+ ================================================================================
236
+
237
+ This Agreement constitutes the entire agreement between Licensee and Licensor
238
+ concerning the Software and supersedes all prior or contemporaneous oral or
239
+ written communications, proposals, and representations with respect to the
240
+ Software or any other subject matter covered by this Agreement.
241
+
242
+ This Agreement may not be modified except by a written amendment signed by an
243
+ authorized representative of Licensor.
244
+
245
+ ================================================================================
246
+ SEVERABILITY
247
+ ================================================================================
248
+
249
+ If any provision of this Agreement is held to be unenforceable, such provision
250
+ shall be reformed only to the extent necessary to make it enforceable, and the
251
+ remaining provisions of this Agreement shall remain in full force and effect.
252
+
253
+ ================================================================================
254
+ ACKNOWLEDGMENT
255
+ ================================================================================
256
+
257
+ BY INSTALLING OR USING THE SOFTWARE, LICENSEE ACKNOWLEDGES THAT LICENSEE HAS
258
+ READ THIS AGREEMENT, UNDERSTANDS IT, AND AGREES TO BE BOUND BY ITS TERMS AND
259
+ CONDITIONS.
260
+
261
+ ================================================================================
262
+
263
+ For questions regarding this license, please contact:
264
+ Email: legal@loxia.ai
265
+ Website: https://loxia.ai
266
+
267
+ Version 1.0 - January 2025
package/README.md ADDED
@@ -0,0 +1,425 @@
1
+ <div align="center">
2
+
3
+ # Loxia Autopilot One
4
+
5
+ **Autonomous AI Agent System for Software Development**
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@loxia-labs/loxia-autopilot-one.svg?style=flat-square)](https://www.npmjs.com/package/@loxia-labs/loxia-autopilot-one)
8
+ [![Node.js Version](https://img.shields.io/node/v/@loxia-labs/loxia-autopilot-one.svg?style=flat-square)](https://nodejs.org)
9
+ [![License: Commercial](https://img.shields.io/badge/License-Commercial-blue.svg?style=flat-square)](./LICENSE)
10
+
11
+ **[Quick Start](#-quick-start)** | **[Features](#-features)** | **[Documentation](#-documentation)** | **[Tools](#-ai-powered-tools)** | **[Web UI](#-web-interface)**
12
+
13
+ </div>
14
+
15
+ ---
16
+
17
+ ## What is Loxia Autopilot One?
18
+
19
+ Loxia Autopilot One is a **production-ready autonomous AI agent system** that empowers developers with intelligent coding assistance. It combines the power of multiple AI models with a comprehensive toolkit for software development, code analysis, and automation.
20
+
21
+ ### Why Loxia?
22
+
23
+ - **Multi-Agent Orchestration** - Run multiple AI agents simultaneously with isolated workspaces
24
+ - **Rich Tool Ecosystem** - 18+ specialized tools for development, analysis, and automation
25
+ - **Dual Interface** - Modern Web UI + powerful CLI for any workflow
26
+ - **Real-Time Monitoring** - Track agent activity, costs, and performance
27
+ - **Persistent State** - Resume conversations and continue work across sessions
28
+ - **Secure by Design** - Agent isolation, resource limits, and security scanning
29
+
30
+ ---
31
+
32
+ ## Features
33
+
34
+ ### Core Capabilities
35
+
36
+ <table>
37
+ <tr>
38
+ <td width="50%">
39
+
40
+ #### Intelligent Agent System
41
+ - Multi-agent conversation orchestration
42
+ - Automatic model selection and routing
43
+ - Task-based agent specialization
44
+ - Inter-agent communication
45
+ - Background task management
46
+
47
+ </td>
48
+ <td width="50%">
49
+
50
+ #### Professional Tooling
51
+ - Terminal command execution
52
+ - File system operations
53
+ - Web browsing and scraping
54
+ - Image generation (DALL-E, Flux)
55
+ - Code analysis and refactoring
56
+
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td width="50%">
61
+
62
+ #### Development Features
63
+ - Import/export analysis
64
+ - Dependency resolution
65
+ - Static code analysis
66
+ - Clone detection
67
+ - Security scanning
68
+
69
+ </td>
70
+ <td width="50%">
71
+
72
+ #### Smart Assistance
73
+ - Context-aware responses
74
+ - File attachments in chat
75
+ - Conversation compaction
76
+ - Task management
77
+ - Progress tracking
78
+
79
+ </td>
80
+ </tr>
81
+ </table>
82
+
83
+ ---
84
+
85
+ ## Quick Start
86
+
87
+ ### 1. Create an Account
88
+
89
+ Register at **[autopilot.loxia.ai](https://autopilot.loxia.ai)** to get started.
90
+
91
+ ### 2. Install the Package
92
+
93
+ ```bash
94
+ npm install -g @loxia-labs/loxia-autopilot-one
95
+ ```
96
+
97
+ ### 3. Verify Installation
98
+
99
+ ```bash
100
+ loxia --version
101
+ # Should display: Loxia Autopilot One v2.3.0
102
+ ```
103
+
104
+ ### 4. Create an API Key
105
+
106
+ 1. Sign in at [autopilot.loxia.ai](https://autopilot.loxia.ai)
107
+ 2. Navigate to [API Keys](https://autopilot.loxia.ai/api-keys)
108
+ 3. Create a new API key and copy it
109
+
110
+ ### 5. Launch & Configure
111
+
112
+ #### Option A: Web UI
113
+ ```bash
114
+ loxia web
115
+ ```
116
+ This starts the server and opens the Web UI in your browser. Go to **Settings** and paste your API key.
117
+
118
+ #### Option B: Terminal UI
119
+ ```bash
120
+ loxia plus-terminal
121
+ ```
122
+ This starts the server + Terminal UI. Press `Ctrl+,` to open Settings, paste your API key. Press `Alt+H` for help.
123
+
124
+ ### 6. Start Using Loxia
125
+
126
+ 1. **Create an agent** using the interface
127
+ 2. **Send a message** to start interacting
128
+ 3. **Enjoy** autonomous AI assistance!
129
+
130
+ ### CLI Reference
131
+
132
+ ```bash
133
+ loxia web # Start server + open Web UI in browser
134
+ loxia terminal # Start Terminal UI (server must be running)
135
+ loxia plus-terminal # Start server + Terminal UI together
136
+ loxia plus-web # Alias for 'web'
137
+ loxia --port 3000 # Use custom port (works with any command)
138
+ loxia --version # Show version
139
+ loxia --help # Show all options
140
+ ```
141
+
142
+ ---
143
+
144
+ ## Web Interface
145
+
146
+ The modern Web UI provides an intuitive interface for managing agents and conversations:
147
+
148
+ ### Key Features
149
+
150
+ - **Chat Interface** - Clean, responsive chat with markdown support
151
+ - **File Attachments** - Drag and drop files into conversations
152
+ - **Agent Management** - Create, switch, and manage multiple agents
153
+ - **Real-Time Updates** - Live agent status and output streaming
154
+ - **Model Selection** - Switch between AI models on the fly
155
+ - **Task Tracking** - Visual task lists with progress indicators
156
+ - **Search & Filter** - Find conversations and messages quickly
157
+ - **Modern UI** - Built with React, TailwindCSS, and WebSockets
158
+
159
+ ---
160
+
161
+ ## AI-Powered Tools
162
+
163
+ Loxia comes with 18+ specialized tools that agents can use autonomously:
164
+
165
+ ### Development Tools
166
+
167
+ | Tool | Description | Key Features |
168
+ |------|-------------|--------------|
169
+ | **Terminal** | Execute shell commands | Background processes, stdin input, prompt detection |
170
+ | **File System** | File operations | Create, read, update, delete files and directories |
171
+ | **Browser** | Web automation | Headless browsing, screenshots, scraping with Puppeteer |
172
+ | **Seek** | Code search | Pattern matching, multi-directory support |
173
+ | **File Tree** | Directory visualization | Tree structure generation, filtering |
174
+
175
+ ### Analysis Tools
176
+
177
+ | Tool | Description | Key Features |
178
+ |------|-------------|--------------|
179
+ | **Import Analyzer** | Import/export analysis | ES6, CommonJS, circular dependencies, unused exports |
180
+ | **Dependency Resolver** | Dependency management | Semantic versioning, conflict detection, upgrade paths |
181
+ | **Static Analysis** | Code quality | ESLint, Prettier, TypeScript, Stylelint integration |
182
+ | **Clone Detection** | Code duplication | AST-based analysis, similarity scoring |
183
+ | **Security Scanner** | Security audits | npm audit, dependency vulnerabilities, deployment checks |
184
+
185
+ ### AI & Automation Tools
186
+
187
+ | Tool | Description | Key Features |
188
+ |------|-------------|--------------|
189
+ | **Image Generator** | AI image creation | Flux Pro support, high-quality outputs |
190
+ | **Video Generator** | AI video creation | Azure OpenAI Sora integration, async processing |
191
+ | **Task Manager** | Task tracking | Todo lists, progress tracking, agent synchronization |
192
+ | **Web Tool** | HTTP requests | GET, POST, API testing, webhook debugging |
193
+ | **File Content Replace** | Bulk replacements | Pattern-based, multi-file, preview changes |
194
+ | **Agent Communication** | Inter-agent messaging | Task delegation, collaborative workflows |
195
+
196
+ ### System Tools
197
+
198
+ | Tool | Description | Key Features |
199
+ |------|-------------|--------------|
200
+ | **Agent Delay** | Pause agent execution | Timed delays, background operation support |
201
+ | **Job Done** | Task completion | Mark autonomous work complete, exit to chat mode |
202
+ | **Async Tool Manager** | Background task handling | Long-running operations, status tracking |
203
+ | **Loop Detection** | Repetition prevention | Sliding window analysis, automatic termination |
204
+
205
+ ---
206
+
207
+ ## System Requirements
208
+
209
+ - **Node.js**: >= 20.0.0 (20.x LTS recommended)
210
+ - **npm**: >= 7.0.0
211
+ - **Operating System**: Windows, macOS (Intel & Apple Silicon), Linux
212
+ - **Memory**: 2GB minimum, 4GB+ recommended
213
+ - **Disk Space**: 500MB for package and dependencies
214
+ - **Shell**: bash, zsh (macOS default), PowerShell, cmd
215
+
216
+ ---
217
+
218
+ ## Architecture
219
+
220
+ ### High-Level Overview
221
+
222
+ ```
223
+ +--------------------------------------------------+
224
+ | Client Interfaces |
225
+ | +-------------+ +-------------------------+ |
226
+ | | Web UI | | CLI Interface | |
227
+ | | (React) | | (Interactive Shell) | |
228
+ | +-------------+ +-------------------------+ |
229
+ +------------------------+-------------------------+
230
+ | WebSocket / IPC
231
+ +-------------v--------------+
232
+ | Orchestrator Service |
233
+ | (Request Coordination) |
234
+ +---------+--------+--------+
235
+ | |
236
+ +----------v--+ +--v--------------+
237
+ | Agent Pool | | AI Service |
238
+ | - Lifecycle | | - Model Router |
239
+ | - Scheduling| | - Backend API |
240
+ +------+------+ +-----------------+
241
+ |
242
+ +------v--------------------------+
243
+ | Message Processor |
244
+ | - Tool Registry |
245
+ | - Command Extraction |
246
+ | - Execution Engine |
247
+ +----------------------------------+
248
+ ```
249
+
250
+ ### Key Components
251
+
252
+ - **Orchestrator**: Central coordination hub for all requests
253
+ - **Agent Pool**: Manages agent lifecycle, isolation, and communication
254
+ - **Message Processor**: Parses and executes tool commands from AI responses
255
+ - **AI Service**: Routes requests to appropriate AI backends
256
+ - **State Manager**: Persistent storage and session management
257
+ - **Tool Registry**: Extensible tool system with 18+ built-in tools
258
+
259
+ ---
260
+
261
+ ## Documentation
262
+
263
+ ### For Users
264
+
265
+ - **[Installation Guide](./INSTALLATION.md)** - Detailed installation and setup
266
+ - **[Tool Documentation](./docs/CREATING_TOOLS.md)** - How to use and create tools
267
+ - **[Architecture Docs](./docs/README.md)** - Interactive architecture diagrams
268
+
269
+ ### For Developers
270
+
271
+ - **[Architecture Overview](./docs/architecture/)** - System design and components
272
+ - **[API Agent Capabilities](./docs/API-AGENT-CAPABILITIES.md)** - Agent API reference
273
+ - **[Creating Tools](./docs/CREATING_TOOLS.md)** - Build custom tools
274
+
275
+ ---
276
+
277
+ ## Security & Privacy
278
+
279
+ ### Built-In Security Features
280
+
281
+ - **Agent Isolation** - Each agent has isolated workspace and permissions
282
+ - **Resource Limits** - Prevents resource exhaustion (CPU, memory, commands)
283
+ - **Path Validation** - Prevents directory traversal attacks
284
+ - **Command Sanitization** - Protects against command injection
285
+ - **Security Scanning** - Built-in vulnerability detection
286
+ - **Audit Logging** - Comprehensive activity logs
287
+
288
+ ### Privacy
289
+
290
+ - **Authentication Only** - Only credential verification communicates with servers
291
+ - **Local-First** - All work data stays on your machine
292
+ - **No Usage Telemetry** - No tracking or analytics of your work
293
+ - **State Control** - Full control over conversation history
294
+ - **Easy Cleanup** - Delete state directory to remove all local data
295
+
296
+ ---
297
+
298
+ ## Roadmap
299
+
300
+ ### Current Version (2.2.5)
301
+
302
+ - Two-layer tool descriptions: compact index + on-demand full docs via Help tool
303
+ - Document creation tools: DOCX (Word) and Excel read/create support
304
+ - PDF creation: HTML to PDF via Puppeteer with full CSS support
305
+ - Tool result turn tracking: batched results grouped by turn with manifest headers
306
+ - Unified `MAX_OUTPUT_TOKENS` constant (10,000) shared by aiService and compaction check
307
+ - Compaction: preserve recent achievements, file paths, meaningful tool outcomes; 8K summary tokens
308
+
309
+ ### v2.0.6
310
+ - Tool path sync: terminal `cd` now propagates to all tools (filesystem, seek, pdf, etc.)
311
+ - Streaming performance: chunk batching, incremental parser, reduced overscan
312
+ - WebSocket log suppression for high-frequency stream chunks
313
+
314
+ ### Previous Versions
315
+
316
+ - v2.0.2: Compaction system rewrite, SSE stream parser fix, token usage tracking
317
+ - v2.0.0: System port protection, UI responsiveness fixes, model error handling
318
+ - v1.9.x: Port registry fix, startup timeout fix, agent creation UX, flow agent visibility
319
+ - v1.8.0: Teams, agent duplication, flow execution, awaiting user input scheduling
320
+ - v1.6.x: JSON repair, filesystem hardening, streaming abort, stop button visibility
321
+ - v1.5.0: Dynamic version display, tool builtin delay, compaction indicator redesign
322
+ - v1.4.x: Parallel agent processing, streaming response display, smart auto-scroll
323
+ - v1.3.x: Binary distribution, video tool (Sora), PDF tool, API key persistence
324
+ - v1.2.x: Full macOS compatibility, help modal, keyboard shortcuts
325
+ - v1.1.x: Multi-agent orchestration, 18+ tools, conversation compaction
326
+
327
+ ### Upcoming Features
328
+
329
+ - **VSCode Extension** - Native IDE integration
330
+ - **Plugin System** - Custom tool marketplace
331
+ - **Cloud Sync** - Optional cloud backup (opt-in)
332
+
333
+ ---
334
+
335
+ ## Contributing
336
+
337
+ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
338
+
339
+ ### Development Setup
340
+
341
+ ```bash
342
+ # Clone the repository
343
+ git clone https://github.com/loxia-ai/autopilot-cli-v10.git
344
+ cd autopilot-cli-v10
345
+
346
+ # Install dependencies
347
+ npm install
348
+
349
+ # Build Web UI
350
+ cd web-ui && npm install && npm run build && cd ..
351
+
352
+ # Start in development mode
353
+ npm run dev
354
+ ```
355
+
356
+ ---
357
+
358
+ ## License
359
+
360
+ **Commercial License** - see [LICENSE](./LICENSE) file for complete terms.
361
+
362
+ - **Authentication Required** - Valid subscription or license needed to use
363
+ - **Commercial Use** - Use in your own projects and services (with active subscription)
364
+ - **No Free Use** - Requires active subscription or valid license
365
+ - **No Redistribution** - Cannot resell, redistribute, or sublicense
366
+
367
+ **Copyright (c) 2025-2026 Loxia AI. All rights reserved.**
368
+
369
+ ---
370
+
371
+ ## Support
372
+
373
+ - **Documentation**: Check the [docs](./docs/) directory
374
+ - **Bug Reports**: [GitHub Issues](https://github.com/loxia-ai/autopilot-cli-v10/issues)
375
+ - **Email**: support@loxia.ai
376
+
377
+ ### Troubleshooting
378
+
379
+ **Web UI won't start?**
380
+ ```bash
381
+ # Check if port is in use
382
+ lsof -i :8080
383
+
384
+ # Use a different port
385
+ loxia --port 3000
386
+ ```
387
+
388
+ **Agent not responding?**
389
+ ```bash
390
+ # Check logs
391
+ cat .loxia-state/logs/system.log
392
+
393
+ # Restart with debug logging
394
+ LOXIA_LOG_LEVEL=debug loxia
395
+ ```
396
+
397
+ **Installation issues?**
398
+ ```bash
399
+ # Clear npm cache
400
+ npm cache clean --force
401
+
402
+ # Reinstall
403
+ npm install -g @loxia-labs/loxia-autopilot-one --force
404
+ ```
405
+
406
+ **macOS Installation**
407
+
408
+ On macOS, configure npm to use a user-writable directory:
409
+ ```bash
410
+ mkdir ~/.npm-global
411
+ npm config set prefix '~/.npm-global'
412
+ echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.zshrc
413
+ source ~/.zshrc
414
+ npm install -g @loxia-labs/loxia-autopilot-one
415
+ ```
416
+
417
+ ---
418
+
419
+ <div align="center">
420
+
421
+ **Made with care by the Loxia team**
422
+
423
+ [Website](https://loxia.ai) | [Twitter](https://twitter.com/loxia_ai)
424
+
425
+ </div>