v1.0.5
Summary:
This release introduces a series of improvements to the SKonsole project, including updating the SKonsole version, fixing the OpenAI chat model ID, and enhancing CancellationToken usage.
Changes:
- Fix OpenAI chat model ID from "gpt-35-turbo" to "gpt-3.5-turbo" in ConfigurationProvider.cs
- Improve CancellationToken usage in EmailSkill.cs, GitSkill.cs, and WriterSkill.cs
What's Changed
- Adding Generate PR Description workflow by @mkarle in #18
- Adding write permissions to skonsole github action by @mkarle in #19
- Add .NET Core Desktop GitHub Actions Workflow by @lemillermicrosoft in #21
- Update and Refactor Codebase: Improve Async Usage, Package Management, and Code Quality by @lemillermicrosoft in #20
- Improve code consistency, CancellationToken support, and add skonsole.sln solution file by @lemillermicrosoft in #22
- 🐛 Fix incorrect model ID in ConfigurationProvider by @lemillermicrosoft @RogerBarreto in #25
Full Changelog: v1.0.4...v1.0.5