Skip to content

Releases: FidelusAleksander/prompt-action

v1.2.1

21 Oct 08:21
3169136

Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore(deps): bump the npm-dependencies group across 1 directory with 17 updates (#112)
  • chore(deps): bump actions/setup-node from 5 to 6 in the github-actions group (#111)
  • chore(deps): bump the github-actions group with 2 updates (#109)
  • chore(deps): bump actions/checkout from 4 to 5 in the github-actions group (#108)

📚 Documentation

  • chore(deps): bump the npm-dependencies group across 1 directory with 17 updates (#112)
  • docs: refine templating section in README for clarity and conciseness (#104)

v1

14 Apr 18:42
3169136

Choose a tag to compare

Update v1 to point to v1.2.1

v1.2.0

12 Jul 17:56
33298ed

Choose a tag to compare

What's Changed

🚀 Features and Improvements

  • feat: add support for template variables in prompt files through vars parameter (#98)

🧰 Maintenance

  • tests: remove file system mocking in tests (#102)
  • chore: move schema files to a separate directory (#100)

📚 Documentation

  • docs: update variable naming and improve templating examples in README (#103)
  • docs: update README structure and improve usage examples (#99)

v1.1.0

08 Jul 21:31
1231164

Choose a tag to compare

What's Changed

🚀 Features and Improvements

  • feat: add support for structured outputs with response-schema-file param (#96)
  • feat: add system-prompt and system-prompt-file optional inputs (#79)

🧰 Maintenance

  • chore(deps-dev): bump the npm-dependencies group with 7 updates (#95)
  • Add Dependabot grouping to reduce PR spam (#94)
  • refactor: restructure repo to match actions/typescript-action repo style (#83)
  • chore: remove issue responder workflow (#81)
  • chore: add github mcp server configuration (#80)

v1.0.1

04 Jul 13:21
58514f5

Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore: add devcontainer configuration (#71)
  • chore: update labeler and release drafter configuration (#70)
  • chore(deps): bump openai from 4.93.0 to 5.8.2 (#69)
  • chore(deps-dev): bump @types/node from 24.0.3 to 24.0.7 (#66)
  • chore(deps-dev): bump jest from 30.0.0 to 30.0.3 (#68)
  • chore(deps-dev): bump jest and @types/jest (#59)
  • chore(deps-dev): bump @github/local-action from 3.2.0 to 3.2.1 (#44)
  • chore(deps): bump @actions/github from 6.0.0 to 6.0.1 (#48)
  • chore(deps-dev): bump @types/node from 22.14.1 to 24.0.3 (#60)
  • chore(deps-dev): bump ts-jest from 29.3.2 to 29.4.0 (#62)
  • chore(deps-dev): bump @github/local-action from 3.1.4 to 3.2.0 (#38)
  • chore: update automation to use maintenance label for dependency updates (#37)
  • chore(deps-dev): bump @types/node from 22.14.0 to 22.14.1 (#30)
  • chore(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 (#31)
  • chore(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#33)
  • chore: update version-resolver labels in release-drafter configuration (#36)
  • test: limit the testing frequency to limit models usage (#35)

v1.0.0

14 Apr 18:42
ca514e3

Choose a tag to compare

What's Changed

🚀 Features and Improvements

  • feat: add static system prompt to minimize chat style commentary from completions api (#24)
  • feat: support for prompt-file parameter (#12)
  • First version supporting prompt and model params (#6)

🧰 Maintenance

  • refactor: rename repository to prompt-action (#29)
  • update action.yml to use node20 (#27)
  • Remove author link from release-drafter (#26)
  • refactor: rename references from ask-ai to prompt in preparation for … (#23)
  • update release-drafter configuration to correctly format documentation changes (#19)
  • chore: use ask-ai to respond to issues on this repo (#16)
  • chore: annotate tag in the update-major-version workflow (#15)
  • chore: set permissions block for update-major-version workflow (#14)
  • add update-major-version workflow (#13)
  • chore: add check-dist workflow (#11)
  • chore: run unit tests in ci (#10)
  • chore: add unit tests (#9)
  • chore: enable dependabot (#8)
  • chore: add labeler and release-drafter workflows (#7)

📚 Documentation

  • docs: remove unnecessary checkout step from example (#28)
  • docs: add example of converting pr title to conventional commits (#25)
  • docs: update README with full functionality and examples (#18)