Skip to content

0.115.0

Choose a tag to compare

@ericdallo ericdallo released this 17 Mar 03:27
· 313 commits to master since this release
d1f2dcf
  • Improve native image size for smaller eca binaries
    • Drop UPX compression for all native image builds.
    • Optimize native image for size with -Os.
  • Add optional model and variant parameters to spawn_agent tool, allowing users to run subagents on a different model or variant than the current conversation.
  • Improve MCP OAuth spec compliance: add Protected Resource Metadata discovery (RFC 9728), OIDC Discovery 1.0 fallback for authorization server metadata, fix scope parameter formatting, include resource parameter (RFC 8707) in authorization and token requests, and support clientId in MCP server config for pre-registered OAuth applications.
  • Add trust mode: clients can send trust: true in chat/prompt to auto-accept tool calls that would require manual approval.
  • Improve MCP tool call error handling