Skip to content

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:42
· 422 commits to main since this release

Changelog

  • 9b24a4e chore(deps): bump modernc.org/sqlite from 1.54.0 to 1.56.0 (#66)
  • 9ea8ea6 chore(deps): bump react-router-dom from 7.18.1 to 7.18.2 in /ui (#58)
  • 590ce01 chore(deps): bump recharts from 3.10.0 to 3.10.1 in /ui (#57)
  • 1afe73d chore(deps-dev): bump @types/node from 24.13.2 to 26.2.0 in /ui (#59)
  • 6d892d6 chore(deps-dev): bump eslint from 10.7.0 to 10.8.1 in /ui (#60)
  • 291db20 chore(deps-dev): bump vite from 8.1.5 to 8.2.1 in /ui (#61)
  • 9b4ad4e chore(release): v0.19.1
  • 241856e feat(cli): add "ollama-mesh uninstall" and error on unknown subcommands
  • fca1102 feat(ui): click-to-copy on truncated Request Log values (Request ID, Key, Model)
  • 0754a45 fix(cli): registry-driven CLI dispatch, strict arg validation, help/docs generation (P83+)
  • 83dfd7a fix(install): add Node Agent install dir to PATH on Windows
  • 2c60aa0 fix(nodeagent): reject unrecognized agent subcommand instead of silently running foreground
  • 519d732 fix(nodeagent): stop agent service status from showing a stale TLS fingerprint
  • b9c6fb2 fix(ui): give Request Log table an explicit width instead of implicit auto
  • c3f2987 fix(ui): make Request Log Key badge hug its text, not its column width
  • 06c48a1 fix(ui): make Request Log table fill its card with calibrated proportions
  • 057298e fix(ui): replace click-to-copy with in-place scroll for long Request Log values
  • 66a6f4c fix(ui): stop Request Log columns ballooning on wide viewports
  • 121e370 fix(ui): stop Request Log table overflowing on long key/id/model values
  • 1b8b770 fix(ui): stop Request Log's card wrapper stretching past the table
  • 3f56b4d fix: strip internal roadmap phase tag (P24) from public --help/usage text
  • 376d7fc test(admin): prove tls_fingerprint null is a no-op, not a clear (P24)