Skip to content

Releases: fynes-forge/ollama-usage

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:38
d6f9622

🐛 Bug Fixes

  • Fix: links

❓ Uncategorized Changes

  • Merge pull request #19 from fynes-forge/Tom-Fynes-patch-1
  • Update pyproject.toml
  • Merge pull request #18 from fynes-forge/fix/links

Install this release directly — no clone needed:

pip install [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.0.1/ollama_usage-1.0.1-py3-none-any.whl

Or with uv, isolated in its own environment:

uv tool install ollama-usage --from [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.0.1/ollama_usage-1.0.1-py3-none-any.whl

Checksums for all assets are in SHA256SUMS.txt below.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:34
4c29eed

🔧 Chores & Maintenance

  • chore(actions): bump actions/checkout from 4.2.2 to 7.0.1
  • chore(actions): bump softprops/action-gh-release from 2 to 3
  • chore(actions): bump actions/upload-artifact from 4.6.0 to 7.0.1

❓ Uncategorized Changes

  • Merge pull request #16 from fynes-forge/dependabot/github_actions/actions/checkout-7.0.1
  • Merge pull request #15 from fynes-forge/dependabot/github_actions/softprops/action-gh-release-3
  • Merge pull request #14 from fynes-forge/dependabot/github_actions/actions/upload-artifact-7.0.1
  • Merge pull request #17 from fynes-forge/release/v1.0.0
  • Release: Creating version v1.0.0
  • Merge pull request #13 from fynes-forge/chore/update-spelling
  • Update README.md

Install this release directly — no clone needed:

pip install [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.0.0/ollama_usage-1.0.0-py3-none-any.whl

Or with uv, isolated in its own environment:

uv tool install ollama-usage --from [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.0.0/ollama_usage-1.0.0-py3-none-any.whl

Checksums for all assets are in SHA256SUMS.txt below.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:45
e6ceb26

Added

  • ollama-usage log — call Ollama, log token usage to a JSONL file, and warn if the prompt is close to the model's context limit.
  • ollama-usage report / ollama-usage plot — DuckDB-backed usage summary and a tokens/sec-over-time chart.
  • ollama-usage dashboard — Streamlit dashboard bindable to the local network, showing totals, per-tag breakdown, and usage over time.
  • ollama-usage proxy — transparent reverse proxy that captures usage from clients (e.g. Cline) that talk to Ollama directly rather than through this tool.

Changed

  • __version__ is now read from installed package metadata instead of being hardcoded, so it can't drift from pyproject.toml.

Added

  • ollama-usage log — call Ollama, log token usage to a JSONL file, and warn if the prompt is close to the model's context limit.
  • ollama-usage report / ollama-usage plot — DuckDB-backed usage summary and a tokens/sec-over-time chart.
  • ollama-usage dashboard — Streamlit dashboard bindable to the local network, showing totals, per-tag breakdown, and usage over time.
  • ollama-usage proxy — transparent reverse proxy that captures usage from clients (e.g. Cline) that talk to Ollama directly rather than through this tool.

Commit History

🚀 Features

  • feat: moving local code to github
  • feat/updating readme and pyproject

🐛 Bug Fixes

  • fix: updating release workflow
  • fix: import error
  • fix:mypy errors
  • fix: update sha versions
  • fix: correcting readme

🔧 Chores & Maintenance

  • chore: refactoring code

❓ Uncategorized Changes

  • Merge pull request #12 from fynes-forge/fix/release-workflow
  • Update release.yml
  • Merge pull request #11 from fynes-forge/fix/release
  • Merge pull request #10 from fynes-forge/chore/refactore
  • Merge pull request #9 from fynes-forge/Tom-Fynes-patch-1
  • Merge pull request #8 from fynes-forge/Tom-Fynes-patch-1
  • Update ci.yml
  • Merge pull request #7 from fynes-forge/Tom-Fynes-patch-1
  • Update ci.yml
  • Merge pull request #6 from fynes-forge/feat/branding
  • updating dashboard branding

Install this release directly — no clone needed:

pip install [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v0.1.0/ollama_usage-0.1.0-py3-none-any.whl

Or with uv, isolated in its own environment:

uv tool install ollama-usage --from [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v0.1.0/ollama_usage-0.1.0-py3-none-any.whl

Checksums for all assets are in SHA256SUMS.txt below.