Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 1.92 KB

File metadata and controls

46 lines (22 loc) · 1.92 KB

Changelog

2.0.0 (2025-12-22)

⚠ BREAKING CHANGES

  • action: set action input cache default to true
  • action: bump Node.js runtime from 20 to 24

Performance Improvements

  • action: default cache to true (34a4030)

Build System

  • deps: bump actions/cache from 4 to 5 (#17) (a825720)
  • deps: bump ai-action/setup-ollama from 1 to 2 (#19) (c730764)

1.1.1 (2025-07-04)

Bug Fixes

  • action: add if conditional for version (30f00d8), closes #8

1.1.0 (2025-04-30)

Features

  • action: cache model with optional input cache (defaults to true) (4600a6a)

1.0.1 (2025-04-29)

Bug Fixes

  • action: escape special characters from the prompt (#4) (419f734)

1.0.0 (2025-02-23)

Features