Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:45
· 14 commits to main since this release
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.