Commit Graph

445 Commits

Author SHA1 Message Date
Peter Steinberger 470898b5e1
docs: refresh gateway update and memory refs 2026-04-04 08:52:43 +01:00
Peter Steinberger 22dad753a5
docs: refresh setup and config refs 2026-04-04 08:48:15 +01:00
Peter Steinberger 1d1c52e6e6
docs: refresh mcp approvals and hooks refs 2026-04-04 08:46:37 +01:00
Peter Steinberger 3967ffec22
docs: refresh agent and agents refs 2026-04-04 08:42:55 +01:00
Peter Steinberger 138ef136ee
docs: refresh message and channels refs 2026-04-04 08:39:04 +01:00
Peter Steinberger 7a03027e7f
docs: refresh pairing devices and dns refs 2026-04-04 08:36:27 +01:00
Peter Steinberger 545ecc63bd
docs: refresh docs search and tui refs 2026-04-04 08:34:43 +01:00
Peter Steinberger 4b490d90ec
docs: expand cli security and webhook refs 2026-04-04 08:33:50 +01:00
Peter Steinberger f79c00b972
docs: expand cli maintenance summaries 2026-04-04 08:31:36 +01:00
Peter Steinberger 5d7979c5c7
docs: refresh reset and uninstall refs 2026-04-04 08:30:25 +01:00
Peter Steinberger df09fe9adf
docs: refresh system health and sessions refs 2026-04-04 08:28:41 +01:00
Peter Steinberger d584ccfc77
docs: expand logs cli reference 2026-04-04 08:27:14 +01:00
Peter Steinberger 09997f032f
docs: refresh tasks and status references 2026-04-04 08:24:24 +01:00
Peter Steinberger 4f95822aa8
docs: refresh cron cli references 2026-04-04 08:22:24 +01:00
Peter Steinberger 0660bef81e
docs: refresh cli acp and approvals summaries 2026-04-04 08:20:20 +01:00
Peter Steinberger 3e5c571e57
docs: sync browser cli summary 2026-04-04 08:18:14 +01:00
Peter Steinberger 53e2554281
docs: expand browser cli reference 2026-04-04 08:17:19 +01:00
Peter Steinberger 66b1520d92
docs: refresh auth command references 2026-04-04 08:10:34 +01:00
Peter Steinberger ad7461b639
docs: align auth storage and token auth guidance 2026-04-04 07:50:26 +01:00
Peter Steinberger 0ab160cda9
docs(anthropic): remove setup-token setup docs 2026-04-04 15:46:25 +09:00
Peter Steinberger 381ee4d218
docs: align bundled plugin defaults in docs 2026-04-04 07:38:55 +01:00
Peter Steinberger 1809da659e
docs: refresh cli and node pairing references 2026-04-04 07:23:11 +01:00
Peter Steinberger e2454d4b8a
docs: align provider and onboarding references 2026-04-04 07:14:28 +01:00
Peter Steinberger b32a2cadc2
docs(acp): clarify default startup and runtime paths 2026-04-04 15:10:26 +09:00
Peter Steinberger 0ebc7b6077
docs: clarify anthropic claude cli migration 2026-04-04 14:38:42 +09:00
Vincent Koc 6e0fe1b91e docs: expand dreaming memory documentation 2026-04-04 14:25:29 +09:00
Peter Steinberger ca99ad0af8
test: add live cache provider probes 2026-04-04 12:46:10 +09:00
Vignesh 4c1022c73b
feat(memory-core): add dreaming promotion with weighted recall thresholds (#60569)
* memory-core: add dreaming promotion flow with weighted thresholds

* docs(memory): mark dreaming as experimental

* memory-core: address dreaming promotion review feedback

* memory-core: harden short-term promotion concurrency

* acpx: make abort-process test timer-independent

* memory-core: simplify dreaming config with mode presets

* memory-core: add /dreaming command and tighten recall tracking

* ui: add Dreams tab with sleeping lobster animation

Adds a new Dreams tab to the gateway UI under the Agent group.
The tab is gated behind the memory-core dreaming config — it only
appears in the sidebar when dreaming.mode is not 'off'.

Features:
- Sleeping vector lobster with breathing animation
- Floating Z's, twinkling starfield, moon glow
- Rotating dream phrase bubble (17 whimsical phrases)
- Memory stats bar (short-term, long-term, promoted)
- Active/idle visual states
- 14 unit tests

* plugins: fix --json stdout pollution from hook runner log

The hook runner initialization message was using log.info() which
writes to stdout via console.log, breaking JSON.parse() in the
Docker smoke test for 'openclaw plugins list --json'. Downgrade to
log.debug() so it only appears when debugging is enabled.

* ui: keep Dreams tab visible when dreaming is off

* tests: fix contracts and stabilize extension shards

* memory-core: harden dreaming recall persistence and locking

* fix: stabilize dreaming PR gates (#60569) (thanks @vignesh07)

* test: fix rebase drift in telegram and plugin guards
2026-04-03 20:26:53 -07:00
Peter Steinberger 45675c1698
docs: update Anthropic subscription billing guidance 2026-04-04 09:32:13 +09:00
Gustavo Madeira Santana 9004ef65df
Plugins: add install --force overwrite flag (#60544)
Merged via squash.

Prepared head SHA: 28ae50b615
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-03 18:09:14 -04:00
Gustavo Madeira Santana 1f660bf930 Docs: document agent skill allowlists 2026-04-03 14:23:05 -04:00
huntharo c4f40c3f7d Plugins: allow unsafe-force override on update 2026-04-04 01:49:35 +09:00
Peter Steinberger e2e1197fa9
refactor(gateway): clarify local mode guardrails 2026-04-03 20:02:32 +09:00
Peter Steinberger 2c7eea8f10
fix(gateway): fail closed on missing mode 2026-04-03 19:50:45 +09:00
Ayaan Zaidi a2b53522eb fix(pairing): allow private lan mobile ws 2026-04-03 14:51:24 +05:30
Ayaan Zaidi acd5734aa9 fix(pairing): align mobile setup with secure endpoints 2026-04-03 14:51:24 +05:30
Vincent Koc 4aeb0255f3 docs: rename TaskFlow to Task Flow in prose 2026-04-03 03:22:01 +09:00
Vincent Koc d9c662dc69 docs: restructure automation section as Automation & Tasks 2026-04-03 03:16:51 +09:00
Vincent Koc bcd61e54e1 docs: fix TaskFlow CLI command path and CLI task notify policy 2026-04-03 03:03:00 +09:00
Peter Steinberger 45c8207ef2 fix(exec): clarify auto routing semantics (#58897) (thanks @vincentkoc) 2026-04-03 02:37:12 +09:00
Peter Steinberger c678ae7e7a
feat(exec): default host exec to yolo 2026-04-02 14:52:51 +01:00
Vincent Koc ec17260e26 docs: rename ClawFlow to TaskFlow and update references 2026-04-02 19:28:49 +09:00
Vincent Koc f8e67ef698 docs: restore TaskFlow docs and fix Slack attribution 2026-04-02 19:24:36 +09:00
Gustavo Madeira Santana ba735d0158
Exec approvals: unify effective policy reporting and actions (#59283)
Merged via squash.

Prepared head SHA: d579b97a93
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-01 22:02:39 -04:00
Vincent Koc c42659176a docs: cover unreleased feature gaps (Telegram errorPolicy, Android notifications, node pairing, Slack approvals, MCP transport, reactions) 2026-04-01 22:20:20 +09:00
Neerav Makwana cd07ebef99
fix: correct flows docs to tasks (#58690) (thanks @neeravmakwana)
* Docs: fix stale flows command references

* Docs: address flows review comments

* docs: remove stale flows subtree from cli index

* fix: correct flows docs to tasks (#58690) (thanks @neeravmakwana)

---------

Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-04-01 18:14:31 +05:30
Peter Steinberger f5431bc07e
docs: clarify doctor cron migration guidance 2026-04-01 16:44:10 +09:00
Peter Steinberger 0d7f1e2c84
feat(security): fail closed on dangerous skill installs 2026-03-31 23:27:20 +09:00
Peter Steinberger 44b9936136
feat(plugins): add dangerous unsafe install override 2026-03-31 23:16:11 +09:00
Mariano 607076d164
ClawFlow: add runtime substrate (#58336)
Merged via squash.

Prepared head SHA: 6a6158179e
Reviewed-by: @mbelinky
2026-03-31 13:58:29 +02:00