Releases: stakpak/agent
Releases · stakpak/agent
v0.3.71
0.3.71
Released on 2026-03-30.
Bug Fixes
- Fix(cli) fix auto update base_url to point to the repo
Features
- Add OpenAI Codex OAuth support
- Introduce L1 sandbox escape probe and enhance TUI rendering with ANSI code stripping and improved wide character diff display.
Maintenance
- Bump version to 0.3.71
Refactoring
- Adjust diff line wrapping and padding width calculations and optimize message wrapping to skip already fitting lines.
Auto-update hotfix (v0.3.71)
Shim release to fix broken auto-update URLs in <= v0.3.70. Safe to delete once most users have updated.
v0.3.70
0.3.70
Released on 2026-03-26.
Bug Fixes
- Improve sandbox remapping and plugin resolution
- Fixes
Maintenance
- Bump version to 0.3.70
v0.3.69
0.3.69
Released on 2026-03-17.
Bug Fixes
- Support explicit remote command flows
- Stabilize startup across platforms
- Allow sovereign/local provider inference without Stakpak API key
Maintenance
- Bump version to 0.3.69
v0.3.68
0.3.68
Released on 2026-03-12.
Bug Fixes
- Resolve tool result function names from message history
- Fix linting errors
Maintenance
- Bump version to 0.3.68
v0.3.67
0.3.67
Released on 2026-03-10.
Bug Fixes
- Remap unknown provider entries in recent_models to stakpak
- Correct validate_profile_reference_surfaces_config_load_errors test
- Validate tilde check paths and document service-safe absolute paths
- Handle ERANGE retry and validate check script is executable file
- Set executable permission on check script in schedule_existing_check_script_is_accepted
- Improve deployment preflight diagnostics
- Display error immediately and retry via LLM on parse failure
- Apply libsql pragmas per connection
Code Style
- Reformat tool result message pushing for improved readability.
Features
- Add per-request run overrides for model, approval, and prompt
- Consolidate RunOverrides to shared crate and add profile-based resolution
- Add custom slash commands and /review command
- Auto-discover predefined slash commands from libs/api/src/commands/
Maintenance
- Bump version to 0.3.67
Refactor
- Use channel profile for overridden channels
Refactoring
- Deduplicate normalize_optional_string into shared utils
- Add BuiltInWithPrompt variant for generic prompt-based commands
v0.3.66
0.3.66
Released on 2026-02-28.
Bug Fixes
- Improve channel tool execution and schedule trigger formatting
Maintenance
- Bump version to 0.3.66
v0.3.65
0.3.65
Released on 2026-02-28.
Bug Fixes
- Prevent duplicate text when sending markdown tables to Slack
- Improve tool approval rendering for Slack/Discord
Documentation
- Add sandbox mode configuration to autopilot system prompt
Features
- Add session ID display with copy to clipboard in sidebar
- Dynamically truncate the session ID to fit available display width and use a flexible copy status suffix.
Maintenance
- Bump version to 0.3.65
v0.3.64
0.3.64
Released on 2026-02-27.
Bug Fixes
- Resolve short model names for Stakpak provider and display model in session usage
- Migrate old-format recent_models and ensure config model is included
- Persist recent_models migration to disk and prevent config model from being truncated
- Show image pull progress and spinner during stakpak up
Features
- Normalize recent_models format and default to last used model
Maintenance
- Bump version to 0.3.64
v0.3.63
0.3.63
Released on 2026-02-26.
Bug Fixes
- Use read_timeout instead of total timeout for HTTP client
- Allow backend events to bypass popup interception to maintain TUI message flow.
Documentation
- Fix sandbox mode default references to match Persistent
Features
- Harden persistent sandbox — fail explicitly, no silent fallbacks
- Improve "Ask User" block responsiveness by forcing cache invalidation and refining keybinding behavior to always navigate options with arrow keys.
Maintenance
- Bump version to 0.3.63
Refactoring
- Refactor
- Reorder imports in message and misc handlers and reformat a comment.