0.12.6

aaif-goose/goose0.12.6Apr 2, 2026by MagMueller

AI Summary

This release appears to be for browser-use (a different project) rather than goose. Contains various fixes for browser automation including temperature settings for Gemini, Bedrock structured output, CDP navigation timeout, and performance improvements.

Key Highlights

  • Fixed default temperature for Gemini-3 models
  • Fixed Bedrock structured output with SchemaOptimizer
  • Added option to disable SignalHandler for host app signal control
  • CDP navigation timeout feature
  • Performance fix for O(n²) bottlenecks in DOM capture

New Features

  • Temperature fix for gemini-3 models
  • Bedrock structured output with SchemaOptimizer
  • Option to disable SignalHandler
  • Daemon orphaning fix for external browser
  • CDP navigation timeout
  • Override model pricing URL
  • Anthropic action field double-serialization fix
  • Prevent stale history on timeout
  • Tunnel process kill on Windows
  • Stop cloud sessions on reconnect
  • Remove oneOf from browser_click schema
  • install-lite.sh script for CLI
  • Close httpx client pool on session stop
  • Performance fix for DOM capture

Full Release Notes

## What's Changed
<img width="1661" height="278" alt="image" src="https://github.com/user-attachments/assets/151c26e2-b7d8-47e6-b628-1121677527ee" />

* fix: set default temperature to 1.0 for gemini-3 models by @markmcd in https://github.com/browser-use/browser-use/pull/4489
* fix bedrock structured output w SchemaOptimizer to flatten schema by @laithrw in https://github.com/browser-use/browser-use/pull/4524
* fix: use login shell for PATH configuration in install script by @techiro in https://github.com/browser-use/browser-use/pull/4457
* fix(utils): add option to disable SignalHandler for host app signal control by @BillionClaw in https://github.com/browser-use/browser-use/pull/4387
* rm pass by @laithrw in https://github.com/browser-use/browser-use/pull/4525
* fix daemon orphaning when external browser dies on --connect/--cdp-url by @laithrw in https://github.com/browser-use/browser-use/pull/4526
* Feature/cdp navigation timeout by @laithrw in https://github.com/browser-use/browser-use/pull/4527
* feat(tokens): allow overriding model pricing URL by @laithrw in https://github.com/browser-use/browser-use/pull/4528
* fix anthropic action field double-serialization by @laithrw in https://github.com/browser-use/browser-use/pull/4529
* fix(agent): prevent stale history and stuck step counter on timeout by @warren618 in https://github.com/browser-use/browser-use/pull/4481
* fix tunnel process kill and daemon spawn on windows by @laithrw in https://github.com/browser-use/browser-use/pull/4530
* fix: stop cloud sessions when reconnecting via cdp_url by @iafisch in https://github.com/browser-use/browser-use/pull/4096
* fix(mcp): remove oneOf from browser_click schema that breaks Claude API clients by @gabros20 in https://github.com/browser-use/browser-use/pull/4212
* feat(cli): add install-lite.sh script for the CLI by @ShawnPana in https://github.com/browser-use/browser-use/pull/4534
* fix: close httpx client pool on session stop to prevent OOM on Lambda by @LarsenCundric in https://github.com/browser-use/browser-use/pull/4577
* perf: fix O(n²) bottlenecks in DOM capture for heavy pages by @MagMueller in https://github.com/browser-use/browser-use/pull/4587

## New Contributors
* @markmcd made their first contribution in https://github.com/browser-use/browser-use/pull/4489
* @techiro made their first contribution in https://github.com/browser-use/browser-use/pull/4457
* @BillionClaw made their first contribution in https://github.com/browser-use/browser-use/pull/4387
* @warren618 made their first contribution in https://github.com/browser-use/browser-use/pull/4481
* @iafisch made their first contribution in https://github.com/browser-use/browser-use/pull/4096
* @gabros20 made their first contribution in https://github.com/browser-use/browser-use/pull/4212

**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.12.5...0.12.6