Skip to content

Comments

release: 0.23.0#50

Merged
stainless-app[bot] merged 9 commits intomainfrom
release-please--branches--main--changes--next
Dec 17, 2025
Merged

release: 0.23.0#50
stainless-app[bot] merged 9 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Dec 6, 2025

Automated Release PR

0.23.0 (2025-12-16)

Full Changelog: v0.22.0...v0.23.0

Features

  • encoder: support bracket encoding form-data object members (7d11b85)
  • enhance agent authentication API with new endpoints and request… (7f2d67a)
  • Enhance AuthAgent model with last_auth_check_at field (a3cb1e1)

Bug Fixes

  • client: copy over change to params names to ExecuteNewRequeest (92fd6c1)
  • mcp: correct code tool API endpoint (563016a)
  • rename param to avoid collision (a20c158)

Chores

  • elide duplicate aliases (9eb4ec3)
  • internal: codegen related update (839598d)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Note

Release 0.23.0 adding bracket-encoded form-data support and expanding Agent Auth API with new create/list/invocation endpoints plus minor SDK updates.

  • Agent Auth API:
    • Add POST /agents/auth (AgentAuthService.New) and GET /agents/auth with pagination (List, ListAutoPaging).
    • Add POST /agents/auth/invocations (AgentAuthInvocationService.New) returning AuthAgentInvocationCreateResponse.
    • Introduce request/params types: AuthAgentCreateRequestParam, AuthAgentInvocationCreateRequestParam, AgentAuthNewParams, AgentAuthListParams, AgentAuthInvocationNewParams.
    • Extend AuthAgent with last_auth_check_at.
    • Remove deprecated Start endpoint and AgentAuthStartResponse.
  • Form encoder:
    • Support bracket encoding for nested object members; add key builders and update tests for bracket format and deep nesting.
  • Browsers FS:
    • WriteFile signature updated (rename arg to params) and docs (api.md) adjusted.
  • Version/Docs:
    • Bump to v0.23.0 in manifest, README, and internal/version.go.
    • Regenerate api.md and stats (.stats.yml).

Written by Cursor Bugbot for commit 072fafd. This will update automatically on new commits. Configure here.

@mesa-dot-dev
Copy link

mesa-dot-dev bot commented Dec 6, 2025

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@mesa-dot-dev
Copy link

mesa-dot-dev bot commented Dec 6, 2025

Mesa Description

Automated Release PR

This pull request is an automated release for version 0.22.1 of the kernel-go-sdk. It includes bug fixes for the mcp code tool API endpoint and a parameter name collision, along with internal code generation updates and the removal of duplicate aliases. A significant change is the addition of internal/paramutil/sentinel.go, which introduces generic utility functions (NullPtr, IsNullPtr, NullSlice, IsNullSlice) to explicitly handle null representations for pointers and slices, primarily for JSON marshaling. Version files and documentation (README, CHANGELOG) have been updated to reflect this new release.

0.22.1 (2025-12-06)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • mcp: correct code tool API endpoint (563016a)
  • rename param to avoid collision (a20c158)

Chores

  • elide duplicate aliases (9eb4ec3)
  • internal: codegen related update (839598d)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Description generated by Mesa. Update settings

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ce85041 to 9b2d063 Compare December 6, 2025 03:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9b2d063 to 83fccfb Compare December 6, 2025 03:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 83fccfb to ed92960 Compare December 6, 2025 03:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ed92960 to fac7097 Compare December 8, 2025 06:55
@stainless-app stainless-app bot changed the title release: 0.22.1 release: 0.23.0 Dec 8, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fac7097 to aeeb7b8 Compare December 8, 2025 06:56
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from aeeb7b8 to 8e81e49 Compare December 11, 2025 19:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8e81e49 to 8dfe829 Compare December 12, 2025 03:43
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8dfe829 to 072fafd Compare December 16, 2025 19:38
Copy link
Contributor

@masnwilliams masnwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@stainless-app stainless-app bot merged commit eadd6ae into main Dec 17, 2025
5 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Dec 17, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants