Releases: presidio-oss/cline-based-code-generator
Releases · presidio-oss/cline-based-code-generator
v3.7.1
v3.7.0
Release Notes
Added
- Add optional CorMatrix integration for AI code origin tracking (#169)
- Added DeepCrawl and
custom_expert_context
tool for expert-specific RAG by recursively retrieving and storing sublinks in the vector DB (#165)
Fixed
- Fixed an issue where the
find_relevant_files
tool was not triggered even when indexing was enabled (#164)
v3.6.0
v3.5.2
v3.5.1
v3.5.0
v3.4.3
Release Notes
Fixed
- Updated AzureOpenAI (OpenAI-Compatible) to support URLs with domains other than .com. (#125)
- Resolved an issue where chat-related quick action tiles failed to populate the message input with the intended task. The input field now accurately reflects the selected chat action. (#123)
- Refined the usage behavior of the find_relevant_files tool to avoid triggering on general queries. (#127)
- Replaced the AutoSave feature in settings with a clear 'Done' button to explicitly save configuration changes, providing better user clarity and control. (#141)
- Fixed an issue where the welcome view was not displayed when resetting the application state. (#142)
- Disabled the prompt cache by default. (#137)
- Changed anonymous usage report permission to be set globally instead of at the workspace level. (#139)
New Contributors
- @meesun-dev made their first contribution in #125
v3.4.2
v3.4.1
Release Notes
Enhancements
- Marking the HAI tasks as 'Completed' upon successful execution. (#98)
- Modified default experts folder structure for easier contribution. (#109)
Fixed
- Fixed issue with HTML rendering during fuzzy search. (#117)
- Fixed Inline edit not working. (#111)
- Typo fix in system prompt. (#104)
New Contributors
- @selvait90 made their first contribution in #104
- @yashu183 made their first contribution in #98