Skip to content

Releases: stakpak/agent

v0.3.24-beta.3

06 Feb 03:02

Choose a tag to compare

v0.3.24-beta.3 Pre-release
Pre-release

0.3.24-beta.3

Released on 2026-02-06.

Bug Fixes

  • Strip temperature and top_p for reasoning models

Maintenance

  • Use workspace dependency for stakai crate
  • Temporarily disable Google provider routing
  • Bump version to 0.3.24-beta.3

v0.3.24-beta.2

06 Feb 02:13

Choose a tag to compare

v0.3.24-beta.2 Pre-release
Pre-release

0.3.24-beta.2

Released on 2026-02-06.

Bug Fixes

  • SSE streaming, thought_signature preservation, and usage reporting
  • Handle HTTP error responses in stakpak streaming provider
  • Omit function_call id to prevent reasoning pairing error

Features

  • Default OpenAI models to Responses API and improve stream error handling

Maintenance

  • Bump version to 0.3.24-beta.2

v0.3.24-beta.1

05 Feb 16:43

Choose a tag to compare

v0.3.24-beta.1 Pre-release
Pre-release

0.3.24-beta.1

Released on 2026-02-05.

Bug Fixes

  • Update tests and examples for Model type API change
  • Create cloud session on new_session for proper message persistence
  • Improve model lookup, error messages, and streaming usage
  • Correct token usage calculation and display

Features

  • Add model selection support
  • Dynamic model registry from models.dev

Maintenance

  • Bump version to 0.3.24-beta.1

Refactoring

  • Replace AgentModel enum with unified Model struct
  • Unify model types and add OpenAI Responses API support

v0.3.23

05 Feb 14:17

Choose a tag to compare

0.3.23

Released on 2026-02-05.

Maintenance

  • Bump version to 0.3.23

v0.3.23-beta.2

05 Feb 12:22

Choose a tag to compare

v0.3.23-beta.2 Pre-release
Pre-release

0.3.23-beta.2

Released on 2026-02-05.

Bug Fixes

  • Handle shutdown signal in MCP progress handler
  • Prevent Anthropic API 400 error from orphaned tool_use blocks
  • Rename mrkdwn_text to markdown_text in Slack send message

Features

  • Backfill title for resumed sessions with default names

Maintenance

  • Bump version to 0.3.23-beta.2

v0.3.23-beta.1

04 Feb 17:52

Choose a tag to compare

v0.3.23-beta.1 Pre-release
Pre-release

0.3.23-beta.1

Released on 2026-02-04.

Bug Fixes

  • Add user-friendly error messages for Stakpak API errors
  • Extract usage from Usage delta variant in streaming

Maintenance

  • Bump version to 0.3.23-beta.1

Performance

  • Async session title generation for faster startup

v0.3.22

04 Feb 16:13

Choose a tag to compare

0.3.22

Released on 2026-02-04.

Maintenance

  • Bump version to 0.3.22

v0.3.21

03 Feb 18:10

Choose a tag to compare

0.3.21

Released on 2026-02-03.

Bug Fixes

  • Remove SPACING_MARKER from subagent context formatting

Features

  • Add User-Agent header to Stakpak provider

Maintenance

  • Bump version to 0.3.21

v0.3.20

03 Feb 16:02

Choose a tag to compare

0.3.20

Released on 2026-02-03.

Maintenance

  • Bump version to 0.3.20

v0.3.19

03 Feb 15:33

Choose a tag to compare

0.3.19

Released on 2026-02-03.

Maintenance

  • Bump version to 0.3.19

Refactoring

  • Add versioned database migrations system