New Features
- Added offline startup mode via
--offline(orPI_OFFLINE) to disable startup network operations, with startup network timeouts to avoid hangs in restricted or offline environments. - Added
gemini-3.1-pro-previewmodel support to thegoogle-gemini-cliprovider (#1599 by @audichuang).
Fixed
- Fixed offline startup hangs by adding offline startup behavior and network timeouts during managed tool setup (#1631 by @mcollina)
- Fixed Windows VT input initialization in ESM by loading koffi via createRequire, avoiding runtime and bundling issues in end-user environments (#1627 by @kaste)
- Fixed managed
fd/rgbootstrap on Windows in Git Bash by usingextract-zipfor.ziparchives, searching extracted layouts more robustly, and isolating extraction temp directories to avoid concurrent download races (#1348) - Fixed extension loading on Windows when resolving
@sinclair/typeboxaliases so subpath imports like@sinclair/typebox/compilerresolve correctly. - Fixed adaptive thinking for Claude Sonnet 4.6 in Anthropic and Bedrock providers, and clamped unsupported
xhigheffort values to supported levels (#1548 by @tctev) - Fixed Vertex ADC credential detection race by avoiding caching a false negative during async import initialization (#1550 by @jeremiahgaylord-web)
- Fixed subagent extension example to resolve user agents from the configured agent directory instead of hardcoded paths (#1559 by @tianshuwang)