You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #20 from OnlyTerp/devin/1781758647-june-2026-refresh
* Refresh guide for OpenClaw 2026.6.4: budget caps, policy attestations, provider health, recall/dreaming tuning
Co-Authored-By: Rob <onerobby@gmail.com>
* Fix version attribution and align config-path snippets per review
- recall.maxParallel + dreaming schedule controls are 2026.6.11-beta.1, not 2026.6.4 stable
- field-guide memory/meetingNotes snippets now use plugins.entries.* path matching example config
Co-Authored-By: Rob <onerobby@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: AWESOME.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**A curated list of resources for getting the most out of OpenClaw.** Skills, guides, talks, templates, tools, research. Contributions welcome — see [CONTRIBUTING.md](./CONTRIBUTING.md).
4
4
5
-
> This list is opinionated. Inclusion here means we've actually used it on a production OpenClaw deployment or seen it solve a real problem. Broken or abandoned links are removed aggressively. Last curated: **May 24, 2026, tracking OpenClaw 2026.5.22 stable + 2026.5.24-beta.1**.
5
+
> This list is opinionated. Inclusion here means we've actually used it on a production OpenClaw deployment or seen it solve a real problem. Broken or abandoned links are removed aggressively. Last curated: **June 2026, tracking OpenClaw 2026.6.4 stable + 2026.6.11-beta.1**.
6
6
7
7
## Contents
8
8
@@ -34,11 +34,11 @@
34
34
35
35
## Guides & tutorials
36
36
37
-
-**[OpenClaw Optimization Guide](./README.md)** — this repo. 33 parts, refreshed for the late-May 2026 release wave.
38
-
-**[Late-May 2026 Field Guide](./part33-late-april-2026-field-guide.md)** — the fast catch-up map from 2026.4.15 to 2026.5.22/2026.5.24-beta.1.
37
+
-**[OpenClaw Optimization Guide](./README.md)** — this repo. 33 parts, refreshed for the June 2026 release wave.
38
+
-**[June 2026 Field Guide](./part33-late-april-2026-field-guide.md)** — the fast catch-up map from 2026.5.22 to the 2026.6.4 stable baseline (2026.6.11-beta.1 tracked).
39
39
-**[Official "Getting Started" path](https://clawdocs.org/start)** — the minimum-viable setup. Read this first if you're brand new.
40
40
-**[The OpenClaw CVE flood, Feb–Mar 2026](https://www.tryopenclaw.ai/blog/openclaw-cve-flood-march-2026/)** — the definitive writeup on the **ClawHavoc** supply-chain campaign.
-**[Toolbrain OpenClaw Best Practices 2026](https://toolbrain.net/openclaw-best-practices-optimization-guide/)** — useful external checklist on task-aware routing, compaction, skill bloat, and cost controls. Treat syntax examples as illustrative; verify against current OpenClaw config docs.
43
43
-**[The OpenClaw Playbook](https://www.openclawplaybook.ai/)** — community/operator playbook focused on identity, persistent memory, daily operations, and autonomous coding. Commercial resource; useful signal on where power users are taking always-on agents.
-**[memory-core](https://github.com/openclaw/memory-core)** — the built-in memory plugin with native dreaming (3 phases). Replaced the custom-autoDream patterns in v4.
-**Active Memory filters** — current builds support per-conversation `allowedChatIds` / `deniedChatIds`, partial recall on timeout, and people-aware wiki provenance views.
72
-
-**Meeting Notes plugin** — 2026.5.22 source-only external plugin for date-sharded meeting transcripts, manual imports, CLI reads, and Discord voice as the first live source. Define retention before enabling.
72
+
-**Meeting Notes plugin** — 2026.5.22 source-only external plugin for date-sharded meeting transcripts, manual imports, CLI reads, and Discord voice as the first live source. 2026.6.4 adds Google Meet live capture plus `meetingNotes.retentionDays`/redaction. Define retention before enabling.
73
+
-**Recall + dreaming tuning** — 2026.6.4 ships `memory promote --dry-run` (review what dreaming would promote before it mutates); 2026.6.11-beta.1 adds `memory.recall.maxParallel` and scheduled dreaming (`memory.dreaming.schedule`) so consolidation runs off-hours.
73
74
-**Generic embedding provider contract** — 2026.5.22 plugin SDK surface (`contracts.embeddingProviders`, `api.registerEmbeddingProvider`) that should make explicit OpenAI-compatible embedding providers cleaner.
74
75
-**[Ollama](https://ollama.com/)** — local embedding runtime. `qwen3-embedding:0.6b` is the right default for most setups.
75
76
-**[LightRAG](https://github.com/HKUDS/LightRAG)** — graph + vector hybrid RAG. The right upgrade once your vault crosses ~500 files. See [Part 18](./part18-lightrag-graph-rag.md).
-**Per-agent budget caps** — 2026.6.4 `agents.list[].budget` (`dailyUsd`/`monthlyUsd`, `onExceed: warn|degrade|stop`) turns cost governance into config instead of after-the-fact token-report reading. See [Part 33](./part33-late-april-2026-field-guide.md).
98
+
-**`/context map --diff`** — 2026.6.11-beta.1 compares the current prompt treemap against the previous run's snapshot to catch context regressions.
96
99
-**[LangFuse](https://langfuse.com/)** — the lightest-weight LLM tracing that actually works end-to-end with OpenClaw surfaces.
97
100
-**[OpenTelemetry LLM instrumentation](https://opentelemetry.io/docs/specs/semconv/gen-ai/)** — the standards track. Pair with LangFuse or Grafana Tempo.
98
101
-**Canvas Model Auth status card** — built into 2026.4.15-beta.1+. The one dashboard you actually read every day.
-**Approval policy reference** — [templates/openclaw.example.json](./templates/openclaw.example.json) ships with a starting-point policy block.
114
-
-**Policy plugin** — bundled in 2026.5.20. Run `openclaw policy check` for channel conformance checks, attestations, doctor findings, and opt-in repair.
117
+
-**Policy plugin** — bundled in 2026.5.20. Run `openclaw policy check` for channel conformance checks, attestations, doctor findings, and opt-in repair. 2026.6.4 adds `--export` attestations you can schedule and diff for drift gating.
118
+
-**Provider health checks** — 2026.6.4 `models.providers.<id>.health` adds interval probes with bounded automatic lane demotion, so a failing provider routes around itself instead of failing every turn.
115
119
-**Task maintenance JSON** — `openclaw tasks maintenance --json` now explains stale-running retention/reconcile decisions for cron, CLI, backing sessions, and wedged sub-agents.
0 commit comments