@liberseek/boft-cli-win32-arm64 0.6.9 → 0.7.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 (36) hide show
  1. package/README.md +1 -1
  2. package/THIRD_PARTY_NOTICES.txt +12 -4
  3. package/app/codexhost-distribution.json +1 -1
  4. package/app/desktop-controller.mjs +287 -170
  5. package/app/host-runtime.mjs +2450 -1044
  6. package/app/plugins/antigravity/plugin.mjs +167 -16
  7. package/app/plugins/claude-code/plugin.mjs +311 -58
  8. package/app/plugins/codebuddy/plugin.mjs +2355 -894
  9. package/app/plugins/cursor-cli/plugin.mjs +35973 -10933
  10. package/app/plugins/deepseek-harness/plugin.mjs +125 -7
  11. package/app/plugins/enabled.json +4 -1
  12. package/app/plugins/grok/plugin.mjs +261 -97
  13. package/app/plugins/hermes/plugin.mjs +2486 -99
  14. package/app/plugins/kiro-cli/plugin.mjs +120 -3
  15. package/app/plugins/muse/plugin.mjs +110 -0
  16. package/app/plugins/omp/plugin.mjs +145 -10
  17. package/app/plugins/opencode/plugin.mjs +162 -46
  18. package/app/plugins/pi/plugin.mjs +2891 -1678
  19. package/app/plugins/qoder/assets/icon.svg +1 -0
  20. package/app/plugins/qoder/manifest.json +12 -0
  21. package/app/plugins/qoder/plugin.mjs +52352 -0
  22. package/app/plugins/qoder-cn/assets/icon.svg +1 -0
  23. package/app/plugins/qoder-cn/manifest.json +12 -0
  24. package/app/plugins/qoder-cn/plugin.mjs +52350 -0
  25. package/app/plugins/workbuddy/assets/icon.svg +29 -0
  26. package/app/plugins/workbuddy/manifest.json +14 -0
  27. package/app/plugins/workbuddy/plugin.mjs +25007 -0
  28. package/app/renderer-extension.js +6043 -1442
  29. package/bin/boft.exe +0 -0
  30. package/libexec/boft-node-repl.exe +0 -0
  31. package/libexec/boft-shim.exe +0 -0
  32. package/libexec/boft-updater.exe +0 -0
  33. package/licenses/Qoder-Agent-SDK-LICENSE.txt +7 -0
  34. package/licenses/QoderCN-Agent-SDK-LICENSE.txt +7 -0
  35. package/licenses/{opencodex-LICENSE.txt → tailwindcss-LICENSE.txt} +1 -1
  36. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ BOFT CLI runs Pi and other external harnesses inside Codex Desktop.
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install -g @liberseek/boft-cli@0.6.9
10
+ npm install -g @liberseek/boft-cli@0.7.1
11
11
  ```
12
12
 
13
13
  Do not install this package directly. npm selects it through the optional dependencies of `@liberseek/boft-cli`.
@@ -20,6 +20,14 @@ License text: licenses/MCP-SDK-LICENSE.txt
20
20
  License: MIT
21
21
  License text: licenses/OpenCode-SDK-LICENSE.txt
22
22
 
23
+ @qoder-ai/qoder-agent-sdk 1.0.39
24
+ License: SEE LICENSE IN LICENSE
25
+ License text: licenses/Qoder-Agent-SDK-LICENSE.txt
26
+
27
+ @qodercn-ai/qodercn-agent-sdk 1.0.39
28
+ License: SEE LICENSE IN LICENSE
29
+ License text: licenses/QoderCN-Agent-SDK-LICENSE.txt
30
+
23
31
  diff 8.0.2
24
32
  License: BSD-3-Clause
25
33
  License text: licenses/diff-LICENSE.txt
@@ -28,6 +36,10 @@ lucide 1.28.0
28
36
  License: ISC
29
37
  License text: licenses/lucide-LICENSE.txt
30
38
 
39
+ tailwindcss 4.3.3
40
+ License: MIT
41
+ License text: licenses/tailwindcss-LICENSE.txt
42
+
31
43
  ws 8.21.3
32
44
  License: MIT
33
45
  License text: licenses/ws-LICENSE.txt
@@ -35,7 +47,3 @@ License text: licenses/ws-LICENSE.txt
35
47
  zod 4.4.3
36
48
  License: MIT
37
49
  License text: licenses/zod-LICENSE.txt
38
-
39
- opencodex native profiles (2d4d7a22381a2e497c2442902104619e25f937c7)
40
- License: MIT
41
- License text: licenses/opencodex-LICENSE.txt
@@ -1 +1 @@
1
- {"schemaVersion":1,"version":"0.6.9","distribution":"npm","target":"windows-arm64"}
1
+ {"schemaVersion":1,"version":"0.7.1","distribution":"npm","target":"windows-arm64"}