Releases: paralov/app-bloxbot-ai
Releases · paralov/app-bloxbot-ai
Release list
BloxBot v0.10.0
Download BloxBot
Added
- Updated multi-Studio routing for Roblox Studio MCP's stateless
studio_idcontract, including Place ID disambiguation, per-session target restoration, and BloxBot identification in Studio's connected AI client list.
Fixed
- Removed the obsolete
set_active_studioflow and now routes chat and Explorer tool calls to the selected Studio explicitly.
BloxBot v0.9.1
Download BloxBot
Fixed
- Fixed first-run setup failing with
StudioMcpBrokerError(spawn cmd.exe ENOENT) by creating the~/BloxBotworkspace before launching the Roblox Studio MCP helper; on fresh installs the workspace did not exist yet and Node reports a missing spawncwdas ENOENT on the executable. (#76)
BloxBot v0.9.0
Download BloxBot
Changed
- Turned model usage metrics into an opt-out setting with a one-time in-app notice; choices recorded under the previous opt-in prompt do not carry over, and the Settings → Privacy toggle remains authoritative.
- Anonymized analytics: events no longer create a person profile. A random device identifier is retained for aggregate counts.
Fixed
- Fixed a startup failure on Windows when the system
PATHdoes not includeSystem32by resolvingcmd.exethroughComSpecbefore launching the Roblox Studio MCP helper. (#73)
BloxBot v0.8.0
Download BloxBot
Added
- Added session-scoped Roblox Studio targeting with automatic matching, a responsive Studio picker, and a shared Electron-side MCP broker.
- Added an agent-driven Explorer that automatically synchronizes Roblox Studio's instance tree, supports search, properties and attributes, object references, and Studio-style ordering and filtering.
- Added an agent playtest workflow that can generate editable test plans from chat history and send the completed playtest back into the active session.
- Added snoozed sessions with restore-first interactions, contextual deletion, confirmation inside the application, and animated sidebar transitions.
- Added object mentions and OpenCode-backed slash-command completion to the composer, including argument hints and keyboard completion.
Changed
- Redesigned reasoning, tool calls, structured output, diffs, shell output, retries, and provider errors as compact inline chat content with collapsible syntax highlighting.
- Reworked Explorer and Playtest as matching embedded side panels with responsive header controls and smooth entrance and exit transitions.
- Refined the composer with an expandable input, aligned attachment and submit actions, an in-composer agent selector, and a popover-based reasoning-effort slider.
- Expanded PostHog events with consistent metadata for Studio targeting, Explorer synchronization, playtesting, composer actions, and session management.
Fixed
- Prevented Studio discovery refreshes, panel switching, disclosure expansion, and responsive header changes from causing flicker, scroll jumps, clipped controls, or layout shifts.
- Added a bundled typed Studio collector and strict schema runtime so common discovery and Explorer flows work without an initial model request while retaining agent-generated fallback behavior.
BloxBot v0.7.1
Download BloxBot
Fixed
- Replaced raw HTML in update notifications with a compact, readable release summary while preserving the install-and-restart action.
BloxBot v0.7.0
Download BloxBot
Added
- Added a suggested workflow for coordinating work across multiple open Roblox Studio places, with agent guidance to discover, select, and verify the intended place before place-specific actions.
BloxBot v0.6.7
Download BloxBot
Fixed
- Replaced the raw startup stack trace with a clear setup-recovery screen, actionable restart and update options, and collapsible copyable technical details for support.
BloxBot v0.6.6
Download BloxBot
Fixed
- Unblocked Studio setup across platforms by trusting the connected MCP status instead of inspecting OS-specific processes and sockets.
BloxBot v0.6.5
Download BloxBot
Changed
- Added visible progress while BloxBot checks the Roblox Studio connection.
Fixed
- Prevented unavailable Studio tool calls by requiring a live Roblox Studio connection before enabling chat.
BloxBot v0.6.4
Download BloxBot
Added
- Added clear startup stages plus real percentage and transfer-speed feedback while BloxBot downloads OpenCode.
Changed
- Tightened the Studio agent instructions around inspecting before editing, making focused changes, validating in Studio, and deferring project-specific rules to each workspace's
AGENTS.md.