synurex 2026.3.3-6 → 2026.3.3-8

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 (1526) hide show
  1. package/CHANGELOG.md +165 -165
  2. package/README.md +148 -148
  3. package/assets/chrome-extension/README.md +5 -5
  4. package/assets/chrome-extension/background.js +5 -5
  5. package/assets/chrome-extension/manifest.json +3 -3
  6. package/assets/chrome-extension/options.html +5 -5
  7. package/assets/chrome-extension/options.js +1 -1
  8. package/docs/.i18n/README.md +1 -1
  9. package/docs/.i18n/glossary.zh-CN.json +2 -2
  10. package/docs/automation/auth-monitoring.md +7 -7
  11. package/docs/automation/cron-jobs.md +28 -28
  12. package/docs/automation/cron-vs-heartbeat.md +7 -7
  13. package/docs/automation/gmail-pubsub.md +25 -25
  14. package/docs/automation/hooks.md +62 -62
  15. package/docs/automation/poll.md +7 -7
  16. package/docs/automation/troubleshooting.md +25 -25
  17. package/docs/automation/webhook.md +5 -5
  18. package/docs/brave-search.md +1 -1
  19. package/docs/channels/bluebubbles.md +12 -12
  20. package/docs/channels/broadcast-groups.md +6 -6
  21. package/docs/channels/channel-routing.md +5 -5
  22. package/docs/channels/discord.md +17 -17
  23. package/docs/channels/feishu.md +34 -34
  24. package/docs/channels/googlechat.md +16 -16
  25. package/docs/channels/group-messages.md +7 -7
  26. package/docs/channels/groups.md +5 -5
  27. package/docs/channels/imessage.md +16 -16
  28. package/docs/channels/index.md +4 -4
  29. package/docs/channels/line.md +6 -6
  30. package/docs/channels/location.md +1 -1
  31. package/docs/channels/matrix.md +20 -20
  32. package/docs/channels/mattermost.md +8 -8
  33. package/docs/channels/msteams.md +26 -26
  34. package/docs/channels/nextcloud-talk.md +7 -7
  35. package/docs/channels/nostr.md +9 -9
  36. package/docs/channels/pairing.md +10 -10
  37. package/docs/channels/signal.md +15 -15
  38. package/docs/channels/slack.md +22 -22
  39. package/docs/channels/telegram.md +24 -24
  40. package/docs/channels/tlon.md +5 -5
  41. package/docs/channels/troubleshooting.md +17 -17
  42. package/docs/channels/twitch.md +14 -14
  43. package/docs/channels/whatsapp.md +25 -25
  44. package/docs/channels/zalo.md +8 -8
  45. package/docs/channels/zalouser.md +12 -12
  46. package/docs/cli/acp.md +24 -24
  47. package/docs/cli/agent.md +6 -6
  48. package/docs/cli/agents.md +12 -12
  49. package/docs/cli/approvals.md +14 -14
  50. package/docs/cli/browser.md +24 -24
  51. package/docs/cli/channels.md +21 -21
  52. package/docs/cli/config.md +15 -15
  53. package/docs/cli/configure.md +6 -6
  54. package/docs/cli/cron.md +6 -6
  55. package/docs/cli/dashboard.md +4 -4
  56. package/docs/cli/devices.md +13 -13
  57. package/docs/cli/directory.md +12 -12
  58. package/docs/cli/dns.md +5 -5
  59. package/docs/cli/docs.md +5 -5
  60. package/docs/cli/doctor.md +11 -11
  61. package/docs/cli/gateway.md +26 -26
  62. package/docs/cli/health.md +5 -5
  63. package/docs/cli/hooks.md +35 -35
  64. package/docs/cli/index.md +43 -43
  65. package/docs/cli/logs.md +6 -6
  66. package/docs/cli/memory.md +11 -11
  67. package/docs/cli/message.md +11 -11
  68. package/docs/cli/models.md +17 -17
  69. package/docs/cli/node.md +14 -14
  70. package/docs/cli/nodes.md +14 -14
  71. package/docs/cli/onboard.md +9 -9
  72. package/docs/cli/pairing.md +4 -4
  73. package/docs/cli/plugins.md +16 -16
  74. package/docs/cli/reset.md +5 -5
  75. package/docs/cli/sandbox.md +28 -28
  76. package/docs/cli/security.md +5 -5
  77. package/docs/cli/sessions.md +5 -5
  78. package/docs/cli/setup.md +6 -6
  79. package/docs/cli/skills.md +7 -7
  80. package/docs/cli/status.md +7 -7
  81. package/docs/cli/system.md +6 -6
  82. package/docs/cli/tui.md +5 -5
  83. package/docs/cli/uninstall.md +5 -5
  84. package/docs/cli/update.md +20 -20
  85. package/docs/cli/voicecall.md +9 -9
  86. package/docs/cli/webhooks.md +5 -5
  87. package/docs/concepts/agent-loop.md +5 -5
  88. package/docs/concepts/agent-workspace.md +27 -27
  89. package/docs/concepts/agent.md +12 -12
  90. package/docs/concepts/architecture.md +2 -2
  91. package/docs/concepts/compaction.md +5 -5
  92. package/docs/concepts/context.md +6 -6
  93. package/docs/concepts/features.md +2 -2
  94. package/docs/concepts/markdown-formatting.md +3 -3
  95. package/docs/concepts/memory.md +30 -30
  96. package/docs/concepts/messages.md +4 -4
  97. package/docs/concepts/model-failover.md +14 -14
  98. package/docs/concepts/model-providers.md +21 -21
  99. package/docs/concepts/models.md +27 -27
  100. package/docs/concepts/multi-agent.md +31 -31
  101. package/docs/concepts/oauth.md +22 -22
  102. package/docs/concepts/presence.md +2 -2
  103. package/docs/concepts/retry.md +1 -1
  104. package/docs/concepts/session-pruning.md +1 -1
  105. package/docs/concepts/session-tool.md +4 -4
  106. package/docs/concepts/session.md +16 -16
  107. package/docs/concepts/streaming.md +3 -3
  108. package/docs/concepts/system-prompt.md +12 -12
  109. package/docs/concepts/timezone.md +2 -2
  110. package/docs/concepts/typebox.md +3 -3
  111. package/docs/concepts/typing-indicators.md +2 -2
  112. package/docs/concepts/usage-tracking.md +3 -3
  113. package/docs/date-time.md +2 -2
  114. package/docs/debug/node-issue.md +6 -6
  115. package/docs/diagnostics/flags.md +7 -7
  116. package/docs/docs.json +8 -8
  117. package/docs/experiments/plans/cron-add-hardening.md +1 -1
  118. package/docs/experiments/plans/openresponses-gateway.md +2 -2
  119. package/docs/experiments/research/memory.md +12 -12
  120. package/docs/gateway/authentication.md +22 -22
  121. package/docs/gateway/background-process.md +2 -2
  122. package/docs/gateway/bonjour.md +21 -21
  123. package/docs/gateway/bridge-protocol.md +2 -2
  124. package/docs/gateway/cli-backends.md +12 -12
  125. package/docs/gateway/configuration-examples.md +24 -24
  126. package/docs/gateway/configuration.md +147 -147
  127. package/docs/gateway/discovery.md +10 -10
  128. package/docs/gateway/doctor.md +27 -27
  129. package/docs/gateway/gateway-lock.md +1 -1
  130. package/docs/gateway/health.md +11 -11
  131. package/docs/gateway/heartbeat.md +5 -5
  132. package/docs/gateway/index.md +63 -63
  133. package/docs/gateway/local-models.md +2 -2
  134. package/docs/gateway/logging.md +8 -8
  135. package/docs/gateway/multiple-gateways.md +24 -24
  136. package/docs/gateway/network-model.md +3 -3
  137. package/docs/gateway/openai-http-api.md +12 -12
  138. package/docs/gateway/openresponses-http-api.md +12 -12
  139. package/docs/gateway/pairing.md +9 -9
  140. package/docs/gateway/protocol.md +4 -4
  141. package/docs/gateway/remote-gateway-readme.md +10 -10
  142. package/docs/gateway/remote.md +4 -4
  143. package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
  144. package/docs/gateway/sandboxing.md +6 -6
  145. package/docs/gateway/security/index.md +56 -56
  146. package/docs/gateway/tailscale.md +10 -10
  147. package/docs/gateway/tools-invoke-http-api.md +5 -5
  148. package/docs/gateway/troubleshooting.md +57 -57
  149. package/docs/help/debugging.md +18 -18
  150. package/docs/help/environment.md +7 -7
  151. package/docs/help/faq.md +344 -344
  152. package/docs/help/scripts.md +1 -1
  153. package/docs/help/testing.md +56 -56
  154. package/docs/help/troubleshooting.md +55 -55
  155. package/docs/hooks/soul-evil.md +2 -2
  156. package/docs/index.md +21 -21
  157. package/docs/install/ansible.md +35 -35
  158. package/docs/install/development-channels.md +10 -10
  159. package/docs/install/docker.md +58 -58
  160. package/docs/install/exe-dev.md +18 -18
  161. package/docs/install/fly.md +32 -32
  162. package/docs/install/gcp.md +58 -58
  163. package/docs/install/hetzner.md +45 -45
  164. package/docs/install/index.md +26 -26
  165. package/docs/install/installer.md +68 -68
  166. package/docs/install/macos-vm.md +27 -27
  167. package/docs/install/migrating.md +36 -36
  168. package/docs/install/nix.md +18 -18
  169. package/docs/install/node.md +6 -6
  170. package/docs/install/northflank.mdx +9 -9
  171. package/docs/install/railway.mdx +8 -8
  172. package/docs/install/render.mdx +13 -13
  173. package/docs/install/uninstall.md +29 -29
  174. package/docs/install/updating.md +51 -51
  175. package/docs/logging.md +59 -59
  176. package/docs/network.md +1 -1
  177. package/docs/nodes/audio.md +2 -2
  178. package/docs/nodes/camera.md +18 -18
  179. package/docs/nodes/images.md +4 -4
  180. package/docs/nodes/index.md +61 -61
  181. package/docs/nodes/location-command.md +2 -2
  182. package/docs/nodes/media-understanding.md +5 -5
  183. package/docs/nodes/talk.md +1 -1
  184. package/docs/nodes/troubleshooting.md +19 -19
  185. package/docs/nodes/voicewake.md +3 -3
  186. package/docs/perplexity.md +2 -2
  187. package/docs/pi-dev.md +6 -6
  188. package/docs/pi.md +21 -21
  189. package/docs/platforms/android.md +13 -13
  190. package/docs/platforms/digitalocean.md +26 -26
  191. package/docs/platforms/index.md +8 -8
  192. package/docs/platforms/ios.md +13 -13
  193. package/docs/platforms/linux.md +11 -11
  194. package/docs/platforms/mac/bundled-gateway.md +14 -14
  195. package/docs/platforms/mac/canvas.md +14 -14
  196. package/docs/platforms/mac/child-process.md +5 -5
  197. package/docs/platforms/mac/dev-setup.md +10 -10
  198. package/docs/platforms/mac/health.md +2 -2
  199. package/docs/platforms/mac/icon.md +1 -1
  200. package/docs/platforms/mac/logging.md +4 -4
  201. package/docs/platforms/mac/menu-bar.md +1 -1
  202. package/docs/platforms/mac/peekaboo.md +9 -9
  203. package/docs/platforms/mac/permissions.md +2 -2
  204. package/docs/platforms/mac/release.md +16 -16
  205. package/docs/platforms/mac/remote.md +14 -14
  206. package/docs/platforms/mac/signing.md +7 -7
  207. package/docs/platforms/mac/skills.md +4 -4
  208. package/docs/platforms/mac/webchat.md +1 -1
  209. package/docs/platforms/mac/xpc.md +4 -4
  210. package/docs/platforms/macos.md +16 -16
  211. package/docs/platforms/oracle.md +35 -35
  212. package/docs/platforms/raspberry-pi.md +22 -22
  213. package/docs/platforms/windows.md +11 -11
  214. package/docs/plugins/agent-tools.md +1 -1
  215. package/docs/plugins/manifest.md +4 -4
  216. package/docs/plugins/voice-call.md +12 -12
  217. package/docs/plugins/zalouser.md +9 -9
  218. package/docs/prose.md +9 -9
  219. package/docs/providers/anthropic.md +17 -17
  220. package/docs/providers/bedrock.md +10 -10
  221. package/docs/providers/claude-max-api-proxy.md +4 -4
  222. package/docs/providers/cloudflare-ai-gateway.md +5 -5
  223. package/docs/providers/deepgram.md +2 -2
  224. package/docs/providers/github-copilot.md +11 -11
  225. package/docs/providers/glm.md +4 -4
  226. package/docs/providers/index.md +3 -3
  227. package/docs/providers/minimax.md +13 -13
  228. package/docs/providers/models.md +3 -3
  229. package/docs/providers/moonshot.md +2 -2
  230. package/docs/providers/ollama.md +12 -12
  231. package/docs/providers/openai.md +6 -6
  232. package/docs/providers/opencode.md +3 -3
  233. package/docs/providers/openrouter.md +3 -3
  234. package/docs/providers/qianfan.md +5 -5
  235. package/docs/providers/qwen.md +6 -6
  236. package/docs/providers/synthetic.md +4 -4
  237. package/docs/providers/venice.md +21 -21
  238. package/docs/providers/vercel-ai-gateway.md +4 -4
  239. package/docs/providers/xiaomi.md +5 -5
  240. package/docs/providers/zai.md +5 -5
  241. package/docs/refactor/exec-host.md +5 -5
  242. package/docs/refactor/plugin-sdk.md +12 -12
  243. package/docs/refactor/strict-config.md +11 -11
  244. package/docs/reference/AGENTS.default.md +17 -17
  245. package/docs/reference/RELEASING.md +29 -29
  246. package/docs/reference/api-usage-costs.md +6 -6
  247. package/docs/reference/credits.md +1 -1
  248. package/docs/reference/device-models.md +7 -7
  249. package/docs/reference/rpc.md +3 -3
  250. package/docs/reference/session-management-compaction.md +19 -19
  251. package/docs/reference/templates/AGENTS.dev.md +1 -1
  252. package/docs/reference/templates/AGENTS.md +66 -27
  253. package/docs/reference/templates/BOOT.md +1 -1
  254. package/docs/reference/templates/HEARTBEAT.md +8 -62
  255. package/docs/reference/templates/IDENTITY.md +1 -1
  256. package/docs/reference/templates/SOUL.md +10 -33
  257. package/docs/reference/templates/TOOLS.dev.md +1 -1
  258. package/docs/reference/templates/USER.dev.md +2 -2
  259. package/docs/reference/test.md +2 -2
  260. package/docs/reference/token-use.md +7 -7
  261. package/docs/reference/transcript-hygiene.md +1 -1
  262. package/docs/reference/wizard.md +25 -25
  263. package/docs/security/formal-verification.md +7 -7
  264. package/docs/start/bootstrapping.md +3 -3
  265. package/docs/start/docs-directory.md +2 -2
  266. package/docs/start/getting-started.md +11 -11
  267. package/docs/start/hubs.md +4 -4
  268. package/docs/start/lore.md +21 -21
  269. package/docs/start/onboarding.md +3 -3
  270. package/docs/start/openclaw.md +30 -30
  271. package/docs/start/quickstart.md +1 -1
  272. package/docs/start/setup.md +23 -23
  273. package/docs/start/showcase.md +45 -45
  274. package/docs/start/wizard-cli-automation.md +15 -15
  275. package/docs/start/wizard-cli-reference.md +18 -18
  276. package/docs/start/wizard.md +11 -11
  277. package/docs/tools/agent-send.md +10 -10
  278. package/docs/tools/browser-linux-troubleshooting.md +16 -16
  279. package/docs/tools/browser-login.md +6 -6
  280. package/docs/tools/browser.md +129 -129
  281. package/docs/tools/chrome-extension.md +17 -17
  282. package/docs/tools/clawhub.md +51 -51
  283. package/docs/tools/creating-skills.md +7 -7
  284. package/docs/tools/exec-approvals.md +5 -5
  285. package/docs/tools/exec.md +4 -4
  286. package/docs/tools/firecrawl.md +2 -2
  287. package/docs/tools/index.md +13 -13
  288. package/docs/tools/llm-task.md +2 -2
  289. package/docs/tools/lobster.md +13 -13
  290. package/docs/tools/multi-agent-sandbox-tools.md +15 -15
  291. package/docs/tools/plugin.md +65 -65
  292. package/docs/tools/skills-config.md +2 -2
  293. package/docs/tools/skills.md +39 -39
  294. package/docs/tools/slash-commands.md +8 -8
  295. package/docs/tools/web.md +8 -8
  296. package/docs/tts.md +11 -11
  297. package/docs/vps.md +1 -1
  298. package/docs/web/control-ui.md +11 -11
  299. package/docs/web/dashboard.md +5 -5
  300. package/docs/web/index.md +5 -5
  301. package/docs/web/tui.md +7 -7
  302. package/docs/zh-CN/AGENTS.md +1 -1
  303. package/docs/zh-CN/automation/auth-monitoring.md +6 -6
  304. package/docs/zh-CN/automation/cron-jobs.md +25 -25
  305. package/docs/zh-CN/automation/cron-vs-heartbeat.md +7 -7
  306. package/docs/zh-CN/automation/gmail-pubsub.md +25 -25
  307. package/docs/zh-CN/automation/hooks.md +62 -62
  308. package/docs/zh-CN/automation/poll.md +7 -7
  309. package/docs/zh-CN/automation/webhook.md +5 -5
  310. package/docs/zh-CN/brave-search.md +1 -1
  311. package/docs/zh-CN/channels/bluebubbles.md +12 -12
  312. package/docs/zh-CN/channels/broadcast-groups.md +6 -6
  313. package/docs/zh-CN/channels/channel-routing.md +5 -5
  314. package/docs/zh-CN/channels/discord.md +16 -16
  315. package/docs/zh-CN/channels/feishu.md +32 -32
  316. package/docs/zh-CN/channels/googlechat.md +16 -16
  317. package/docs/zh-CN/channels/group-messages.md +7 -7
  318. package/docs/zh-CN/channels/groups.md +4 -4
  319. package/docs/zh-CN/channels/imessage.md +13 -13
  320. package/docs/zh-CN/channels/index.md +4 -4
  321. package/docs/zh-CN/channels/line.md +6 -6
  322. package/docs/zh-CN/channels/location.md +1 -1
  323. package/docs/zh-CN/channels/matrix.md +13 -13
  324. package/docs/zh-CN/channels/mattermost.md +8 -8
  325. package/docs/zh-CN/channels/msteams.md +26 -26
  326. package/docs/zh-CN/channels/nextcloud-talk.md +7 -7
  327. package/docs/zh-CN/channels/nostr.md +9 -9
  328. package/docs/zh-CN/channels/pairing.md +10 -10
  329. package/docs/zh-CN/channels/signal.md +9 -9
  330. package/docs/zh-CN/channels/slack.md +16 -16
  331. package/docs/zh-CN/channels/telegram.md +24 -24
  332. package/docs/zh-CN/channels/tlon.md +5 -5
  333. package/docs/zh-CN/channels/troubleshooting.md +2 -2
  334. package/docs/zh-CN/channels/twitch.md +14 -14
  335. package/docs/zh-CN/channels/whatsapp.md +25 -25
  336. package/docs/zh-CN/channels/zalo.md +8 -8
  337. package/docs/zh-CN/channels/zalouser.md +12 -12
  338. package/docs/zh-CN/cli/acp.md +24 -24
  339. package/docs/zh-CN/cli/agent.md +6 -6
  340. package/docs/zh-CN/cli/agents.md +12 -12
  341. package/docs/zh-CN/cli/approvals.md +14 -14
  342. package/docs/zh-CN/cli/browser.md +24 -24
  343. package/docs/zh-CN/cli/channels.md +21 -21
  344. package/docs/zh-CN/cli/config.md +15 -15
  345. package/docs/zh-CN/cli/configure.md +5 -5
  346. package/docs/zh-CN/cli/cron.md +5 -5
  347. package/docs/zh-CN/cli/dashboard.md +4 -4
  348. package/docs/zh-CN/cli/devices.md +13 -13
  349. package/docs/zh-CN/cli/directory.md +12 -12
  350. package/docs/zh-CN/cli/dns.md +5 -5
  351. package/docs/zh-CN/cli/docs.md +5 -5
  352. package/docs/zh-CN/cli/doctor.md +11 -11
  353. package/docs/zh-CN/cli/gateway.md +26 -26
  354. package/docs/zh-CN/cli/health.md +5 -5
  355. package/docs/zh-CN/cli/hooks.md +35 -35
  356. package/docs/zh-CN/cli/index.md +43 -43
  357. package/docs/zh-CN/cli/logs.md +6 -6
  358. package/docs/zh-CN/cli/memory.md +11 -11
  359. package/docs/zh-CN/cli/message.md +11 -11
  360. package/docs/zh-CN/cli/models.md +17 -17
  361. package/docs/zh-CN/cli/node.md +14 -14
  362. package/docs/zh-CN/cli/nodes.md +14 -14
  363. package/docs/zh-CN/cli/onboard.md +7 -7
  364. package/docs/zh-CN/cli/pairing.md +4 -4
  365. package/docs/zh-CN/cli/plugins.md +16 -16
  366. package/docs/zh-CN/cli/reset.md +5 -5
  367. package/docs/zh-CN/cli/sandbox.md +28 -28
  368. package/docs/zh-CN/cli/security.md +5 -5
  369. package/docs/zh-CN/cli/sessions.md +5 -5
  370. package/docs/zh-CN/cli/setup.md +6 -6
  371. package/docs/zh-CN/cli/skills.md +7 -7
  372. package/docs/zh-CN/cli/status.md +7 -7
  373. package/docs/zh-CN/cli/system.md +6 -6
  374. package/docs/zh-CN/cli/tui.md +5 -5
  375. package/docs/zh-CN/cli/uninstall.md +5 -5
  376. package/docs/zh-CN/cli/update.md +20 -20
  377. package/docs/zh-CN/cli/voicecall.md +9 -9
  378. package/docs/zh-CN/cli/webhooks.md +5 -5
  379. package/docs/zh-CN/concepts/agent-loop.md +5 -5
  380. package/docs/zh-CN/concepts/agent-workspace.md +27 -27
  381. package/docs/zh-CN/concepts/agent.md +12 -12
  382. package/docs/zh-CN/concepts/architecture.md +2 -2
  383. package/docs/zh-CN/concepts/compaction.md +5 -5
  384. package/docs/zh-CN/concepts/context.md +6 -6
  385. package/docs/zh-CN/concepts/features.md +2 -2
  386. package/docs/zh-CN/concepts/markdown-formatting.md +3 -3
  387. package/docs/zh-CN/concepts/memory.md +15 -15
  388. package/docs/zh-CN/concepts/messages.md +4 -4
  389. package/docs/zh-CN/concepts/model-failover.md +13 -13
  390. package/docs/zh-CN/concepts/model-providers.md +21 -21
  391. package/docs/zh-CN/concepts/models.md +27 -27
  392. package/docs/zh-CN/concepts/multi-agent.md +31 -31
  393. package/docs/zh-CN/concepts/oauth.md +22 -22
  394. package/docs/zh-CN/concepts/presence.md +2 -2
  395. package/docs/zh-CN/concepts/retry.md +1 -1
  396. package/docs/zh-CN/concepts/session-pruning.md +1 -1
  397. package/docs/zh-CN/concepts/session-tool.md +4 -4
  398. package/docs/zh-CN/concepts/session.md +14 -14
  399. package/docs/zh-CN/concepts/streaming.md +3 -3
  400. package/docs/zh-CN/concepts/system-prompt.md +9 -9
  401. package/docs/zh-CN/concepts/timezone.md +2 -2
  402. package/docs/zh-CN/concepts/typebox.md +3 -3
  403. package/docs/zh-CN/concepts/typing-indicators.md +2 -2
  404. package/docs/zh-CN/concepts/usage-tracking.md +3 -3
  405. package/docs/zh-CN/date-time.md +2 -2
  406. package/docs/zh-CN/debug/node-issue.md +6 -6
  407. package/docs/zh-CN/diagnostics/flags.md +7 -7
  408. package/docs/zh-CN/experiments/plans/cron-add-hardening.md +1 -1
  409. package/docs/zh-CN/experiments/plans/openresponses-gateway.md +2 -2
  410. package/docs/zh-CN/experiments/research/memory.md +12 -12
  411. package/docs/zh-CN/gateway/authentication.md +22 -22
  412. package/docs/zh-CN/gateway/background-process.md +2 -2
  413. package/docs/zh-CN/gateway/bonjour.md +21 -21
  414. package/docs/zh-CN/gateway/bridge-protocol.md +2 -2
  415. package/docs/zh-CN/gateway/cli-backends.md +11 -11
  416. package/docs/zh-CN/gateway/configuration-examples.md +24 -24
  417. package/docs/zh-CN/gateway/configuration.md +143 -143
  418. package/docs/zh-CN/gateway/discovery.md +10 -10
  419. package/docs/zh-CN/gateway/doctor.md +26 -26
  420. package/docs/zh-CN/gateway/gateway-lock.md +1 -1
  421. package/docs/zh-CN/gateway/health.md +11 -11
  422. package/docs/zh-CN/gateway/heartbeat.md +5 -5
  423. package/docs/zh-CN/gateway/index.md +63 -63
  424. package/docs/zh-CN/gateway/local-models.md +2 -2
  425. package/docs/zh-CN/gateway/logging.md +8 -8
  426. package/docs/zh-CN/gateway/multiple-gateways.md +24 -24
  427. package/docs/zh-CN/gateway/network-model.md +3 -3
  428. package/docs/zh-CN/gateway/openai-http-api.md +12 -12
  429. package/docs/zh-CN/gateway/openresponses-http-api.md +12 -12
  430. package/docs/zh-CN/gateway/pairing.md +9 -9
  431. package/docs/zh-CN/gateway/protocol.md +4 -4
  432. package/docs/zh-CN/gateway/remote-gateway-readme.md +10 -10
  433. package/docs/zh-CN/gateway/remote.md +4 -4
  434. package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
  435. package/docs/zh-CN/gateway/sandboxing.md +6 -6
  436. package/docs/zh-CN/gateway/security/index.md +54 -54
  437. package/docs/zh-CN/gateway/tailscale.md +10 -10
  438. package/docs/zh-CN/gateway/tools-invoke-http-api.md +5 -5
  439. package/docs/zh-CN/gateway/troubleshooting.md +112 -112
  440. package/docs/zh-CN/help/debugging.md +18 -18
  441. package/docs/zh-CN/help/environment.md +7 -7
  442. package/docs/zh-CN/help/faq.md +341 -341
  443. package/docs/zh-CN/help/scripts.md +1 -1
  444. package/docs/zh-CN/help/testing.md +56 -56
  445. package/docs/zh-CN/help/troubleshooting.md +16 -16
  446. package/docs/zh-CN/hooks/soul-evil.md +2 -2
  447. package/docs/zh-CN/index.md +20 -20
  448. package/docs/zh-CN/install/ansible.md +35 -35
  449. package/docs/zh-CN/install/development-channels.md +10 -10
  450. package/docs/zh-CN/install/docker.md +54 -54
  451. package/docs/zh-CN/install/exe-dev.md +16 -16
  452. package/docs/zh-CN/install/fly.md +32 -32
  453. package/docs/zh-CN/install/gcp.md +58 -58
  454. package/docs/zh-CN/install/hetzner.md +45 -45
  455. package/docs/zh-CN/install/index.md +35 -35
  456. package/docs/zh-CN/install/installer.md +24 -24
  457. package/docs/zh-CN/install/macos-vm.md +27 -27
  458. package/docs/zh-CN/install/migrating.md +36 -36
  459. package/docs/zh-CN/install/nix.md +18 -18
  460. package/docs/zh-CN/install/node.md +1 -1
  461. package/docs/zh-CN/install/northflank.mdx +9 -9
  462. package/docs/zh-CN/install/railway.mdx +8 -8
  463. package/docs/zh-CN/install/render.mdx +13 -13
  464. package/docs/zh-CN/install/uninstall.md +29 -29
  465. package/docs/zh-CN/install/updating.md +51 -51
  466. package/docs/zh-CN/logging.md +44 -44
  467. package/docs/zh-CN/network.md +1 -1
  468. package/docs/zh-CN/nodes/audio.md +2 -2
  469. package/docs/zh-CN/nodes/camera.md +18 -18
  470. package/docs/zh-CN/nodes/images.md +4 -4
  471. package/docs/zh-CN/nodes/index.md +61 -61
  472. package/docs/zh-CN/nodes/location-command.md +2 -2
  473. package/docs/zh-CN/nodes/media-understanding.md +5 -5
  474. package/docs/zh-CN/nodes/talk.md +1 -1
  475. package/docs/zh-CN/nodes/voicewake.md +3 -3
  476. package/docs/zh-CN/perplexity.md +2 -2
  477. package/docs/zh-CN/pi-dev.md +6 -6
  478. package/docs/zh-CN/pi.md +21 -21
  479. package/docs/zh-CN/platforms/android.md +13 -13
  480. package/docs/zh-CN/platforms/digitalocean.md +26 -26
  481. package/docs/zh-CN/platforms/index.md +8 -8
  482. package/docs/zh-CN/platforms/ios.md +13 -13
  483. package/docs/zh-CN/platforms/linux.md +11 -11
  484. package/docs/zh-CN/platforms/mac/bundled-gateway.md +13 -13
  485. package/docs/zh-CN/platforms/mac/canvas.md +14 -14
  486. package/docs/zh-CN/platforms/mac/child-process.md +5 -5
  487. package/docs/zh-CN/platforms/mac/dev-setup.md +10 -10
  488. package/docs/zh-CN/platforms/mac/health.md +2 -2
  489. package/docs/zh-CN/platforms/mac/icon.md +1 -1
  490. package/docs/zh-CN/platforms/mac/logging.md +4 -4
  491. package/docs/zh-CN/platforms/mac/menu-bar.md +1 -1
  492. package/docs/zh-CN/platforms/mac/peekaboo.md +9 -9
  493. package/docs/zh-CN/platforms/mac/permissions.md +1 -1
  494. package/docs/zh-CN/platforms/mac/release.md +16 -16
  495. package/docs/zh-CN/platforms/mac/remote.md +14 -14
  496. package/docs/zh-CN/platforms/mac/signing.md +7 -7
  497. package/docs/zh-CN/platforms/mac/skills.md +4 -4
  498. package/docs/zh-CN/platforms/mac/webchat.md +1 -1
  499. package/docs/zh-CN/platforms/mac/xpc.md +4 -4
  500. package/docs/zh-CN/platforms/macos.md +16 -16
  501. package/docs/zh-CN/platforms/oracle.md +35 -35
  502. package/docs/zh-CN/platforms/raspberry-pi.md +22 -22
  503. package/docs/zh-CN/platforms/windows.md +11 -11
  504. package/docs/zh-CN/plugins/agent-tools.md +1 -1
  505. package/docs/zh-CN/plugins/manifest.md +3 -3
  506. package/docs/zh-CN/plugins/voice-call.md +12 -12
  507. package/docs/zh-CN/plugins/zalouser.md +9 -9
  508. package/docs/zh-CN/prose.md +9 -9
  509. package/docs/zh-CN/providers/anthropic.md +17 -17
  510. package/docs/zh-CN/providers/bedrock.md +9 -9
  511. package/docs/zh-CN/providers/claude-max-api-proxy.md +4 -4
  512. package/docs/zh-CN/providers/deepgram.md +2 -2
  513. package/docs/zh-CN/providers/github-copilot.md +11 -11
  514. package/docs/zh-CN/providers/glm.md +4 -4
  515. package/docs/zh-CN/providers/index.md +3 -3
  516. package/docs/zh-CN/providers/minimax.md +13 -13
  517. package/docs/zh-CN/providers/models.md +3 -3
  518. package/docs/zh-CN/providers/moonshot.md +2 -2
  519. package/docs/zh-CN/providers/ollama.md +11 -11
  520. package/docs/zh-CN/providers/openai.md +6 -6
  521. package/docs/zh-CN/providers/opencode.md +3 -3
  522. package/docs/zh-CN/providers/openrouter.md +3 -3
  523. package/docs/zh-CN/providers/qianfan.md +1 -1
  524. package/docs/zh-CN/providers/qwen.md +6 -6
  525. package/docs/zh-CN/providers/synthetic.md +4 -4
  526. package/docs/zh-CN/providers/venice.md +21 -21
  527. package/docs/zh-CN/providers/vercel-ai-gateway.md +4 -4
  528. package/docs/zh-CN/providers/xiaomi.md +5 -5
  529. package/docs/zh-CN/providers/zai.md +5 -5
  530. package/docs/zh-CN/refactor/exec-host.md +5 -5
  531. package/docs/zh-CN/refactor/plugin-sdk.md +12 -12
  532. package/docs/zh-CN/refactor/strict-config.md +11 -11
  533. package/docs/zh-CN/reference/AGENTS.default.md +17 -17
  534. package/docs/zh-CN/reference/RELEASING.md +28 -28
  535. package/docs/zh-CN/reference/api-usage-costs.md +6 -6
  536. package/docs/zh-CN/reference/credits.md +1 -1
  537. package/docs/zh-CN/reference/device-models.md +7 -7
  538. package/docs/zh-CN/reference/rpc.md +3 -3
  539. package/docs/zh-CN/reference/session-management-compaction.md +19 -19
  540. package/docs/zh-CN/reference/templates/AGENTS.dev.md +1 -1
  541. package/docs/zh-CN/reference/templates/BOOT.md +1 -1
  542. package/docs/zh-CN/reference/templates/IDENTITY.md +1 -1
  543. package/docs/zh-CN/reference/templates/TOOLS.dev.md +1 -1
  544. package/docs/zh-CN/reference/templates/USER.dev.md +2 -2
  545. package/docs/zh-CN/reference/test.md +2 -2
  546. package/docs/zh-CN/reference/token-use.md +7 -7
  547. package/docs/zh-CN/reference/transcript-hygiene.md +1 -1
  548. package/docs/zh-CN/security/formal-verification.md +7 -7
  549. package/docs/zh-CN/start/docs-directory.md +2 -2
  550. package/docs/zh-CN/start/getting-started.md +29 -29
  551. package/docs/zh-CN/start/hubs.md +3 -3
  552. package/docs/zh-CN/start/lore.md +21 -21
  553. package/docs/zh-CN/start/onboarding.md +7 -7
  554. package/docs/zh-CN/start/openclaw.md +35 -35
  555. package/docs/zh-CN/start/quickstart.md +17 -17
  556. package/docs/zh-CN/start/setup.md +22 -22
  557. package/docs/zh-CN/start/showcase.md +45 -45
  558. package/docs/zh-CN/start/wizard.md +30 -30
  559. package/docs/zh-CN/tools/agent-send.md +10 -10
  560. package/docs/zh-CN/tools/browser-linux-troubleshooting.md +16 -16
  561. package/docs/zh-CN/tools/browser-login.md +6 -6
  562. package/docs/zh-CN/tools/browser.md +129 -129
  563. package/docs/zh-CN/tools/chrome-extension.md +17 -17
  564. package/docs/zh-CN/tools/clawhub.md +44 -44
  565. package/docs/zh-CN/tools/creating-skills.md +7 -7
  566. package/docs/zh-CN/tools/exec-approvals.md +5 -5
  567. package/docs/zh-CN/tools/exec.md +4 -4
  568. package/docs/zh-CN/tools/firecrawl.md +2 -2
  569. package/docs/zh-CN/tools/index.md +13 -13
  570. package/docs/zh-CN/tools/llm-task.md +2 -2
  571. package/docs/zh-CN/tools/lobster.md +13 -13
  572. package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +15 -15
  573. package/docs/zh-CN/tools/plugin.md +63 -63
  574. package/docs/zh-CN/tools/skills-config.md +2 -2
  575. package/docs/zh-CN/tools/skills.md +34 -34
  576. package/docs/zh-CN/tools/slash-commands.md +8 -8
  577. package/docs/zh-CN/tools/web.md +6 -6
  578. package/docs/zh-CN/tts.md +10 -10
  579. package/docs/zh-CN/vps.md +1 -1
  580. package/docs/zh-CN/web/control-ui.md +11 -11
  581. package/docs/zh-CN/web/dashboard.md +6 -6
  582. package/docs/zh-CN/web/index.md +5 -5
  583. package/docs/zh-CN/web/tui.md +7 -7
  584. package/extensions/bluebubbles/README.md +2 -2
  585. package/extensions/bluebubbles/index.ts +3 -3
  586. package/extensions/bluebubbles/package.json +5 -5
  587. package/extensions/bluebubbles/src/accounts.ts +9 -9
  588. package/extensions/bluebubbles/src/actions.test.ts +22 -22
  589. package/extensions/bluebubbles/src/actions.ts +1 -1
  590. package/extensions/bluebubbles/src/attachments.ts +2 -2
  591. package/extensions/bluebubbles/src/channel.ts +4 -4
  592. package/extensions/bluebubbles/src/chat.ts +2 -2
  593. package/extensions/bluebubbles/src/config-schema.ts +1 -1
  594. package/extensions/bluebubbles/src/media-send.ts +2 -2
  595. package/extensions/bluebubbles/src/monitor.test.ts +50 -50
  596. package/extensions/bluebubbles/src/monitor.ts +6 -6
  597. package/extensions/bluebubbles/src/onboarding.ts +9 -9
  598. package/extensions/bluebubbles/src/reactions.ts +2 -2
  599. package/extensions/bluebubbles/src/runtime.ts +1 -1
  600. package/extensions/bluebubbles/src/send.ts +3 -3
  601. package/extensions/copilot-proxy/README.md +3 -3
  602. package/extensions/copilot-proxy/index.ts +1 -1
  603. package/extensions/copilot-proxy/package.json +4 -4
  604. package/extensions/diagnostics-otel/index.ts +3 -3
  605. package/extensions/diagnostics-otel/package.json +4 -4
  606. package/extensions/diagnostics-otel/src/service.test.ts +15 -15
  607. package/extensions/diagnostics-otel/src/service.ts +85 -85
  608. package/extensions/discord/index.ts +3 -3
  609. package/extensions/discord/package.json +4 -4
  610. package/extensions/discord/src/channel.ts +1 -1
  611. package/extensions/discord/src/runtime.ts +1 -1
  612. package/extensions/feishu/index.ts +3 -3
  613. package/extensions/feishu/package.json +5 -5
  614. package/extensions/feishu/src/accounts.ts +9 -9
  615. package/extensions/feishu/src/bitable.ts +2 -2
  616. package/extensions/feishu/src/bot.ts +4 -4
  617. package/extensions/feishu/src/channel.ts +3 -3
  618. package/extensions/feishu/src/directory.ts +5 -5
  619. package/extensions/feishu/src/docx.ts +2 -2
  620. package/extensions/feishu/src/drive.ts +2 -2
  621. package/extensions/feishu/src/media.ts +8 -8
  622. package/extensions/feishu/src/monitor.ts +3 -3
  623. package/extensions/feishu/src/onboarding.ts +10 -10
  624. package/extensions/feishu/src/outbound.ts +1 -1
  625. package/extensions/feishu/src/perm.ts +2 -2
  626. package/extensions/feishu/src/policy.ts +1 -1
  627. package/extensions/feishu/src/reactions.ts +4 -4
  628. package/extensions/feishu/src/reply-dispatcher.ts +3 -3
  629. package/extensions/feishu/src/runtime.ts +1 -1
  630. package/extensions/feishu/src/send.ts +7 -7
  631. package/extensions/feishu/src/typing.ts +3 -3
  632. package/extensions/feishu/src/wiki.ts +2 -2
  633. package/extensions/google-gemini-cli-auth/README.md +5 -5
  634. package/extensions/google-gemini-cli-auth/index.ts +3 -3
  635. package/extensions/google-gemini-cli-auth/oauth.ts +4 -4
  636. package/extensions/google-gemini-cli-auth/package.json +4 -4
  637. package/extensions/googlechat/index.ts +4 -4
  638. package/extensions/googlechat/package.json +6 -6
  639. package/extensions/googlechat/src/accounts.ts +9 -9
  640. package/extensions/googlechat/src/actions.ts +5 -5
  641. package/extensions/googlechat/src/api.ts +1 -1
  642. package/extensions/googlechat/src/channel.ts +5 -5
  643. package/extensions/googlechat/src/monitor.ts +9 -9
  644. package/extensions/googlechat/src/onboarding.ts +11 -11
  645. package/extensions/googlechat/src/runtime.ts +1 -1
  646. package/extensions/googlechat/src/types.config.ts +1 -1
  647. package/extensions/imessage/index.ts +3 -3
  648. package/extensions/imessage/package.json +4 -4
  649. package/extensions/imessage/src/channel.ts +1 -1
  650. package/extensions/imessage/src/runtime.ts +1 -1
  651. package/extensions/line/index.ts +3 -3
  652. package/extensions/line/package.json +5 -5
  653. package/extensions/line/src/card-command.ts +3 -3
  654. package/extensions/line/src/channel.logout.test.ts +4 -4
  655. package/extensions/line/src/channel.sendPayload.test.ts +8 -8
  656. package/extensions/line/src/channel.ts +5 -5
  657. package/extensions/line/src/runtime.ts +1 -1
  658. package/extensions/llm-task/README.md +4 -4
  659. package/extensions/llm-task/index.ts +2 -2
  660. package/extensions/llm-task/package.json +4 -4
  661. package/extensions/llm-task/src/llm-task-tool.ts +6 -6
  662. package/extensions/lobster/README.md +7 -7
  663. package/extensions/lobster/index.ts +2 -2
  664. package/extensions/lobster/package.json +3 -3
  665. package/extensions/lobster/src/lobster-tool.test.ts +7 -7
  666. package/extensions/lobster/src/lobster-tool.ts +2 -2
  667. package/extensions/matrix/CHANGELOG.md +17 -17
  668. package/extensions/matrix/index.ts +3 -3
  669. package/extensions/matrix/package.json +5 -5
  670. package/extensions/matrix/src/actions.ts +1 -1
  671. package/extensions/matrix/src/channel.directory.test.ts +1 -1
  672. package/extensions/matrix/src/channel.ts +1 -1
  673. package/extensions/matrix/src/config-schema.ts +1 -1
  674. package/extensions/matrix/src/directory-live.ts +1 -1
  675. package/extensions/matrix/src/group-mentions.ts +1 -1
  676. package/extensions/matrix/src/matrix/accounts.ts +1 -1
  677. package/extensions/matrix/src/matrix/actions/client.ts +1 -1
  678. package/extensions/matrix/src/matrix/client/config.ts +1 -1
  679. package/extensions/matrix/src/matrix/deps.ts +1 -1
  680. package/extensions/matrix/src/matrix/monitor/allowlist.ts +1 -1
  681. package/extensions/matrix/src/matrix/monitor/auto-join.ts +1 -1
  682. package/extensions/matrix/src/matrix/monitor/events.ts +1 -1
  683. package/extensions/matrix/src/matrix/monitor/handler.ts +5 -5
  684. package/extensions/matrix/src/matrix/monitor/index.ts +1 -1
  685. package/extensions/matrix/src/matrix/monitor/location.ts +1 -1
  686. package/extensions/matrix/src/matrix/monitor/media.test.ts +1 -1
  687. package/extensions/matrix/src/matrix/monitor/replies.ts +1 -1
  688. package/extensions/matrix/src/matrix/monitor/rooms.ts +1 -1
  689. package/extensions/matrix/src/matrix/poll-types.ts +1 -1
  690. package/extensions/matrix/src/matrix/send/client.ts +1 -1
  691. package/extensions/matrix/src/matrix/send.test.ts +1 -1
  692. package/extensions/matrix/src/matrix/send.ts +1 -1
  693. package/extensions/matrix/src/onboarding.ts +2 -2
  694. package/extensions/matrix/src/outbound.ts +1 -1
  695. package/extensions/matrix/src/resolve-targets.test.ts +1 -1
  696. package/extensions/matrix/src/resolve-targets.ts +1 -1
  697. package/extensions/matrix/src/runtime.ts +1 -1
  698. package/extensions/matrix/src/tool-actions.ts +1 -1
  699. package/extensions/mattermost/index.ts +3 -3
  700. package/extensions/mattermost/package.json +5 -5
  701. package/extensions/mattermost/src/channel.test.ts +3 -3
  702. package/extensions/mattermost/src/channel.ts +1 -1
  703. package/extensions/mattermost/src/config-schema.ts +1 -1
  704. package/extensions/mattermost/src/group-mentions.ts +1 -1
  705. package/extensions/mattermost/src/mattermost/accounts.ts +9 -9
  706. package/extensions/mattermost/src/mattermost/monitor-helpers.ts +5 -5
  707. package/extensions/mattermost/src/mattermost/monitor.ts +4 -4
  708. package/extensions/mattermost/src/onboarding-helpers.ts +4 -4
  709. package/extensions/mattermost/src/onboarding.ts +4 -4
  710. package/extensions/mattermost/src/runtime.ts +1 -1
  711. package/extensions/mattermost/src/types.ts +1 -1
  712. package/extensions/memory-core/index.ts +3 -3
  713. package/extensions/memory-core/package.json +5 -5
  714. package/extensions/memory-lancedb/config.ts +2 -2
  715. package/extensions/memory-lancedb/index.test.ts +3 -3
  716. package/extensions/memory-lancedb/index.ts +4 -4
  717. package/extensions/memory-lancedb/{synurex.plugin.json → openclaw.plugin.json} +1 -1
  718. package/extensions/memory-lancedb/package.json +4 -4
  719. package/extensions/minimax-portal-auth/README.md +4 -4
  720. package/extensions/minimax-portal-auth/index.ts +1 -1
  721. package/extensions/minimax-portal-auth/package.json +4 -4
  722. package/extensions/msteams/CHANGELOG.md +15 -15
  723. package/extensions/msteams/index.ts +3 -3
  724. package/extensions/msteams/package.json +6 -6
  725. package/extensions/msteams/src/attachments.test.ts +1 -1
  726. package/extensions/msteams/src/channel.directory.test.ts +2 -2
  727. package/extensions/msteams/src/channel.ts +3 -3
  728. package/extensions/msteams/src/conversation-store-fs.test.ts +5 -5
  729. package/extensions/msteams/src/directory-live.ts +1 -1
  730. package/extensions/msteams/src/graph-upload.ts +4 -4
  731. package/extensions/msteams/src/media-helpers.ts +1 -1
  732. package/extensions/msteams/src/messenger.test.ts +1 -1
  733. package/extensions/msteams/src/messenger.ts +1 -1
  734. package/extensions/msteams/src/monitor-handler/message-handler.ts +1 -1
  735. package/extensions/msteams/src/monitor-handler.ts +2 -2
  736. package/extensions/msteams/src/monitor.ts +3 -3
  737. package/extensions/msteams/src/onboarding.ts +11 -11
  738. package/extensions/msteams/src/outbound.ts +1 -1
  739. package/extensions/msteams/src/policy.test.ts +1 -1
  740. package/extensions/msteams/src/policy.ts +2 -2
  741. package/extensions/msteams/src/polls-store.test.ts +1 -1
  742. package/extensions/msteams/src/polls.test.ts +5 -5
  743. package/extensions/msteams/src/polls.ts +8 -8
  744. package/extensions/msteams/src/probe.test.ts +1 -1
  745. package/extensions/msteams/src/probe.ts +1 -1
  746. package/extensions/msteams/src/reply-dispatcher.ts +3 -3
  747. package/extensions/msteams/src/runtime.ts +1 -1
  748. package/extensions/msteams/src/send-context.ts +3 -3
  749. package/extensions/msteams/src/send.ts +5 -5
  750. package/extensions/msteams/src/token.ts +1 -1
  751. package/extensions/nextcloud-talk/index.ts +3 -3
  752. package/extensions/nextcloud-talk/package.json +5 -5
  753. package/extensions/nextcloud-talk/src/accounts.ts +2 -2
  754. package/extensions/nextcloud-talk/src/channel.ts +6 -6
  755. package/extensions/nextcloud-talk/src/config-schema.ts +1 -1
  756. package/extensions/nextcloud-talk/src/inbound.ts +9 -9
  757. package/extensions/nextcloud-talk/src/monitor.ts +1 -1
  758. package/extensions/nextcloud-talk/src/onboarding.ts +2 -2
  759. package/extensions/nextcloud-talk/src/policy.ts +2 -2
  760. package/extensions/nextcloud-talk/src/room-info.ts +1 -1
  761. package/extensions/nextcloud-talk/src/runtime.ts +1 -1
  762. package/extensions/nextcloud-talk/src/types.ts +1 -1
  763. package/extensions/nostr/CHANGELOG.md +12 -12
  764. package/extensions/nostr/README.md +5 -5
  765. package/extensions/nostr/index.ts +3 -3
  766. package/extensions/nostr/package.json +6 -6
  767. package/extensions/nostr/src/channel.ts +2 -2
  768. package/extensions/nostr/src/config-schema.ts +1 -1
  769. package/extensions/nostr/src/nostr-state-store.test.ts +8 -8
  770. package/extensions/nostr/src/runtime.ts +1 -1
  771. package/extensions/nostr/src/types.ts +4 -4
  772. package/extensions/open-prose/index.ts +2 -2
  773. package/extensions/open-prose/package.json +3 -3
  774. package/extensions/open-prose/skills/prose/SKILL.md +5 -5
  775. package/extensions/open-prose/skills/prose/prose.md +4 -4
  776. package/extensions/qwen-portal-auth/README.md +3 -3
  777. package/extensions/qwen-portal-auth/index.ts +1 -1
  778. package/extensions/signal/index.ts +3 -3
  779. package/extensions/signal/package.json +4 -4
  780. package/extensions/signal/src/channel.ts +1 -1
  781. package/extensions/signal/src/runtime.ts +1 -1
  782. package/extensions/slack/index.ts +3 -3
  783. package/extensions/slack/package.json +4 -4
  784. package/extensions/slack/src/channel.ts +1 -1
  785. package/extensions/slack/src/runtime.ts +1 -1
  786. package/extensions/telegram/index.ts +3 -3
  787. package/extensions/telegram/package.json +4 -4
  788. package/extensions/telegram/src/channel.ts +3 -3
  789. package/extensions/telegram/src/runtime.ts +1 -1
  790. package/extensions/tlon/README.md +3 -3
  791. package/extensions/tlon/index.ts +3 -3
  792. package/extensions/tlon/package.json +5 -5
  793. package/extensions/tlon/src/channel.ts +9 -9
  794. package/extensions/tlon/src/config-schema.ts +1 -1
  795. package/extensions/tlon/src/monitor/discovery.ts +1 -1
  796. package/extensions/tlon/src/monitor/history.ts +1 -1
  797. package/extensions/tlon/src/monitor/index.ts +3 -3
  798. package/extensions/tlon/src/onboarding.ts +4 -4
  799. package/extensions/tlon/src/runtime.ts +1 -1
  800. package/extensions/tlon/src/types.ts +3 -3
  801. package/extensions/twitch/CHANGELOG.md +9 -9
  802. package/extensions/twitch/README.md +8 -8
  803. package/extensions/twitch/index.ts +3 -3
  804. package/extensions/twitch/package.json +4 -4
  805. package/extensions/twitch/src/actions.ts +1 -1
  806. package/extensions/twitch/src/config-schema.ts +1 -1
  807. package/extensions/twitch/src/config.ts +3 -3
  808. package/extensions/twitch/src/monitor.ts +4 -4
  809. package/extensions/twitch/src/onboarding.test.ts +1 -1
  810. package/extensions/twitch/src/onboarding.ts +11 -11
  811. package/extensions/twitch/src/outbound.test.ts +2 -2
  812. package/extensions/twitch/src/outbound.ts +2 -2
  813. package/extensions/twitch/src/plugin.test.ts +2 -2
  814. package/extensions/twitch/src/plugin.ts +9 -9
  815. package/extensions/twitch/src/runtime.ts +1 -1
  816. package/extensions/twitch/src/send.test.ts +2 -2
  817. package/extensions/twitch/src/send.ts +5 -5
  818. package/extensions/twitch/src/token.test.ts +12 -12
  819. package/extensions/twitch/src/token.ts +7 -7
  820. package/extensions/twitch/src/twitch-client.ts +4 -4
  821. package/extensions/twitch/src/types.ts +3 -3
  822. package/extensions/twitch/src/utils/markdown.ts +1 -1
  823. package/extensions/voice-call/CHANGELOG.md +19 -19
  824. package/extensions/voice-call/README.md +16 -16
  825. package/extensions/voice-call/package.json +4 -4
  826. package/extensions/voice-call/src/cli.ts +2 -2
  827. package/extensions/voice-call/src/core-bridge.ts +5 -5
  828. package/extensions/voice-call/src/manager.test.ts +6 -6
  829. package/extensions/voice-call/src/manager.ts +1 -1
  830. package/extensions/voice-call/src/response-generator.ts +1 -1
  831. package/extensions/whatsapp/index.ts +3 -3
  832. package/extensions/whatsapp/package.json +4 -4
  833. package/extensions/whatsapp/src/channel.ts +1 -1
  834. package/extensions/whatsapp/src/runtime.ts +1 -1
  835. package/extensions/zalo/CHANGELOG.md +17 -17
  836. package/extensions/zalo/README.md +4 -4
  837. package/extensions/zalo/index.ts +3 -3
  838. package/extensions/zalo/package.json +6 -6
  839. package/extensions/zalo/src/accounts.ts +9 -9
  840. package/extensions/zalo/src/actions.ts +4 -4
  841. package/extensions/zalo/src/channel.directory.test.ts +2 -2
  842. package/extensions/zalo/src/channel.ts +5 -5
  843. package/extensions/zalo/src/config-schema.ts +1 -1
  844. package/extensions/zalo/src/monitor.ts +10 -10
  845. package/extensions/zalo/src/monitor.webhook.test.ts +2 -2
  846. package/extensions/zalo/src/onboarding.ts +19 -19
  847. package/extensions/zalo/src/runtime.ts +1 -1
  848. package/extensions/zalo/src/send.ts +2 -2
  849. package/extensions/zalo/src/status-issues.ts +1 -1
  850. package/extensions/zalo/src/token.ts +1 -1
  851. package/extensions/zalouser/CHANGELOG.md +12 -12
  852. package/extensions/zalouser/README.md +18 -18
  853. package/extensions/zalouser/index.ts +3 -3
  854. package/extensions/zalouser/package.json +6 -6
  855. package/extensions/zalouser/src/accounts.ts +10 -10
  856. package/extensions/zalouser/src/channel.ts +6 -6
  857. package/extensions/zalouser/src/config-schema.ts +1 -1
  858. package/extensions/zalouser/src/monitor.ts +5 -5
  859. package/extensions/zalouser/src/onboarding.ts +23 -23
  860. package/extensions/zalouser/src/runtime.ts +1 -1
  861. package/extensions/zalouser/src/status-issues.ts +2 -2
  862. package/{synurex.mjs → openclaw.mjs} +1 -1
  863. package/package.json +23 -29
  864. package/skills/1password/SKILL.md +3 -3
  865. package/skills/apple-notes/SKILL.md +2 -2
  866. package/skills/apple-reminders/SKILL.md +1 -1
  867. package/skills/bear-notes/SKILL.md +1 -1
  868. package/skills/blogwatcher/SKILL.md +1 -1
  869. package/skills/blucli/SKILL.md +1 -1
  870. package/skills/bluebubbles/SKILL.md +3 -3
  871. package/skills/camsnap/SKILL.md +1 -1
  872. package/skills/canvas/SKILL.md +15 -15
  873. package/skills/clawhub/SKILL.md +23 -23
  874. package/skills/coding-agent/SKILL.md +6 -6
  875. package/skills/discord/SKILL.md +6 -6
  876. package/skills/eightctl/SKILL.md +1 -1
  877. package/skills/food-order/SKILL.md +1 -1
  878. package/skills/gemini/SKILL.md +1 -1
  879. package/skills/gifgrep/SKILL.md +1 -1
  880. package/skills/github/SKILL.md +1 -1
  881. package/skills/gog/SKILL.md +1 -1
  882. package/skills/goplaces/SKILL.md +1 -1
  883. package/skills/healthcheck/SKILL.md +36 -36
  884. package/skills/himalaya/SKILL.md +1 -1
  885. package/skills/imsg/SKILL.md +1 -1
  886. package/skills/local-places/SKILL.md +1 -1
  887. package/skills/mcporter/SKILL.md +1 -1
  888. package/skills/model-usage/SKILL.md +1 -1
  889. package/skills/nano-banana-pro/SKILL.md +3 -3
  890. package/skills/nano-pdf/SKILL.md +1 -1
  891. package/skills/notion/SKILL.md +1 -1
  892. package/skills/obsidian/SKILL.md +1 -1
  893. package/skills/openai-image-gen/SKILL.md +1 -1
  894. package/skills/openai-whisper/SKILL.md +1 -1
  895. package/skills/openai-whisper-api/SKILL.md +2 -2
  896. package/skills/openhue/SKILL.md +1 -1
  897. package/skills/oracle/SKILL.md +1 -1
  898. package/skills/ordercli/SKILL.md +1 -1
  899. package/skills/peekaboo/SKILL.md +1 -1
  900. package/skills/sag/SKILL.md +1 -1
  901. package/skills/session-logs/SKILL.md +7 -7
  902. package/skills/sherpa-onnx-tts/SKILL.md +10 -10
  903. package/skills/slack/SKILL.md +4 -4
  904. package/skills/songsee/SKILL.md +1 -1
  905. package/skills/sonoscli/SKILL.md +1 -1
  906. package/skills/spotify-player/SKILL.md +1 -1
  907. package/skills/summarize/SKILL.md +1 -1
  908. package/skills/things-mac/SKILL.md +3 -3
  909. package/skills/tmux/SKILL.md +8 -8
  910. package/skills/trello/SKILL.md +2 -2
  911. package/skills/video-frames/SKILL.md +1 -1
  912. package/skills/voice-call/SKILL.md +4 -4
  913. package/skills/wacli/SKILL.md +2 -2
  914. package/skills/weather/SKILL.md +1 -1
  915. package/dist/Synurex-root-CbEdPwLE.js +0 -84
  916. package/dist/Synurex-root-CwTH98Xq.js +0 -84
  917. package/dist/accounts-B6AkTILW.js +0 -250
  918. package/dist/accounts-BqN2SY0Z.js +0 -251
  919. package/dist/acp-cli-DG2rUnRu.js +0 -926
  920. package/dist/acp-cli-DgztFMxz.js +0 -923
  921. package/dist/agent-DS48T6lR.js +0 -704
  922. package/dist/agent-Dmx3qZPI.js +0 -704
  923. package/dist/agent-scope-CRRhJ7Hf.js +0 -370
  924. package/dist/agent-scope-CpSMNwey.js +0 -611
  925. package/dist/agent-scope-DNmzkYn4.js +0 -370
  926. package/dist/archive-Dy3Ezb-5.js +0 -85
  927. package/dist/archive-ccN9aDgq.js +0 -85
  928. package/dist/audit-D5Yus8BZ.js +0 -1853
  929. package/dist/audit-yn_25WaA.js +0 -1853
  930. package/dist/auth-CUgjFkvI.js +0 -192
  931. package/dist/auth-CVGpCRur.js +0 -192
  932. package/dist/auth-health-BSF-YNSl.js +0 -149
  933. package/dist/auth-health-BrChJQW-.js +0 -149
  934. package/dist/auth-profiles-xwZAMwdh.js +0 -2981
  935. package/dist/boolean-BgXe2hyu.js +0 -30
  936. package/dist/brew-CAcErcKz.js +0 -46
  937. package/dist/brew-CcZV0dSS.js +0 -46
  938. package/dist/call-BrWU4m7x.js +0 -280
  939. package/dist/call-CTxvJ5pZ.js +0 -280
  940. package/dist/channel-options-CCbTOytI.js +0 -62
  941. package/dist/channel-options-k4Undn6s.js +0 -32
  942. package/dist/channel-selection-D2iDbzGy.js +0 -51
  943. package/dist/channel-selection-i-6yBKAk.js +0 -51
  944. package/dist/channel-summary-2b6qt5Cm.js +0 -1216
  945. package/dist/channel-summary-D7joKboS.js +0 -1216
  946. package/dist/channels-cli-B-CYfHWP.js +0 -1413
  947. package/dist/channels-cli-CaKQ_wae.js +0 -1415
  948. package/dist/channels-status-issues-CT6Q1t1h.js +0 -18
  949. package/dist/channels-status-issues-CgVNTMMz.js +0 -18
  950. package/dist/chrome-BTQJDtEX.js +0 -1953
  951. package/dist/chrome-D0V3Ybil.js +0 -1973
  952. package/dist/clack-prompter-B9yLhyOm.js +0 -92
  953. package/dist/clack-prompter-C7J7X7j7.js +0 -92
  954. package/dist/cli-CO3WG4qC.js +0 -89
  955. package/dist/cli-DjJX0rq3.js +0 -86
  956. package/dist/cli-utils-BkRQdAoC.js +0 -43
  957. package/dist/cli-utils-DzrdzskQ.js +0 -43
  958. package/dist/client-B9j7V2ke.js +0 -1815
  959. package/dist/command-format-CEnDvS9q.js +0 -56
  960. package/dist/command-format-DUskR3Ej.js +0 -42
  961. package/dist/command-format-rFzrPj6c.js +0 -56
  962. package/dist/command-options-BviqkK5N.js +0 -33
  963. package/dist/commands-D24fBHIc.js +0 -230
  964. package/dist/completion-cli-BALgQ2y1.js +0 -434
  965. package/dist/completion-cli-C749vwOn.js +0 -773
  966. package/dist/config-AFzxllYx.js +0 -4924
  967. package/dist/config-UB10lGn3.js +0 -5664
  968. package/dist/config-guard-CMzxWE0A.js +0 -5484
  969. package/dist/config-nvHm49RH.js +0 -4923
  970. package/dist/configure-CRoyTkU9.js +0 -896
  971. package/dist/configure-CkkcUQpq.js +0 -895
  972. package/dist/constants-Cf-Zsiqd.js +0 -65
  973. package/dist/constants-CpnpJcmu.js +0 -65
  974. package/dist/control-service-Cgrsb6v8.js +0 -61
  975. package/dist/control-service-DpyCNhOa.js +0 -61
  976. package/dist/cron-cli-BPdH_4-b.js +0 -454
  977. package/dist/cron-cli-CUwPIl1z.js +0 -457
  978. package/dist/daemon-cli-CPgyDKEv.js +0 -757
  979. package/dist/daemon-cli-Cb9R6VC7.js +0 -758
  980. package/dist/daemon-runtime-CRdmLdkD.js +0 -517
  981. package/dist/daemon-runtime-sBNXpVgk.js +0 -517
  982. package/dist/deliver-B0C5m0kU.js +0 -2587
  983. package/dist/deliver-C2TEJxeH.js +0 -2557
  984. package/dist/deliver-C4xT__Jw.js +0 -2587
  985. package/dist/deps-CdKtBWOw.js +0 -27
  986. package/dist/deps-DePusoG1.js +0 -27
  987. package/dist/devices-cli-DwepJyRn.js +0 -207
  988. package/dist/devices-cli-Ea0Smn_b.js +0 -204
  989. package/dist/directory-cli-74fIX6Ci.js +0 -244
  990. package/dist/directory-cli-DoquUzqm.js +0 -247
  991. package/dist/dispatcher-BLeixzBZ.js +0 -160
  992. package/dist/dns-cli-D__S01mG.js +0 -198
  993. package/dist/dns-cli-rkR0HJpi.js +0 -201
  994. package/dist/docs-cli-CqtgkhfC.js +0 -161
  995. package/dist/docs-cli-DkdtjNk5.js +0 -159
  996. package/dist/doctor-BRULcSTR.js +0 -2577
  997. package/dist/doctor-DdUSy2YI.js +0 -2579
  998. package/dist/entry.js +0 -1336
  999. package/dist/env-DgIs6BZg.js +0 -32
  1000. package/dist/errors-C8t2PjW_.js +0 -1952
  1001. package/dist/exec-B8JKbXKW.js +0 -246
  1002. package/dist/exec-Dloa-d0d.js +0 -246
  1003. package/dist/exec-EqLC5sqa.js +0 -1103
  1004. package/dist/exec-approvals-B-sykLIC.js +0 -1043
  1005. package/dist/exec-approvals-Ff_p0CYa.js +0 -1043
  1006. package/dist/exec-approvals-cli-B06y7Ua3.js +0 -388
  1007. package/dist/exec-approvals-cli-DJZVftuS.js +0 -385
  1008. package/dist/extensionAPI.js +0 -68186
  1009. package/dist/format-8citvr_1.js +0 -34
  1010. package/dist/format-tlvh4-cQ.js +0 -34
  1011. package/dist/gateway-cli-B6N3wj3P.js +0 -17879
  1012. package/dist/gateway-cli-f0ab5QnF.js +0 -17878
  1013. package/dist/gateway-rpc-C7ZT9go5.js +0 -28
  1014. package/dist/gateway-rpc-uFNlfdvz.js +0 -28
  1015. package/dist/github-copilot-auth-ByLv7D6a.js +0 -1256
  1016. package/dist/github-copilot-auth-Dv4zhEWb.js +0 -1256
  1017. package/dist/github-copilot-token-BOoCTERW.js +0 -103
  1018. package/dist/github-copilot-token-SLWintYd.js +0 -103
  1019. package/dist/github-copilot-token-_jdpoYjM.js +0 -103
  1020. package/dist/gmail-setup-utils-BCT-GvpI.js +0 -428
  1021. package/dist/gmail-setup-utils-n354D0jO.js +0 -428
  1022. package/dist/health-format-BqYntyuZ.js +0 -1382
  1023. package/dist/health-format-CWhbEk2I.js +0 -1383
  1024. package/dist/help-format-DuMTLWZ-.js +0 -17
  1025. package/dist/help-format-GYRujDx9.js +0 -17
  1026. package/dist/helpers-BiyEksaK.js +0 -25
  1027. package/dist/helpers-DMlRCrD6.js +0 -10
  1028. package/dist/helpers-azbX_hrI.js +0 -25
  1029. package/dist/helpers-yjIEMzi8.js +0 -10
  1030. package/dist/hooks-cli-BNgGmUi8.js +0 -1061
  1031. package/dist/hooks-cli-D_Jt25yP.js +0 -1058
  1032. package/dist/hooks-status-CpkHFMVY.js +0 -443
  1033. package/dist/hooks-status-DFRuWWMp.js +0 -443
  1034. package/dist/image-BzqeYd9i.js +0 -629
  1035. package/dist/image-DXuHvpqC.js +0 -629
  1036. package/dist/image-saBkWIDR.js +0 -1421
  1037. package/dist/index.js +0 -5667
  1038. package/dist/installs-BvY-yqDY.js +0 -425
  1039. package/dist/installs-Snp4gUlG.js +0 -425
  1040. package/dist/is-main-B6kCyqsv.js +0 -25
  1041. package/dist/is-main-PYGa3tDA.js +0 -25
  1042. package/dist/links-B79LZSNJ.js +0 -15
  1043. package/dist/links-iCD68SwJ.js +0 -15
  1044. package/dist/loader-DfImT-V3.js +0 -64701
  1045. package/dist/logging-BWRYHvLp.js +0 -1
  1046. package/dist/logging-CzN9OPmT.js +0 -15
  1047. package/dist/logging-awp_aUN6.js +0 -15
  1048. package/dist/logging-pqyrk15z.js +0 -1
  1049. package/dist/login-qr-BEXsF0Oj.js +0 -475
  1050. package/dist/login-qr-BsYLJut1.js +0 -478
  1051. package/dist/login-qr-D823w1Qv.js +0 -478
  1052. package/dist/logs-cli-BPJMLtTO.js +0 -230
  1053. package/dist/logs-cli-nC3f5CLF.js +0 -227
  1054. package/dist/manager-DORkoiXy.js +0 -3216
  1055. package/dist/manager-MLoKmXjg.js +0 -3218
  1056. package/dist/manager-e20ne1Ai.js +0 -3216
  1057. package/dist/manifest-registry-D8FEq9qs.js +0 -668
  1058. package/dist/manifest-registry-DjRSe72U.js +0 -668
  1059. package/dist/message-channel-DJEeCAZD.js +0 -110
  1060. package/dist/message-channel-DcxF0eJh.js +0 -110
  1061. package/dist/model-selection-CjYymzT8.js +0 -2983
  1062. package/dist/model-selection-Cz_VcpX5.js +0 -2734
  1063. package/dist/models-cli-C5c105HT.js +0 -2545
  1064. package/dist/models-cli-DkLpQUDt.js +0 -2542
  1065. package/dist/net-BFQE3qvW.js +0 -1815
  1066. package/dist/node-cli-ChIQODE6.js +0 -2539
  1067. package/dist/node-cli-LY3X1Vga.js +0 -2536
  1068. package/dist/node-service-CmyQuldc.js +0 -67
  1069. package/dist/node-service-DB0Rp9Fr.js +0 -67
  1070. package/dist/nodes-cli--KUg3Fft.js +0 -1207
  1071. package/dist/nodes-cli-BMTyfteh.js +0 -1210
  1072. package/dist/nodes-screen-B240wNB8.js +0 -157
  1073. package/dist/nodes-screen-CGLXLco9.js +0 -157
  1074. package/dist/note-_C44YfAQ.js +0 -73
  1075. package/dist/note-rStT8AJi.js +0 -73
  1076. package/dist/onboard-channels-B8e17y6y.js +0 -671
  1077. package/dist/onboard-channels-Be9reB9J.js +0 -671
  1078. package/dist/onboard-skills-BZIkbD4M.js +0 -3452
  1079. package/dist/onboard-skills-CCW8YtdW.js +0 -3452
  1080. package/dist/onboarding-CtQIwp-P.js +0 -3269
  1081. package/dist/pairing-cli-BR2zXIdH.js +0 -114
  1082. package/dist/pairing-cli-CN183i69.js +0 -117
  1083. package/dist/pairing-labels-CrJtLbMY.js +0 -9
  1084. package/dist/pairing-labels-DXioxZ5X.js +0 -9
  1085. package/dist/pairing-store-D_NP0mJs.js +0 -391
  1086. package/dist/pairing-store-pdzxfI5n.js +0 -391
  1087. package/dist/parse-BZz5lHzQ.js +0 -23
  1088. package/dist/parse-DqAvJRIf.js +0 -23
  1089. package/dist/parse-log-line-BnB7770k.js +0 -44
  1090. package/dist/parse-log-line-DSvJi17i.js +0 -44
  1091. package/dist/parse-timeout-DV8NQQWk.js +0 -16
  1092. package/dist/parse-timeout-Du-wHHNi.js +0 -16
  1093. package/dist/path-env-Bc8ZqjfY.js +0 -77
  1094. package/dist/path-env-DwZUJC_M.js +0 -77
  1095. package/dist/paths-8P2BYpvK.js +0 -156
  1096. package/dist/paths-Cn5vXlEi.js +0 -43
  1097. package/dist/paths-D4TjaAs9.js +0 -40
  1098. package/dist/paths-Drx5WZ13.js +0 -172
  1099. package/dist/paths-mzsdSoO2.js +0 -43
  1100. package/dist/pi-embedded-helpers-DKKB89sm.js +0 -8481
  1101. package/dist/pi-embedded-helpers-DyfPH1I_.js +0 -1303
  1102. package/dist/pi-embedded-helpers-N_L31uhW.js +0 -1303
  1103. package/dist/pi-model-discovery-CV2V1HHz.js +0 -20
  1104. package/dist/pi-model-discovery-DzEIEgHL.js +0 -20
  1105. package/dist/pi-model-discovery-EhM2JAQo.js +0 -20
  1106. package/dist/pi-tools.policy-m0G0As1p.js +0 -230
  1107. package/dist/plugin-auto-enable-Bu3hK0U6.js +0 -460
  1108. package/dist/plugin-auto-enable-Ca3Ou67i.js +0 -460
  1109. package/dist/plugin-sdk/index.js +0 -24447
  1110. package/dist/plugin-sdk/pi-model-discovery-Dw3A6oXH.js +0 -37
  1111. package/dist/plugins-Bng3p5bC.js +0 -496
  1112. package/dist/plugins-C1mc_xWv.js +0 -495
  1113. package/dist/plugins-cli-Cer9SGqS.js +0 -444
  1114. package/dist/plugins-cli-EAWTwTwX.js +0 -441
  1115. package/dist/ports-DKGBzWgI.js +0 -96
  1116. package/dist/program-Ba9hovgZ.js +0 -191
  1117. package/dist/progress-Bcjniu7m.js +0 -133
  1118. package/dist/progress-DWODVbwW.js +0 -133
  1119. package/dist/prompt-style-CFsleyxV.js +0 -9
  1120. package/dist/prompt-style-DZli5767.js +0 -9
  1121. package/dist/prompts-CudpZgTI.js +0 -10
  1122. package/dist/prompts-FbZThK8w.js +0 -10
  1123. package/dist/pw-ai-BKN0Jm4P.js +0 -1649
  1124. package/dist/pw-ai-GjX4Az_L.js +0 -1649
  1125. package/dist/pw-ai-bugVLPkL.js +0 -1651
  1126. package/dist/qmd-manager-C1JB3Owf.js +0 -677
  1127. package/dist/qmd-manager-TkF_5Pm-.js +0 -676
  1128. package/dist/qmd-manager-t9qHekRb.js +0 -674
  1129. package/dist/redact-BIMJ3ntQ.js +0 -94
  1130. package/dist/redact-Bt-krp_b.js +0 -97
  1131. package/dist/redact-DJCFY628.js +0 -97
  1132. package/dist/register.subclis-DRuH7f2k.js +0 -348
  1133. package/dist/reply-CCs-Nvi2.js +0 -64704
  1134. package/dist/rolldown-runtime-Cbj13DAv.js +0 -20
  1135. package/dist/routes-BymehwI9.js +0 -2411
  1136. package/dist/routes-Dw3vw8Re.js +0 -2411
  1137. package/dist/rpc-BfAQ9OvQ.js +0 -95
  1138. package/dist/rpc-CVqnXiJX.js +0 -95
  1139. package/dist/run-main-BauYi3tE.js +0 -194
  1140. package/dist/sandbox-BcOPJhQv.js +0 -2945
  1141. package/dist/sandbox-DBpsZtIS.js +0 -2944
  1142. package/dist/sandbox-cli-CbUgIVf2.js +0 -463
  1143. package/dist/sandbox-cli-sT1dyR69.js +0 -460
  1144. package/dist/security-cli-3DojouTY.js +0 -508
  1145. package/dist/security-cli-CdZHQp6q.js +0 -505
  1146. package/dist/server-context-BuV65eg5.js +0 -740
  1147. package/dist/server-context-CFielb4y.js +0 -740
  1148. package/dist/server-node-events-DyQCWI9_.js +0 -216
  1149. package/dist/server-node-events-KHDIroCq.js +0 -219
  1150. package/dist/service-CZFM7dlu.js +0 -680
  1151. package/dist/service-audit-DO0Uy4z0.js +0 -537
  1152. package/dist/service-audit-DptlZVXP.js +0 -537
  1153. package/dist/service-sZqtAG53.js +0 -680
  1154. package/dist/session-cost-usage-CPvtWzot.js +0 -692
  1155. package/dist/session-cost-usage-lYVH5MAy.js +0 -692
  1156. package/dist/session-key-DrNCyvP1.js +0 -182
  1157. package/dist/session-key-n2HVbrj0.js +0 -182
  1158. package/dist/shared-BapyXQjP.js +0 -152
  1159. package/dist/shared-Bl4lcfSF.js +0 -74
  1160. package/dist/shared-C79dnas0.js +0 -74
  1161. package/dist/shared-Dn5D714-.js +0 -152
  1162. package/dist/skill-scanner-BoGjHXUZ.js +0 -255
  1163. package/dist/skill-scanner-COatt01v.js +0 -255
  1164. package/dist/skills-B60zX2bC.js +0 -693
  1165. package/dist/skills-CrYcs9jK.js +0 -694
  1166. package/dist/skills-cli-C2rWGqKQ.js +0 -290
  1167. package/dist/skills-cli-HqfGTO9J.js +0 -287
  1168. package/dist/skills-status-Bhe2beiQ.js +0 -187
  1169. package/dist/skills-status-Ck6eJ9hl.js +0 -187
  1170. package/dist/sqlite-BjBQdG8T.js +0 -239
  1171. package/dist/sqlite-BjhYBODp.js +0 -221
  1172. package/dist/sqlite-CbZh0dx1.js +0 -239
  1173. package/dist/status-BDG9ZKR1.js +0 -3177
  1174. package/dist/status-BF8IVV7c.js +0 -21
  1175. package/dist/status-BtRZByU9.js +0 -27
  1176. package/dist/status-CWDof7Cn.js +0 -21
  1177. package/dist/status-DBqpuo35.js +0 -27
  1178. package/dist/subsystem-DPYBJG7C.js +0 -838
  1179. package/dist/system-cli-CQ2uELHE.js +0 -83
  1180. package/dist/system-cli-hFQv3fRj.js +0 -80
  1181. package/dist/systemd-DerMq_3Y.js +0 -438
  1182. package/dist/systemd-Gt0riLnX.js +0 -438
  1183. package/dist/systemd-hints-C6JS-A6Y.js +0 -19
  1184. package/dist/systemd-hints-Db4JjAxJ.js +0 -19
  1185. package/dist/systemd-linger-CRL7Xf4C.js +0 -75
  1186. package/dist/systemd-linger-DS0IcHsk.js +0 -75
  1187. package/dist/table-BzJyfJCd.js +0 -279
  1188. package/dist/table-DCcFNw6e.js +0 -279
  1189. package/dist/tailnet-Byp3obcc.js +0 -42
  1190. package/dist/tailnet-DLDGNuH2.js +0 -42
  1191. package/dist/tailscale-9MusRvOi.js +0 -225
  1192. package/dist/tailscale-CGhNcgVS.js +0 -252
  1193. package/dist/tool-display-C9u4CdQu.js +0 -795
  1194. package/dist/tool-display-D_HGmnfa.js +0 -795
  1195. package/dist/transcript-events-Bv_eRVym.js +0 -17
  1196. package/dist/transcript-events-ChU6IQwp.js +0 -17
  1197. package/dist/transcript-events-JLH5W4He.js +0 -17
  1198. package/dist/tui-BYO6JShs.js +0 -3146
  1199. package/dist/tui-NIkPzCXp.js +0 -3147
  1200. package/dist/tui-cli-CuzbvQkm.js +0 -58
  1201. package/dist/tui-cli-DWciEfZf.js +0 -55
  1202. package/dist/update-BKGU5x_o.js +0 -317
  1203. package/dist/update-CZqqbW73.js +0 -317
  1204. package/dist/update-cli-BnWnpqMq.js +0 -1034
  1205. package/dist/update-cli-mYRAUWB1.js +0 -1036
  1206. package/dist/update-runner-BscY5n-e.js +0 -1458
  1207. package/dist/update-runner-D2oGDU6X.js +0 -1458
  1208. package/dist/usage-format-BcU1flOY.js +0 -36
  1209. package/dist/usage-format-DvowRSs-.js +0 -36
  1210. package/dist/utils-C7NsUvD1.js +0 -192
  1211. package/dist/utils-DBu98aoz.js +0 -188
  1212. package/dist/webhooks-cli-BXxSGFuL.js +0 -312
  1213. package/dist/webhooks-cli-_q8cVlh6.js +0 -309
  1214. package/dist/widearea-dns-C2mRm6hu.js +0 -127
  1215. package/dist/widearea-dns-DbdWF6kP.js +0 -127
  1216. package/dist/ws-CEcdsnN9.js +0 -13
  1217. package/dist/ws-D091yo4M.js +0 -13
  1218. package/dist/ws-log-Bpm8rpoP.js +0 -267
  1219. package/dist/ws-log-vBkmxf4_.js +0 -267
  1220. package/dist/wsl-CQM6jaZi.js +0 -160
  1221. package/extensions/bluebubbles/node_modules/.bin/clawdbot +0 -21
  1222. package/extensions/bluebubbles/node_modules/.bin/clawdbot.CMD +0 -12
  1223. package/extensions/bluebubbles/node_modules/.bin/clawdbot.ps1 +0 -41
  1224. package/extensions/bluebubbles/node_modules/.bin/openclaw +0 -21
  1225. package/extensions/bluebubbles/node_modules/.bin/openclaw.CMD +0 -12
  1226. package/extensions/bluebubbles/node_modules/.bin/openclaw.ps1 +0 -41
  1227. package/extensions/bluebubbles/node_modules/.bin/synurex +0 -21
  1228. package/extensions/bluebubbles/node_modules/.bin/synurex.CMD +0 -12
  1229. package/extensions/bluebubbles/node_modules/.bin/synurex.ps1 +0 -41
  1230. package/extensions/copilot-proxy/node_modules/.bin/clawdbot +0 -21
  1231. package/extensions/copilot-proxy/node_modules/.bin/clawdbot.CMD +0 -12
  1232. package/extensions/copilot-proxy/node_modules/.bin/clawdbot.ps1 +0 -41
  1233. package/extensions/copilot-proxy/node_modules/.bin/openclaw +0 -21
  1234. package/extensions/copilot-proxy/node_modules/.bin/openclaw.CMD +0 -12
  1235. package/extensions/copilot-proxy/node_modules/.bin/openclaw.ps1 +0 -41
  1236. package/extensions/copilot-proxy/node_modules/.bin/synurex +0 -21
  1237. package/extensions/copilot-proxy/node_modules/.bin/synurex.CMD +0 -12
  1238. package/extensions/copilot-proxy/node_modules/.bin/synurex.ps1 +0 -41
  1239. package/extensions/diagnostics-otel/node_modules/.bin/clawdbot +0 -21
  1240. package/extensions/diagnostics-otel/node_modules/.bin/clawdbot.CMD +0 -12
  1241. package/extensions/diagnostics-otel/node_modules/.bin/clawdbot.ps1 +0 -41
  1242. package/extensions/diagnostics-otel/node_modules/.bin/openclaw +0 -21
  1243. package/extensions/diagnostics-otel/node_modules/.bin/openclaw.CMD +0 -12
  1244. package/extensions/diagnostics-otel/node_modules/.bin/openclaw.ps1 +0 -41
  1245. package/extensions/diagnostics-otel/node_modules/.bin/synurex +0 -21
  1246. package/extensions/diagnostics-otel/node_modules/.bin/synurex.CMD +0 -12
  1247. package/extensions/diagnostics-otel/node_modules/.bin/synurex.ps1 +0 -41
  1248. package/extensions/discord/node_modules/.bin/clawdbot +0 -21
  1249. package/extensions/discord/node_modules/.bin/clawdbot.CMD +0 -12
  1250. package/extensions/discord/node_modules/.bin/clawdbot.ps1 +0 -41
  1251. package/extensions/discord/node_modules/.bin/openclaw +0 -21
  1252. package/extensions/discord/node_modules/.bin/openclaw.CMD +0 -12
  1253. package/extensions/discord/node_modules/.bin/openclaw.ps1 +0 -41
  1254. package/extensions/discord/node_modules/.bin/synurex +0 -21
  1255. package/extensions/discord/node_modules/.bin/synurex.CMD +0 -12
  1256. package/extensions/discord/node_modules/.bin/synurex.ps1 +0 -41
  1257. package/extensions/feishu/node_modules/.bin/clawdbot +0 -21
  1258. package/extensions/feishu/node_modules/.bin/clawdbot.CMD +0 -12
  1259. package/extensions/feishu/node_modules/.bin/clawdbot.ps1 +0 -41
  1260. package/extensions/feishu/node_modules/.bin/openclaw +0 -21
  1261. package/extensions/feishu/node_modules/.bin/openclaw.CMD +0 -12
  1262. package/extensions/feishu/node_modules/.bin/openclaw.ps1 +0 -41
  1263. package/extensions/feishu/node_modules/.bin/synurex +0 -21
  1264. package/extensions/feishu/node_modules/.bin/synurex.CMD +0 -12
  1265. package/extensions/feishu/node_modules/.bin/synurex.ps1 +0 -41
  1266. package/extensions/google-antigravity-auth/node_modules/.bin/clawdbot +0 -21
  1267. package/extensions/google-antigravity-auth/node_modules/.bin/clawdbot.CMD +0 -12
  1268. package/extensions/google-antigravity-auth/node_modules/.bin/clawdbot.ps1 +0 -41
  1269. package/extensions/google-antigravity-auth/node_modules/.bin/openclaw +0 -21
  1270. package/extensions/google-antigravity-auth/node_modules/.bin/openclaw.CMD +0 -12
  1271. package/extensions/google-antigravity-auth/node_modules/.bin/openclaw.ps1 +0 -41
  1272. package/extensions/google-antigravity-auth/node_modules/.bin/synurex +0 -21
  1273. package/extensions/google-antigravity-auth/node_modules/.bin/synurex.CMD +0 -12
  1274. package/extensions/google-antigravity-auth/node_modules/.bin/synurex.ps1 +0 -41
  1275. package/extensions/google-gemini-cli-auth/node_modules/.bin/clawdbot +0 -21
  1276. package/extensions/google-gemini-cli-auth/node_modules/.bin/clawdbot.CMD +0 -12
  1277. package/extensions/google-gemini-cli-auth/node_modules/.bin/clawdbot.ps1 +0 -41
  1278. package/extensions/google-gemini-cli-auth/node_modules/.bin/openclaw +0 -21
  1279. package/extensions/google-gemini-cli-auth/node_modules/.bin/openclaw.CMD +0 -12
  1280. package/extensions/google-gemini-cli-auth/node_modules/.bin/openclaw.ps1 +0 -41
  1281. package/extensions/google-gemini-cli-auth/node_modules/.bin/synurex +0 -21
  1282. package/extensions/google-gemini-cli-auth/node_modules/.bin/synurex.CMD +0 -12
  1283. package/extensions/google-gemini-cli-auth/node_modules/.bin/synurex.ps1 +0 -41
  1284. package/extensions/googlechat/node_modules/.bin/clawdbot +0 -21
  1285. package/extensions/googlechat/node_modules/.bin/clawdbot.CMD +0 -12
  1286. package/extensions/googlechat/node_modules/.bin/clawdbot.ps1 +0 -41
  1287. package/extensions/googlechat/node_modules/.bin/openclaw +0 -21
  1288. package/extensions/googlechat/node_modules/.bin/openclaw.CMD +0 -12
  1289. package/extensions/googlechat/node_modules/.bin/openclaw.ps1 +0 -41
  1290. package/extensions/googlechat/node_modules/.bin/synurex +0 -21
  1291. package/extensions/googlechat/node_modules/.bin/synurex.CMD +0 -12
  1292. package/extensions/googlechat/node_modules/.bin/synurex.ps1 +0 -41
  1293. package/extensions/imessage/node_modules/.bin/clawdbot +0 -21
  1294. package/extensions/imessage/node_modules/.bin/clawdbot.CMD +0 -12
  1295. package/extensions/imessage/node_modules/.bin/clawdbot.ps1 +0 -41
  1296. package/extensions/imessage/node_modules/.bin/openclaw +0 -21
  1297. package/extensions/imessage/node_modules/.bin/openclaw.CMD +0 -12
  1298. package/extensions/imessage/node_modules/.bin/openclaw.ps1 +0 -41
  1299. package/extensions/imessage/node_modules/.bin/synurex +0 -21
  1300. package/extensions/imessage/node_modules/.bin/synurex.CMD +0 -12
  1301. package/extensions/imessage/node_modules/.bin/synurex.ps1 +0 -41
  1302. package/extensions/line/node_modules/.bin/clawdbot +0 -21
  1303. package/extensions/line/node_modules/.bin/clawdbot.CMD +0 -12
  1304. package/extensions/line/node_modules/.bin/clawdbot.ps1 +0 -41
  1305. package/extensions/line/node_modules/.bin/openclaw +0 -21
  1306. package/extensions/line/node_modules/.bin/openclaw.CMD +0 -12
  1307. package/extensions/line/node_modules/.bin/openclaw.ps1 +0 -41
  1308. package/extensions/line/node_modules/.bin/synurex +0 -21
  1309. package/extensions/line/node_modules/.bin/synurex.CMD +0 -12
  1310. package/extensions/line/node_modules/.bin/synurex.ps1 +0 -41
  1311. package/extensions/llm-task/node_modules/.bin/clawdbot +0 -21
  1312. package/extensions/llm-task/node_modules/.bin/clawdbot.CMD +0 -12
  1313. package/extensions/llm-task/node_modules/.bin/clawdbot.ps1 +0 -41
  1314. package/extensions/llm-task/node_modules/.bin/openclaw +0 -21
  1315. package/extensions/llm-task/node_modules/.bin/openclaw.CMD +0 -12
  1316. package/extensions/llm-task/node_modules/.bin/openclaw.ps1 +0 -41
  1317. package/extensions/llm-task/node_modules/.bin/synurex +0 -21
  1318. package/extensions/llm-task/node_modules/.bin/synurex.CMD +0 -12
  1319. package/extensions/llm-task/node_modules/.bin/synurex.ps1 +0 -41
  1320. package/extensions/lobster/node_modules/.bin/clawdbot +0 -21
  1321. package/extensions/lobster/node_modules/.bin/clawdbot.CMD +0 -12
  1322. package/extensions/lobster/node_modules/.bin/clawdbot.ps1 +0 -41
  1323. package/extensions/lobster/node_modules/.bin/openclaw +0 -21
  1324. package/extensions/lobster/node_modules/.bin/openclaw.CMD +0 -12
  1325. package/extensions/lobster/node_modules/.bin/openclaw.ps1 +0 -41
  1326. package/extensions/lobster/node_modules/.bin/synurex +0 -21
  1327. package/extensions/lobster/node_modules/.bin/synurex.CMD +0 -12
  1328. package/extensions/lobster/node_modules/.bin/synurex.ps1 +0 -41
  1329. package/extensions/matrix/node_modules/.bin/clawdbot +0 -21
  1330. package/extensions/matrix/node_modules/.bin/clawdbot.CMD +0 -12
  1331. package/extensions/matrix/node_modules/.bin/clawdbot.ps1 +0 -41
  1332. package/extensions/matrix/node_modules/.bin/markdown-it +0 -21
  1333. package/extensions/matrix/node_modules/.bin/markdown-it.CMD +0 -12
  1334. package/extensions/matrix/node_modules/.bin/markdown-it.ps1 +0 -41
  1335. package/extensions/matrix/node_modules/.bin/openclaw +0 -21
  1336. package/extensions/matrix/node_modules/.bin/openclaw.CMD +0 -12
  1337. package/extensions/matrix/node_modules/.bin/openclaw.ps1 +0 -41
  1338. package/extensions/matrix/node_modules/.bin/synurex +0 -21
  1339. package/extensions/matrix/node_modules/.bin/synurex.CMD +0 -12
  1340. package/extensions/matrix/node_modules/.bin/synurex.ps1 +0 -41
  1341. package/extensions/mattermost/node_modules/.bin/clawdbot +0 -21
  1342. package/extensions/mattermost/node_modules/.bin/clawdbot.CMD +0 -12
  1343. package/extensions/mattermost/node_modules/.bin/clawdbot.ps1 +0 -41
  1344. package/extensions/mattermost/node_modules/.bin/openclaw +0 -21
  1345. package/extensions/mattermost/node_modules/.bin/openclaw.CMD +0 -12
  1346. package/extensions/mattermost/node_modules/.bin/openclaw.ps1 +0 -41
  1347. package/extensions/mattermost/node_modules/.bin/synurex +0 -21
  1348. package/extensions/mattermost/node_modules/.bin/synurex.CMD +0 -12
  1349. package/extensions/mattermost/node_modules/.bin/synurex.ps1 +0 -41
  1350. package/extensions/memory-core/node_modules/.bin/clawdbot +0 -21
  1351. package/extensions/memory-core/node_modules/.bin/clawdbot.CMD +0 -12
  1352. package/extensions/memory-core/node_modules/.bin/clawdbot.ps1 +0 -41
  1353. package/extensions/memory-core/node_modules/.bin/openclaw +0 -21
  1354. package/extensions/memory-core/node_modules/.bin/openclaw.CMD +0 -12
  1355. package/extensions/memory-core/node_modules/.bin/openclaw.ps1 +0 -41
  1356. package/extensions/memory-core/node_modules/.bin/synurex +0 -21
  1357. package/extensions/memory-core/node_modules/.bin/synurex.CMD +0 -12
  1358. package/extensions/memory-core/node_modules/.bin/synurex.ps1 +0 -41
  1359. package/extensions/memory-lancedb/node_modules/.bin/clawdbot +0 -21
  1360. package/extensions/memory-lancedb/node_modules/.bin/clawdbot.CMD +0 -12
  1361. package/extensions/memory-lancedb/node_modules/.bin/clawdbot.ps1 +0 -41
  1362. package/extensions/memory-lancedb/node_modules/.bin/openai +0 -21
  1363. package/extensions/memory-lancedb/node_modules/.bin/openai.CMD +0 -12
  1364. package/extensions/memory-lancedb/node_modules/.bin/openai.ps1 +0 -41
  1365. package/extensions/memory-lancedb/node_modules/.bin/openclaw +0 -21
  1366. package/extensions/memory-lancedb/node_modules/.bin/openclaw.CMD +0 -12
  1367. package/extensions/memory-lancedb/node_modules/.bin/openclaw.ps1 +0 -41
  1368. package/extensions/memory-lancedb/node_modules/.bin/synurex +0 -21
  1369. package/extensions/memory-lancedb/node_modules/.bin/synurex.CMD +0 -12
  1370. package/extensions/memory-lancedb/node_modules/.bin/synurex.ps1 +0 -41
  1371. package/extensions/minimax-portal-auth/node_modules/.bin/clawdbot +0 -21
  1372. package/extensions/minimax-portal-auth/node_modules/.bin/clawdbot.CMD +0 -12
  1373. package/extensions/minimax-portal-auth/node_modules/.bin/clawdbot.ps1 +0 -41
  1374. package/extensions/minimax-portal-auth/node_modules/.bin/openclaw +0 -21
  1375. package/extensions/minimax-portal-auth/node_modules/.bin/openclaw.CMD +0 -12
  1376. package/extensions/minimax-portal-auth/node_modules/.bin/openclaw.ps1 +0 -41
  1377. package/extensions/minimax-portal-auth/node_modules/.bin/synurex +0 -21
  1378. package/extensions/minimax-portal-auth/node_modules/.bin/synurex.CMD +0 -12
  1379. package/extensions/minimax-portal-auth/node_modules/.bin/synurex.ps1 +0 -41
  1380. package/extensions/msteams/node_modules/.bin/clawdbot +0 -21
  1381. package/extensions/msteams/node_modules/.bin/clawdbot.CMD +0 -12
  1382. package/extensions/msteams/node_modules/.bin/clawdbot.ps1 +0 -41
  1383. package/extensions/msteams/node_modules/.bin/openclaw +0 -21
  1384. package/extensions/msteams/node_modules/.bin/openclaw.CMD +0 -12
  1385. package/extensions/msteams/node_modules/.bin/openclaw.ps1 +0 -41
  1386. package/extensions/msteams/node_modules/.bin/synurex +0 -21
  1387. package/extensions/msteams/node_modules/.bin/synurex.CMD +0 -12
  1388. package/extensions/msteams/node_modules/.bin/synurex.ps1 +0 -41
  1389. package/extensions/nextcloud-talk/node_modules/.bin/clawdbot +0 -21
  1390. package/extensions/nextcloud-talk/node_modules/.bin/clawdbot.CMD +0 -12
  1391. package/extensions/nextcloud-talk/node_modules/.bin/clawdbot.ps1 +0 -41
  1392. package/extensions/nextcloud-talk/node_modules/.bin/openclaw +0 -21
  1393. package/extensions/nextcloud-talk/node_modules/.bin/openclaw.CMD +0 -12
  1394. package/extensions/nextcloud-talk/node_modules/.bin/openclaw.ps1 +0 -41
  1395. package/extensions/nextcloud-talk/node_modules/.bin/synurex +0 -21
  1396. package/extensions/nextcloud-talk/node_modules/.bin/synurex.CMD +0 -12
  1397. package/extensions/nextcloud-talk/node_modules/.bin/synurex.ps1 +0 -41
  1398. package/extensions/nostr/node_modules/.bin/clawdbot +0 -21
  1399. package/extensions/nostr/node_modules/.bin/clawdbot.CMD +0 -12
  1400. package/extensions/nostr/node_modules/.bin/clawdbot.ps1 +0 -41
  1401. package/extensions/nostr/node_modules/.bin/openclaw +0 -21
  1402. package/extensions/nostr/node_modules/.bin/openclaw.CMD +0 -12
  1403. package/extensions/nostr/node_modules/.bin/openclaw.ps1 +0 -41
  1404. package/extensions/nostr/node_modules/.bin/synurex +0 -21
  1405. package/extensions/nostr/node_modules/.bin/synurex.CMD +0 -12
  1406. package/extensions/nostr/node_modules/.bin/synurex.ps1 +0 -41
  1407. package/extensions/open-prose/node_modules/.bin/clawdbot +0 -21
  1408. package/extensions/open-prose/node_modules/.bin/clawdbot.CMD +0 -12
  1409. package/extensions/open-prose/node_modules/.bin/clawdbot.ps1 +0 -41
  1410. package/extensions/open-prose/node_modules/.bin/openclaw +0 -21
  1411. package/extensions/open-prose/node_modules/.bin/openclaw.CMD +0 -12
  1412. package/extensions/open-prose/node_modules/.bin/openclaw.ps1 +0 -41
  1413. package/extensions/open-prose/node_modules/.bin/synurex +0 -21
  1414. package/extensions/open-prose/node_modules/.bin/synurex.CMD +0 -12
  1415. package/extensions/open-prose/node_modules/.bin/synurex.ps1 +0 -41
  1416. package/extensions/signal/node_modules/.bin/clawdbot +0 -21
  1417. package/extensions/signal/node_modules/.bin/clawdbot.CMD +0 -12
  1418. package/extensions/signal/node_modules/.bin/clawdbot.ps1 +0 -41
  1419. package/extensions/signal/node_modules/.bin/openclaw +0 -21
  1420. package/extensions/signal/node_modules/.bin/openclaw.CMD +0 -12
  1421. package/extensions/signal/node_modules/.bin/openclaw.ps1 +0 -41
  1422. package/extensions/signal/node_modules/.bin/synurex +0 -21
  1423. package/extensions/signal/node_modules/.bin/synurex.CMD +0 -12
  1424. package/extensions/signal/node_modules/.bin/synurex.ps1 +0 -41
  1425. package/extensions/slack/node_modules/.bin/clawdbot +0 -21
  1426. package/extensions/slack/node_modules/.bin/clawdbot.CMD +0 -12
  1427. package/extensions/slack/node_modules/.bin/clawdbot.ps1 +0 -41
  1428. package/extensions/slack/node_modules/.bin/openclaw +0 -21
  1429. package/extensions/slack/node_modules/.bin/openclaw.CMD +0 -12
  1430. package/extensions/slack/node_modules/.bin/openclaw.ps1 +0 -41
  1431. package/extensions/slack/node_modules/.bin/synurex +0 -21
  1432. package/extensions/slack/node_modules/.bin/synurex.CMD +0 -12
  1433. package/extensions/slack/node_modules/.bin/synurex.ps1 +0 -41
  1434. package/extensions/telegram/node_modules/.bin/clawdbot +0 -21
  1435. package/extensions/telegram/node_modules/.bin/clawdbot.CMD +0 -12
  1436. package/extensions/telegram/node_modules/.bin/clawdbot.ps1 +0 -41
  1437. package/extensions/telegram/node_modules/.bin/openclaw +0 -21
  1438. package/extensions/telegram/node_modules/.bin/openclaw.CMD +0 -12
  1439. package/extensions/telegram/node_modules/.bin/openclaw.ps1 +0 -41
  1440. package/extensions/telegram/node_modules/.bin/synurex +0 -21
  1441. package/extensions/telegram/node_modules/.bin/synurex.CMD +0 -12
  1442. package/extensions/telegram/node_modules/.bin/synurex.ps1 +0 -41
  1443. package/extensions/tlon/node_modules/.bin/clawdbot +0 -21
  1444. package/extensions/tlon/node_modules/.bin/clawdbot.CMD +0 -12
  1445. package/extensions/tlon/node_modules/.bin/clawdbot.ps1 +0 -41
  1446. package/extensions/tlon/node_modules/.bin/openclaw +0 -21
  1447. package/extensions/tlon/node_modules/.bin/openclaw.CMD +0 -12
  1448. package/extensions/tlon/node_modules/.bin/openclaw.ps1 +0 -41
  1449. package/extensions/tlon/node_modules/.bin/synurex +0 -21
  1450. package/extensions/tlon/node_modules/.bin/synurex.CMD +0 -12
  1451. package/extensions/tlon/node_modules/.bin/synurex.ps1 +0 -41
  1452. package/extensions/twitch/node_modules/.bin/clawdbot +0 -21
  1453. package/extensions/twitch/node_modules/.bin/clawdbot.CMD +0 -12
  1454. package/extensions/twitch/node_modules/.bin/clawdbot.ps1 +0 -41
  1455. package/extensions/twitch/node_modules/.bin/openclaw +0 -21
  1456. package/extensions/twitch/node_modules/.bin/openclaw.CMD +0 -12
  1457. package/extensions/twitch/node_modules/.bin/openclaw.ps1 +0 -41
  1458. package/extensions/twitch/node_modules/.bin/synurex +0 -21
  1459. package/extensions/twitch/node_modules/.bin/synurex.CMD +0 -12
  1460. package/extensions/twitch/node_modules/.bin/synurex.ps1 +0 -41
  1461. package/extensions/voice-call/node_modules/.bin/clawdbot +0 -21
  1462. package/extensions/voice-call/node_modules/.bin/clawdbot.CMD +0 -12
  1463. package/extensions/voice-call/node_modules/.bin/clawdbot.ps1 +0 -41
  1464. package/extensions/voice-call/node_modules/.bin/openclaw +0 -21
  1465. package/extensions/voice-call/node_modules/.bin/openclaw.CMD +0 -12
  1466. package/extensions/voice-call/node_modules/.bin/openclaw.ps1 +0 -41
  1467. package/extensions/voice-call/node_modules/.bin/synurex +0 -21
  1468. package/extensions/voice-call/node_modules/.bin/synurex.CMD +0 -12
  1469. package/extensions/voice-call/node_modules/.bin/synurex.ps1 +0 -41
  1470. package/extensions/whatsapp/node_modules/.bin/clawdbot +0 -21
  1471. package/extensions/whatsapp/node_modules/.bin/clawdbot.CMD +0 -12
  1472. package/extensions/whatsapp/node_modules/.bin/clawdbot.ps1 +0 -41
  1473. package/extensions/whatsapp/node_modules/.bin/openclaw +0 -21
  1474. package/extensions/whatsapp/node_modules/.bin/openclaw.CMD +0 -12
  1475. package/extensions/whatsapp/node_modules/.bin/openclaw.ps1 +0 -41
  1476. package/extensions/whatsapp/node_modules/.bin/synurex +0 -21
  1477. package/extensions/whatsapp/node_modules/.bin/synurex.CMD +0 -12
  1478. package/extensions/whatsapp/node_modules/.bin/synurex.ps1 +0 -41
  1479. package/extensions/zalo/node_modules/.bin/clawdbot +0 -21
  1480. package/extensions/zalo/node_modules/.bin/clawdbot.CMD +0 -12
  1481. package/extensions/zalo/node_modules/.bin/clawdbot.ps1 +0 -41
  1482. package/extensions/zalo/node_modules/.bin/openclaw +0 -21
  1483. package/extensions/zalo/node_modules/.bin/openclaw.CMD +0 -12
  1484. package/extensions/zalo/node_modules/.bin/openclaw.ps1 +0 -41
  1485. package/extensions/zalo/node_modules/.bin/synurex +0 -21
  1486. package/extensions/zalo/node_modules/.bin/synurex.CMD +0 -12
  1487. package/extensions/zalo/node_modules/.bin/synurex.ps1 +0 -41
  1488. package/extensions/zalouser/node_modules/.bin/clawdbot +0 -21
  1489. package/extensions/zalouser/node_modules/.bin/clawdbot.CMD +0 -12
  1490. package/extensions/zalouser/node_modules/.bin/clawdbot.ps1 +0 -41
  1491. package/extensions/zalouser/node_modules/.bin/openclaw +0 -21
  1492. package/extensions/zalouser/node_modules/.bin/openclaw.CMD +0 -12
  1493. package/extensions/zalouser/node_modules/.bin/openclaw.ps1 +0 -41
  1494. package/extensions/zalouser/node_modules/.bin/synurex +0 -21
  1495. package/extensions/zalouser/node_modules/.bin/synurex.CMD +0 -12
  1496. package/extensions/zalouser/node_modules/.bin/synurex.ps1 +0 -41
  1497. /package/extensions/bluebubbles/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1498. /package/extensions/copilot-proxy/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1499. /package/extensions/diagnostics-otel/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1500. /package/extensions/discord/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1501. /package/extensions/feishu/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1502. /package/extensions/google-antigravity-auth/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1503. /package/extensions/google-gemini-cli-auth/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1504. /package/extensions/googlechat/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1505. /package/extensions/imessage/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1506. /package/extensions/line/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1507. /package/extensions/llm-task/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1508. /package/extensions/lobster/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1509. /package/extensions/matrix/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1510. /package/extensions/mattermost/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1511. /package/extensions/memory-core/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1512. /package/extensions/minimax-portal-auth/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1513. /package/extensions/msteams/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1514. /package/extensions/nextcloud-talk/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1515. /package/extensions/nostr/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1516. /package/extensions/open-prose/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1517. /package/extensions/qwen-portal-auth/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1518. /package/extensions/signal/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1519. /package/extensions/slack/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1520. /package/extensions/telegram/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1521. /package/extensions/tlon/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1522. /package/extensions/twitch/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1523. /package/extensions/voice-call/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1524. /package/extensions/whatsapp/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1525. /package/extensions/zalo/{synurex.plugin.json → openclaw.plugin.json} +0 -0
  1526. /package/extensions/zalouser/{synurex.plugin.json → openclaw.plugin.json} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- Docs: https://docs.synurex.ai
