Skip to content

v0.4.0

Latest

Choose a tag to compare

@piercecohen1 piercecohen1 released this 11 Apr 23:05
9f61cf5

Changes

CLI is the default mode again. Bare ollama-profiler now errors asking for a model name (or --tui), matching pre-v0.3.0 behavior. This is friendlier for agent and script usage where silently dropping into a full-screen TUI was surprising.

  • --tui flag reintroduced; launches the interactive TUI.
  • --dry-run now requires --tui.
  • Help text, examples, and install hints updated.

Kept from v0.3.0

  • --tui rejects --json / --html / --png / --export (these were silently ignored before).
  • Duplicate export path detection via filepath.Abs + filepath.Clean so ./out.json and out.json collide as expected.
  • publish.yml runs go test before binaries/wheels build; contents: write scoped to the release job; if-no-files-found: error on artifact uploads.

Migration

If you relied on ollama-profiler alone to launch the TUI, add --tui:

ollama-profiler --tui