Skip to content

Releases: stakpak/agent-test

v0.3.17-beta.9

02 Feb 17:27
4861d11

Choose a tag to compare

v0.3.17-beta.9 Pre-release
Pre-release

0.3.17-beta.9

Released on 2026-02-02.

Bug Fixes

  • Resolve clippy lint warnings
  • Add Drop to TaskManagerHandle to kill child processes on unexpected exit
  • Prevent secret restoration bugs and add Unicode-normalized str_replace
  • Fix/acp tool calls and mcp init
  • Use platform-verified TLS client for warden CA trust
  • Use platform TLS verifier in MCP proxy/client for warden CA trust
  • Add tool_result for abandoned tool calls when user sends a new message

Documentation

  • Improve glob examples and make grep match count consistent

Features

  • Force auto-update for ACP sessions using semver for version comparison and include agent version in ACP initialization, while also updating project versions.
  • Automatically restart the CLI after a successful auto-update and bump version to 0.3.17-beta.3.
  • Use platform-verified TLS for all provider HTTP clients
  • Use platform-verified TLS for StakpakApiClient and SearchClient
  • Refine generic password detection with stricter regex and allowlists, and improve URL embedded password detection.
  • Add grep and glob parameters for content search and file filtering
  • Display the current profile name in the side panel's context section and remove it from the footer.

Maintenance

  • Bump version to 0.3.17-beta.6
  • Bump version to 0.3.17-beta.7
  • Bump version to 0.3.17-beta.8
  • Bump version to 0.3.17-beta.9
  • Bump version to 0.3.17

Refactoring

  • Reuse ViewOptions in view_local_path
  • Introduce SessionStorage trait with safe local storage

v0.3.17-beta.7

29 Jan 05:32
40da62a

Choose a tag to compare

v0.3.17-beta.7 Pre-release
Pre-release
Merge pull request #4 from stakpak/fix/send_stats_before_termination

 apply fmt

v0.3.17-beta.6

29 Jan 04:09
613b107

Choose a tag to compare

v0.3.17-beta.6 Pre-release
Pre-release
Merge pull request #3 from stakpak/fix/task-manager-graceful-shutdown

fix: add Drop to TaskManagerHandle to kill child processes on unexpec…