Skip to content

Releases: smartnuf/agent-tools

agent-tools v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:45
52242fd

agent-tools v0.1.2

This alpha release is the first candidate for stable publication on PyPI. It
adds packaged capability discovery for Poppler, Ghostscript, Git Bash, system
Bash, and WSL Bash, together with the read-only tools list and tools status
commands.

The GitHub tag workflow builds and tests the wheel and source distribution,
records signed provenance for both, and publishes them first as an audited
GitHub prerelease. After supported-platform smoke tests pass, maintainers can
promote the unchanged release through the protected, tokenless PyPI workflow.

Install the GitHub release candidate

Before PyPI promotion is verified, install the exact reviewed GitHub wheel:

uv tool install --python 3.13 "https://github.com/smartnuf/agent-tools/releases/download/v0.1.2/smartnuf_agent_tools-0.1.2-py3-none-any.whl"

Verify without assuming uv's executable directory is already on PATH:

& "$(uv tool dir --bin)\agent-tools.exe" --version
& "$(uv tool dir --bin)\agent-tools.exe" tools list
"$(uv tool dir --bin)/agent-tools" --version
"$(uv tool dir --bin)/agent-tools" tools list

Poppler, Ghostscript, and Bash providers remain separate native prerequisites.
The CLI discovers and reports them but does not install, remove, or configure
native programs.

Known limitations

  • This remains an alpha release while the update and capability lifecycle is
    developed in M3.
  • Supported Python versions are 3.11 through 3.13.
  • GitHub-hosted Windows, Ubuntu, and macOS runners test the same pure-Python
    wheel, but native Windows ARM64 Python and macOS Intel are not yet covered.
  • The packaged product is the agent-tools command. The repository's
    agent-python shared environment remains a clone-based development
    interface.

Remove

uv tool uninstall smartnuf-agent-tools

agent-tools v0.1.1

agent-tools v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Aug 03:18
d3e797d

agent-tools v0.1.1

This first published alpha prerelease makes the agent-tools diagnostic command available as a versioned wheel without cloning the repository. It also includes the source distribution and a SHA256SUMS manifest.

Install

Install the exact reviewed wheel with uv:

uv tool install "https://github.com/smartnuf/agent-tools/releases/download/v0.1.1/smartnuf_agent_tools-0.1.1-py3-none-any.whl"
agent-tools --version

Poppler and Ghostscript remain separate native prerequisites. Install them with the operating-system package manager before expecting agent-tools doctor to pass completely.

Known limitations

  • This is an alpha GitHub prerelease, not yet a PyPI publication.
  • Supported Python versions are 3.11 through 3.13.
  • GitHub-hosted Windows, Ubuntu, and macOS runners test the same wheel, but native Windows ARM64 Python is not yet covered.
  • On Windows ARM64, uv-managed Python may be x64 and run under Windows emulation. An existing native ARM64 Python can be selected explicitly, subject to ARM64 dependency-wheel availability.
  • The packaged product is the agent-tools command. The repository's agent-python shared environment remains a clone-based development interface.

Remove

uv tool uninstall smartnuf-agent-tools