Releases: stakpak/agent
Releases · stakpak/agent
v0.3.24-beta.3
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
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
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
0.3.23
Released on 2026-02-05.
Maintenance
- Bump version to 0.3.23
v0.3.23-beta.2
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
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
0.3.22
Released on 2026-02-04.
Maintenance
- Bump version to 0.3.22
v0.3.21
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
0.3.20
Released on 2026-02-03.
Maintenance
- Bump version to 0.3.20
v0.3.19
0.3.19
Released on 2026-02-03.
Maintenance
- Bump version to 0.3.19
Refactoring
- Add versioned database migrations system