Skip to content

Releases: stakpak/agent

v0.3.46

17 Feb 02:19

Choose a tag to compare

0.3.46

Released on 2026-02-17.

Bug Fixes

  • Normalize tool inputs and harden search_docs validation

Maintenance

  • Bump version to 0.3.46

v0.3.45

16 Feb 23:03

Choose a tag to compare

0.3.45

Released on 2026-02-16.

Bug Fixes

  • Retry script spawn on ETXTBSY in CI
  • Harden channel config edits and validation
  • Harden libsql storage and stale-run recovery

Maintenance

  • Bump version to 0.3.45

v0.3.44

16 Feb 04:45

Choose a tag to compare

0.3.44

Released on 2026-02-16.

Bug Fixes

  • Clean up orphaned pending blocks when cycling approval bar tools
  • Prevent UTF-8 char boundary panics on string truncation

Maintenance

  • Add missing crate publish steps for agent-core, gateway, server
  • Bump version to 0.3.44

v0.3.43

15 Feb 23:07

Choose a tag to compare

0.3.43

Released on 2026-02-15.

Bug Fixes

  • Preserve tool_result tool_call_id across chat/stakai conversions
  • Reduce checkpoint churn with dirty snapshot persistence
  • Harden gateway/watch integration edge cases
  • Avoid sqlite linker conflicts in CI
  • Add missing stakpak-server workspace dep, derive Default impls per clippy
  • Fix logs follow mode
  • Add debug context to stream and API response errors

Documentation

  • Add architecture and data-flow overview

Features

  • Add stakpak serve HTTP/SSE server command
  • Add multi-channel runtime and serve/watch integration
  • Add autopilot lifecycle aliases and 24/7 runtime flow
  • Rename lifecycle commands and add metadata controls
  • Centralize tool approval defaults, rename AutoApprovePolicy to ToolApprovalPolicy

Maintenance

  • Bump version to 0.3.43

Refactoring

  • Migrate store to workspace libsql

v0.3.42

14 Feb 04:47

Choose a tag to compare

0.3.42

Released on 2026-02-14.

Bug Fixes

  • Replace vec![] with array literals in tests to satisfy clippy useless_vec

Features

  • Add AWS Bedrock provider support

Maintenance

  • Bump version to 0.3.42

v0.3.41

12 Feb 23:08

Choose a tag to compare

0.3.41

Released on 2026-02-12.

Bug Fixes

  • Add missing description field to ToolCallStreamInfo in tests

Features

  • Show streaming progress when LLM generates tool calls

Maintenance

  • Bump version to 0.3.41

v0.3.40

12 Feb 20:50

Choose a tag to compare

0.3.40

Released on 2026-02-12.

Bug Fixes

  • Respect UTF-8 char boundaries in all string slicing

Maintenance

  • Bump version to 0.3.39
  • Bump version to 0.3.40

v0.3.38

12 Feb 08:30

Choose a tag to compare

0.3.38

Released on 2026-02-12.

Bug Fixes

  • Fix interactive mode input box reset on stream

Maintenance

  • Bump version to 0.3.38

v0.3.37

11 Feb 23:15

Choose a tag to compare

0.3.37

Released on 2026-02-11.

Maintenance

  • Bump version to 0.3.37

v0.3.35

11 Feb 17:03

Choose a tag to compare

0.3.35

Released on 2026-02-11.

Bug Fixes

  • Populate subagent pause_info cache from all task-querying tools

Maintenance

  • Bump version to 0.3.35

Refactoring

  • refactor comments
  • refactor description