这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: presidio-oss/cline-based-code-generator

v3.7.1

08 Jul 16:41
432b17e
Compare
Choose a tag to compare

Release Notes

Fixed

  • Resolved an issue where LLM validation could get stuck in the welcome state, blocking further progress. (#176)

v3.7.0

17 Jun 16:00
04f09cb
Compare
Choose a tag to compare

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

30 May 12:53
87e7728
Compare
Choose a tag to compare

Release Notes

Added

v3.5.2

23 May 18:53
defb26a
Compare
Choose a tag to compare

Release Notes

Added

  • Added .hai.config to support external overrides for telemetry configuration (#156)

v3.5.1

21 May 14:02
0dcb340
Compare
Choose a tag to compare

Release Notes

Fixed

  • Replaced baseUrl with endpoint for AzureOpenAI to eliminate the need to manually append /openai to the URL. (#152)

v3.5.0

19 May 13:28
313a3d5
Compare
Choose a tag to compare

Release Notes

Added

v3.4.3

09 May 16:06
f95a036
Compare
Choose a tag to compare

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

v3.4.2

28 Apr 11:25
381668c
Compare
Choose a tag to compare

Release Notes

Fixed

  • Fix the expert icon rendering to correctly display the provided image, or fallback to a default icon if the image is unavailable. (#119)

v3.4.1

25 Apr 18:21
4dae7a5
Compare
Choose a tag to compare

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

v3.4.0

18 Apr 05:57
bb8a416
Compare
Choose a tag to compare

Release Notes

Added

  • Ability to add reference document link for custom experts. (#99)

Fixed

  • Fixed plan mode tool name issue with plan_mode_response. (#100)
  • Updated package-lock for uuid. (#102)