Skip to content

rebrand: Brickbot → Roickbot#33

Merged
TonyD365 merged 1 commit into
mainfrom
claude/rebrand-roickbot
Jul 1, 2026
Merged

rebrand: Brickbot → Roickbot#33
TonyD365 merged 1 commit into
mainfrom
claude/rebrand-roickbot

Conversation

@TonyD365

@TonyD365 TonyD365 commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Follow-up to the Brickbot rebrand (already merged into main): renames the product Brickbot → Roickbot in one clean commit. The brick-robot icon is unchanged — it's already in main.

What changed

  • Product name, README + docs, window title, tray tooltip, plugin panel, taglines.
  • Packages @brickbot/*@roickbot/*, root roickbot, CLI roickbot-server.
  • MCP server name + config-entry key → roickbot (⚠️ existing users must re-run Install MCP config — the entry key changed).
  • Plugin Brickbot.rbxmxRoickbot.rbxmx; installer artifactName + mac auto-update dmg → Roickbot-<version>-<arch>; appIdcom.roickbot.app.
  • Env vars → ROICKBOT_*; plugin settings → roickbot_*.
  • Repo references (REPO const, badges, electron-updater publish repo, update URLs) → TonyD365/Roickbot, since the GitHub repo was also renamed to Roickbot.

No Brickbot/brickbot string remains anywhere.

Verification

  • build + typecheck ✅, smoke.mjs 36/36 (server advertises roickbot) ✅, Lune 15/15 ✅, desktop self-test ✅, rojoRoickbot.rbxmx ✅.

https://claude.ai/code/session_01Cd82sDGhh5S6Q1Jg2uotC9

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Bridge benchmark — this PR vs base (main)

Same-runner, back-to-back run of the command hot path (dispatch → queue → plugin takes command → response → resolve) with an in-process simulated plugin.

Sequential round-trip latency (smaller is better)

metric base this PR change
p50 0.007 ms 0.012 ms +71.4% 🔺
p90 0.008 ms 0.014 ms +75.0% 🔺
p99 0.046 ms 0.049 ms +6.5% 🔺
mean 0.008 ms 0.012 ms +50.0% 🔺

Serial throughput (bigger is better)

metric base this PR change
ops/sec 118066 ops/s 116899 ops/s -1.0% 🔻 worse

⚠️ Possible regression — latency or throughput moved by more than 20%. Please review whether this PR slows down the bridge.

Microbenchmark — small deltas (a few %) are runner noise. Measures the local bridge only; a real Studio plugin adds DataModel + network time. Node base v20.20.2 / head v20.20.2.

main has the Brickbot rebrand (+ brick-robot icon) from #32; this renames the product
Brickbot -> Roickbot everywhere: name, README/docs, window/tray, plugin panel, packages
(@roickbot/*), CLI roickbot-server, MCP server name + config key 'roickbot',
Roickbot.rbxmx + Roickbot-<ver>-<arch> installers, appId com.roickbot.app, env
ROICKBOT_*, plugin settings roickbot_*. The GitHub repo was also renamed to Roickbot,
so REPO const, badges, electron-updater publish repo, and update URLs now point at
TonyD365/Roickbot. Robot icon unchanged.

https://claude.ai/code/session_01Cd82sDGhh5S6Q1Jg2uotC9
@TonyD365
TonyD365 force-pushed the claude/rebrand-roickbot branch from 863cdbf to 1048343 Compare July 1, 2026 21:48
@TonyD365
TonyD365 merged commit a2f0cb4 into main Jul 1, 2026
4 checks passed
@TonyD365
TonyD365 deleted the claude/rebrand-roickbot branch July 1, 2026 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants