Context Composer
The Context Composer assembles several docs into a single block of text you can hand to an AI agent — with a live token count so you stay within budget.
Open it with Compose context in the top bar or command palette. It opens as a centered modal or a side dock (your choice — see Appearance).
Selecting docs
Tick the docs you want to include. As you select, the Composer shows:
- a per-doc token count, and
- the total tokens for the assembled payload.
Copy or hand off
- Copy puts the assembled text on your clipboard, ready to paste into any tool.
- Hand off copies it framed for your agent.
Bundles
A bundle is a named, reusable selection. Once you've ticked a useful set of
docs, save it as a bundle; later, load the bundle to restore exactly that
selection. Bundles are stored per-workspace in .bedrock/bundles.json, so they
travel with the project.
This is ideal for recurring tasks — e.g. a "backend change" bundle that always includes your rules doc, the architecture note, and the current plan.