Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 17:17
· 144 commits to main since this release
bd3ba31

1.2.0 (2026-02-07)

Features

  • add support for prompt caching (0f92f56)

    • Introduced cache-ttl option for LLM prompts, allowing users to specify a cache duration of 5m (default) or 1h (extended).
    • Updated README and action.yml to reflect the new option.
    • Enhanced prompt caching mechanism in the LLM module to optimize token usage.
    • Adjusted related code to support the new caching feature across various components.