3
+ Docs: https://docs.openclaw.ai
4
4
 
5
5
  ## 2026.2.6-4
6
6
 
@@ -120,7 +120,7 @@ Docs: https://docs.synurex.ai
120
120
 
121
121
  ### Changes
122
122
 
123
- - Feishu: add Feishu/Lark plugin support + docs. (#7313) Thanks @jiulingyun (Synurex-cn).
123
+ - Feishu: add Feishu/Lark plugin support + docs. (#7313) Thanks @jiulingyun (openclaw-cn).
124
124
  - Web UI: add Agents dashboard for managing agent files, tools, skills, models, channels, and cron jobs.
125
125
  - Subagents: discourage direct messaging tool use unless a specific external recipient is requested.
126
126
  - Memory: implement the opt-in QMD backend for workspace memory. (#3160) Thanks @vignesh07.
@@ -131,7 +131,7 @@ Docs: https://docs.synurex.ai
131
131
 
132
132
  ### Fixes
133
133
 
134
- - Docs: finish renaming the QMD memory docs to reference the Synurex state dir.
134
+ - Docs: finish renaming the QMD memory docs to reference the OpenClaw state dir.
135
135
  - Onboarding: keep TUI flow exclusive (skip completion prompt + background Web UI seed).
136
136
  - Onboarding: drop completion prompt now handled by install/update.
137
137
  - TUI: block onboarding output while TUI is active and restore terminal state on exit.
@@ -158,7 +158,7 @@ Docs: https://docs.synurex.ai
158
158
  - CLI/Zsh completion: cache scripts in state dir and escape option descriptions to avoid invalid option errors.
159
159
  - fix(ui): resolve Control UI asset path correctly.
160
160
  - fix(ui): refresh agent files after external edits.
161
- - Docs: finish renaming the QMD memory docs to reference the Synurex state dir.
161
+ - Docs: finish renaming the QMD memory docs to reference the OpenClaw state dir.
162
162
  - Tests: stub SSRF DNS pinning in web auto-reply + Gemini video coverage. (#6619) Thanks @joshp123.
163
163
 
164
164
  ## 2026.2.1
@@ -191,7 +191,7 @@ Docs: https://docs.synurex.ai
191
191
  - Auto-reply: avoid referencing workspace files in /new greeting prompt. (#5706) Thanks @bravostation.
192
192
  - Tools: align tool execute adapters/signatures (legacy + parameter order + arg normalization).
193
193
  - Tools: treat "\*" tool allowlist entries as valid to avoid spurious unknown-entry warnings.
194
- - Skills: update session-logs paths from .synurex to .synurex. (#4502)
194
+ - Skills: update session-logs paths from .clawdbot to .openclaw. (#4502)
195
195
  - Slack: harden media fetch limits and Slack file URL validation. (#6639) Thanks @davidiach.
196
196
  - Lint: satisfy curly rule after import sorting. (#6310)
197
197
  - Process: resolve Windows `spawn()` failures for npm-family CLIs by appending `.cmd` when needed. (#5815) Thanks @thejhinvirtuoso.
@@ -250,7 +250,7 @@ Docs: https://docs.synurex.ai
250
250
  - Auto-reply: avoid referencing workspace files in /new greeting prompt. (#5706) Thanks @bravostation.
251
251
  - Tools: align tool execute adapters/signatures (legacy + parameter order + arg normalization).
252
252
  - Tools: treat `"*"` tool allowlist entries as valid to avoid spurious unknown-entry warnings.
253
- - Skills: update session-logs paths from .synurex to .synurex. (#4502)
253
+ - Skills: update session-logs paths from .clawdbot to .openclaw. (#4502)
254
254
  - Slack: harden media fetch limits and Slack file URL validation. (#6639) Thanks @davidiach.
255
255
  - Lint: satisfy curly rule after import sorting. (#6310)
256
256
  - Process: resolve Windows `spawn()` failures for npm-family CLIs by appending `.cmd` when needed. (#5815) Thanks @thejhinvirtuoso.
@@ -291,8 +291,8 @@ Docs: https://docs.synurex.ai
291
291
  - Agents: update pi SDK/API usage and dependencies.
292
292
  - Web UI: refresh sessions after chat commands and improve session display names.
293
293
  - Build: move TypeScript builds to `tsdown` + `tsgo` (faster builds, CI typechecks), update tsconfig target, and clean up lint rules.
294
- - Build: align npm tar override and bin metadata so the `Synurex` CLI entrypoint is preserved in npm publishes.
295
- - Docs: add pi/pi-dev docs and update Synurex branding + install links.
294
+ - Build: align npm tar override and bin metadata so the `openclaw` CLI entrypoint is preserved in npm publishes.
295
+ - Docs: add pi/pi-dev docs and update OpenClaw branding + install links.
296
296
  - Docker E2E: stabilize gateway readiness, plugin installs/manifests, and cleanup/doctor switch entrypoint checks.
297
297
 
298
298
  ### Fixes
@@ -319,7 +319,7 @@ Docs: https://docs.synurex.ai
319
319
 
320
320
  ### Changes
321
321
 
322
- - Rebrand: rename the npm package/CLI to `Synurex`, add a `Synurex` compatibility shim, and move extensions to the `@Synurex/*` scope.
322
+ - Rebrand: rename the npm package/CLI to `openclaw`, add a `openclaw` compatibility shim, and move extensions to the `@openclaw/*` scope.
323
323
  - Onboarding: strengthen security warning copy for beta + access control expectations.
324
324
  - Onboarding: add Venice API key to non-interactive flow. (#1893) Thanks @jonisjongithub.
325
325
  - Config: auto-migrate legacy state/config paths and keep config resolution consistent across legacy filenames.
@@ -356,7 +356,7 @@ Docs: https://docs.synurex.ai
356
356
  - CLI: use Node's module compile cache for faster startup. (#2808) Thanks @pi0.
357
357
  - Auth: show copyable Google auth URL after ASCII prompt. (#1787) Thanks @robbyczgw-cla.
358
358
  - TUI: avoid width overflow when rendering selection lists. (#1686) Thanks @mossein.
359
- - macOS: finish Synurex app rename for macOS sources, bundle identifiers, and shared kit paths. (#2844) Thanks @fal3.
359
+ - macOS: finish OpenClaw app rename for macOS sources, bundle identifiers, and shared kit paths. (#2844) Thanks @fal3.
360
360
  - Branding: update launchd labels, mobile bundle IDs, and logging subsystems to bot.molt (legacy bundle ID migrations). Thanks @thewilloftheshadow.
361
361
  - macOS: limit project-local `node_modules/.bin` PATH preference to debug builds (reduce PATH hijacking risk).
362
362
  - macOS: keep custom SSH usernames in remote target. (#2046) Thanks @algal.
@@ -379,7 +379,7 @@ Docs: https://docs.synurex.ai
379
379
  - Docs: add LINE channel guide. Thanks @thewilloftheshadow.
380
380
  - Docs: credit both contributors for Control UI refresh. (#1852) Thanks @EnzeD.
381
381
  - Docs: keep docs header sticky so navbar stays visible while scrolling. (#2445) Thanks @chenyuan99.
382
- - Docs: update exe.dev install instructions. (#https://github.com/Synurex/Synurex/pull/3047) Thanks @zackerthescar.
382
+ - Docs: update exe.dev install instructions. (#https://github.com/openclaw/openclaw/pull/3047) Thanks @zackerthescar.
383
383
 
384
384
  ### Breaking
385
385
 
@@ -387,7 +387,7 @@ Docs: https://docs.synurex.ai
387
387
 
388
388
  ### Fixes
389
389
 
390
- - Skills: update session-logs paths to use ~/.synurex. (#4502) Thanks @bonald.
390
+ - Skills: update session-logs paths to use ~/.openclaw. (#4502) Thanks @bonald.
391
391
  - Telegram: avoid silent empty replies by tracking normalization skips before fallback. (#3796)
392
392
  - Mentions: honor mentionPatterns even when explicit mentions are present. (#3303) Thanks @HirokiKobayashi-R.
393
393
  - Discord: restore username directory lookup in target resolution. (#3131) Thanks @bonald.
@@ -462,28 +462,28 @@ Docs: https://docs.synurex.ai
462
462
 
463
463
  ### Highlights
464
464
 
465
- - Providers: Ollama discovery + docs; Venice guide upgrades + cross-links. (#1606) Thanks @abhaymundhara. https://docs.synurex.ai/providers/ollama https://docs.synurex.ai/providers/venice
465
+ - Providers: Ollama discovery + docs; Venice guide upgrades + cross-links. (#1606) Thanks @abhaymundhara. https://docs.openclaw.ai/providers/ollama https://docs.openclaw.ai/providers/venice
466
466
  - Channels: LINE plugin (Messaging API) with rich replies + quick replies. (#1630) Thanks @plum-dawg.
467
- - TTS: Edge fallback (keyless) + `/tts` auto modes. (#1668, #1667) Thanks @steipete, @sebslight. https://docs.synurex.ai/tts
468
- - Exec approvals: approve in-chat via `/approve` across all channels (including plugins). (#1621) Thanks @czekaj. https://docs.synurex.ai/tools/exec-approvals https://docs.synurex.ai/tools/slash-commands
469
- - Telegram: DM topics as separate sessions + outbound link preview toggle. (#1597, #1700) Thanks @rohannagpal, @zerone0x. https://docs.synurex.ai/channels/telegram
467
+ - TTS: Edge fallback (keyless) + `/tts` auto modes. (#1668, #1667) Thanks @steipete, @sebslight. https://docs.openclaw.ai/tts
468
+ - Exec approvals: approve in-chat via `/approve` across all channels (including plugins). (#1621) Thanks @czekaj. https://docs.openclaw.ai/tools/exec-approvals https://docs.openclaw.ai/tools/slash-commands
469
+ - Telegram: DM topics as separate sessions + outbound link preview toggle. (#1597, #1700) Thanks @rohannagpal, @zerone0x. https://docs.openclaw.ai/channels/telegram
470
470
 
471
471
  ### Changes
472
472
 
473
473
  - Channels: add LINE plugin (Messaging API) with rich replies, quick replies, and plugin HTTP registry. (#1630) Thanks @plum-dawg.
474
- - TTS: add Edge TTS provider fallback, defaulting to keyless Edge with MP3 retry on format failures. (#1668) Thanks @steipete. https://docs.synurex.ai/tts
475
- - TTS: add auto mode enum (off/always/inbound/tagged) with per-session `/tts` override. (#1667) Thanks @sebslight. https://docs.synurex.ai/tts
474
+ - TTS: add Edge TTS provider fallback, defaulting to keyless Edge with MP3 retry on format failures. (#1668) Thanks @steipete. https://docs.openclaw.ai/tts
475
+ - TTS: add auto mode enum (off/always/inbound/tagged) with per-session `/tts` override. (#1667) Thanks @sebslight. https://docs.openclaw.ai/tts
476
476
  - Telegram: treat DM topics as separate sessions and keep DM history limits stable with thread suffixes. (#1597) Thanks @rohannagpal.
477
- - Telegram: add `channels.telegram.linkPreview` to toggle outbound link previews. (#1700) Thanks @zerone0x. https://docs.synurex.ai/channels/telegram
478
- - Web search: add Brave freshness filter parameter for time-scoped results. (#1688) Thanks @JonUleis. https://docs.synurex.ai/tools/web
477
+ - Telegram: add `channels.telegram.linkPreview` to toggle outbound link previews. (#1700) Thanks @zerone0x. https://docs.openclaw.ai/channels/telegram
478
+ - Web search: add Brave freshness filter parameter for time-scoped results. (#1688) Thanks @JonUleis. https://docs.openclaw.ai/tools/web
479
479
  - UI: refresh Control UI dashboard design system (colors, icons, typography). (#1745, #1786) Thanks @EnzeD, @mousberg.
480
- - Exec approvals: forward approval prompts to chat with `/approve` for all channels (including plugins). (#1621) Thanks @czekaj. https://docs.synurex.ai/tools/exec-approvals https://docs.synurex.ai/tools/slash-commands
480
+ - Exec approvals: forward approval prompts to chat with `/approve` for all channels (including plugins). (#1621) Thanks @czekaj. https://docs.openclaw.ai/tools/exec-approvals https://docs.openclaw.ai/tools/slash-commands
481
481
  - Gateway: expose config.patch in the gateway tool with safe partial updates + restart sentinel. (#1653) Thanks @Glucksberg.
482
- - Diagnostics: add diagnostic flags for targeted debug logs (config + env override). https://docs.synurex.ai/diagnostics/flags
482
+ - Diagnostics: add diagnostic flags for targeted debug logs (config + env override). https://docs.openclaw.ai/diagnostics/flags
483
483
  - Docs: expand FAQ (migration, scheduling, concurrency, model recommendations, OpenAI subscription auth, Pi sizing, hackable install, docs SSL workaround).
484
484
  - Docs: add verbose installer troubleshooting guidance.
485
485
  - Docs: add macOS VM guide with local/hosted options + VPS/nodes guidance. (#1693) Thanks @f-trycua.
486
- - Docs: add Bedrock EC2 instance role setup + IAM steps. (#1625) Thanks @sergical. https://docs.synurex.ai/bedrock
486
+ - Docs: add Bedrock EC2 instance role setup + IAM steps. (#1625) Thanks @sergical. https://docs.openclaw.ai/bedrock
487
487
  - Docs: update Fly.io guide notes.
488
488
  - Dev: add prek pre-commit hooks + dependabot config for weekly updates. (#1720) Thanks @dguido.
489
489
 
@@ -495,11 +495,11 @@ Docs: https://docs.synurex.ai
495
495
  - Web UI: hide internal `message_id` hints in chat bubbles.
496
496
  - Gateway: allow Control UI token-only auth to skip device pairing even when device identity is present (`gateway.controlUi.allowInsecureAuth`). (#1679) Thanks @steipete.
497
497
  - Matrix: decrypt E2EE media attachments with preflight size guard. (#1744) Thanks @araa47.
498
- - BlueBubbles: route phone-number targets to DMs, avoid leaking routing IDs, and auto-create missing DMs (Private API required). (#1751) Thanks @tyler6204. https://docs.synurex.ai/channels/bluebubbles
498
+ - BlueBubbles: route phone-number targets to DMs, avoid leaking routing IDs, and auto-create missing DMs (Private API required). (#1751) Thanks @tyler6204. https://docs.openclaw.ai/channels/bluebubbles
499
499
  - BlueBubbles: keep part-index GUIDs in reply tags when short IDs are missing.
500
500
  - iMessage: normalize chat_id/chat_guid/chat_identifier prefixes case-insensitively and keep service-prefixed handles stable. (#1708) Thanks @aaronn.
501
501
  - Signal: repair reaction sends (group/UUID targets + CLI author flags). (#1651) Thanks @vilkasdev.
502
- - Signal: add configurable signal-cli startup timeout + external daemon mode docs. (#1677) https://docs.synurex.ai/channels/signal
502
+ - Signal: add configurable signal-cli startup timeout + external daemon mode docs. (#1677) https://docs.openclaw.ai/channels/signal
503
503
  - Telegram: set fetch duplex="half" for uploads on Node 22 to avoid sendPhoto failures. (#1684) Thanks @commdata2338.
504
504
  - Telegram: use wrapped fetch for long-polling on Node to normalize AbortSignal handling. (#1639)
505
505
  - Telegram: honor per-account proxy for outbound API calls. (#1774) Thanks @radek-paclt.
@@ -539,26 +539,26 @@ Docs: https://docs.synurex.ai
539
539
 
540
540
  ### Highlights
541
541
 
542
- - TTS: move Telegram TTS into core + enable model-driven TTS tags by default for expressive audio replies. (#1559) Thanks @Glucksberg. https://docs.synurex.ai/tts
543
- - Gateway: add `/tools/invoke` HTTP endpoint for direct tool calls (auth + tool policy enforced). (#1575) Thanks @vignesh07. https://docs.synurex.ai/gateway/tools-invoke-http-api
544
- - Heartbeat: per-channel visibility controls (OK/alerts/indicator). (#1452) Thanks @dlauer. https://docs.synurex.ai/gateway/heartbeat
545
- - Deploy: add Fly.io deployment support + guide. (#1570) https://docs.synurex.ai/platforms/fly
546
- - Channels: add Tlon/Urbit channel plugin (DMs, group mentions, thread replies). (#1544) Thanks @wca4a. https://docs.synurex.ai/channels/tlon
542
+ - TTS: move Telegram TTS into core + enable model-driven TTS tags by default for expressive audio replies. (#1559) Thanks @Glucksberg. https://docs.openclaw.ai/tts
543
+ - Gateway: add `/tools/invoke` HTTP endpoint for direct tool calls (auth + tool policy enforced). (#1575) Thanks @vignesh07. https://docs.openclaw.ai/gateway/tools-invoke-http-api
544
+ - Heartbeat: per-channel visibility controls (OK/alerts/indicator). (#1452) Thanks @dlauer. https://docs.openclaw.ai/gateway/heartbeat
545
+ - Deploy: add Fly.io deployment support + guide. (#1570) https://docs.openclaw.ai/platforms/fly
546
+ - Channels: add Tlon/Urbit channel plugin (DMs, group mentions, thread replies). (#1544) Thanks @wca4a. https://docs.openclaw.ai/channels/tlon
547
547
 
548
548
  ### Changes
549
549
 
550
- - Channels: allow per-group tool allow/deny policies across built-in + plugin channels. (#1546) Thanks @adam91holt. https://docs.synurex.ai/multi-agent-sandbox-tools
551
- - Agents: add Bedrock auto-discovery defaults + config overrides. (#1553) Thanks @fal3. https://docs.synurex.ai/bedrock
552
- - CLI: add `Synurex system` for system events + heartbeat controls; remove standalone `wake`. (commit 71203829d) https://docs.synurex.ai/cli/system
553
- - CLI: add live auth probes to `Synurex models status` for per-profile verification. (commit 40181afde) https://docs.synurex.ai/cli/models
554
- - CLI: restart the gateway by default after `Synurex update`; add `--no-restart` to skip it. (commit 2c85b1b40)
550
+ - Channels: allow per-group tool allow/deny policies across built-in + plugin channels. (#1546) Thanks @adam91holt. https://docs.openclaw.ai/multi-agent-sandbox-tools
551
+ - Agents: add Bedrock auto-discovery defaults + config overrides. (#1553) Thanks @fal3. https://docs.openclaw.ai/bedrock
552
+ - CLI: add `openclaw system` for system events + heartbeat controls; remove standalone `wake`. (commit 71203829d) https://docs.openclaw.ai/cli/system
553
+ - CLI: add live auth probes to `openclaw models status` for per-profile verification. (commit 40181afde) https://docs.openclaw.ai/cli/models
554
+ - CLI: restart the gateway by default after `openclaw update`; add `--no-restart` to skip it. (commit 2c85b1b40)
555
555
  - Browser: add node-host proxy auto-routing for remote gateways (configurable per gateway/node). (commit c3cb26f7c)
556
- - Plugins: add optional `llm-task` JSON-only tool for workflows. (#1498) Thanks @vignesh07. https://docs.synurex.ai/tools/llm-task
556
+ - Plugins: add optional `llm-task` JSON-only tool for workflows. (#1498) Thanks @vignesh07. https://docs.openclaw.ai/tools/llm-task
557
557
  - Markdown: add per-channel table conversion (bullets for Signal/WhatsApp, code blocks elsewhere). (#1495) Thanks @odysseus0.
558
558
  - Agents: keep system prompt time zone-only and move current time to `session_status` for better cache hits. (commit 66eec295b)
559
559
  - Agents: remove redundant bash tool alias from tool registration/display. (#1571) Thanks @Takhoffman.
560
- - Docs: add cron vs heartbeat decision guide (with Lobster workflow notes). (#1533) Thanks @JustYannicc. https://docs.synurex.ai/automation/cron-vs-heartbeat
561
- - Docs: clarify HEARTBEAT.md empty file skips heartbeats, missing file still runs. (#1535) Thanks @JustYannicc. https://docs.synurex.ai/gateway/heartbeat
560
+ - Docs: add cron vs heartbeat decision guide (with Lobster workflow notes). (#1533) Thanks @JustYannicc. https://docs.openclaw.ai/automation/cron-vs-heartbeat
561
+ - Docs: clarify HEARTBEAT.md empty file skips heartbeats, missing file still runs. (#1535) Thanks @JustYannicc. https://docs.openclaw.ai/gateway/heartbeat
562
562
 
563
563
  ### Fixes
564
564
 
@@ -592,7 +592,7 @@ Docs: https://docs.synurex.ai
592
592
  - UI: keep the Control UI sidebar visible while scrolling long pages. (#1515) Thanks @pookNast.
593
593
  - UI: cache Control UI markdown rendering + memoize chat text extraction to reduce Safari typing jank. (commit d57cb2e1a)
594
594
  - TUI: forward unknown slash commands, include Gateway commands in autocomplete, and render slash replies as system output. (commit 1af227b61, commit 8195497ce, commit 6fba598ea)
595
- - CLI: auth probe output polish (table output, inline errors, reduced noise, and wrap fixes in `Synurex models status`). (commit da3f2b489, commit 00ae21bed, commit 31e59cd58, commit f7dc27f2d, commit 438e782f8, commit 886752217, commit aabe0bed3, commit 81535d512, commit c63144ab1)
595
+ - CLI: auth probe output polish (table output, inline errors, reduced noise, and wrap fixes in `openclaw models status`). (commit da3f2b489, commit 00ae21bed, commit 31e59cd58, commit f7dc27f2d, commit 438e782f8, commit 886752217, commit aabe0bed3, commit 81535d512, commit c63144ab1)
596
596
  - Media: only parse `MEDIA:` tags when they start the line to avoid stripping prose mentions. (#1206)
597
597
  - Media: preserve PNG alpha when possible; fall back to JPEG when still over size cap. (#1491) Thanks @robbyczgw-cla.
598
598
  - Skills: gate bird Homebrew install to macOS. (#1569) Thanks @bradleypriest.
@@ -620,7 +620,7 @@ Docs: https://docs.synurex.ai
620
620
  - Exec: fall back to non-PTY when PTY spawn fails (EBADF). (#1484)
621
621
  - Exec approvals: allow per-segment allowlists for chained shell commands on gateway + node hosts. (#1458) Thanks @czekaj.
622
622
  - Agents: make OpenAI sessions image-sanitize-only; gate tool-id/repair sanitization by provider.
623
- - Doctor: honor SYNUREX_GATEWAY_TOKEN for auth checks and security audit token reuse. (#1448) Thanks @azade-c.
623
+ - Doctor: honor CLAWDBOT_GATEWAY_TOKEN for auth checks and security audit token reuse. (#1448) Thanks @azade-c.
624
624
  - Agents: make tool summaries more readable and only show optional params when set.
625
625
  - Agents: honor SOUL.md guidance even when the file is nested or path-qualified. (#1434) Thanks @neooriginal.
626
626
  - Matrix (plugin): persist m.direct for resolved DMs and harden room fallback. (#1436, #1486) Thanks @sibbl.
@@ -640,37 +640,37 @@ Docs: https://docs.synurex.ai
640
640
 
641
641
  ### Fixes
642
642
 
643
- - Control UI: ignore bootstrap identity placeholder text for avatar values and fall back to the default avatar. https://docs.synurex.ai/cli/agents https://docs.synurex.ai/web/control-ui
643
+ - Control UI: ignore bootstrap identity placeholder text for avatar values and fall back to the default avatar. https://docs.openclaw.ai/cli/agents https://docs.openclaw.ai/web/control-ui
644
644
  - Slack: remove deprecated `filetype` field from `files.uploadV2` to eliminate API warnings. (#1447)
645
645
 
646
646
  ## 2026.1.21
647
647
 
648
648
  ### Changes
649
649
 
650
- - Highlight: Lobster optional plugin tool for typed workflows + approval gates. https://docs.synurex.ai/tools/lobster
651
- - Lobster: allow workflow file args via `argsJson` in the plugin tool. https://docs.synurex.ai/tools/lobster
650
+ - Highlight: Lobster optional plugin tool for typed workflows + approval gates. https://docs.openclaw.ai/tools/lobster
651
+ - Lobster: allow workflow file args via `argsJson` in the plugin tool. https://docs.openclaw.ai/tools/lobster
652
652
  - Heartbeat: allow running heartbeats in an explicit session key. (#1256) Thanks @zknicker.
653
653
  - CLI: default exec approvals to the local host, add gateway/node targeting flags, and show target details in allowlist output.
654
654
  - CLI: exec approvals mutations render tables instead of raw JSON.
655
655
  - Exec approvals: support wildcard agent allowlists (`*`) across all agents.
656
656
  - Exec approvals: allowlist matches resolved binary paths only, add safe stdin-only bins, and tighten allowlist shell parsing.
657
657
  - Nodes: expose node PATH in status/describe and bootstrap PATH for node-host execution.
658
- - CLI: flatten node service commands under `Synurex node` and remove `service node` docs.
659
- - CLI: move gateway service commands under `Synurex gateway` and add `gateway probe` for reachability.
658
+ - CLI: flatten node service commands under `openclaw node` and remove `service node` docs.
659
+ - CLI: move gateway service commands under `openclaw gateway` and add `gateway probe` for reachability.
660
660
  - Sessions: add per-channel reset overrides via `session.resetByChannel`. (#1353) Thanks @cash-echo-bot.
661
661
  - Agents: add identity avatar config support and Control UI avatar rendering. (#1329, #1424) Thanks @dlauer.
662
662
  - UI: show per-session assistant identity in the Control UI. (#1420) Thanks @robbyczgw-cla.
663
- - CLI: add `Synurex update wizard` for interactive channel selection and restart prompts. https://docs.synurex.ai/cli/update
663
+ - CLI: add `openclaw update wizard` for interactive channel selection and restart prompts. https://docs.openclaw.ai/cli/update
664
664
  - Signal: add typing indicators and DM read receipts via signal-cli.
665
665
  - MSTeams: add file uploads, adaptive cards, and attachment handling improvements. (#1410) Thanks @Evizero.
666
666
  - Onboarding: remove the run setup-token auth option (paste setup-token or reuse CLI creds instead).
667
- - Docs: add troubleshooting entry for gateway.mode blocking gateway start. https://docs.synurex.ai/gateway/troubleshooting
667
+ - Docs: add troubleshooting entry for gateway.mode blocking gateway start. https://docs.openclaw.ai/gateway/troubleshooting
668
668
  - Docs: add /model allowlist troubleshooting note. (#1405)
669
669
  - Docs: add per-message Gmail search example for gog. (#1220) Thanks @mbelinky.
670
670
 
671
671
  ### Breaking
672
672
 
673
- - **BREAKING:** Control UI now rejects insecure HTTP without device identity by default. Use HTTPS (Tailscale Serve) or set `gateway.controlUi.allowInsecureAuth: true` to allow token-only auth. https://docs.synurex.ai/web/control-ui#insecure-http
673
+ - **BREAKING:** Control UI now rejects insecure HTTP without device identity by default. Use HTTPS (Tailscale Serve) or set `gateway.controlUi.allowInsecureAuth: true` to allow token-only auth. https://docs.openclaw.ai/web/control-ui#insecure-http
674
674
  - **BREAKING:** Envelope and system event timestamps now default to host-local time (was UTC) so agents don’t have to constantly convert.
675
675
 
676
676
  ### Fixes
@@ -698,68 +698,68 @@ Docs: https://docs.synurex.ai
698
698
 
699
699
  ### Changes
700
700
 
701
- - Control UI: add copy-as-markdown with error feedback. (#1345) https://docs.synurex.ai/web/control-ui
702
- - Control UI: drop the legacy list view. (#1345) https://docs.synurex.ai/web/control-ui
703
- - TUI: add syntax highlighting for code blocks. (#1200) https://docs.synurex.ai/tui
704
- - TUI: session picker shows derived titles, fuzzy search, relative times, and last message preview. (#1271) https://docs.synurex.ai/tui
705
- - TUI: add a searchable model picker for quicker model selection. (#1198) https://docs.synurex.ai/tui
706
- - TUI: add input history (up/down) for submitted messages. (#1348) https://docs.synurex.ai/tui
707
- - ACP: add `Synurex acp` for IDE integrations. https://docs.synurex.ai/cli/acp
708
- - ACP: add `Synurex acp client` interactive harness for debugging. https://docs.synurex.ai/cli/acp
709
- - Skills: add download installs with OS-filtered options. https://docs.synurex.ai/tools/skills
710
- - Skills: add the local sherpa-onnx-tts skill. https://docs.synurex.ai/tools/skills
711
- - Memory: add hybrid BM25 + vector search (FTS5) with weighted merging and fallback. https://docs.synurex.ai/concepts/memory
712
- - Memory: add SQLite embedding cache to speed up reindexing and frequent updates. https://docs.synurex.ai/concepts/memory
713
- - Memory: add OpenAI batch indexing for embeddings when configured. https://docs.synurex.ai/concepts/memory
714
- - Memory: enable OpenAI batch indexing by default for OpenAI embeddings. https://docs.synurex.ai/concepts/memory
715
- - Memory: allow parallel OpenAI batch indexing jobs (default concurrency: 2). https://docs.synurex.ai/concepts/memory
716
- - Memory: render progress immediately, color batch statuses in verbose logs, and poll OpenAI batch status every 2s by default. https://docs.synurex.ai/concepts/memory
717
- - Memory: add `--verbose` logging for memory status + batch indexing details. https://docs.synurex.ai/concepts/memory
718
- - Memory: add native Gemini embeddings provider for memory search. (#1151) https://docs.synurex.ai/concepts/memory
719
- - Browser: allow config defaults for efficient snapshots in the tool/CLI. (#1336) https://docs.synurex.ai/tools/browser
720
- - Nostr: add the Nostr channel plugin with profile management + onboarding defaults. (#1323) https://docs.synurex.ai/channels/nostr
721
- - Matrix: migrate to matrix-bot-sdk with E2EE support, location handling, and group allowlist upgrades. (#1298) https://docs.synurex.ai/channels/matrix
722
- - Slack: add HTTP webhook mode via Bolt HTTP receiver. (#1143) https://docs.synurex.ai/channels/slack
723
- - Telegram: enrich forwarded-message context with normalized origin details + legacy fallback. (#1090) https://docs.synurex.ai/channels/telegram
701
+ - Control UI: add copy-as-markdown with error feedback. (#1345) https://docs.openclaw.ai/web/control-ui
702
+ - Control UI: drop the legacy list view. (#1345) https://docs.openclaw.ai/web/control-ui
703
+ - TUI: add syntax highlighting for code blocks. (#1200) https://docs.openclaw.ai/tui
704
+ - TUI: session picker shows derived titles, fuzzy search, relative times, and last message preview. (#1271) https://docs.openclaw.ai/tui
705
+ - TUI: add a searchable model picker for quicker model selection. (#1198) https://docs.openclaw.ai/tui
706
+ - TUI: add input history (up/down) for submitted messages. (#1348) https://docs.openclaw.ai/tui
707
+ - ACP: add `openclaw acp` for IDE integrations. https://docs.openclaw.ai/cli/acp
708
+ - ACP: add `openclaw acp client` interactive harness for debugging. https://docs.openclaw.ai/cli/acp
709
+ - Skills: add download installs with OS-filtered options. https://docs.openclaw.ai/tools/skills
710
+ - Skills: add the local sherpa-onnx-tts skill. https://docs.openclaw.ai/tools/skills
711
+ - Memory: add hybrid BM25 + vector search (FTS5) with weighted merging and fallback. https://docs.openclaw.ai/concepts/memory
712
+ - Memory: add SQLite embedding cache to speed up reindexing and frequent updates. https://docs.openclaw.ai/concepts/memory
713
+ - Memory: add OpenAI batch indexing for embeddings when configured. https://docs.openclaw.ai/concepts/memory
714
+ - Memory: enable OpenAI batch indexing by default for OpenAI embeddings. https://docs.openclaw.ai/concepts/memory
715
+ - Memory: allow parallel OpenAI batch indexing jobs (default concurrency: 2). https://docs.openclaw.ai/concepts/memory
716
+ - Memory: render progress immediately, color batch statuses in verbose logs, and poll OpenAI batch status every 2s by default. https://docs.openclaw.ai/concepts/memory
717
+ - Memory: add `--verbose` logging for memory status + batch indexing details. https://docs.openclaw.ai/concepts/memory
718
+ - Memory: add native Gemini embeddings provider for memory search. (#1151) https://docs.openclaw.ai/concepts/memory
719
+ - Browser: allow config defaults for efficient snapshots in the tool/CLI. (#1336) https://docs.openclaw.ai/tools/browser
720
+ - Nostr: add the Nostr channel plugin with profile management + onboarding defaults. (#1323) https://docs.openclaw.ai/channels/nostr
721
+ - Matrix: migrate to matrix-bot-sdk with E2EE support, location handling, and group allowlist upgrades. (#1298) https://docs.openclaw.ai/channels/matrix
722
+ - Slack: add HTTP webhook mode via Bolt HTTP receiver. (#1143) https://docs.openclaw.ai/channels/slack
723
+ - Telegram: enrich forwarded-message context with normalized origin details + legacy fallback. (#1090) https://docs.openclaw.ai/channels/telegram
724
724
  - Discord: fall back to `/skill` when native command limits are exceeded. (#1287)
725
725
  - Discord: expose `/skill` globally. (#1287)
726
- - Zalouser: add channel dock metadata, config schema, setup wiring, probe, and status issues. (#1219) https://docs.synurex.ai/plugins/zalouser
727
- - Plugins: require manifest-embedded config schemas with preflight validation warnings. (#1272) https://docs.synurex.ai/plugins/manifest
728
- - Plugins: move channel catalog metadata into plugin manifests. (#1290) https://docs.synurex.ai/plugins/manifest
729
- - Plugins: align Nextcloud Talk policy helpers with core patterns. (#1290) https://docs.synurex.ai/plugins/manifest
730
- - Plugins/UI: let channel plugin metadata drive UI labels/icons and cron channel options. (#1306) https://docs.synurex.ai/web/control-ui
731
- - Agents/UI: add agent avatar support in identity config, IDENTITY.md, and the Control UI. (#1329) https://docs.synurex.ai/gateway/configuration
732
- - Plugins: add plugin slots with a dedicated memory slot selector. https://docs.synurex.ai/plugins/agent-tools
733
- - Plugins: ship the bundled BlueBubbles channel plugin (disabled by default). https://docs.synurex.ai/channels/bluebubbles
726
+ - Zalouser: add channel dock metadata, config schema, setup wiring, probe, and status issues. (#1219) https://docs.openclaw.ai/plugins/zalouser
727
+ - Plugins: require manifest-embedded config schemas with preflight validation warnings. (#1272) https://docs.openclaw.ai/plugins/manifest
728
+ - Plugins: move channel catalog metadata into plugin manifests. (#1290) https://docs.openclaw.ai/plugins/manifest
729
+ - Plugins: align Nextcloud Talk policy helpers with core patterns. (#1290) https://docs.openclaw.ai/plugins/manifest
730
+ - Plugins/UI: let channel plugin metadata drive UI labels/icons and cron channel options. (#1306) https://docs.openclaw.ai/web/control-ui
731
+ - Agents/UI: add agent avatar support in identity config, IDENTITY.md, and the Control UI. (#1329) https://docs.openclaw.ai/gateway/configuration
732
+ - Plugins: add plugin slots with a dedicated memory slot selector. https://docs.openclaw.ai/plugins/agent-tools
733
+ - Plugins: ship the bundled BlueBubbles channel plugin (disabled by default). https://docs.openclaw.ai/channels/bluebubbles
734
734
  - Plugins: migrate bundled messaging extensions to the plugin SDK and resolve plugin-sdk imports in the loader.
735
- - Plugins: migrate the Zalo plugin to the shared plugin SDK runtime. https://docs.synurex.ai/channels/zalo
736
- - Plugins: migrate the Zalo Personal plugin to the shared plugin SDK runtime. https://docs.synurex.ai/plugins/zalouser
737
- - Plugins: allow optional agent tools with explicit allowlists and add the plugin tool authoring guide. https://docs.synurex.ai/plugins/agent-tools
735
+ - Plugins: migrate the Zalo plugin to the shared plugin SDK runtime. https://docs.openclaw.ai/channels/zalo
736
+ - Plugins: migrate the Zalo Personal plugin to the shared plugin SDK runtime. https://docs.openclaw.ai/plugins/zalouser
737
+ - Plugins: allow optional agent tools with explicit allowlists and add the plugin tool authoring guide. https://docs.openclaw.ai/plugins/agent-tools
738
738
  - Plugins: auto-enable bundled channel/provider plugins when configuration is present.
739
- - Plugins: sync plugin sources on channel switches and update npm-installed plugins during `Synurex update`.
740
- - Plugins: share npm plugin update logic between `Synurex update` and `Synurex plugins update`.
739
+ - Plugins: sync plugin sources on channel switches and update npm-installed plugins during `openclaw update`.
740
+ - Plugins: share npm plugin update logic between `openclaw update` and `openclaw plugins update`.
741
741
 
742
742
  - Gateway/API: add `/v1/responses` (OpenResponses) with item-based input + semantic streaming events. (#1229)
743
743
  - Gateway/API: expand `/v1/responses` to support file/image inputs, tool_choice, usage, and output limits. (#1229)
744
- - Usage: add `/usage cost` summaries and macOS menu cost charts. https://docs.synurex.ai/reference/api-usage-costs
745
- - Security: warn when <=300B models run without sandboxing while web tools are enabled. https://docs.synurex.ai/cli/security
746
- - Exec: add host/security/ask routing for gateway + node exec. https://docs.synurex.ai/tools/exec
747
- - Exec: add `/exec` directive for per-session exec defaults (host/security/ask/node). https://docs.synurex.ai/tools/exec
748
- - Exec approvals: migrate approvals to `~/.synurex/exec-approvals.json` with per-agent allowlists + skill auto-allow toggle, and add approvals UI + node exec lifecycle events. https://docs.synurex.ai/tools/exec-approvals
749
- - Nodes: add headless node host (`Synurex node start`) for `system.run`/`system.which`. https://docs.synurex.ai/cli/node
750
- - Nodes: add node daemon service install/status/start/stop/restart. https://docs.synurex.ai/cli/node
744
+ - Usage: add `/usage cost` summaries and macOS menu cost charts. https://docs.openclaw.ai/reference/api-usage-costs
745
+ - Security: warn when <=300B models run without sandboxing while web tools are enabled. https://docs.openclaw.ai/cli/security
746
+ - Exec: add host/security/ask routing for gateway + node exec. https://docs.openclaw.ai/tools/exec
747
+ - Exec: add `/exec` directive for per-session exec defaults (host/security/ask/node). https://docs.openclaw.ai/tools/exec
748
+ - Exec approvals: migrate approvals to `~/.openclaw/exec-approvals.json` with per-agent allowlists + skill auto-allow toggle, and add approvals UI + node exec lifecycle events. https://docs.openclaw.ai/tools/exec-approvals
749
+ - Nodes: add headless node host (`openclaw node start`) for `system.run`/`system.which`. https://docs.openclaw.ai/cli/node
750
+ - Nodes: add node daemon service install/status/start/stop/restart. https://docs.openclaw.ai/cli/node
751
751
  - Bridge: add `skills.bins` RPC to support node host auto-allow skill bins.
752
- - Sessions: add daily reset policy with per-type overrides and idle windows (default 4am local), preserving legacy idle-only configs. (#1146) https://docs.synurex.ai/concepts/session
753
- - Sessions: allow `sessions_spawn` to override thinking level for sub-agent runs. https://docs.synurex.ai/tools/subagents
754
- - Channels: unify thread/topic allowlist matching + command/mention gating helpers across core providers. https://docs.synurex.ai/concepts/groups
755
- - Models: add Qwen Portal OAuth provider support. (#1120) https://docs.synurex.ai/providers/qwen
756
- - Onboarding: add allowlist prompts and username-to-id resolution across core and extension channels. https://docs.synurex.ai/start/onboarding
757
- - Docs: clarify allowlist input types and onboarding behavior for messaging channels. https://docs.synurex.ai/start/onboarding
758
- - Docs: refresh Android node discovery docs for the Gateway WS service type. https://docs.synurex.ai/platforms/android
759
- - Docs: surface Amazon Bedrock in provider lists and clarify Bedrock auth env vars. (#1289) https://docs.synurex.ai/bedrock
760
- - Docs: clarify WhatsApp voice notes. https://docs.synurex.ai/channels/whatsapp
761
- - Docs: clarify Windows WSL portproxy LAN access notes. https://docs.synurex.ai/platforms/windows
762
- - Docs: refresh bird skill install metadata and usage notes. (#1302) https://docs.synurex.ai/tools/browser-login
752
+ - Sessions: add daily reset policy with per-type overrides and idle windows (default 4am local), preserving legacy idle-only configs. (#1146) https://docs.openclaw.ai/concepts/session
753
+ - Sessions: allow `sessions_spawn` to override thinking level for sub-agent runs. https://docs.openclaw.ai/tools/subagents
754
+ - Channels: unify thread/topic allowlist matching + command/mention gating helpers across core providers. https://docs.openclaw.ai/concepts/groups
755
+ - Models: add Qwen Portal OAuth provider support. (#1120) https://docs.openclaw.ai/providers/qwen
756
+ - Onboarding: add allowlist prompts and username-to-id resolution across core and extension channels. https://docs.openclaw.ai/start/onboarding
757
+ - Docs: clarify allowlist input types and onboarding behavior for messaging channels. https://docs.openclaw.ai/start/onboarding
758
+ - Docs: refresh Android node discovery docs for the Gateway WS service type. https://docs.openclaw.ai/platforms/android
759
+ - Docs: surface Amazon Bedrock in provider lists and clarify Bedrock auth env vars. (#1289) https://docs.openclaw.ai/bedrock
760
+ - Docs: clarify WhatsApp voice notes. https://docs.openclaw.ai/channels/whatsapp
761
+ - Docs: clarify Windows WSL portproxy LAN access notes. https://docs.openclaw.ai/platforms/windows
762
+ - Docs: refresh bird skill install metadata and usage notes. (#1302) https://docs.openclaw.ai/tools/browser-login
763
763
  - Agents: add local docs path resolution and include docs/mirror/source/community pointers in the system prompt.
764
764
  - Agents: clarify node_modules read-only guidance in agent instructions.
765
765
  - Config: stamp last-touched metadata on write and warn if the config is newer than the running build.
@@ -769,7 +769,7 @@ Docs: https://docs.synurex.ai
769
769
  - Android: remove legacy bridge transport code now that nodes use the gateway protocol.
770
770
  - Android: bump okhttp + dnsjava to satisfy lint dependency checks.
771
771
  - Build: update workspace + core/plugin deps.
772
- - Build: use tsgo for dev/watch builds by default (opt out with `SYNUREX_TS_COMPILER=tsc`).
772
+ - Build: use tsgo for dev/watch builds by default (opt out with `OPENCLAW_TS_COMPILER=tsc`).
773
773
  - Repo: remove the Peekaboo git submodule now that the SPM release is used.
774
774
  - macOS: switch PeekabooBridge integration to the tagged Swift Package Manager release.
775
775
  - macOS: stop syncing Peekaboo in postinstall.
@@ -777,7 +777,7 @@ Docs: https://docs.synurex.ai
777
777
 
778
778
  ### Breaking
779
779
 
780
- - **BREAKING:** Reject invalid/unknown config entries and refuse to start the gateway for safety. Run `Synurex doctor --fix` to repair, then update plugins (`Synurex plugins update`) if you use any.
780
+ - **BREAKING:** Reject invalid/unknown config entries and refuse to start the gateway for safety. Run `openclaw doctor --fix` to repair, then update plugins (`openclaw plugins update`) if you use any.
781
781
 
782
782
  ### Fixes
783
783
 
@@ -808,7 +808,7 @@ Docs: https://docs.synurex.ai
808
808
  - Plugins: add Nextcloud Talk manifest for plugin config validation. (#1297)
809
809
  - Plugins: surface plugin load/register/config errors in gateway logs with plugin/source context.
810
810
  - CLI: preserve cron delivery settings when editing message payloads. (#1322)
811
- - CLI: keep `Synurex logs` output resilient to broken pipes while preserving progress output.
811
+ - CLI: keep `openclaw logs` output resilient to broken pipes while preserving progress output.
812
812
  - CLI: avoid duplicating --profile/--dev flags when formatting commands.
813
813
  - CLI: centralize CLI command registration to keep fast-path routing and program wiring in sync. (#1207)
814
814
  - CLI: keep banners on routed commands, restore config guarding outside fast-path routing, and tighten fast-path flag parsing while skipping console capture for extra speed. (#1195)
@@ -826,7 +826,7 @@ Docs: https://docs.synurex.ai
826
826
  - TUI: show generic empty-state text for searchable pickers. (#1201)
827
827
  - TUI: highlight model search matches and stabilize search ordering.
828
828
  - Configure: hide OpenRouter auto routing model from the model picker. (#1182)
829
- - Memory: show total file counts + scan issues in `Synurex memory status`.
829
+ - Memory: show total file counts + scan issues in `openclaw memory status`.
830
830
  - Memory: fall back to non-batch embeddings after repeated batch failures.
831
831
  - Memory: apply OpenAI batch defaults even without explicit remote config.
832
832
  - Memory: index atomically so failed reindex preserves the previous memory database. (#1151)
@@ -836,7 +836,7 @@ Docs: https://docs.synurex.ai
836
836
  - Memory: split overly long lines to keep embeddings under token limits.
837
837
  - Memory: skip empty chunks to avoid invalid embedding inputs.
838
838
  - Memory: split embedding batches to avoid OpenAI token limits during indexing.
839
- - Memory: probe sqlite-vec availability in `Synurex memory status`.
839
+ - Memory: probe sqlite-vec availability in `openclaw memory status`.
840
840
  - Exec approvals: enforce allowlist when ask is off.
841
841
  - Exec approvals: prefer raw command for node approvals/events.
842
842
  - Tools: show exec elevated flag before the command and keep it outside markdown in tool summaries.
@@ -888,21 +888,21 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
888
888
 
889
889
  ### Highlights
890
890
 
891
- - Hooks: add hooks system with bundled hooks, CLI tooling, and docs. (#1028) — thanks @ThomsenDrake. https://docs.synurex.ai/hooks
892
- - Media: add inbound media understanding (image/audio/video) with provider + CLI fallbacks. https://docs.synurex.ai/nodes/media-understanding
893
- - Plugins: add Zalo Personal plugin (`@Synurex/zalouser`) and unify channel directory for plugins. (#1032) — thanks @suminhthanh. https://docs.synurex.ai/plugins/zalouser
894
- - Models: add Vercel AI Gateway auth choice + onboarding updates. (#1016) — thanks @timolins. https://docs.synurex.ai/providers/vercel-ai-gateway
895
- - Sessions: add `session.identityLinks` for cross-platform DM session li nking. (#1033) — thanks @thewilloftheshadow. https://docs.synurex.ai/concepts/session
896
- - Web search: add `country`/`language` parameters (schema + Brave API) and docs. (#1046) — thanks @YuriNachos. https://docs.synurex.ai/tools/web
891
+ - Hooks: add hooks system with bundled hooks, CLI tooling, and docs. (#1028) — thanks @ThomsenDrake. https://docs.openclaw.ai/hooks
892
+ - Media: add inbound media understanding (image/audio/video) with provider + CLI fallbacks. https://docs.openclaw.ai/nodes/media-understanding
893
+ - Plugins: add Zalo Personal plugin (`@openclaw/zalouser`) and unify channel directory for plugins. (#1032) — thanks @suminhthanh. https://docs.openclaw.ai/plugins/zalouser
894
+ - Models: add Vercel AI Gateway auth choice + onboarding updates. (#1016) — thanks @timolins. https://docs.openclaw.ai/providers/vercel-ai-gateway
895
+ - Sessions: add `session.identityLinks` for cross-platform DM session li nking. (#1033) — thanks @thewilloftheshadow. https://docs.openclaw.ai/concepts/session
896
+ - Web search: add `country`/`language` parameters (schema + Brave API) and docs. (#1046) — thanks @YuriNachos. https://docs.openclaw.ai/tools/web
897
897
 
898
898
  ### Breaking
899
899
 
900
- - **BREAKING:** `Synurex message` and message tool now require `target` (dropping `to`/`channelId` for destinations). (#1034) — thanks @tobalsan.
900
+ - **BREAKING:** `openclaw message` and message tool now require `target` (dropping `to`/`channelId` for destinations). (#1034) — thanks @tobalsan.
901
901
  - **BREAKING:** Channel auth now prefers config over env for Discord/Telegram/Matrix (env is fallback only). (#1040) — thanks @thewilloftheshadow.
902
902
  - **BREAKING:** Drop legacy `chatType: "room"` support; use `chatType: "channel"`.
903
903
  - **BREAKING:** remove legacy provider-specific target resolution fallbacks; target resolution is centralized with plugin hints + directory lookups.
904
- - **BREAKING:** `Synurex hooks` is now `Synurex webhooks`; hooks live under `Synurex hooks`. https://docs.synurex.ai/cli/webhooks
905
- - **BREAKING:** `Synurex plugins install <path>` now copies into `~/.synurex/extensions` (use `--link` to keep path-based loading).
904
+ - **BREAKING:** `openclaw hooks` is now `openclaw webhooks`; hooks live under `openclaw hooks`. https://docs.openclaw.ai/cli/webhooks
905
+ - **BREAKING:** `openclaw plugins install <path>` now copies into `~/.openclaw/extensions` (use `--link` to keep path-based loading).
906
906
 
907
907
  ### Changes
908
908
 
@@ -913,7 +913,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
913
913
  - Tools: send Chrome-like headers by default for `web_fetch` to improve extraction on bot-sensitive sites.
914
914
  - Tools: Firecrawl fallback now uses bot-circumvention + cache by default; remove basic HTML fallback when extraction fails.
915
915
  - Tools: default `exec` exit notifications and auto-migrate legacy `tools.bash` to `tools.exec`.
916
- - Tools: add `exec` PTY support for interactive sessions. https://docs.synurex.ai/tools/exec
916
+ - Tools: add `exec` PTY support for interactive sessions. https://docs.openclaw.ai/tools/exec
917
917
  - Tools: add tmux-style `process send-keys` and bracketed paste helpers for PTY sessions.
918
918
  - Tools: add `process submit` helper to send CR for PTY sessions.
919
919
  - Tools: respond to PTY cursor position queries to unblock interactive TUIs.
@@ -921,7 +921,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
921
921
  - Skills: update coding-agent guidance to prefer PTY-enabled exec runs and simplify tmux usage.
922
922
  - TUI: refresh session token counts after runs complete or fail. (#1079) — thanks @d-ploutarchos.
923
923
  - Status: trim `/status` to current-provider usage only and drop the OAuth/token block.
924
- - Directory: unify `Synurex directory` across channels and plugin channels.
924
+ - Directory: unify `openclaw directory` across channels and plugin channels.
925
925
  - UI: allow deleting sessions from the Control UI.
926
926
  - Memory: add sqlite-vec vector acceleration with CLI status details.
927
927
  - Memory: add experimental session transcript indexing for memory_search (opt-in via memorySearch.experimental.sessionMemory + sources).
@@ -937,7 +937,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
937
937
  - Docs: add `/help` hub, Node/npm PATH guide, and expand directory CLI docs.
938
938
  - Config: support env var substitution in config values. (#1044) — thanks @sebslight.
939
939
  - Health: add per-agent session summaries and account-level health details, and allow selective probes. (#1047) — thanks @gumadeiras.
940
- - Hooks: add hook pack installs (npm/path/zip/tar) with `Synurex.hooks` manifests and `Synurex hooks install/update`.
940
+ - Hooks: add hook pack installs (npm/path/zip/tar) with `openclaw.hooks` manifests and `openclaw hooks install/update`.
941
941
  - Plugins: add zip installs and `--link` to avoid copying local paths.
942
942
 
943
943
  ### Fixes
@@ -969,10 +969,10 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
969
969
  - Sessions: hard-stop `sessions.delete` cleanup.
970
970
  - Channels: treat replies to the bot as implicit mentions across supported channels.
971
971
  - Channels: normalize object-format capabilities in channel capability parsing.
972
- - Security: default-deny slash/control commands unless a channel computed `CommandAuthorized` (fixes accidental “open” behavior), and ensure WhatsApp + Zalo plugin channels gate inline `/…` tokens correctly. https://docs.synurex.ai/gateway/security
972
+ - Security: default-deny slash/control commands unless a channel computed `CommandAuthorized` (fixes accidental “open” behavior), and ensure WhatsApp + Zalo plugin channels gate inline `/…` tokens correctly. https://docs.openclaw.ai/gateway/security
973
973
  - Security: redact sensitive text in gateway WS logs.
974
974
  - Tools: cap pending `exec` process output to avoid unbounded buffers.
975
- - CLI: speed up `Synurex sandbox-explain` by avoiding heavy plugin imports when normalizing channel ids.
975
+ - CLI: speed up `openclaw sandbox-explain` by avoiding heavy plugin imports when normalizing channel ids.
976
976
  - Browser: remote profile tab operations prefer persistent Playwright and avoid silent HTTP fallbacks. (#1057) — thanks @mukhtharcm.
977
977
  - Browser: remote profile tab ops follow-up: shared Playwright loader, Playwright-based focus, and more coverage (incl. opt-in live Browserless test). (follow-up to #1057) — thanks @mukhtharcm.
978
978
  - Browser: refresh extension relay tab metadata after navigation so `/json/list` stays current. (#1073) — thanks @roshanasingh4.
@@ -999,7 +999,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
999
999
 
1000
1000
  ### Highlights
1001
1001
 
1002
- - Plugins: add provider auth registry + `Synurex models auth login` for plugin-driven OAuth/API key flows.
1002
+ - Plugins: add provider auth registry + `openclaw models auth login` for plugin-driven OAuth/API key flows.
1003
1003
  - Browser: improve remote CDP/Browserless support (auth passthrough, `wss` upgrade, timeouts, clearer errors).
1004
1004
  - Heartbeat: per-agent configuration + 24h duplicate suppression. (#980) — thanks @voidserf.
1005
1005
  - Security: audit warns on weak model tiers; app nodes store auth tokens encrypted (Keychain/SecurePrefs).
@@ -1007,13 +1007,13 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1007
1007
  ### Breaking
1008
1008
 
1009
1009
  - **BREAKING:** iOS minimum version is now 18.0 to support Textual markdown rendering in native chat. (#702)
1010
- - **BREAKING:** Microsoft Teams is now a plugin; install `@Synurex/msteams` via `Synurex plugins install @Synurex/msteams`.
1010
+ - **BREAKING:** Microsoft Teams is now a plugin; install `@openclaw/msteams` via `openclaw plugins install @openclaw/msteams`.
1011
1011
  - **BREAKING:** Channel auth now prefers config over env for Discord/Telegram/Matrix (env is fallback only). (#1040) — thanks @thewilloftheshadow.
1012
1012
 
1013
1013
  ### Changes
1014
1014
 
1015
1015
  - UI/Apps: move channel/config settings to schema-driven forms and rename Connections → Channels. (#1040) — thanks @thewilloftheshadow.
1016
- - CLI: set process titles to `Synurex-<command>` for clearer process listings.
1016
+ - CLI: set process titles to `openclaw-<command>` for clearer process listings.
1017
1017
  - CLI/macOS: sync remote SSH target/identity to config and let `gateway status` auto-infer SSH targets (ssh-config aware).
1018
1018
  - Telegram: scope inline buttons with allowlist default + callback gating in DMs/groups.
1019
1019
  - Telegram: default reaction notifications to own.
@@ -1021,15 +1021,15 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1021
1021
  - Heartbeat: tighten prompt guidance + suppress duplicate alerts for 24h. (#980) — thanks @voidserf.
1022
1022
  - Repo: ignore local identity files to avoid accidental commits. (#1001) — thanks @gerardward2007.
1023
1023
  - Sessions/Security: add `session.dmScope` for multi-user DM isolation and audit warnings. (#948) — thanks @Alphonse-arianee.
1024
- - Plugins: add provider auth registry + `Synurex models auth login` for plugin-driven OAuth/API key flows.
1024
+ - Plugins: add provider auth registry + `openclaw models auth login` for plugin-driven OAuth/API key flows.
1025
1025
  - Onboarding: switch channels setup to a single-select loop with per-channel actions and disabled hints in the picker.
1026
1026
  - TUI: show provider/model labels for the active session and default model.
1027
1027
  - Heartbeat: add per-agent heartbeat configuration and multi-agent docs example.
1028
1028
  - UI: show gateway auth guidance + doc link on unauthorized Control UI connections.
1029
1029
  - UI: add session deletion action in Control UI sessions list. (#1017) — thanks @Szpadel.
1030
- - Security: warn on weak model tiers (Haiku, below GPT-5, below Claude 4.5) in `Synurex security audit`.
1030
+ - Security: warn on weak model tiers (Haiku, below GPT-5, below Claude 4.5) in `openclaw security audit`.
1031
1031
  - Apps: store node auth tokens encrypted (Keychain/SecurePrefs).
1032
- - Daemon: share profile/state-dir resolution across service helpers and honor `SYNUREX_STATE_DIR` for Windows task scripts.
1032
+ - Daemon: share profile/state-dir resolution across service helpers and honor `CLAWDBOT_STATE_DIR` for Windows task scripts.
1033
1033
  - Docs: clarify multi-gateway rescue bot guidance. (#969) — thanks @bjesuiter.
1034
1034
  - Agents: add Current Date & Time system prompt section with configurable time format (auto/12/24).
1035
1035
  - Tools: normalize Slack/Discord message timestamps with `timestampMs`/`timestampUtc` while keeping raw provider fields.
@@ -1037,8 +1037,8 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1037
1037
  - Docs: add Date & Time guide and update prompt/timezone configuration docs.
1038
1038
  - Messages: debounce rapid inbound messages across channels with per-connector overrides. (#971) — thanks @juanpablodlc.
1039
1039
  - Messages: allow media-only sends (CLI/tool) and show Telegram voice recording status for voice notes. (#957) — thanks @rdev.
1040
- - Auth/Status: keep auth profiles sticky per session (rotate on compaction/new), surface provider usage headers in `/status` and `Synurex models status`, and update docs.
1041
- - CLI: add `--json` output for `Synurex daemon` lifecycle/install commands.
1040
+ - Auth/Status: keep auth profiles sticky per session (rotate on compaction/new), surface provider usage headers in `/status` and `openclaw models status`, and update docs.
1041
+ - CLI: add `--json` output for `openclaw daemon` lifecycle/install commands.
1042
1042
  - Memory: make `node-llama-cpp` an optional dependency (avoid Node 25 install failures) and improve local-embeddings fallback/errors.
1043
1043
  - Browser: add `snapshot refs=aria` (Playwright aria-ref ids) for self-resolving refs across `snapshot` → `act`.
1044
1044
  - Browser: `profile="chrome"` now defaults to host control and returns clearer “attach a tab” errors.
@@ -1062,10 +1062,10 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1062
1062
  - iMessage: treat missing `imsg rpc` support as fatal to avoid restart loops.
1063
1063
  - Auth: merge main auth profiles into per-agent stores for sub-agents and document inheritance. (#1013) — thanks @marcmarg.
1064
1064
  - Agents: avoid JSON Schema `format` collisions in tool params by renaming snapshot format fields. (#1013) — thanks @marcmarg.
1065
- - Fix: make `Synurex update` auto-update global installs when installed via a package manager.
1065
+ - Fix: make `openclaw update` auto-update global installs when installed via a package manager.
1066
1066
  - Fix: list model picker entries as provider/model pairs for explicit selection. (#970) — thanks @mcinteerj.
1067
1067
  - Fix: align OpenAI image-gen defaults with DALL-E 3 standard quality and document output formats. (#880) — thanks @mkbehr.
1068
- - Fix: persist `gateway.mode=local` after selecting Local run mode in `Synurex configure`, even if no other sections are chosen.
1068
+ - Fix: persist `gateway.mode=local` after selecting Local run mode in `openclaw configure`, even if no other sections are chosen.
1069
1069
  - Daemon: fix profile-aware service label resolution (env-driven) and add coverage for launchd/systemd/schtasks. (#969) — thanks @bjesuiter.
1070
1070
  - Agents: avoid false positives when logging unsupported Google tool schema keywords.
1071
1071
  - Agents: skip Gemini history downgrades for google-antigravity to preserve tool calls. (#894) — thanks @mukhtharcm.
@@ -1092,14 +1092,14 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1092
1092
  - Web search: `web_search`/`web_fetch` tools (Brave API) + first-time setup in onboarding/configure.
1093
1093
  - Browser control: Chrome extension relay takeover mode + remote browser control support.
1094
1094
  - Plugins: channel plugins (gateway HTTP hooks) + Zalo plugin + onboarding install flow. (#854) — thanks @longmaba.
1095
- - Security: expanded `Synurex security audit` (+ `--fix`), detect-secrets CI scan, and a `SECURITY.md` reporting policy.
1095
+ - Security: expanded `openclaw security audit` (+ `--fix`), detect-secrets CI scan, and a `SECURITY.md` reporting policy.
1096
1096
 
1097
1097
  ### Changes
1098
1098
 
1099
1099
  - Docs: clarify per-agent auth stores, sandboxed skill binaries, and elevated semantics.
1100
1100
  - Docs: add FAQ entries for missing provider auth after adding agents and Gemini thinking signature errors.
1101
1101
  - Agents: add optional auth-profile copy prompt on `agents add` and improve auth error messaging.
1102
- - Security: expand `Synurex security audit` checks (model hygiene, config includes, plugin allowlists, exposure matrix) and extend `--fix` to tighten more sensitive state paths.
1102
+ - Security: expand `openclaw security audit` checks (model hygiene, config includes, plugin allowlists, exposure matrix) and extend `--fix` to tighten more sensitive state paths.
1103
1103
  - Security: add `SECURITY.md` reporting policy.
1104
1104
  - Channels: add Matrix plugin (external) with docs + onboarding hooks.
1105
1105
  - Plugins: add Zalo channel plugin with gateway HTTP hooks and onboarding install prompt. (#854) — thanks @longmaba.
@@ -1109,7 +1109,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1109
1109
  - Security: add detect-secrets CI scan and baseline guidance. (#227) — thanks @Hyaxia.
1110
1110
  - Tools: add `web_search`/`web_fetch` (Brave API), auto-enable `web_fetch` for sandboxed sessions, and remove the `brave-search` skill.
1111
1111
  - CLI/Docs: add a web tools configure section for storing Brave API keys and update onboarding tips.
1112
- - Browser: add Chrome extension relay takeover mode (toolbar button), plus `Synurex browser extension install/path` and remote browser control (standalone server + token auth).
1112
+ - Browser: add Chrome extension relay takeover mode (toolbar button), plus `openclaw browser extension install/path` and remote browser control (standalone server + token auth).
1113
1113
 
1114
1114
  ### Fixes
1115
1115
 
@@ -1148,7 +1148,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1148
1148
  - TUI: render picker overlays via the overlay stack so /models and /settings display. (#921) — thanks @grizzdank.
1149
1149
  - TUI: add a bright spinner + elapsed time in the status line for send/stream/run states.
1150
1150
  - TUI: show LLM error messages (rate limits, auth, etc.) instead of `(no output)`.
1151
- - Gateway/Dev: ensure `pnpm gateway:dev` always uses the dev profile config + state (`~/.synurex-dev`).
1151
+ - Gateway/Dev: ensure `pnpm gateway:dev` always uses the dev profile config + state (`~/.openclaw-dev`).
1152
1152
 
1153
1153
  #### Agents / Auth / Tools / Sandbox
1154
1154
 
@@ -1216,12 +1216,12 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1216
1216
  ### New & Improved
1217
1217
 
1218
1218
  - Memory: add custom OpenAI-compatible embedding endpoints; support OpenAI/local `node-llama-cpp` embeddings with per-agent overrides and provider metadata in tools/CLI. (#819) — thanks @mukhtharcm.
1219
- - Memory: new `Synurex memory` CLI plus `memory_search`/`memory_get` tools with snippets + line ranges; index stored under `~/.synurex/memory/{agentId}.sqlite` with watch-on-by-default.
1219
+ - Memory: new `openclaw memory` CLI plus `memory_search`/`memory_get` tools with snippets + line ranges; index stored under `~/.openclaw/memory/{agentId}.sqlite` with watch-on-by-default.
1220
1220
  - Agents: strengthen memory recall guidance; make workspace bootstrap truncation configurable (default 20k) with warnings; add default sub-agent model config.
1221
1221
  - Tools/Sandbox: add tool profiles + group shorthands; support tool-policy groups in `tools.sandbox.tools`; drop legacy `memory` shorthand; allow Docker bind mounts via `docker.binds`. (#790) — thanks @akonyer.
1222
1222
  - Tools: add provider/model-specific tool policy overrides (`tools.byProvider`) to trim tool exposure per provider.
1223
1223
  - Tools: add browser `scrollintoview` action; allow Claude/Gemini tool param aliases; allow thinking `xhigh` for GPT-5.2/Codex with safe downgrades. (#793) — thanks @hsrvc; (#444) — thanks @grp06.
1224
- - Gateway/CLI: add Tailscale binary discovery, custom bind mode, and probe auth retry; add `Synurex dashboard` auto-open flow; default native slash commands to `"auto"` with per-provider overrides. (#740) — thanks @jeffersonwarrior.
1224
+ - Gateway/CLI: add Tailscale binary discovery, custom bind mode, and probe auth retry; add `openclaw dashboard` auto-open flow; default native slash commands to `"auto"` with per-provider overrides. (#740) — thanks @jeffersonwarrior.
1225
1225
  - Auth/Onboarding: add Chutes OAuth (PKCE + refresh + onboarding choice); normalize API key inputs; default TUI onboarding to `deliver: false`. (#726) — thanks @FrieSei; (#791) — thanks @roshanasingh4.
1226
1226
  - Providers: add `discord.allowBots`; trim legacy MiniMax M2 from default catalogs; route MiniMax vision to the Coding Plan VLM endpoint (also accepts `@/path/to/file.png` inputs). (#802) — thanks @zknicker.
1227
1227
  - Gateway: allow Tailscale Serve identity headers to satisfy token auth; rebuild Control UI assets when protocol schema is newer. (#823) — thanks @roshanasingh4; (#786) — thanks @meaningfool.
@@ -1229,7 +1229,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1229
1229
 
1230
1230
  ### Installer
1231
1231
 
1232
- - Install: run `Synurex doctor --non-interactive` after git installs/updates and nudge daemon restarts when detected.
1232
+ - Install: run `openclaw doctor --non-interactive` after git installs/updates and nudge daemon restarts when detected.
1233
1233
 
1234
1234
  ### Fixes
1235
1235
 
@@ -1240,7 +1240,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1240
1240
  - Gemini: normalize Gemini 3 ids to preview variants; strip Gemini CLI tool call/response ids; downgrade missing `thought_signature`; strip Claude `msg_*` thought_signature fields to avoid base64 decode errors. (#795) — thanks @thewilloftheshadow; (#783) — thanks @ananth-vardhan-cn; (#793) — thanks @hsrvc; (#805) — thanks @marcmarg.
1241
1241
  - Agents: auto-recover from compaction context overflow by resetting the session and retrying; propagate overflow details from embedded runs so callers can recover.
1242
1242
  - MiniMax: strip malformed tool invocation XML; include `MiniMax-VL-01` in implicit provider for image pairing. (#809) — thanks @latitudeki5223.
1243
- - Onboarding/Auth: honor `SYNUREX_AGENT_DIR` / `PI_CODING_AGENT_DIR` when writing auth profiles (MiniMax). (#829) — thanks @roshanasingh4.
1243
+ - Onboarding/Auth: honor `CLAWDBOT_AGENT_DIR` / `PI_CODING_AGENT_DIR` when writing auth profiles (MiniMax). (#829) — thanks @roshanasingh4.
1244
1244
  - Anthropic: handle `overloaded_error` with a friendly message and failover classification. (#832) — thanks @danielz1z.
1245
1245
  - Anthropic: merge consecutive user turns (preserve newest metadata) before validation to avoid incorrect role errors. (#804) — thanks @ThomsenDrake.
1246
1246
  - Messaging: enforce context isolation for message tool sends; keep typing indicators alive during tool execution. (#793) — thanks @hsrvc; (#450, #447) — thanks @thewilloftheshadow.
@@ -1251,7 +1251,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1251
1251
  - Telegram: preserve forum topic thread ids, persist polling offsets, respect account bindings in webhook mode, and show typing indicator in General topics. (#727, #739) — thanks @thewilloftheshadow; (#821) — thanks @gumadeiras; (#779) — thanks @azade-c.
1252
1252
  - Slack: accept slash commands with or without leading `/` for custom command configs. (#798) — thanks @thewilloftheshadow.
1253
1253
  - Cron: persist disabled jobs correctly; accept `jobId` aliases for update/run/remove params. (#205, #252) — thanks @thewilloftheshadow.
1254
- - Gateway/CLI: honor `SYNUREX_LAUNCHD_LABEL` / `SYNUREX_SYSTEMD_UNIT` overrides; `agents.list` respects explicit config; reduce noisy loopback WS logs during tests; run `Synurex doctor --non-interactive` during updates. (#781) — thanks @ronyrus.
1254
+ - Gateway/CLI: honor `CLAWDBOT_LAUNCHD_LABEL` / `CLAWDBOT_SYSTEMD_UNIT` overrides; `agents.list` respects explicit config; reduce noisy loopback WS logs during tests; run `openclaw doctor --non-interactive` during updates. (#781) — thanks @ronyrus.
1255
1255
  - Onboarding/Control UI: refuse invalid configs (run doctor first); quote Windows browser URLs for OAuth; keep chat scroll position unless the user is near the bottom. (#764) — thanks @mukhtharcm; (#794) — thanks @roshanasingh4; (#217) — thanks @thewilloftheshadow.
1256
1256
  - Tools/UI: harden tool input schemas for strict providers; drop null-only union variants for Gemini schema cleanup; treat `maxChars: 0` as unlimited; keep TUI last streamed response instead of "(no output)". (#782) — thanks @AbhisekBasu1; (#796) — thanks @gabriel-trigo; (#747) — thanks @thewilloftheshadow.
1257
1257
  - Connections UI: polish multi-account account cards. (#816) — thanks @steipete.
@@ -1283,7 +1283,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1283
1283
  - Auto-reply: add compact `/model` picker (models + available providers) and show provider endpoints in `/model status`.
1284
1284
  - Control UI: add Config tab model presets (MiniMax M2.1, GLM 4.7, Kimi) for one-click setup.
1285
1285
  - Plugins: add extension loader (tools/RPC/CLI/services), discovery paths, and config schema + Control UI labels (uiHints).
1286
- - Plugins: add `Synurex plugins install` (path/tgz/npm), plus `list|info|enable|disable|doctor` UX.
1286
+ - Plugins: add `openclaw plugins install` (path/tgz/npm), plus `list|info|enable|disable|doctor` UX.
1287
1287
  - Plugins: voice-call plugin now real (Twilio/log), adds start/status RPC/CLI/tool + tests.
1288
1288
  - Docs: add plugins doc + cross-links from tools/skills/gateway config.
1289
1289
  - Docs: add beginner-friendly plugin quick start + expand Voice Call plugin docs.
@@ -1296,7 +1296,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1296
1296
  - Agents: add pre-compaction memory flush config (`agents.defaults.compaction.*`) with a soft threshold + system prompt.
1297
1297
  - Config: add `$include` directive for modular config files. (#731) — thanks @pasogott.
1298
1298
  - Build: set pnpm minimum release age to 2880 minutes (2 days). (#718) — thanks @dan-dr.
1299
- - macOS: prompt to install the global `Synurex` CLI when missing in local mode; install via `Synurex.ai/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime.
1299
+ - macOS: prompt to install the global `openclaw` CLI when missing in local mode; install via `openclaw.ai/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime.
1300
1300
  - Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
1301
1301
  - Cron/CLI: add `--model` flag to cron add/edit commands. (#711) — thanks @mjrussell.
1302
1302
  - Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell.
@@ -1311,8 +1311,8 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1311
1311
 
1312
1312
  - Postinstall: replace `git apply` with builtin JS patcher (works npm/pnpm/bun; no git dependency) plus regression tests.
1313
1313
  - Postinstall: skip pnpm patch fallback when the new patcher is active.
1314
- - Installer tests: add root+non-root docker smokes, CI workflow to fetch Synurex.ai scripts and run install sh/cli with onboarding skipped.
1315
- - Installer UX: support `SYNUREX_NO_ONBOARD=1` for non-interactive installs; fix npm prefix on Linux and auto-install git.
1314
+ - Installer tests: add root+non-root docker smokes, CI workflow to fetch openclaw.ai scripts and run install sh/cli with onboarding skipped.
1315
+ - Installer UX: support `CLAWDBOT_NO_ONBOARD=1` for non-interactive installs; fix npm prefix on Linux and auto-install git.
1316
1316
  - Installer UX: add `install.sh --help` with flags/env and git install hint.
1317
1317
  - Installer UX: add `--install-method git|npm` and auto-detect source checkouts (prompt to update git checkout vs migrate to npm).
1318
1318
 
@@ -1328,8 +1328,8 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1328
1328
  - Auth: read Codex keychain credentials and make the lookup platform-aware.
1329
1329
  - macOS/Release: avoid bundling dist artifacts in relay builds and generate appcasts from zip-only sources.
1330
1330
  - Doctor: surface plugin diagnostics in the report.
1331
- - Plugins: treat `plugins.load.paths` directory entries as package roots when they contain `package.json` + `Synurex.extensions`; load plugin packages from config dirs; extract archives without system tar.
1332
- - Config: expand `~` in `SYNUREX_CONFIG_PATH` and common path-like config fields (including `plugins.load.paths`); guard invalid `$include` paths. (#731) — thanks @pasogott.
1331
+ - Plugins: treat `plugins.load.paths` directory entries as package roots when they contain `package.json` + `openclaw.extensions`; load plugin packages from config dirs; extract archives without system tar.
1332
+ - Config: expand `~` in `CLAWDBOT_CONFIG_PATH` and common path-like config fields (including `plugins.load.paths`); guard invalid `$include` paths. (#731) — thanks @pasogott.
1333
1333
  - Agents: stop pre-creating session transcripts so first user messages persist in JSONL history.
1334
1334
  - Agents: skip pre-compaction memory flush when the session workspace is read-only.
1335
1335
  - Auto-reply: ignore inline `/status` directives unless the message is directive-only.
@@ -1358,9 +1358,9 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1358
1358
 
1359
1359
  ### Highlights
1360
1360
 
1361
- - CLI: `Synurex status` now table-based + shows OS/update/gateway/daemon/agents/sessions; `status --all` adds a full read-only debug report (tables, log tails, Tailscale summary, and scan progress via OSC-9 + spinner).
1361
+ - CLI: `openclaw status` now table-based + shows OS/update/gateway/daemon/agents/sessions; `status --all` adds a full read-only debug report (tables, log tails, Tailscale summary, and scan progress via OSC-9 + spinner).
1362
1362
  - CLI Backends: add Codex CLI fallback with resume support (text output) and JSONL parsing for new runs, plus a live CLI resume probe.
1363
- - CLI: add `Synurex update` (safe-ish git checkout update) + `--update` shorthand. (#673) — thanks @fm1randa.
1363
+ - CLI: add `openclaw update` (safe-ish git checkout update) + `--update` shorthand. (#673) — thanks @fm1randa.
1364
1364
  - Gateway: add OpenAI-compatible `/v1/chat/completions` HTTP endpoint (auth, SSE streaming, per-agent routing). (#680).
1365
1365
 
1366
1366
  ### Changes
@@ -1371,7 +1371,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1371
1371
  - Agents/Browser: add `browser.target` (sandbox/host/custom) with sandbox host-control gating via `agents.defaults.sandbox.browser.allowHostControl`, allowlists for custom control URLs/hosts/ports, and expand browser tool docs (remote control, profiles, internals).
1372
1372
  - Onboarding/Models: add catalog-backed default model picker to onboarding + configure. (#611) — thanks @jonasjancarik.
1373
1373
  - Agents/OpenCode Zen: update fallback models + defaults, keep legacy alias mappings. (#669) — thanks @magimetal.
1374
- - CLI: add `Synurex reset` and `Synurex uninstall` flows (interactive + non-interactive) plus docker cleanup smoke test.
1374
+ - CLI: add `openclaw reset` and `openclaw uninstall` flows (interactive + non-interactive) plus docker cleanup smoke test.
1375
1375
  - Providers: move provider wiring to a plugin architecture. (#661).
1376
1376
  - Providers: unify group history context wrappers across providers with per-provider/per-account `historyLimit` overrides (fallback to `messages.groupChat.historyLimit`). Set `0` to disable. (#672).
1377
1377
  - Gateway/Heartbeat: optionally deliver heartbeat `Reasoning:` output (`agents.defaults.heartbeat.includeReasoning`). (#690)
@@ -1381,7 +1381,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1381
1381
 
1382
1382
  - Auto-reply: suppress draft/typing streaming for `NO_REPLY` (silent system ops) so it doesn’t leak partial output.
1383
1383
  - CLI/Status: expand tables to full terminal width; clarify provider setup vs runtime warnings; richer per-provider detail; token previews in `status` while keeping `status --all` redacted; add troubleshooting link footer; keep log tails pasteable; show gateway auth used when reachable; surface provider runtime errors (Signal/iMessage/Slack); harden `tailscale status --json` parsing; make `status --all` scan progress determinate; and replace the footer with a 3-line “Next steps” recommendation (share/debug/probe).
1384
- - CLI/Gateway: clarify that `Synurex gateway status` reports RPC health (connect + RPC) and shows RPC failures separately from connect failures.
1384
+ - CLI/Gateway: clarify that `openclaw gateway status` reports RPC health (connect + RPC) and shows RPC failures separately from connect failures.
1385
1385
  - CLI/Update: gate progress spinner on stdout TTY and align clean-check step label. (#701) — thanks @bjesuiter.
1386
1386
  - Telegram: add `/whoami` + `/id` commands to reveal sender id for allowlists; allow `@username` and prefixed ids in `allowFrom` prompts (with stability warning).
1387
1387
  - Heartbeat: strip markup-wrapped `HEARTBEAT_OK` so acks don’t leak to external providers (e.g., Telegram).
@@ -1394,7 +1394,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1394
1394
  - Agents/Pi: inject config `temperature`/`maxTokens` into streaming without replacing the session streamFn; cover with live maxTokens probe. (#732) — thanks @peschee.
1395
1395
  - macOS: clear unsigned launchd overrides on signed restarts and warn via doctor when attach-only/disable markers are set. (#695) — thanks @jeffersonwarrior.
1396
1396
  - Agents: enforce single-writer session locks and drop orphan tool results to prevent tool-call ID failures (MiniMax/Anthropic-compatible APIs).
1397
- - Docs: make `Synurex status` the first diagnostic step, clarify `status --deep` behavior, and document `/whoami` + `/id`.
1397
+ - Docs: make `openclaw status` the first diagnostic step, clarify `status --deep` behavior, and document `/whoami` + `/id`.
1398
1398
  - Docs/Testing: clarify live tool+image probes and how to list your testable `provider/model` ids.
1399
1399
  - Tests/Live: make gateway bash+read probes resilient to provider formatting while still validating real tool calls.
1400
1400
  - WhatsApp: detect @lid mentions in groups using authDir reverse mapping + resolve self JID E.164 for mention gating. (#692) — thanks @peschee.
@@ -1414,24 +1414,24 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1414
1414
  - WhatsApp: expose group participant IDs to the model so reactions can target the right sender.
1415
1415
  - Cron: `wakeMode: "now"` waits for heartbeat completion (and retries when the main lane is busy). (#666) — thanks @roshanasingh4.
1416
1416
  - Agents/OpenAI: fix Responses tool-only → follow-up turn handling (avoid standalone `reasoning` items that trigger 400 “required following item”) and replay reasoning items in Responses/Codex Responses history for tool-call-only turns.
1417
- - Sandbox: add `Synurex sandbox explain` (effective policy inspector + fix-it keys); improve “sandbox jail” tool-policy/elevated errors with actionable config key paths; link to docs.
1417
+ - Sandbox: add `openclaw sandbox explain` (effective policy inspector + fix-it keys); improve “sandbox jail” tool-policy/elevated errors with actionable config key paths; link to docs.
1418
1418
  - Hooks/Gmail: keep Tailscale serve path at `/` while preserving the public path. (#668) — thanks @antons.
1419
1419
  - Hooks/Gmail: allow Tailscale target URLs to preserve internal serve paths.
1420
1420
  - Auth: update Claude Code keychain credentials in-place during refresh sync; share JSON file helpers; add CLI fallback coverage.
1421
1421
  - Auth: throttle external CLI credential syncs (Claude/Codex), reduce Keychain reads, and skip sync when cached credentials are still fresh.
1422
- - CLI: respect `SYNUREX_STATE_DIR` for node pairing + voice wake settings storage. (#664) — thanks @azade-c.
1422
+ - CLI: respect `CLAWDBOT_STATE_DIR` for node pairing + voice wake settings storage. (#664) — thanks @azade-c.
1423
1423
  - Onboarding/Gateway: persist non-interactive gateway token auth in config; add WS wizard + gateway tool-calling regression coverage.
1424
1424
  - Gateway/Control UI: make `chat.send` non-blocking, wire Stop to `chat.abort`, and treat `/stop` as an out-of-band abort. (#653)
1425
1425
  - Gateway/Control UI: allow `chat.abort` without `runId` (abort active runs), suppress post-abort chat streaming, and prune stuck chat runs. (#653)
1426
1426
  - Gateway/Control UI: sniff image attachments for chat.send, drop non-images, and log mismatches. (#670) — thanks @cristip73.
1427
1427
  - macOS: force `restart-mac.sh --sign` to require identities and keep bundled Node signed for relay verification. (#580) — thanks @jeffersonwarrior.
1428
- - Gateway/Agent: accept image attachments on `agent` (multimodal message) and add live gateway image probe (`SYNUREX_LIVE_GATEWAY_IMAGE_PROBE=1`).
1429
- - CLI: `Synurex sessions` now includes `elev:*` + `usage:*` flags in the table output.
1428
+ - Gateway/Agent: accept image attachments on `agent` (multimodal message) and add live gateway image probe (`CLAWDBOT_LIVE_GATEWAY_IMAGE_PROBE=1`).
1429
+ - CLI: `openclaw sessions` now includes `elev:*` + `usage:*` flags in the table output.
1430
1430
  - CLI/Pairing: accept positional provider for `pairing list|approve` (npm-run compatible); update docs/bot hints.
1431
- - Branding: normalize legacy casing/branding to “Synurex” (CLI, status, docs).
1431
+ - Branding: normalize legacy casing/branding to “OpenClaw” (CLI, status, docs).
1432
1432
  - Auto-reply: fix native `/model` not updating the actual chat session (Telegram/Slack/Discord). (#646)
1433
- - Doctor: offer to run `Synurex update` first on git installs (keeps doctor output aligned with latest).
1434
- - Doctor: avoid false legacy workspace warning when install dir is `~/Synurex`. (#660)
1433
+ - Doctor: offer to run `openclaw update` first on git installs (keeps doctor output aligned with latest).
1434
+ - Doctor: avoid false legacy workspace warning when install dir is `~/openclaw`. (#660)
1435
1435
  - iMessage: fix reasoning persistence across DMs; avoid partial/duplicate replies when reasoning is enabled. (#655) — thanks @antons.
1436
1436
  - Models/Auth: allow MiniMax API configs without `models.providers.minimax.apiKey` (auth profiles / `MINIMAX_API_KEY`). (#656) — thanks @mneves75.
1437
1437
  - Agents: avoid duplicate replies when the message tool sends. (#659) — thanks @mickahouan.
@@ -1463,20 +1463,20 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1463
1463
 
1464
1464
  ### Breaking
1465
1465
 
1466
- - CLI: `Synurex message` now subcommands (`message send|poll|...`) and requires `--provider` unless only one provider configured.
1466
+ - CLI: `openclaw message` now subcommands (`message send|poll|...`) and requires `--provider` unless only one provider configured.
1467
1467
  - Commands/Tools: `/restart` and gateway restart tool disabled by default; enable with `commands.restart=true`.
1468
1468
 
1469
1469
  ### New Features and Changes
1470
1470
 
1471
1471
  - Models/Auth: OpenCode Zen onboarding (#623) — thanks @magimetal; MiniMax Anthropic-compatible API + hosted onboarding (#590, #495) — thanks @mneves75, @tobiasbischoff.
1472
- - Models/Auth: setup-token + token auth profiles; `Synurex models auth order {get,set,clear}`; per-agent auth candidates in `/model status`; OAuth expiry checks in doctor/status.
1472
+ - Models/Auth: setup-token + token auth profiles; `openclaw models auth order {get,set,clear}`; per-agent auth candidates in `/model status`; OAuth expiry checks in doctor/status.
1473
1473
  - Agent/System: claude-cli runner; `session_status` tool (and sandbox allow); adaptive context pruning default; system prompt messaging guidance + no auto self-update; eligible skills list injection; sub-agent context trimmed.
1474
1474
  - Commands: `/commands` list; `/models` alias; `/usage` alias; `/debug` runtime overrides + effective config view; `/config` chat updates + `/config get`; `config --section`.
1475
1475
  - CLI/Gateway: unified message tool + message subcommands; gateway discover (local + wide-area DNS-SD) with JSON/timeout; gateway status human-readable + JSON + SSH loopback; wide-area records include gatewayPort/sshPort/cliPath + tailnet DNS fallback.
1476
1476
  - CLI UX: logs output modes (pretty/plain/JSONL) + colorized health/daemon output; global `--no-color`; lobster palette in onboarding/config.
1477
1477
  - Dev ergonomics: gateway `--dev/--reset` + dev profile auto-config; C-3PO dev templates; dev gateway/TUI helper scripts.
1478
1478
  - Sandbox/Workspace: sandbox list/recreate commands; sync skills into sandbox workspace; sandbox browser auto-start.
1479
- - Config/Onboarding: inline env vars; OpenAI API key flow to shared `~/.synurex/.env`; Opus 4.5 default prompt for Anthropic auth; QuickStart auto-install gateway (Node-only) + provider picker tweaks + skip-systemd flags; TUI bootstrap prompt (`tui --message`); remove Bun runtime choice.
1479
+ - Config/Onboarding: inline env vars; OpenAI API key flow to shared `~/.openclaw/.env`; Opus 4.5 default prompt for Anthropic auth; QuickStart auto-install gateway (Node-only) + provider picker tweaks + skip-systemd flags; TUI bootstrap prompt (`tui --message`); remove Bun runtime choice.
1480
1480
  - Providers: Microsoft Teams provider (polling, attachments, outbound sends, requireMention, config reload/DM policy). (#404) — thanks @onutc
1481
1481
  - Providers: WhatsApp broadcast groups for multi-agent replies (#547) — thanks @pasogott; inbound media size cap configurable (#505) — thanks @koala73; identity-based message prefixes (#578) — thanks @p6l-richard.
1482
1482
  - Providers: Telegram inline keyboard buttons + callback payload routing (#491) — thanks @azade-c; cron topic delivery targets (#474/#478) — thanks @mitschabaude-bot, @nachoiacovino; `[[audio_as_voice]]` tag support (#490) — thanks @jarvis-medmatic.
@@ -1531,7 +1531,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1531
1531
  - Previously, if you didn’t configure an allowlist, your bot could be **open to anyone** (especially discoverable Telegram bots).
1532
1532
  - New default: DM pairing (`dmPolicy="pairing"` / `discord.dm.policy="pairing"` / `slack.dm.policy="pairing"`).
1533
1533
  - To keep old “open to everyone” behavior: set `dmPolicy="open"` and include `"*"` in the relevant `allowFrom` (Discord/Slack: `discord.dm.allowFrom` / `slack.dm.allowFrom`).
1534
- - Approve requests via `Synurex pairing list <provider>` + `Synurex pairing approve <provider> <code>`.
1534
+ - Approve requests via `openclaw pairing list <provider>` + `openclaw pairing approve <provider> <code>`.
1535
1535
  - Sandbox: default `agent.sandbox.scope` to `"agent"` (one container/workspace per agent). Use `"session"` for per-session isolation; `"shared"` disables cross-session isolation.
1536
1536
  - Timestamps in agent envelopes are now UTC (compact `YYYY-MM-DDTHH:mmZ`); removed `messages.timestampPrefix`. Add `agent.userTimezone` to tell the model the user’s local time (system prompt only).
1537
1537
  - Model config schema changes (auth profiles + model lists); doctor auto-migrates and the gateway rewrites legacy configs on startup.
@@ -1546,7 +1546,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1546
1546
  - **Agent loop + compaction:** compaction/pruning tuning, overflow handling, safer bootstrap context, and per-provider threading/confirmations; opt-in tool-result pruning + compact tracking.
1547
1547
  - **Sandbox + tools:** per-agent sandbox overrides, workspaceAccess controls, session tool visibility, tool policy overrides, process isolation, and tool schema/timeout/reaction unification.
1548
1548
  - **Providers (Telegram/WhatsApp/Discord/Slack/Signal/iMessage):** retry/backoff, threading, reactions, media groups/attachments, mention gating, typing behavior, and error/log stability; long polling + forum topic isolation for Telegram.
1549
- - **Gateway/CLI UX:** `Synurex logs`, cron list colors/aliases, docs search, agents list/add/delete flows, status usage snapshots, runtime/auth source display, and `/status`/commands auth unification.
1549
+ - **Gateway/CLI UX:** `openclaw logs`, cron list colors/aliases, docs search, agents list/add/delete flows, status usage snapshots, runtime/auth source display, and `/status`/commands auth unification.
1550
1550
  - **Control UI/Web:** logs tab, focus mode polish, config form resilience, streaming stability, tool output caps, windowed chat history, and reconnect/password URL auth.
1551
1551
  - **macOS/Android/TUI/Build:** macOS gateway races, QR bundling, JSON5 config safety, Voice Wake hardening; Android EXIF rotation + APK naming/versioning; TUI key handling; tooling/bundling fixes.
1552
1552
  - **Packaging/compat:** npm dist folder coverage, Node 25 qrcode-terminal import fixes, Bun/Playwright/WebSocket patches, and Docker Bun install.
@@ -1583,7 +1583,7 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1583
1583
  - WhatsApp: mark offline history sync messages as read without auto-reply. (#193) — thanks @mcinteerj
1584
1584
  - Discord: avoid duplicate replies when a provider emits late streaming `text_end` events (OpenAI/GPT).
1585
1585
  - CLI: use tailnet IP for local gateway calls when bind is tailnet/auto (fixes #176).
1586
- - Env: load global `$SYNUREX_STATE_DIR/.env` (`~/.synurex/.env`) as a fallback after CWD `.env`.
1586
+ - Env: load global `$OPENCLAW_STATE_DIR/.env` (`~/.openclaw/.env`) as a fallback after CWD `.env`.
1587
1587
  - Env: optional login-shell env fallback (opt-in; imports expected keys without overriding existing env).
1588
1588
  - Agent tools: OpenAI-compatible tool JSON Schemas (fix `browser`, normalize union schemas).
1589
1589
  - Onboarding: when running from source, auto-build missing Control UI assets (`bun run ui:build`).
@@ -1591,4 +1591,4 @@ Thanks @AlexMikhalev, @CoreyH, @John-Rood, @KrauseFx, @MaudeBot, @Nachx639, @Nic
1591
1591
  - Agent tools: honor `agent.tools` allow/deny policy even when sandbox is off.
1592
1592
  - Discord: avoid duplicate replies when OpenAI emits repeated `message_end` events.
1593
1593
  - Commands: unify /status (inline) and command auth across providers; group bypass for authorized control commands; remove Discord /clawd slash handler.
1594
- - CLI: run `Synurex agent` via the Gateway by default; use `--local` to force embedded mode.
1594
+ - CLI: run `openclaw agent` via the Gateway by default; use `--local` to force embedded mode.