Releases: stakpak/agent
Releases · stakpak/agent
v0.3.88
v0.3.87
0.3.87
Released on 2026-06-10.
Bug Fixes
- Artifact large tool outputs in proxy
Maintenance
- Bump version to 0.3.87
Refactoring
- Drop mcp- prefix from proxy artifact filenames
v0.3.86
0.3.86
Released on 2026-06-04.
Maintenance
- Bump version to 0.3.86
v0.3.85
0.3.85
Released on 2026-06-04.
Bug Fixes
- Fix(knowledge) run fmt and linter
- Fix(knowledge) fix the remote-knowledge cache path
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com
- Fix(knowledge) use try_current instead of current in block on operations in knowledge not to panic
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com
- Fix(knowledge) make normalize knowledge path platform independent
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com
- Fix(knowledge) fix cached_path validation
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com
Features
- Integrate remote backend for knowledge file management
- Enhance knowledge API error handling and response structures
- Implement caching for knowledge store with SHA-256 ETag support
- Better skill command handling with early return without constructing backend
- Encode account name in knowledge cache root path
- Add path normalization and validation for knowledge-store paths
- Update tokio features for enhanced in in stakpak-api
Maintenance
- Bump version to 0.3.85
- Bump version to 0.3.85
v0.3.84
0.3.84
Released on 2026-06-04.
Features
- Add aap as built-in remote MCP server
Maintenance
- Bump version to 0.3.84
v0.3.83
0.3.83
Released on 2026-06-04.
Bug Fixes
- Rewrite invalid tool_use IDs for Anthropic-family providers
- Reserve already valid anthropic ids
Maintenance
- Bump version to 0.3.83
v0.3.82
0.3.82
Released on 2026-05-19.
Bug Fixes
- Fix(cli) run fmt and linter
- Fix(background state) merge all background info in one state
- Fix(openai) handle parallel tool calls in message conversion by keeping the fanout
- Fix(openai) run fmt and linter
- Refresh stale loopback gateway URLs on config reload
- Fix(tui) remove duplicated field subagentspauseinfo
- Fix(mcp) reuse the task manager handle in stdio and http
- Fix(cli) run fmt and linter
- Fix(ai) run fmt and linter
- Fix(providers) use custom headers provided in GenerateRequest
- Fix(openrouter) remove serializatien capab from openrouter
Features
- Share TaskManager between TUI and MCP server
- Add running background tasks count to AppState and update hint display
- Feat(openrouter) add OpenRouter provider support and configuration
- Feat(openrouter) add OpenRouter provider integration and configuration
Maintenance
- Bump version to 0.3.82
Refactoring
- Refactor(openrouter) make openrouter construction consistent
v0.3.81
0.3.81
Released on 2026-05-15.
Bug Fixes
- Span-aware redaction to prevent double-skip and chain-replace bugs
- Fix task manager output race
- Add session stats and session URL output
- Fix(telemetry) run fmt and linter
- Update display format for CommandCalled event
- Pre-create and chown persistent storage mount parents
Features
- Propagate active profile env to child processes and harden subagent command quoting
- Gate session stats behind --show-session-usage flag
- Update command event tracking for telemetry integration
Maintenance
- Retrigger flaky test suite
- Bump version to 0.3.81
Refactor
- Improve binary update process
Refactoring
- Make auto-update non-interactive and run in background
- Rename show_session_usage to show_session_stats for clarity and organize the output
v0.3.80
0.3.80
Released on 2026-05-04.
Features
- Replace downgrade heuristic with 4-step model resolution chain
Maintenance
- Bump version to 0.3.80
v0.3.79
0.3.79
Released on 2026-05-04.
Bug Fixes
- Fix(tui) tool call queue isn't reset on /new
Features
- Add auth status, docker systemd probe, and version flag
- Mount AK knowledge store in sandbox containers
- Add /rollback slash command
Maintenance
- Bump version to 0.3.79
Testing
- Isolate ak CLI tests from system config