openclaw/docs/plugins
Peter Steinberger c730d8f1f1
feat(logbook): automatic work journal plugin with Control UI timeline tab (#99930)
* feat(logbook): automatic work journal plugin with a plugin-contributed Control UI tab

Squash of PR #99930 work for rebase onto the Control UI route refactor:
- extensions/logbook: Dayflow-style capture -> observations -> timeline cards
  pipeline with SQLite store, node capture commands, standup/ask, retention
- plugin SDK/gateway seam: surface "tab" Control UI descriptors projected
  into hello-ok controlUiTabs (scope-filtered, deterministic order)
- Control UI: dynamic plugin tabs with bundled Logbook view
- docs, tests, labeler wiring

* feat(ui): port plugin tabs and Logbook to the route-owned Control UI architecture

- shared /plugin route carries the tab id in the query (?id=<tab>), matching
  the router's exact-path contract
- openclaw-plugin-page renders bundled views (Logbook), sandboxed plugin
  frames (descriptor path), or the unavailable card
- sidebar renders hello controlUiTabs after each group's static routes
- Logbook view/controller live under ui/src/pages/plugin/

* fix(ui): namespace plugin tabs by pluginId to prevent cross-plugin tab id collisions

* fix(logbook): prefer app capture nodes and rotate off failing nodes

* fix(plugins): reject protocol-relative Control UI tab paths

* fix(logbook): harden automatic journal

* docs(changelog): remove maintainer self-credit

* chore(ui): refresh locale metadata after rebase

* fix(logbook): preserve analysis window boundaries

* fix(logbook): align status privacy and timezone

* fix(ui): stop hidden plugin tab polling
2026-07-05 11:50:44 -07:00
..
reference docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
adding-capabilities.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
admin-http-rpc.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
agent-tools.md docs(plugins/agent-tools): remove duplicate H1 2026-05-06 09:00:20 -07:00
architecture-internals.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
architecture.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
building-extensions.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
building-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
bundles.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
cli-backend-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
codex-computer-use.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
codex-harness-reference.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
codex-harness-runtime.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
codex-harness.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
codex-native-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
community.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
compatibility.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
copilot.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
dependency-resolution.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
google-meet.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
hooks.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
install-overrides.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
llama-cpp.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
logbook.md feat(logbook): automatic work journal plugin with Control UI timeline tab (#99930) 2026-07-05 11:50:44 -07:00
manage-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
manifest.md fix: DashScope and Moonshot endpoints misclassified as custom when the provider plugin is not installed (#100125) 2026-07-05 02:53:51 -07:00
memory-lancedb.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
memory-wiki.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
message-presentation.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
oc-path.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
plugin-inventory.md feat(providers): add ClawRouter routing and quotas (#99658) 2026-07-03 18:29:14 -07:00
plugin-permission-requests.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
reference.md feat(providers): add ClawRouter routing and quotas (#99658) 2026-07-03 18:29:14 -07:00
sdk-agent-harness.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-inbound.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-ingress.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-message.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-outbound.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-channel-turn.md refactor: remove channel turn runtime aliases 2026-05-27 11:37:23 +01:00
sdk-entrypoints.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-migration.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-overview.md feat(logbook): automatic work journal plugin with Control UI timeline tab (#99930) 2026-07-05 11:50:44 -07:00
sdk-provider-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-runtime.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-setup.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-subpaths.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
sdk-testing.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
tool-plugins.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
voice-call.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
webhooks.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
workboard.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
zalouser.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00