- Added 'HAI Tasks' module with enhancement and bug fixes.
- Added support for Claude Sonnet 4.5 with a 1 million token context window and tiered pricing.
- Merged changes from Cline 3.26.6 (see changelog).
- Merged changes from Cline 3.20.3 (see changelog).
- Added support for Claude Sonnet 4 with a 1 million token context window and tiered pricing.
- Added support for the Amazon Titan Embed Text V2 model.
- Made the embedding configuration optional with the new
noneattribute. - Introduced new expert integrations: AWS CDK, CloudFormation, Docker, GitHub Actions, Helm, Kubernetes, and Serverless Framework.
- Resolved an issue where the Specifai MCP Server was not visible in the marketplace after being uninstalled.
- Fixed problems with default Langfuse tracing not functioning correctly.
- Ensured proper removal of expert document links from the vector store.
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
- Add optional CorMatrix integration for AI code origin tracking
- Added DeepCrawl and
custom_expert_contexttool for expert-specific RAG by recursively retrieving and storing sublinks in the vector DB
- Fixed an issue where the
find_relevant_filestool was not triggered even when indexing was enabled
- Merged changes from Cline 3.17.5 (see changelog).
- Added
.hai.configto support external overrides for telemetry configuration
- Replaced
baseUrlwithendpointfor AzureOpenAI to eliminate the need to manually append/openaito the URL.
- Merged changes from Cline 3.15.1 (see changelog).
- Updated AzureOpenAI (OpenAI-Compatible) to support URLs with domains other than .com.
- 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.
- Refined the usage behavior of the find_relevant_files tool to avoid triggering on general queries.
- Replaced the AutoSave feature in settings with a clear 'Done' button to explicitly save configuration changes, providing better user clarity and control.
- Fixed an issue where the welcome view was not displayed when resetting the application state.
- Disabled the prompt cache by default.
- Changed anonymous usage report permission to be set globally instead of at the workspace level.
- Fix the expert icon rendering to correctly display the provided image, or fallback to a default icon if the image is unavailable.
- Marking the HAI tasks as 'Completed' upon successful execution.
- Modified default experts folder structure for easier contribution.
- Fixed issue with HTML rendering during fuzzy search.
- Fixed Inline edit not working.
- Typo fix in system prompt.
- Ability to add reference document link for custom experts.
- Fixed plan mode tool name issue with plan_mode_response.
- Fixed an issue where the find-files-agent returned empty files even after indexing.
- Enabled prompt caching by default for Bedrock.
- Set the V3 prompt as the default in settings.
- Implemented token tracking usage through telemetry
- Integrated Specifai MCP server.
- Automatically sync custom experts when users manually update or delete experts.
- Added validation to ensure the file exists before deleting it from the context directory.
- Added schema validation for expert data.
- Refactored the code to support installation and integration with any custom MCP server.
- Implemented the Experts feature, allowing users to create their own expert or utilize an existing one.
- Added system prompt optimization
- Removed random gif in notify for dev release
- Merged changes from Cline 3.4.0 (see changelog).
- Added feature to prevent reading sensitive files
- Added autosave settings
- Added an option to enable or disable the inline editing feature from settings
- Updated code indexing notification with user controls and a privacy warning
- Removed custom instructions upload and added quick start for .hairules
- Merged changes from Cline 3.2.13 (see changelog).
- Introduced the experimental Ollama embedding provider.
- Added functionality to start, stop, and reset indexing for a better user experience.
- Fixed multiple code indexing background tasks being triggered.
- Fixed an undefined issue in custom instructions (when no workspace is present).
- Fixed the faiss-node import issue.
- 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)
- Fixed AWS Bedrock session token preserved in the global state
- Fixed unnecessary LLM and embedding validation occurring on every indexing update
- Fixed issue causing the extension host to terminate unexpectedly
- Fixed LLM and embedding validation errors appearing on the welcome page post-installation
- Fixed embedding configuration incorrectly validating when an LLM model name is provided
- Fixed errors encountered during code context processing and indexing operations
- 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.