Skip to content

Releases: appleboy/LLM-action

v1.3.1

20 Dec 04:14
26e6c6a

Choose a tag to compare

Changelog

Features

  • 680f41b: feat: report detailed token usage metrics in action outputs and logs (#11) (@appleboy)
  • 26e6c6a: feat: enable custom HTTP headers configuration via environment variable (@appleboy)

Build process updates

Documentation updates

Release v1

22 Nov 05:33
26e6c6a

Choose a tag to compare

feat: enable custom HTTP headers configuration via environment variable

- Add support for custom HTTP headers via the `INPUT_HEADERS` environment variable
- Update documentation to include `headers` as an optional configuration parameter

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.3.0

11 Dec 05:46
5f5b613

Choose a tag to compare

Changelog

Features

Refactor

  • 538edca: refactor: migrate map types from interface{} to any throughout codebase (@appleboy)

Documentation updates

  • efcc624: docs: integrate tool schema support for structured output handling (@appleboy)
  • f68c898: docs: improve documentation for GitHub Action configuration and usage (@appleboy)
  • 5f5b613: docs: document handling of array and object outputs in GitHub Actions (@appleboy)

v1.2.1

07 Dec 02:32
8a3507e

Choose a tag to compare

Changelog

Features

  • e210bd9: feat: centralize and clarify output assembly and documentation (#8) (@appleboy)

Documentation updates

  • 8a3507e: docs: document expanded feature support for custom and local endpoints (@appleboy)

v1.2.0

06 Dec 14:01
44a554d

Choose a tag to compare

Changelog

Features

  • aab29bd: feat: add support for custom CA certificates in client configuration (#6) (@appleboy)
  • bcf9371: feat: add support for structured outputs via tool schema and function calling (#7) (@appleboy)
  • 1a536e2: feat: add debug logging for tool call details in debug mode (@appleboy)

Bug fixes

  • a0e1dd4: fix: enhance error messaging for argument parsing failures (@appleboy)

Refactor

  • bb9a6d6: refactor: improve debug output for tool calls using godump.Dump (@appleboy)

Build process updates

  • 44a554d: ci: use environment variables for GitHub Actions workflow outputs (@appleboy)

Documentation updates

  • d0f377a: docs: add support for configurable CA certificates and prompt loading (@appleboy)

v1.1.0

26 Nov 01:34
5457936

Choose a tag to compare

Changelog

Features

  • 28bed62: feat: enable flexible system prompt loading from text, file, or URL (#2) (@appleboy)
  • b488157: feat: enable flexible input prompt sources and update documentation (#3) (@appleboy)
  • 5457936: feat: add Go template support for prompts with env variable rendering (#5) (@appleboy)

Build process updates

Documentation updates

  • 0c3b2ad: docs: add comprehensive developer guidance and project documentation (@appleboy)

v1.0.0

22 Nov 05:30
d0ca03b

Choose a tag to compare

Changelog

Features

Bug fixes

Enhancements

Refactor

Build process updates

Documentation updates

Others