Releases: presidio-oss/cline-based-code-generator
Releases · presidio-oss/cline-based-code-generator
v3.0.2
Release Notes
What's New
- Merged changes from Cline 3.2.0 (see changelog).
- Added copy to clipboard for HAI tasks
- Added ability to add custom instruction markdown files to the workspace
- Added ability to dynamically choose custom instructions while conversing
- Added inline editing (Ability to select a piece of code and edit it with HAI)
Bug Fixes
- Fixed AWS Bedrock session token preserved in the global state (#13)
- Fixed unnecessary LLM and embedding validation occurring on every indexing update (#31)
- Fixed issue causing the extension host to terminate unexpectedly (#27)
- Fixed LLM and embedding validation errors appearing on the welcome page post-installation (#16)
- Fixed embedding configuration incorrectly validating when an LLM model name is provided (#16)
- Fixed errors encountered during code context processing and indexing operations (#32)
v3.0.1
Release Notes
- Merged changes from Cline 3.0.0 (see changelog).
- Introduced HAI tasks, integrating Specif AI.
- Added code indexing and context to identify relevant files during task execution.
- Enabled support for various embedding model provider.
- Implemented OWASP scanning for code changes during task execution.
- Added quick actions to the welcome page.