Skip to content

Thread plugin metadata

bb 0.43.3SDK 0.4.104pinned e865697 (desktop-v0.43.3)

stable Plugin backend Show on the zone map

Stores namespaced plugin JSON for a thread without automatically exposing it to the model. With this, a plugin can:

Keep plugin data with a thread

What it gives you

  • Seed its namespace when spawning a thread or explicitly when forking one
  • Read and atomically patch any namespace allowed by ordinary thread access
  • Receive only its own deep-frozen namespace in bb.agents.configure
  • Keep up to 256 KiB of JSON per namespace; a patch that would exceed it fails and leaves the namespace unchanged

API

Each symbol links to the pinned commit it was read at.

The brief is Markdown, written for a coding agent: what the capability is, where it registers, every SDK symbol with a pinned permalink, the rules that bite, and what done means.