Add plugin entry: diffui-bb - #87
Open
jjcm wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What it does
Diffui brings Diffui's design canvas into bb, so design and implementation live in the same window.
<diffui-canvas-workspace>element — no iframe, no re-implementation. Pan/zoom, option stacks, noodles, comments, prompt editing, generation, undo and collab are Diffui's code running in bb. The plugin redefines Diffui's--canvas-*tokens in terms of bb's host tokens, so the canvas follows bb's light and dark themes.bb.storage.database(); a Diffui account's other files stay in Diffui.bb.sdk.projects.attachments.upload, and spawns a thread with a visible brief,localImagerefs, and an agent-only structured brief.diffui_create_canvas,diffui_generate_options,diffui_get_canvas,diffui_create_build_link.Source release
Git semver range
^0.1.0overhttps://github.com/jjcm/diffui-bb.git, repository root (nosubdir, notagPrefix). Tagv0.1.0is annotated and points atb5a879c51b5ec94c3c93f8a190a5e520210a8fe2.The entry uses the BB host icon name
Palette, matching the plugin manifest'sbb.branding.icon. The repository ships no logo artwork, so nothing is vendored intoicons/.Plugin checks
Run against a clean
git worktreecheckout of the tagged commit, withnpm ci:npm run typecheck(tsc --noEmit) — cleannpm test(vitest) — 7 files, 87 tests passingbb plugin build— emitsdist/server.js,dist/app.js,dist/app.cssMarketplace checks
npm ci --ignore-scriptsnpm run build— 64 entriesnpm run check(--liveness) — 64 entries, source resolvesNotes for reviewers
bb >=0.38,bbPluginSdk >=0.4.8. Developed and verified against bb 0.39.0.