v1.50.0

aaif-goose/goosev1.50.0Sep 8, 2026by github-actions[bot]

AI Summary

Introduces support for GPT-6 Astra models, tool calling capabilities for goose-agent, and various UI/UX improvements including Kotlin configuration options and ACP publishing updates.

Key Highlights

  • Support GPT-6 Astra models
  • Tool calling for goose-agent
  • Kotlin callers can now configure Databricks AI Gateway path
  • Remove fast model routing
  • Publish goose ACP client and acp binary as separate npm packages

New Features

  • Support GPT-6 Astra models
  • Tool calling for goose-agent
  • Kotlin callers can now configure Databricks AI Gateway path
  • AIML API integration

Full Release Notes

## ✨ Features

- Support GPT-6 Astra models [#11869](https://github.com/aaif-goose/goose/pull/11869)
- Tool calling for goose-agent [#11627](https://github.com/aaif-goose/goose/pull/11627)
- Kotlin callers can now configure Databricks AI Gateway path [#11631](https://github.com/aaif-goose/goose/pull/11631)

## 🐛 Bug Fixes

- Require HTTPS for Snowflake connections [#11745](https://github.com/aaif-goose/goose/pull/11745)
- Bind CLI session naming to trusted path [#11787](https://github.com/aaif-goose/goose/pull/11787)
- Honor content capture opt-out in tracing [#11782](https://github.com/aaif-goose/goose/pull/11782)
- Enforce subagent platform guards [#11604](https://github.com/aaif-goose/goose/pull/11604)
- Show authoritative tool approval details [#11743](https://github.com/aaif-goose/goose/pull/11743)
- Preserve permission revocations across managers [#11383](https://github.com/aaif-goose/goose/pull/11383)
- Resolve UI freeze after renaming session [#11759](https://github.com/aaif-goose/goose/pull/11759)
- Count durable background turns in summon [#11841](https://github.com/aaif-goose/goose/pull/11841)
- Anchor chat-payload breakpoints on the agentic tail [#11429](https://github.com/aaif-goose/goose/pull/11429)
- Preserve cwd and child status in node launchers [#11753](https://github.com/aaif-goose/goose/pull/11753)

## 🔧 Improvements

- Prefer latest MCP version [#11827](https://github.com/aaif-goose/goose/pull/11827)
- Remove keyring timeout [#11798](https://github.com/aaif-goose/goose/pull/11798)
- Publish goose ACP client and acp binary as separate npm packages [#11846](https://github.com/aaif-goose/goose/pull/11846)
- Remove managed model registry from local inference [#11789](https://github.com/aaif-goose/goose/pull/11789)
- Remove fast model routing [#11469](https://github.com/aaif-goose/goose/pull/11469)
- AIML API integration [#11758](https://github.com/aaif-goose/goose/pull/11758)

## 📚 Documentation

- Move ACP reference under GDK section [#11805](https://github.com/aaif-goose/goose/pull/11805)
- Generate ACP reference documentation from release schemas [#11770](https://github.com/aaif-goose/goose/pull/11770)
- ClawMetry session observability tutorial [#11554](https://github.com/aaif-goose/goose/pull/11554)