PackageTrack

Go modules · #2041

github.com/jrswab/axe

v1.10.0jrswab/axe

Release timeline

19 releases since 2026
2026

Releases

  1. v1.10.1-0.20260507163229-f1994042fd567 May 2026pre-release

    Nothing published for this version

  2. v1.10.05 May 2026
    Release notes

    Changlog

    Added

    • Extract runner logic into pkg/runner package (#81)

    Docker

    docker pull ghcr.io/jrswab/axe:1.10.0
    
    Open source →
    Additional notes2 sources agree

    Added

    • Extract runner logic into pkg/runner package (#81)
    Open source →
  3. v1.9.025 Apr 2026
    Release notes

    Docker

    docker pull ghcr.io/jrswab/axe:1.9.0
    
    Open source →
    Additional notes2 sources agree

    Added

    • Artifacts default write option (#77)
    Open source →
  4. v1.8.021 Apr 2026
    Release notes

    Changelog

    Added

    • Response format parameter in [params] config for structured output (#76)

    Docker

    docker pull ghcr.io/jrswab/axe:1.8.0
    

    See the GHCR package page for all available tags.

    Open source →
    Additional notes2 sources agree

    Added

    • Response format parameter in [params] config for structured output (#76)
    Open source →
  5. v1.7.16 Apr 2026
    Release notes

    Changelog

    Fixed

    • Mask URLs in command path validation (#70)

    Changed

    • Add streaming, timeout, and tool_call_details fields to v1.7.0 docs (#69)

    Docker

    docker pull ghcr.io/jrswab/axe:1.7.1
    

    See the GHCR package page for all available tags.

    Open source →
    Additional notes2 sources agree

    Fixed

    • Mask URLs in command path validation (#70)

    Changed

    • Add streaming, timeout, and tool_call_details fields to v1.7.0 docs (#69)
    Open source →
  6. v1.7.1-0.20260401202029-aed02f167a301 Apr 2026pre-release

    Nothing published for this version

  7. v1.7.01 Apr 2026
    Release notes

    Added

    • Response streaming support (#68)
    • Smoke-test CI workflow (#55)
    • Top-level timeout for agent TOML (#63)

    Changed

    • Add turn and duration_ms to tool_call_details in --json output (#64)

    Docker

    docker pull ghcr.io/jrswab/axe:1.7.0
    

    See the GHCR package page for all available tags.

    Open source →
    Additional notes2 sources agree

    Added

    • Response streaming support (#68)
    • Smoke-test CI workflow (#55)
    • Top-level timeout for agent TOML (#63)

    Changed

    • Add turn and duration_ms to tool_call_details in --json output (#64)
    Open source →
  8. v1.6.127 Mar 2026
    Release notes

    Fixed

    • Resolve relative artifact dirs against agent workdir, not process CWD

    Docker

    docker pull ghcr.io/jrswab/axe:1.6.1

    See the GHCR package page for all available tags.

    Open source →
    Additional notes2 sources agree

    Fixed

    • Resolve relative artifact dirs against agent workdir, not process CWD
    Open source →
  9. v1.6.024 Mar 2026
    Release notes

    Added

    • Artifact management system (#47)
    • Inline prompt flag for axe run (#46)
    • mdBook documentation site and deploy workflow (#50)

    Changed

    • Expanded release skill with version bump, README, and GHCR steps

    Docker

    docker pull ghcr.io/jrswab/axe:1.6.0
    
    Open source →
    Additional notes2 sources agree

    Added

    • Artifact management system (#47)
    • Inline prompt flag for axe run (#46)
    • mdBook documentation site and deploy workflow (#50)

    Changed

    • Expanded release skill with version bump, README, and GHCR steps
    Open source →
  10. v1.5.1-0.20260320184125-ff20b699db4020 Mar 2026pre-release

    Nothing published for this version

  11. v1.5.020 Mar 2026
    Release notes

    Added

    • Output allowlist for outgoing connections (#45)
    • Local agent directory support (#41)
    • Token budget limits per agent run (#37)

    Changed

    • Consolidate Docker release workflow (#44)
    • Bump github.com/modelcontextprotocol/go-sdk from 1.4.0 to 1.4.1 (#39)

    Docker Image

    Open source →
    Additional notes2 sources agree

    Added

    • Output allowlist for outgoing connections (#45)
    • Local agent directory support (#41)
    • Token budget limits per agent run (#37)

    Changed

    • Consolidate Docker release workflow (#44)
    • Bump github.com/modelcontextprotocol/go-sdk from 1.4.0 to 1.4.1 (#39)
    Open source →
  12. v1.4.018 Mar 2026
    Release notesOpen source →
    Additional notes2 sources agree

    Added

    • AWS Bedrock provider support (#18)
    • Retry logic for intermittent LLM provider failures (#35)

    Fixed

    • Add path sandbox enforcement to run_command tool (#31)
    • Update Dockerfile to Go 1.25 and bump CI actions to Node 24
    Open source →
  13. v1.3.016 Mar 2026
    Release notes2 sources agree

    Added

    • Google Gemini provider support
    • MiniMax provider support (#27)
    • GHCR docker publish workflow on version tags (#33)

    Fixed

    • Use max_completion_tokens for OpenAI provider (#34)
    Open source →
  14. v1.2.010 Mar 2026
    Release notes2 sources agree

    Added

    • OpenCode provider support
    • HTTP request timeout (15s per-request) for url_fetch tool
    • HTML tag stripping for url_fetch responses
    Open source →
  15. v1.1.16 Mar 2026
    Release notes2 sources agree

    Fixed

    • Remove hardcoded /v1 from OpenAI provider URL path
    Open source →
  16. v1.1.06 Mar 2026
    Release notes2 sources agree

    Added

    • MCP tool support
    • web_search built-in tool using Tavily Search API
    • url_fetch built-in tool
    • JSON tool_call_details in run output
    • Refusal detection in JSON output
    • Executable examples

    Changed

    • Docker docs for running a single agent with selective mounts
    Open source →
  17. v1.0.1-0.20260303034017-65ab28fc317e3 Mar 2026pre-release

    Nothing published for this version

  18. v1.0.02 Mar 2026
    Release notes2 sources agree

    Added

    • Core CLI with run, agents list, agents show, agents init, agents edit, gc, and config init commands
    • TOML-based agent configuration with SKILL.md context support
    • Multi-provider LLM support: Anthropic, OpenAI, and Ollama
    • Tool-calling system with read_file, write_file, edit_file, list_directory, and run_command tools
    • Sub-agent orchestration with call_agent tool and depth-limited execution
    • Agent memory system with XDG-compliant data storage and garbage collection
    • Path security: ~ and $VAR expansion for user-supplied paths
    • Stdin piping support for composing with Unix tools
    • Dry-run mode and per-tool verbose logging
    • Docker containerization support
    • CI workflows: lint, test, build, and GoReleaser

    Fixed

    • Arg validation UX and skill path resolution
    • staticcheck/errcheck lint issues
    • Duplicate error silencing, glob validation, and nil ExitError guard
    Open source →
  19. v0.1.02 Mar 2026

    Nothing published for this version