Files
openclaw/extensions/beam/openclaw.plugin.json
Peter Steinberger bbc73c36bd feat(plugins): beam local coding sessions into a read-only catalog (#112323)
* feat(plugins): add read-only session beam

* test(plugins): tighten Beam HTTP fixtures

* docs(plugins): refresh Beam inventory counts

* fix(plugins): keep Beam wire types private

* fix(plugins): stabilize Beam transcript paging

* fix(plugins): honor Beam Control UI base paths
2026-07-27 15:37:36 -04:00

13 lines
215 B
JSON

{
"id": "beam",
"activation": {
"onStartup": false,
"onConfigPaths": ["plugins.entries.beam"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}