Skip to content

v1.1.1 Gemini support (experimental)

Choose a tag to compare

@sebattfg sebattfg released this 12 Jun 20:06
· 4 commits to master since this release

ZeroScript Free v1.1.1

This release re-enables Google Gemini (gemini.google.com) as a second provider, alongside DeepSeek.

Note: Gemini support is experimental and unstable. Gemini tends to stop using the Roblox tools after a while in long sessions (model behavior, not the extension). If it starts answering in plain text instead of acting, remind it to use the commands or start a new session. DeepSeek remains the recommended provider.

New

  • Gemini provider re-enabled: start a session on gemini.google.com just like on DeepSeek
  • Permanent notice in the ZeroScript panel on Gemini reminding that the provider is unstable

Fixed (Gemini)

  • Session bootstrap could hang forever on "Starting Session..." (composer injection failure)
  • Raw command JSON could flash briefly when Angular re-rendered a reply; command blocks now stay masked at all times
  • Commands containing raw tab/newline characters inside JSON strings (seen with big multi_edit calls) were silently dropped and never executed; the parser now recovers them
  • The agentic loop could end prematurely right after sending feedback, adding 30-45s of dead time per tool call before the watchdog recovered; tools now chain immediately

Unchanged

  • DeepSeek behavior is strictly untouched by all of the above

Install / Update

Download the zip below, extract it, and load zeroscript-extension via Load unpacked in chrome://extensions or edge://extensions (replace the old folder, then click the reload button on the extension). Full setup guide in the README.