@fased/fased 0.1.49 → 0.1.52

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 (337) hide show
  1. package/dist/acp/client.js +2 -2
  2. package/dist/acp/secret-file.js +2 -2
  3. package/dist/agents/agent-scope.js +2 -2
  4. package/dist/agents/apply-patch.js +8 -8
  5. package/dist/agents/auth-profiles/paths.js +2 -2
  6. package/dist/agents/auth-profiles/store.js +2 -2
  7. package/dist/agents/bash-tools.shared.js +2 -2
  8. package/dist/agents/cli-credentials.js +4 -4
  9. package/dist/agents/current-model-catalog.js +45 -0
  10. package/dist/agents/docs-path.js +3 -3
  11. package/dist/agents/embedded-pi-mcp.js +4 -4
  12. package/dist/agents/identity-avatar.js +3 -3
  13. package/dist/agents/identity-file.js +2 -2
  14. package/dist/agents/model-catalog-source.js +28 -3
  15. package/dist/agents/pi-embedded-subscribe.raw-stream.js +3 -3
  16. package/dist/agents/pi-extensions/compaction-safeguard.js +3 -3
  17. package/dist/agents/pi-model-discovery.js +6 -6
  18. package/dist/agents/pi-project-settings.js +3 -3
  19. package/dist/agents/provider-id.js +1 -1
  20. package/dist/agents/sandbox/fs-bridge.js +2 -2
  21. package/dist/agents/session-dirs.js +4 -4
  22. package/dist/agents/session-write-lock.js +13 -13
  23. package/dist/agents/shell-utils.js +5 -5
  24. package/dist/agents/skills/bundled-dir.js +4 -4
  25. package/dist/agents/skills/local-loader.js +6 -6
  26. package/dist/agents/skills/plugin-skills.js +2 -2
  27. package/dist/agents/skills/workspace.js +13 -13
  28. package/dist/agents/skills-install-download.js +7 -7
  29. package/dist/agents/skills-install-plan.js +2 -2
  30. package/dist/agents/skills-install.js +2 -2
  31. package/dist/agents/skills-status.js +2 -2
  32. package/dist/agents/subagent-depth.js +2 -2
  33. package/dist/agents/system-prompt-params.js +2 -2
  34. package/dist/agents/workspace.js +22 -22
  35. package/dist/auto-reply/reply/agent-runner-execution.js +2 -2
  36. package/dist/auto-reply/reply/agent-runner.js +2 -2
  37. package/dist/auto-reply/reply/commands-export-session.js +7 -7
  38. package/dist/auto-reply/reply/post-compaction-audit.js +3 -3
  39. package/dist/auto-reply/reply/post-compaction-context.js +3 -3
  40. package/dist/auto-reply/reply/session.js +3 -3
  41. package/dist/auto-reply/skill-commands.js +3 -3
  42. package/dist/auto-reply/status.js +6 -6
  43. package/dist/brand.js +1 -1
  44. package/dist/browser/chrome.executables.js +3 -3
  45. package/dist/browser/chrome.js +3 -3
  46. package/dist/browser/chrome.profile-decoration.js +6 -6
  47. package/dist/browser/profiles-service.js +2 -2
  48. package/dist/browser/server-context.js +2 -2
  49. package/dist/browser/trash.js +4 -4
  50. package/dist/build-info.json +3 -3
  51. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  52. package/dist/canvas-host/server.js +4 -4
  53. package/dist/capabilities/catalog.js +3 -3
  54. package/dist/channels/plugins/catalog.js +3 -3
  55. package/dist/cli/browser-cli-extension.js +6 -6
  56. package/dist/cli/command-format.js +2 -2
  57. package/dist/cli/cron-cli/register.cron-simple.js +2 -2
  58. package/dist/cli/dns-cli.js +9 -9
  59. package/dist/cli/gateway-cli/dev.js +5 -5
  60. package/dist/cli/gateway-cli/run.js +2 -2
  61. package/dist/cli/hooks-cli.js +5 -5
  62. package/dist/cli/lightweight/gateway-runtime-probe.js +50 -0
  63. package/dist/cli/memory-cli.js +7 -7
  64. package/dist/cli/nodes-media-utils.js +2 -2
  65. package/dist/cli/plugins-cli.js +2 -2
  66. package/dist/cli/secrets-cli.js +3 -3
  67. package/dist/cli/update-cli/update-command.js +120 -0
  68. package/dist/cli/windows-argv.js +2 -2
  69. package/dist/commands/dashboard-link.js +3 -3
  70. package/dist/commands/doctor-install.js +5 -5
  71. package/dist/commands/doctor-memory-search.js +2 -2
  72. package/dist/commands/doctor-platform-notes.js +2 -2
  73. package/dist/commands/doctor-sandbox.js +2 -2
  74. package/dist/commands/doctor-state-integrity.js +23 -23
  75. package/dist/commands/doctor-workspace.js +3 -3
  76. package/dist/commands/doctor.js +3 -3
  77. package/dist/commands/managed-up.js +2 -2
  78. package/dist/commands/onboard-auth.credentials.js +3 -3
  79. package/dist/commands/onboarding/plugin-install.js +2 -2
  80. package/dist/commands/sessions-cleanup.js +2 -2
  81. package/dist/commands/signal-install.js +6 -6
  82. package/dist/commands/status-all/channels.js +2 -2
  83. package/dist/commands/wallet.js +47 -47
  84. package/dist/config/cache-utils.js +2 -2
  85. package/dist/config/includes.js +5 -5
  86. package/dist/config/io.js +2 -2
  87. package/dist/config/paths.js +3 -3
  88. package/dist/config/sat-runtime-ids.js +3 -3
  89. package/dist/config/sessions/disk-budget.js +6 -6
  90. package/dist/config/sessions/paths.js +2 -2
  91. package/dist/config/sessions/store.js +17 -17
  92. package/dist/config/sessions/transcript.js +4 -4
  93. package/dist/config/talk.js +2 -2
  94. package/dist/control-ui/assets/{app-6iCry787.js → app-Bf5WlHKE.js} +1743 -1738
  95. package/dist/control-ui/assets/{chat-model-ref-C6CFR-GR.js → chat-model-ref-NT82zapt.js} +2 -2
  96. package/dist/control-ui/assets/{index-CNFgocD9.js → index-DWM6gKjy.js} +3 -3
  97. package/dist/control-ui/assets/{providers-WTJ1kMKy.js → providers-rQMhp1fb.js} +2 -11
  98. package/dist/control-ui/index.html +1 -1
  99. package/dist/cron/service/store.js +2 -2
  100. package/dist/cron/store.js +6 -6
  101. package/dist/daemon/systemd-system.js +5 -5
  102. package/dist/discord/monitor/thread-bindings.state.js +2 -2
  103. package/dist/extensions/sat-mining/src/sat-bond-layout.js +9 -9
  104. package/dist/gateway/control-ui-boot-check.js +6 -6
  105. package/dist/gateway/control-ui-login.js +7 -7
  106. package/dist/gateway/control-ui.js +9 -9
  107. package/dist/gateway/hooks-mapping.js +4 -4
  108. package/dist/gateway/probe-payload.js +14 -0
  109. package/dist/gateway/probe.js +8 -4
  110. package/dist/gateway/server-discovery.js +2 -2
  111. package/dist/gateway/server-http-lazy.js +2 -4
  112. package/dist/gateway/server-http.js +6 -8
  113. package/dist/gateway/server-methods/chat.js +3 -3
  114. package/dist/gateway/server-methods/models.js +3 -2
  115. package/dist/gateway/server-methods/sessions.js +6 -6
  116. package/dist/gateway/server-methods/usage.js +2 -2
  117. package/dist/gateway/server.impl.js +3 -3
  118. package/dist/gateway/session-compaction-checkpoints.js +4 -4
  119. package/dist/gateway/session-utils.fs.js +24 -24
  120. package/dist/gateway/session-utils.js +6 -6
  121. package/dist/hooks/bundled-dir.js +4 -4
  122. package/dist/hooks/gmail-setup-utils.js +6 -6
  123. package/dist/hooks/import-url.js +2 -2
  124. package/dist/hooks/loader.js +4 -4
  125. package/dist/hooks/workspace.js +7 -7
  126. package/dist/infra/archive.js +17 -17
  127. package/dist/infra/boundary-file-read.js +2 -2
  128. package/dist/infra/boundary-path.js +15 -15
  129. package/dist/infra/brew.js +2 -2
  130. package/dist/infra/control-ui-assets.js +14 -14
  131. package/dist/infra/device-auth-store.js +8 -8
  132. package/dist/infra/device-identity.js +8 -8
  133. package/dist/infra/dotenv.js +2 -2
  134. package/dist/infra/exec-approvals.js +8 -8
  135. package/dist/infra/exec-command-resolution.js +4 -4
  136. package/dist/infra/exec-safe-bin-trust.js +2 -2
  137. package/dist/infra/fased-root.js +5 -5
  138. package/dist/infra/fs-safe.js +14 -14
  139. package/dist/infra/gateway-lock.js +11 -11
  140. package/dist/infra/git-commit.js +5 -5
  141. package/dist/infra/git-root.js +4 -4
  142. package/dist/infra/hosted-runtime-artifact.js +3 -3
  143. package/dist/infra/is-main.js +2 -2
  144. package/dist/infra/json-file.js +7 -7
  145. package/dist/infra/outbound/delivery-queue.js +16 -16
  146. package/dist/infra/path-env.js +3 -3
  147. package/dist/infra/ports-lsof.js +4 -4
  148. package/dist/infra/provider-usage.auth.js +3 -3
  149. package/dist/infra/safe-open-sync.js +2 -2
  150. package/dist/infra/session-cost-usage.js +9 -9
  151. package/dist/infra/shell-env.js +2 -2
  152. package/dist/infra/state-migrations.fs.js +6 -6
  153. package/dist/infra/state-migrations.js +23 -23
  154. package/dist/infra/tmp-fased-dir.js +6 -6
  155. package/dist/infra/widearea-dns.js +3 -3
  156. package/dist/infra/wsl.js +2 -2
  157. package/dist/light-update-precheck.js +1 -1
  158. package/dist/light-update-status.js +1 -1
  159. package/dist/line/accounts.js +2 -2
  160. package/dist/line/download.js +2 -2
  161. package/dist/logging/config.js +3 -3
  162. package/dist/logging/logger.js +7 -7
  163. package/dist/managed/federation.js +3 -3
  164. package/dist/managed/tunnel.js +3 -3
  165. package/dist/media/store.js +13 -13
  166. package/dist/media-understanding/runner.js +3 -3
  167. package/dist/memory/embeddings.js +2 -2
  168. package/dist/memory/internal.js +10 -10
  169. package/dist/memory/manager-sync-ops.js +7 -7
  170. package/dist/memory/repair-executor.js +17 -17
  171. package/dist/node-host/invoke-system-run-plan.js +8 -8
  172. package/dist/node-host/invoke.js +2 -2
  173. package/dist/node-host/runner.js +3 -3
  174. package/dist/pairing/pairing-store.js +3 -3
  175. package/dist/plugin-sdk/{accounts-B5fY9hZy.js → accounts-BZrfqJmO.js} +1 -1
  176. package/dist/plugin-sdk/{actions-D-9SsSEy.js → actions-7_zTh8zC.js} +2 -2
  177. package/dist/plugin-sdk/{active-listener-BH7rDR47.js → active-listener-D8NVRD8J.js} +1 -1
  178. package/dist/plugin-sdk/{audio-preflight-4faayz5S.js → audio-preflight-D6IPconF.js} +26 -26
  179. package/dist/plugin-sdk/{audit-BQfsboqd.js → audit-2iRlVyQF.js} +1 -1
  180. package/dist/plugin-sdk/{channel-access-CDZ-cJPq.js → channel-access-BCf1rJsn.js} +1 -1
  181. package/dist/plugin-sdk/{channel-access-configure-DlpuhlH6.js → channel-access-configure-B-Z51Qsd.js} +1 -1
  182. package/dist/plugin-sdk/channel-plugin-common.d.ts +2 -2
  183. package/dist/plugin-sdk/channel-plugin-common.js +4 -4
  184. package/dist/plugin-sdk/{chunk-CZuCyS7k.js → chunk-BREC9ijl.js} +1 -1
  185. package/dist/plugin-sdk/{chunk-items-Cyc4Kl6A.js → chunk-items-CTp30xzl.js} +1 -1
  186. package/dist/plugin-sdk/command-status.js +26 -26
  187. package/dist/plugin-sdk/{commands-registry-COIbIjGO.js → commands-registry-D3-bFLsz.js} +2 -2
  188. package/dist/plugin-sdk/{common-LMHJe8KW.js → common-BlqMqEqn.js} +1 -1
  189. package/dist/plugin-sdk/{config-ZMbTT0kM.js → config-442EDe7Z.js} +81 -13
  190. package/dist/plugin-sdk/{config-schema-Cku0a8Tm.js → config-schema-DAyzv2C6.js} +2001 -449
  191. package/dist/plugin-sdk/device-pair.d.ts +1 -1
  192. package/dist/plugin-sdk/discord.d.ts +4 -4
  193. package/dist/plugin-sdk/discord.js +19 -19
  194. package/dist/plugin-sdk/{handle-action-C8ZZfORB.js → handle-action-pNaP87Dr.js} +13 -13
  195. package/dist/plugin-sdk/{helpers-vfzH9tBn.js → helpers-B994qqVW.js} +1 -1
  196. package/dist/plugin-sdk/{image-ops-BnOmQA5d.js → image-ops-Doq8nZQw.js} +1 -1
  197. package/dist/plugin-sdk/index.d.ts +18 -18
  198. package/dist/plugin-sdk/index.js +28 -28
  199. package/dist/plugin-sdk/json-store.js +6 -6
  200. package/dist/plugin-sdk/{login-C73Wpiw8.js → login-CK2zTIJA.js} +3 -3
  201. package/dist/plugin-sdk/{login-qr-CRKHA7i8.js → login-qr-u8Mn1mCp.js} +3 -3
  202. package/dist/plugin-sdk/{manager-CHYhpKHn.js → manager-CeJNf2bH.js} +2 -2
  203. package/dist/plugin-sdk/{markdown-tables-B84dPWNG.js → markdown-tables-DeZztrY6.js} +1 -1
  204. package/dist/plugin-sdk/{media-4daDcNER.js → media-CgUAEfhs.js} +2 -2
  205. package/dist/plugin-sdk/{monitor-DJhU-J5u.js → monitor-CY1W4VTW.js} +31 -31
  206. package/dist/plugin-sdk/{monitor-CChc6bQV.js → monitor-CkDlxeW5.js} +30 -30
  207. package/dist/plugin-sdk/{openresponses-http-Dvyczr35.js → openresponses-http-Cu7NLyPf.js} +26 -26
  208. package/dist/plugin-sdk/{optional-runtime-dependency-BFpqaCzp.js → optional-runtime-dependency-D0BdXz1C.js} +1 -1
  209. package/dist/plugin-sdk/{outbound-C1xBxfNb.js → outbound-DXGuFrdx.js} +6 -6
  210. package/dist/plugin-sdk/{outbound-attachment-DvcxPP7b.js → outbound-attachment-oxhGO33g.js} +2 -2
  211. package/dist/plugin-sdk/{pairing-message-DpYT614h.js → pairing-message-C29ixrvn.js} +1 -1
  212. package/dist/plugin-sdk/{pairing-message-DWXHX-jt.d.ts → pairing-message-DfIyssV_.d.ts} +1 -1
  213. package/dist/plugin-sdk/{pairing-store-CprpGco9.js → pairing-store-1kcsOWRs.js} +2 -2
  214. package/dist/plugin-sdk/{pi-model-discovery-BQ6fFRBA.js → pi-model-discovery-l-xqaEd0.js} +1 -1
  215. package/dist/plugin-sdk/{pi-model-discovery-runtime-BF_89lVj.js → pi-model-discovery-runtime-CibV8F8G.js} +2 -2
  216. package/dist/plugin-sdk/provider-web-search-config-contract.d.ts +1 -1
  217. package/dist/plugin-sdk/{pw-ai-xgpIbHOr.js → pw-ai-9qEBW5-k.js} +3 -3
  218. package/dist/plugin-sdk/{replies-AzJ6U6Ut.js → replies-BX3L8fX7.js} +2 -2
  219. package/dist/plugin-sdk/{resolve-outbound-target-COo_TR7B.js → resolve-outbound-target-D0AK10E7.js} +1 -1
  220. package/dist/plugin-sdk/{resolve-route-CZFzHOIe.js → resolve-route-UO6XLYH3.js} +1 -1
  221. package/dist/plugin-sdk/{retry-policy-BSdqqXsI.js → retry-policy-C5N8JiHL.js} +1 -1
  222. package/dist/plugin-sdk/{runtime-CeoGffDi.js → runtime-Dnzwux3G.js} +3 -3
  223. package/dist/plugin-sdk/{runtime-dependency-Cvbs0GXf.js → runtime-dependency-BDDpVKBO.js} +2 -2
  224. package/dist/plugin-sdk/sat-runtime.d.ts +2 -2
  225. package/dist/plugin-sdk/sat-runtime.js +5 -5
  226. package/dist/plugin-sdk/{send-B_-UtG9F.js → send-B4XLsTL0.js} +6 -6
  227. package/dist/plugin-sdk/{send-DCxAv7bV.js → send-D5rgCP1r.js} +6 -6
  228. package/dist/plugin-sdk/{send-CGE7OgsA.js → send-DGEgo_6f.js} +5 -5
  229. package/dist/plugin-sdk/{send-DVpCBUuL.js → send-DcsYRH2f.js} +7 -7
  230. package/dist/plugin-sdk/{send-C0Q1u7N1.js → send-bcKv8F5E.js} +8 -8
  231. package/dist/plugin-sdk/{session-ETYBbhLn.js → session-BoGNOlwv.js} +2 -2
  232. package/dist/plugin-sdk/{skill-commands-BQL6TBIv.js → skill-commands-Be8s4TGQ.js} +2 -2
  233. package/dist/plugin-sdk/{slack-actions-CBPZkfTS.js → slack-actions-TNnAXiUx.js} +11 -11
  234. package/dist/plugin-sdk/{slack-Bs_4uivd.js → slack-papUjf_h.js} +38 -38
  235. package/dist/plugin-sdk/slack.d.ts +4 -4
  236. package/dist/plugin-sdk/slack.js +9 -9
  237. package/dist/plugin-sdk/{sticker-cache-BBZMp-oQ.js → sticker-cache-CPNu_LEe.js} +3 -3
  238. package/dist/plugin-sdk/{tables-B-G7Bb0l.js → tables-Ch4js2qy.js} +1 -1
  239. package/dist/plugin-sdk/{targets-D8UaoWHd.js → targets-BGfRUJPE.js} +1 -1
  240. package/dist/plugin-sdk/{telegram-actions-BARLx9zc.js → telegram-actions-BO-giM1s.js} +29 -29
  241. package/dist/plugin-sdk/telegram.d.ts +4 -4
  242. package/dist/plugin-sdk/telegram.js +8 -8
  243. package/dist/plugin-sdk/{thread-bindings.lifecycle-DwYKCLLq.js → thread-bindings.lifecycle-_uQ2EF17.js} +3 -3
  244. package/dist/plugin-sdk/{thread-bindings.state-BNWfHA0f.js → thread-bindings.state-DUg0s_1X.js} +2 -2
  245. package/dist/plugin-sdk/{tmp-fased-dir-Be1wBhVz.d.ts → tmp-fased-dir-Bcp1DTSV.d.ts} +1 -1
  246. package/dist/plugin-sdk/{types-CJGVZX6j.d.ts → types-BTkcYtOt.d.ts} +2 -2
  247. package/dist/plugin-sdk/{types-CXLEOrJX.d.ts → types-CMoLtViq.d.ts} +1 -1
  248. package/dist/plugin-sdk/{wallet-status-Coekn_SJ.js → wallet-status-M6aK3abH.js} +3 -3
  249. package/dist/plugin-sdk/{web-BwolzGVF.js → web-QpstZjDX.js} +31 -31
  250. package/dist/plugin-sdk/{whatsapp-actions-CSvf6eev.js → whatsapp-actions-CID_tqAX.js} +13 -13
  251. package/dist/plugin-sdk/{whatsapp-heartbeat-Bw7OtTe6.js → whatsapp-heartbeat-Bk-aZVMa.js} +2 -2
  252. package/dist/plugin-sdk/whatsapp.d.ts +9 -9
  253. package/dist/plugin-sdk/whatsapp.js +12 -12
  254. package/dist/plugin-sdk/{wsl-By1Mc-oS.js → wsl-C_STtED7.js} +3 -3
  255. package/dist/plugin-sdk/{zod-schema.providers-core-TI6sL-6B.d.ts → zod-schema.providers-core-CIzCjXH9.d.ts} +75 -75
  256. package/dist/plugins/bundled-dir.js +3 -3
  257. package/dist/plugins/discovery.js +11 -11
  258. package/dist/plugins/loader.js +13 -13
  259. package/dist/plugins/manifest-registry.js +2 -2
  260. package/dist/plugins/manifest.js +4 -4
  261. package/dist/plugins/path-safety.js +3 -3
  262. package/dist/plugins/status-cache.js +10 -10
  263. package/dist/plugins/update.js +3 -3
  264. package/dist/plugins/web-search-install-catalog.js +3 -3
  265. package/dist/providers/refresh.js +1 -1
  266. package/dist/providers/refreshed-model-capabilities.js +1935 -406
  267. package/dist/providers/registry.js +15 -12
  268. package/dist/secrets/apply.js +16 -16
  269. package/dist/secrets/audit.js +11 -11
  270. package/dist/secrets/shared.js +9 -9
  271. package/dist/security/scan-paths.js +2 -2
  272. package/dist/shared/config-eval.js +2 -2
  273. package/dist/shared/pid-alive.js +2 -2
  274. package/dist/tasks/standing-orders.js +5 -5
  275. package/dist/tasks/task-flow-registry.js +5 -5
  276. package/dist/tasks/task-registry.js +5 -5
  277. package/dist/tasks/workflow-definitions.js +6 -6
  278. package/dist/telegram/token.js +5 -5
  279. package/dist/utils.js +5 -5
  280. package/dist/wallet/local-socket-signer-broker.js +16 -16
  281. package/dist/wallet/providers/embedded-keystore-adapter.js +5 -5
  282. package/dist/wallet/providers/local-socket-signer-adapter.js +2 -2
  283. package/dist/wallet/wallet-approval-auth.js +5 -5
  284. package/dist/wallet/wallet-audit-log.js +5 -5
  285. package/dist/wallet/wallet-custody.js +21 -21
  286. package/dist/wallet/wallet-inbound-events.js +5 -5
  287. package/dist/wallet/wallet-observability.js +5 -5
  288. package/dist/wallet/wallet-policy.js +9 -9
  289. package/dist/wallet/wallet-provider-registry.js +7 -7
  290. package/dist/wallet/wallet-runtime-config.js +3 -3
  291. package/dist/wallet/wallet-secrets-store.js +22 -22
  292. package/dist/wallet/wallet-send-approvals.js +5 -5
  293. package/dist/wallet/wallet-settlement-links.js +5 -5
  294. package/dist/web/accounts.js +3 -3
  295. package/dist/web/auth-store.js +18 -18
  296. package/dist/web/session.js +4 -4
  297. package/dist/wizard/host-security-capability.js +2 -2
  298. package/dist/wizard/onboarding.host-security.js +7 -7
  299. package/dist/wizard/onboarding.js +7 -7
  300. package/dist/wizard/onboarding.wallet.js +44 -44
  301. package/extensions/acpx/package.json +1 -1
  302. package/extensions/bluebubbles/package.json +1 -1
  303. package/extensions/copilot-proxy/package.json +1 -1
  304. package/extensions/diagnostics-otel/package.json +1 -1
  305. package/extensions/fased-federation/package.json +1 -1
  306. package/extensions/google-gemini-cli-auth/package.json +1 -1
  307. package/extensions/imessage/package.json +1 -1
  308. package/extensions/irc/package.json +1 -1
  309. package/extensions/line/package.json +1 -1
  310. package/extensions/llm-task/package.json +1 -1
  311. package/extensions/lobster/package.json +1 -1
  312. package/extensions/matrix/CHANGELOG.md +18 -0
  313. package/extensions/matrix/package.json +1 -1
  314. package/extensions/mattermost/package.json +1 -1
  315. package/extensions/memory-core/package.json +2 -2
  316. package/extensions/memory-lancedb/package.json +1 -1
  317. package/extensions/minimax-portal-auth/package.json +1 -1
  318. package/extensions/msteams/CHANGELOG.md +18 -0
  319. package/extensions/msteams/package.json +1 -1
  320. package/extensions/nextcloud-talk/package.json +1 -1
  321. package/extensions/nostr/CHANGELOG.md +18 -0
  322. package/extensions/nostr/package.json +1 -1
  323. package/extensions/open-prose/package.json +1 -1
  324. package/extensions/sat-mining/package.json +1 -1
  325. package/extensions/signal/package.json +1 -1
  326. package/extensions/synology-chat/package.json +1 -1
  327. package/extensions/tlon/package.json +1 -1
  328. package/extensions/twitch/CHANGELOG.md +18 -0
  329. package/extensions/twitch/package.json +1 -1
  330. package/extensions/voice-call/CHANGELOG.md +18 -0
  331. package/extensions/voice-call/package.json +1 -1
  332. package/extensions/zalo/CHANGELOG.md +18 -0
  333. package/extensions/zalo/package.json +1 -1
  334. package/extensions/zalouser/CHANGELOG.md +18 -0
  335. package/extensions/zalouser/package.json +1 -1
  336. package/package.json +1 -1
  337. package/scripts/start-managed.sh +14 -0
