Skip to content

Releases: appleboy/LLM-action

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)

Release v1

22 Nov 05:33
8a3507e

Choose a tag to compare

docs: document expanded feature support for custom and local endpoints

- Expand the feature summary in all README files to highlight support for custom endpoints, self-hosted models (Ollama, LocalAI, vLLM), SSL/CA certificates, Go template prompts, and structured output via function calling.

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

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