bb 0.40.0 is out.
Mod+Shift+P opens the new quick command palette, plugins can add commands, and thread panels can now split into tabs. There is also a new File Editor plugin you can enable to open, edit, and save text files inside bb.
All built-in agent providers now use the provider API. Plugin authors can use the same API to build first-class providers with native timelines.
Threads open with about half as many requests, large timelines and files do less work, and Safari can recalculate plugin styles up to 40x faster. Plus a long list of fixes.
https://t.co/hzYyVVhf5W
@celeroncoder ahhhh ty for this! we are working to make it so that we have better support for other providers! i’ll make sure we get this fixed.
i do think with opencode 2 there is a persistent server which should greatly reduce memory usage
zettelkasten but for agent threads
@get_bb_app only shows top 3ish threads so i customized it to show more.
i have too many threads across projects to scroll thru in the sidebar. so i need the recents list to help me quickly nav
small workflow customizations are the future of agent dev tooling
bb 0.39.0 is out.
Large threads are much faster: one CSS selector made the browser restyle the whole page on every insert, and it's gone. Typing no longer re-renders the timeline, and side chat and model pickers load faster.
Child threads can now live in a different project from their parent, bb connect allows 20 servers and machines per account, and automations back off and auto-pause instead of hot-looping on failure. Plus a long list of fixes.
https://t.co/k8l2ppEsYP
Started writing bb's plugin API docs then realized:
1) agents are the target user for API docs now
2) humans need a drastically different docs experience if they aren't writing code
So I'm using bb to build a bb plugin that interactively shows you how to build bb plugins.
I'm addicted to customizing @get_bb_app . Every corner of this core sdk was carefully designed for agents to customize and it comes with great mobile and styling defaults.
Without a doubt, this is the next step for everyone that loved @pidotdev