@@ -3,7 +3,7 @@ import { openBoundaryFileSync } from "../infra/boundary-file-read.js";
3
3
  import { resolveBundledPluginsDir } from "./bundled-dir.js";
4
4
  import { DEFAULT_PLUGIN_ENTRY_CANDIDATES, getPackageManifestMetadata, loadPluginManifest } from "./manifest.js";
5
5
  import { formatPosixMode, isPathInside, safeRealpathSync, safeStatSync } from "./path-safety.js";
6
- import syncFs from "node:fs";
6
+ import fs from "node:fs";
7
7
  import path from "node:path";
8
8
 
9
9
  //#region src/plugins/discovery.ts
@@ -168,12 +168,12 @@ function readPackageManifest(dir) {
168
168
  return null;
169
169
  }
170
170
  try {
171
- const raw = syncFs.readFileSync(opened.fd, "utf-8");
171
+ const raw = fs.readFileSync(opened.fd, "utf-8");
172
172
  return JSON.parse(raw);
173
173
  } catch {
174
174
  return null;
175
175
  } finally {
176
- syncFs.closeSync(opened.fd);
176
+ fs.closeSync(opened.fd);
177
177
  }
178
178
  }
179
179
  function normalizePackageEntry(entry) {
@@ -212,7 +212,7 @@ function inferLegacyPluginManifestExtensions(manifest, packageDir) {
212
212
  if (!isPathInside(packageDir, resolved)) {
213
213
  continue;
214
214
  }
215
- if (syncFs.existsSync(resolved) && isExtensionFile(resolved)) {
215
+ if (fs.existsSync(resolved) && isExtensionFile(resolved)) {
216
216
  entries.push(normalized);
217
217
  }
218
218
  }
@@ -283,16 +283,16 @@ function resolvePackageEntrySource(params) {
283
283
  return null;
284
284
  }
285
285
  const safeSource = opened.path;
286
- syncFs.closeSync(opened.fd);
286
+ fs.closeSync(opened.fd);
287
287
  return safeSource;
288
288
  }
289
289
  function discoverInDirectory(params) {
290
- if (!syncFs.existsSync(params.dir)) {
290
+ if (!fs.existsSync(params.dir)) {
291
291
  return;
292
292
  }
293
293
  let entries = [];
294
294
  try {
295
- entries = syncFs.readdirSync(params.dir, { withFileTypes: true });
295
+ entries = fs.readdirSync(params.dir, { withFileTypes: true });
296
296
  } catch (err) {
297
297
  params.diagnostics.push({
298
298
  level: "warn",
@@ -364,7 +364,7 @@ function discoverInDirectory(params) {
364
364
  "index.mjs",
365
365
  "index.cjs"
366
366
  ];
367
- const indexFile = indexCandidates.map((candidate) => path.join(fullPath, candidate)).find((candidate) => syncFs.existsSync(candidate));
367
+ const indexFile = indexCandidates.map((candidate) => path.join(fullPath, candidate)).find((candidate) => fs.existsSync(candidate));
368
368
  if (indexFile && isExtensionFile(indexFile)) {
369
369
  addCandidate({
370
370
  candidates: params.candidates,
@@ -384,7 +384,7 @@ function discoverInDirectory(params) {
384
384
  }
385
385
  function discoverFromPath(params) {
386
386
  const resolved = resolveUserPath(params.rawPath);
387
- if (!syncFs.existsSync(resolved)) {
387
+ if (!fs.existsSync(resolved)) {
388
388
  params.diagnostics.push({
389
389
  level: "error",
390
390
  message: `plugin path not found: ${resolved}`,
@@ -392,7 +392,7 @@ function discoverFromPath(params) {
392
392
  });
393
393
  return;
394
394
  }
395
- const stat = syncFs.statSync(resolved);
395
+ const stat = fs.statSync(resolved);
396
396
  if (stat.isFile()) {
397
397
  if (!isExtensionFile(resolved)) {
398
398
  params.diagnostics.push({
@@ -455,7 +455,7 @@ function discoverFromPath(params) {
455
455
  "index.mjs",
456
456
  "index.cjs"
457
457
  ];
458
- const indexFile = indexCandidates.map((candidate) => path.join(resolved, candidate)).find((candidate) => syncFs.existsSync(candidate));
458
+ const indexFile = indexCandidates.map((candidate) => path.join(resolved, candidate)).find((candidate) => fs.existsSync(candidate));
459
459
  if (indexFile && isExtensionFile(indexFile)) {
460
460
  addCandidate({
461
461
  candidates: params.candidates,
@@ -13,7 +13,7 @@ import { setActivePluginRegistry } from "./runtime.js";
13
13
  import { initializeGlobalHookRunner } from "./hook-runner-global.js";
14
14
  import { createPluginRuntime } from "./runtime/index.js";
15
15
  import { fileURLToPath, pathToFileURL } from "node:url";
16
- import syncFs from "node:fs";
16
+ import fs from "node:fs";
17
17
  import path from "node:path";
18
18
  import { createJiti } from "jiti";
19
19
 
@@ -36,7 +36,7 @@ const resolvePluginSdkAliasFile = (params) => {
36
36
  const distCandidate = path.join(cursor, "dist", "plugin-sdk", params.distFile);
37
37
  const orderedCandidates = isDistRuntime ? [distCandidate, srcCandidate] : isProduction ? isTest ? [distCandidate, srcCandidate] : [distCandidate] : [srcCandidate, distCandidate];
38
38
  for (const candidate of orderedCandidates) {
39
- if (syncFs.existsSync(candidate)) {
39
+ if (fs.existsSync(candidate)) {
40
40
  return candidate;
41
41
  }
42
42
  }
@@ -122,7 +122,7 @@ function repairOfficialChannelRuntimeDependencies(params) {
122
122
  }
123
123
  let manifest;
124
124
  try {
125
- manifest = JSON.parse(syncFs.readFileSync(path.join(params.pluginRoot, "package.json"), "utf8"));
125
+ manifest = JSON.parse(fs.readFileSync(path.join(params.pluginRoot, "package.json"), "utf8"));
126
126
  } catch {
127
127
  return;
128
128
  }
@@ -133,31 +133,31 @@ function repairOfficialChannelRuntimeDependencies(params) {
133
133
  for (const dependencyName of dependencyNames) {
134
134
  const segments = dependencyName.split("/");
135
135
  const source = path.join(params.pluginRoot, "node_modules", ...segments);
136
- if (!syncFs.existsSync(source)) {
136
+ if (!fs.existsSync(source)) {
137
137
  continue;
138
138
  }
139
139
  const target = path.join(coreRoot, "node_modules", ...segments);
140
140
  try {
141
- const sourceReal = syncFs.realpathSync(source);
141
+ const sourceReal = fs.realpathSync(source);
142
142
  let shouldCreate = true;
143
143
  try {
144
- const current = syncFs.lstatSync(target);
144
+ const current = fs.lstatSync(target);
145
145
  if (!current.isSymbolicLink()) {
146
146
  shouldCreate = false;
147
147
  } else {
148
- const targetReal = syncFs.realpathSync(target);
148
+ const targetReal = fs.realpathSync(target);
149
149
  if (targetReal === sourceReal) {
150
150
  shouldCreate = false;
151
151
  } else {
152
- syncFs.unlinkSync(target);
152
+ fs.unlinkSync(target);
153
153
  }
154
154
  }
155
155
  } catch {}
156
156
  if (!shouldCreate) {
157
157
  continue;
158
158
  }
159
- syncFs.mkdirSync(path.dirname(target), { recursive: true });
160
- syncFs.symlinkSync(sourceReal, target, process.platform === "win32" ? "junction" : "dir");
159
+ fs.mkdirSync(path.dirname(target), { recursive: true });
160
+ fs.symlinkSync(sourceReal, target, process.platform === "win32" ? "junction" : "dir");
161
161
  } catch (error) {
162
162
  params.logger.warn(`[plugins] unable to expose ${dependencyName} from ${params.pluginId}: ${String(error)}`);
163
163
  }
@@ -228,7 +228,7 @@ async function preloadNativePluginModules(options = {}) {
228
228
  continue;
229
229
  }
230
230
  const safeSource = opened.path;
231
- syncFs.closeSync(opened.fd);
231
+ fs.closeSync(opened.fd);
232
232
  const startedAt = Date.now();
233
233
  try {
234
234
  const moduleUrl = pathToFileURL(safeSource).href;
@@ -644,7 +644,7 @@ function loadFasedAgentPlugins(options = {}) {
644
644
  continue;
645
645
  }
646
646
  const safeSource = opened.path;
647
- syncFs.closeSync(opened.fd);
647
+ fs.closeSync(opened.fd);
648
648
  repairOfficialChannelRuntimeDependencies({
649
649
  pluginId,
650
650
  pluginRoot,
@@ -808,7 +808,7 @@ function resolveRuntimePluginRegistry(options = {}) {
808
808
  }
809
809
  function safeRealpathOrResolve(value) {
810
810
  try {
811
- return syncFs.realpathSync(value);
811
+ return fs.realpathSync(value);
812
812
  } catch {
813
813
  return path.resolve(value);
814
814
  }
@@ -5,7 +5,7 @@ import { loadPluginManifest } from "./manifest.js";
5
5
  import { safeRealpathSync } from "./path-safety.js";
6
6
  import { discoverFasedAgentPlugins } from "./discovery.js";
7
7
  import { checkMinHostVersion } from "./min-host-version.js";
8
- import syncFs from "node:fs";
8
+ import fs from "node:fs";
9
9
  import path from "node:path";
10
10
 
11
11
  //#region src/plugins/manifest-registry.ts
@@ -49,7 +49,7 @@ function buildCacheKey(params) {
49
49
  }
50
50
  function safeStatMtimeMs(filePath) {
51
51
  try {
52
- return syncFs.statSync(filePath).mtimeMs;
52
+ return fs.statSync(filePath).mtimeMs;
53
53
  } catch {
54
54
  return null;
55
55
  }
@@ -1,7 +1,7 @@
1
1
  import { isRecord } from "../utils.js";
2
2
  import { openBoundaryFileSync } from "../infra/boundary-file-read.js";
3
3
  import { MANIFEST_KEY } from "../project.js";
4
- import syncFs from "node:fs";
4
+ import fs from "node:fs";
5
5
  import path from "node:path";
6
6
  import JSON5 from "json5";
7
7
 
@@ -169,7 +169,7 @@ function normalizeChannelConfigs(value) {
169
169
  function resolvePluginManifestPath(rootDir) {
170
170
  for (const filename of PLUGIN_MANIFEST_FILENAMES) {
171
171
  const candidate = path.join(rootDir, filename);
172
- if (syncFs.existsSync(candidate)) {
172
+ if (fs.existsSync(candidate)) {
173
173
  return candidate;
174
174
  }
175
175
  }
@@ -198,7 +198,7 @@ function loadPluginManifest(rootDir) {
198
198
  }
199
199
  let raw;
200
200
  try {
201
- raw = JSON5.parse(syncFs.readFileSync(opened.fd, "utf-8"));
201
+ raw = JSON5.parse(fs.readFileSync(opened.fd, "utf-8"));
202
202
  } catch (err) {
203
203
  return {
204
204
  ok: false,
@@ -206,7 +206,7 @@ function loadPluginManifest(rootDir) {
206
206
  manifestPath
207
207
  };
208
208
  } finally {
209
- syncFs.closeSync(opened.fd);
209
+ fs.closeSync(opened.fd);
210
210
  }
211
211
  if (!isRecord(raw)) {
212
212
  return {
@@ -1,5 +1,5 @@
1
1
  import { isPathInside as isPathInside$1 } from "../infra/path-guards.js";
2
- import syncFs from "node:fs";
2
+ import fs from "node:fs";
3
3
 
4
4
  //#region src/plugins/path-safety.ts
5
5
  function isPathInside(baseDir, targetPath) {
@@ -11,7 +11,7 @@ function safeRealpathSync(targetPath, cache) {
11
11
  return cached;
12
12
  }
13
13
  try {
14
- const resolved = syncFs.realpathSync(targetPath);
14
+ const resolved = fs.realpathSync(targetPath);
15
15
  cache?.set(targetPath, resolved);
16
16
  return resolved;
17
17
  } catch {
@@ -20,7 +20,7 @@ function safeRealpathSync(targetPath, cache) {
20
20
  }
21
21
  function safeStatSync(targetPath) {
22
22
  try {
23
- return syncFs.statSync(targetPath);
23
+ return fs.statSync(targetPath);
24
24
  } catch {
25
25
  return null;
26
26
  }
@@ -1,4 +1,4 @@
1
- import syncFs from "node:fs";
1
+ import fs from "node:fs";
2
2
  import os from "node:os";
3
3
  import path from "node:path";
4
4
  import { createHash } from "node:crypto";
@@ -7,7 +7,7 @@ import { createHash } from "node:crypto";
7
7
  const CACHE_SCHEMA_VERSION = 2;
8
8
  function statMtimeMs(filePath) {
9
9
  try {
10
- return syncFs.statSync(filePath).mtimeMs;
10
+ return fs.statSync(filePath).mtimeMs;
11
11
  } catch {
12
12
  return null;
13
13
  }
@@ -23,7 +23,7 @@ function canonicalize(value) {
23
23
  }
24
24
  function configFingerprint(configPath) {
25
25
  try {
26
- const parsed = JSON.parse(syncFs.readFileSync(configPath, "utf8"));
26
+ const parsed = JSON.parse(fs.readFileSync(configPath, "utf8"));
27
27
  return createHash("sha256").update(JSON.stringify(canonicalize({ plugins: parsed.plugins }))).digest("hex");
28
28
  } catch {
29
29
  return createHash("sha256").update("missing-config").digest("hex");
@@ -41,9 +41,9 @@ function readCurrentPackageVersion(argv1) {
41
41
  return null;
42
42
  }
43
43
  try {
44
- const entry = syncFs.realpathSync(argv1);
44
+ const entry = fs.realpathSync(argv1);
45
45
  const packagePath = path.join(path.dirname(entry), "package.json");
46
- const parsed = JSON.parse(syncFs.readFileSync(packagePath, "utf8"));
46
+ const parsed = JSON.parse(fs.readFileSync(packagePath, "utf8"));
47
47
  return typeof parsed.version === "string" ? parsed.version : null;
48
48
  } catch {
49
49
  return null;
@@ -53,7 +53,7 @@ function readValidPluginStatusCache(params) {
53
53
  const cachePath = params.cachePath ?? resolvePluginStatusCachePath();
54
54
  const configPath = params.configPath ?? resolvePluginStatusConfigPath();
55
55
  try {
56
- const parsed = JSON.parse(syncFs.readFileSync(cachePath, "utf8"));
56
+ const parsed = JSON.parse(fs.readFileSync(cachePath, "utf8"));
57
57
  if (parsed.schemaVersion !== CACHE_SCHEMA_VERSION || parsed.packageVersion !== params.packageVersion || parsed.configPath !== configPath || parsed.configFingerprint !== configFingerprint(configPath) || !Array.isArray(parsed.plugins) || !Array.isArray(parsed.diagnostics)) {
58
58
  return null;
59
59
  }
@@ -96,17 +96,17 @@ function writePluginStatusCache(params) {
96
96
  source: diagnostic.source
97
97
  }))
98
98
  };
99
- syncFs.mkdirSync(path.dirname(cachePath), {
99
+ fs.mkdirSync(path.dirname(cachePath), {
100
100
  recursive: true,
101
101
  mode: 448
102
102
  });
103
103
  const temporaryPath = `${cachePath}.tmp-${process.pid}`;
104
- syncFs.writeFileSync(temporaryPath, `${JSON.stringify(cache)}\n`, {
104
+ fs.writeFileSync(temporaryPath, `${JSON.stringify(cache)}\n`, {
105
105
  encoding: "utf8",
106
106
  mode: 384
107
107
  });
108
- syncFs.renameSync(temporaryPath, cachePath);
108
+ fs.renameSync(temporaryPath, cachePath);
109
109
  }
110
110
 
111
111
  //#endregion
112
- export { writePluginStatusCache };
112
+ export { resolvePluginStatusConfigPath, writePluginStatusCache };
@@ -3,7 +3,7 @@ import { openBoundaryFileSync } from "../infra/boundary-file-read.js";
3
3
  import { installPluginFromNpmSpec, resolvePluginInstallDir } from "./install.js";
4
4
  import { resolveBundledPluginSources } from "./bundled-sources.js";
5
5
  import { buildNpmResolutionInstallFields, recordPluginInstall } from "./installs.js";
6
- import syncFs from "node:fs";
6
+ import fs from "node:fs";
7
7
  import path from "node:path";
8
8
 
9
9
  //#region src/plugins/update.ts
@@ -86,14 +86,14 @@ async function readInstalledPackageVersion(dir, opts) {
86
86
  return undefined;
87
87
  }
88
88
  try {
89
- const raw = syncFs.readFileSync(opened.fd, "utf-8");
89
+ const raw = fs.readFileSync(opened.fd, "utf-8");
90
90
  const parsed = JSON.parse(raw);
91
91
  return typeof parsed.version === "string" ? parsed.version : undefined;
92
92
  } catch (err) {
93
93
  opts?.logger?.warn?.(`Could not inspect installed package for "${opts.pluginId ?? path.basename(dir)}": package.json is unreadable (${formatUpdateError(err)}). Continuing update with unknown current version.`);
94
94
  return undefined;
95
95
  } finally {
96
- syncFs.closeSync(opened.fd);
96
+ fs.closeSync(opened.fd);
97
97
  }
98
98
  }
99
99
  function pathsEqual(left, right) {
@@ -1,7 +1,7 @@
1
1
  import { CONFIG_DIR, isRecord, resolveUserPath } from "../utils.js";
2
2
  import { resolveFasedAgentPackageRootSync } from "../infra/fased-root.js";
3
3
  import { enablePluginInConfig } from "./enable.js";
4
- import syncFs from "node:fs";
4
+ import fs from "node:fs";
5
5
  import path from "node:path";
6
6
 
7
7
  //#region src/plugins/web-search-install-catalog.ts
@@ -48,11 +48,11 @@ function parseCatalogEntries(raw) {
48
48
  function loadCatalogEntriesFromPaths(paths) {
49
49
  const entries = [];
50
50
  for (const resolved of paths) {
51
- if (!syncFs.existsSync(resolved)) {
51
+ if (!fs.existsSync(resolved)) {
52
52
  continue;
53
53
  }
54
54
  try {
55
- const payload = JSON.parse(syncFs.readFileSync(resolved, "utf-8"));
55
+ const payload = JSON.parse(fs.readFileSync(resolved, "utf-8"));
56
56
  entries.push(...parseCatalogEntries(payload));
57
57
  } catch {}
58
58
  }
@@ -12,7 +12,7 @@ import { ANTHROPIC_MODEL_IDS, ANTHROPIC_PROVIDER_BRAND_ID, ANTHROPIC_ROUTE_ID, B
12
12
  import { readFile } from "node:fs/promises";
13
13
 
14
14
  //#region src/providers/refresh.ts
15
- const OPENAI_DOCS_MODELS_URL = "https://developers.openai.com/api/docs/models";
15
+ const OPENAI_DOCS_MODELS_URL = "https://developers.openai.com/api/docs/models/all";
16
16
  const CHUTES_MODELS_URL = "https://llm.chutes.ai/v1/models";
17
17
  const OPENROUTER_MODELS_URL = "https://openrouter.ai/api/v1/models";
18
18
  const VERCEL_AI_GATEWAY_MODELS_URL = "https://ai-gateway.vercel.sh/v1/models";