Skip to content

Releases: paralov/app-bloxbot-ai

BloxBot v0.10.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:37
bcf301d

Download BloxBot

Added

  • Updated multi-Studio routing for Roblox Studio MCP's stateless studio_id contract, including Place ID disambiguation, per-session target restoration, and BloxBot identification in Studio's connected AI client list.

Fixed

  • Removed the obsolete set_active_studio flow and now routes chat and Explorer tool calls to the selected Studio explicitly.

BloxBot v0.9.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:27
02e033a

Download BloxBot

Fixed

  • Fixed first-run setup failing with StudioMcpBrokerError (spawn cmd.exe ENOENT) by creating the ~/BloxBot workspace before launching the Roblox Studio MCP helper; on fresh installs the workspace did not exist yet and Node reports a missing spawn cwd as ENOENT on the executable. (#76)

BloxBot v0.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 22:49
13f4a5d

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 PATH does not include System32 by resolving cmd.exe through ComSpec before launching the Roblox Studio MCP helper. (#73)

BloxBot v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 03:56
162d8a7

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

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:53
a9977ae

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

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:18
d0d4495

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

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:00
b40a8cb

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

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:55
7e3d19a

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

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:49
7b0f83f

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

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:42
01322c8

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.