PackageTrack
Sign in Get early access

github.com/jrswab/axe

v1.10.0 #2711 most downloaded on Go modules jrswab/axe

What this package is like to depend on

Last release 3 months ago

07 May 2026

Ships on a steady schedule

a new release about every 2 weeks

Nearly every release is documented

notes for 14 of 15 stable releases

Nothing withdrawn

no release was ever pulled

5 months old

19 releases · first in 2026

19 releases in the last 12 months

see the full history below

Release timeline

19 releases · Mar 2026 to May 2026
Release Pre-release

Releases

latest 19
  1. v1.10.1-0.20260507163229-f1994042fd56 07 May 2026 pre-release

    Nothing published for this version

  2. v1.10.0 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 →
    Release notes

    Added

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

    Docker

    docker pull ghcr.io/jrswab/axe:1.9.0
    
    Open source →
    Release notes

    Added

    • Artifacts default write option (#77)
    Open source →
  4. v1.8.0 21 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 →
    Release notes

    Added

    • Response format parameter in [params] config for structured output (#76)
    Open source →
  5. v1.7.1 06 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 →
    Release notes

    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-aed02f167a30 01 Apr 2026 pre-release

    Nothing published for this version

  7. v1.7.0 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 →
    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)
    Open source →
  8. v1.6.1 27 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 →
    Release notes

    Fixed

    • Resolve relative artifact dirs against agent workdir, not process CWD
    Open source →
  9. v1.6.0 24 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 →
    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
    Open source →
  10. v1.5.1-0.20260320184125-ff20b699db40 20 Mar 2026 pre-release

    Nothing published for this version

  11. v1.5.0 20 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 →
    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)
    Open source →
  12. v1.4.0 18 Mar 2026
    Release notes Open source →
    Release notes

    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.0 16 Mar 2026
    Release notes

    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.0 10 Mar 2026
    Release notes

    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.1 06 Mar 2026
    Release notes

    Fixed

    • Remove hardcoded /v1 from OpenAI provider URL path
    Open source →
  16. v1.1.0 06 Mar 2026
    Release notes

    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-65ab28fc317e 03 Mar 2026 pre-release

    Nothing published for this version

  18. v1.0.0 02 Mar 2026
    Release notes

    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.0 02 Mar 2026

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive