VibeBar 1.1 Pre-release: Cursor Agent, security audit, and a toolbar that moves with you #2
thefancynerd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's in this build
This is the follow-up to the first pre-release from June. If you've been running that build, this one is worth reinstalling. VibeBar can now talk to Cursor Agent over a local MCP server, run a proper security audit, drag and snap the toolbar where you want it, and show optional live resource widgets that follow the bar. There's also a docs site, tray controls, and a safer quit flow.
Cursor Agent: stop copy-pasting your own context
The big addition is Cursor Agent integration.
Turn on the optional read-only MCP server on localhost (
127.0.0.1:17342). When it's running, Cursor can read VibeBar state instead of you re-explaining what you were doing:pack_changed,ready_check,get_intent, and moreOpen the Cursor Agent button on the toolbar (plug icon). Enable the server, copy the
mcp.jsonsnippet into Cursor, restart Cursor, and you're set. The icon turns green when Cursor is actually connected.Prepare Cursor still copies a bootstrap prompt and opens your project. With MCP on, you can often skip the paste step entirely. Paste-after-open, safety gate, auto-pin on Fix with Context, and auto-run verify all live in this panel now.
Everything stays local. No cloud relay. No API keys in VibeBar for this.
Security audit you can actually use
Security Audit got a full engine behind it.
Static scanning with taint-aware rules, fingerprinting, diffing (new vs resolved findings), scoring, npm audit integration, and export to SARIF or Markdown. Baselines and per-rule toggles live in
.vibebar-audit.json. Findings can mirror into the Smart Terminal with fix prompts ready to paste.Toolbar you can drag and trust
The toolbar drags and snaps to the left, right, or top edge on any monitor. Dragging is coordinated between the UI and the main process so the bar doesn't jump mid-drag or clip when orientation changes.
Placement is per monitor. The bar remembers where you left it on each display.
System resource widgets (new)
Optional floating chips for RAM, CPU, disk free space, and VibeBar memory.
Enable them in Settings → System resource usage. They float above other windows like the toolbar. By default they sync with the toolbar: a horizontal row under or above the bar that moves when you move the bar. Drag one chip away and it stays put; the rest keep following.
Pick which metrics and which monitors. Chips go amber, then red, when something looks unhealthy.
Tray, quit confirm, and quick launch
Documentation
There's a docs site on GitHub Pages: install guides, first session walkthrough, feature reference, MCP setup, troubleshooting.
Docs: https://bridgeware-dynamics-business.github.io/Vibebar/
The README was updated to match how the app works today.
Upgrade notes
Known rough edges
EBUSYonapp.asar, quit VibeBar and close any File Explorer window on thereleasefolder before runningnpm run distagain.Full docs: https://bridgeware-dynamics-business.github.io/Vibebar/
Report issues: https://github.com/Bridgeware-Dynamics-Business/Vibebar/issues
This discussion was created from the release VibeBar 1.1 Pre-release: Cursor Agent, security audit, and a toolbar that moves with you.
All reactions