-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: unit-mesh/auto-dev-vscode
base: v0.3.3
head repository: unit-mesh/auto-dev-vscode
compare: master
Commits on Jun 3, 2024
-
refactor(team-prompts): move file reading inside try block
Moved the file reading operation inside the try block in TeamPromptsBuilder.ts to handle potential errors more effectively.
Configuration menu - View commit details
-
Copy full SHA for a6b69e6 - Browse repository at this point
Copy the full SHA a6b69e6View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf5a147 - Browse repository at this point
Copy the full SHA cf5a147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a26cda - Browse repository at this point
Copy the full SHA 4a26cdaView commit details
Commits on Jun 14, 2024
-
feat: better interactive experience (#55)
* chore: simplified launch steps * WIP: Refactoring main code * WIP: remove walkthroughs files * wip: optimize code * wip: complete codelens commands * wip: support chat history and slash command * wip: hide debugRunR command * wip: migration fix command * wip: migration more model providers * wip: perfect document * wip: add file ignore rules * wip: fix executeIns and quick search * test: fix test env
Configuration menu - View commit details
-
Copy full SHA for 9620fdf - Browse repository at this point
Copy the full SHA 9620fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c94ec76 - Browse repository at this point
Copy the full SHA c94ec76View commit details -
refactor(openaiProvider): remove unnecessary ts-ignore
Removed the @ts-ignore comment as it is no longer needed for the import statements.
Configuration menu - View commit details
-
Copy full SHA for df38b6f - Browse repository at this point
Copy the full SHA df38b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f838df - Browse repository at this point
Copy the full SHA 7f838dfView commit details -
docs(embedding): update deprecation comments with JSDoc links
Updated deprecation comments to use {@link LanguageModelsService} for better documentation and navigation.
Configuration menu - View commit details
-
Copy full SHA for ec59f51 - Browse repository at this point
Copy the full SHA ec59f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f35cf - Browse repository at this point
Copy the full SHA 69f35cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66a4f8 - Browse repository at this point
Copy the full SHA e66a4f8View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ebfe0e - Browse repository at this point
Copy the full SHA 9ebfe0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be24963 - Browse repository at this point
Copy the full SHA be24963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726e842 - Browse repository at this point
Copy the full SHA 726e842View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2070d4 - Browse repository at this point
Copy the full SHA e2070d4View commit details
Commits on Jun 27, 2024
-
feat: support fim special tokens configuration (#62)
* fix: support for chat.models override base configuration * fix: some non-functional bug * feat: support fim special tokens configuration
Configuration menu - View commit details
-
Copy full SHA for ccc47fb - Browse repository at this point
Copy the full SHA ccc47fbView commit details
Commits on Jul 5, 2024
-
fix(extension): fix hf local model and remote cache paths (#64)
* feat: add extension path join * docs: add some links * chore(sqlite3): add china proxy repo * fix(extension): fix hf local model and remote cache paths
Configuration menu - View commit details
-
Copy full SHA for 1d5c96f - Browse repository at this point
Copy the full SHA 1d5c96fView commit details -
feat(embedding): implement ILanguageModelProvider in LocalEmbeddingsP…
…rovider The LocalEmbeddingsProvider class now implements the ILanguageModelProvider interface. This includes the addition of several methods such as provideChatResponse, provideCompletionResponse, provideEmbedDocuments, and provideEmbedQuery. Also, a log message was added to indicate the completion of LanceDB indexing.
Configuration menu - View commit details
-
Copy full SHA for a7a1862 - Browse repository at this point
Copy the full SHA a7a1862View commit details
Commits on Jul 7, 2024
-
feat(search): add removeDocument method to Tfidf class
This commit introduces a new method, removeDocument, to the Tfidf class in the code-search module. This method allows for the removal of a document from the documents array using a key. If the document is found and removed, the idfCache is invalidated.
Configuration menu - View commit details
-
Copy full SHA for 9b63fcd - Browse repository at this point
Copy the full SHA 9b63fcdView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6a92b4 - Browse repository at this point
Copy the full SHA c6a92b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebfa8f - Browse repository at this point
Copy the full SHA 3ebfa8fView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddff9fb - Browse repository at this point
Copy the full SHA ddff9fbView commit details
Commits on Jul 11, 2024
-
fix(commandsService): swap SemanticSearchKeyword and SemanticSearchCo…
…de methods Switch the functionality of `codespaceCodeAnalysis` and `codespaceKeywordsAnalysis` methods in `commandsService.ts`. Now `codespaceCodeAnalysis` uses `SemanticSearchCode` and `codespaceKeywordsAnalysis` uses `SemanticSearchKeyword`.
Configuration menu - View commit details
-
Copy full SHA for f87dbc7 - Browse repository at this point
Copy the full SHA f87dbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8e2d2 - Browse repository at this point
Copy the full SHA 3e8e2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a6c80 - Browse repository at this point
Copy the full SHA 15a6c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebaf37c - Browse repository at this point
Copy the full SHA ebaf37cView commit details
Commits on Jul 13, 2024
-
feat(chatView): auto add selected code to chat panel when shortcut (c…
…trl + l) or the menu * When the chat is opened via the shortcut (ctrl + l) or the menu, the selected code is automatically added to the chat panel. * refactor: Add autodev.quickChat command
Configuration menu - View commit details
-
Copy full SHA for c0c97ef - Browse repository at this point
Copy the full SHA c0c97efView commit details
Commits on Jul 16, 2024
-
refactor(chatView): Enhance chatView by avoiding webview destruction …
…and boosting operation speed (#70) * refactor(chatView): Enhance chatView by avoiding webview destruction and boosting operation speed * Optimize chatView request: Switch from loop waiting to waiting for chatView onLoad
Configuration menu - View commit details
-
Copy full SHA for 053680a - Browse repository at this point
Copy the full SHA 053680aView commit details
Commits on Jul 19, 2024
-
refactor(JaccardSimilarity): extend new Similarity abstract class
JaccardSimilarity class now extends a new abstract class, Similarity. The `tokenLevelJaccardSimilarity` method has been renamed to `computeInputSimilarity` to match the abstract method in the Similarity class. The `tokenize` method has been moved to the Similarity class. All references to `tokenLevelJaccardSimilarity` have been updated to `computeInputSimilarity`.
Configuration menu - View commit details
-
Copy full SHA for 220e40f - Browse repository at this point
Copy the full SHA 220e40fView commit details -
refactor(code-search): replace Similarity with TokenizedSimilarity in…
… JaccardSimilarity The Similarity class has been renamed to TokenizedSimilarity and the JaccardSimilarity class now extends from this new class. Additionally, a new Similarity interface has been introduced.
Configuration menu - View commit details
-
Copy full SHA for fa7c84a - Browse repository at this point
Copy the full SHA fa7c84aView commit details -
feat(code-search): implement BM25 similarity algorithm
Implements the BM25 Similarity algorithm in the `BM25Similarity.ts` file, which extends the `TokenizedSimilarity` class. This algorithm enhances the computation of input similarity for code search queries. It includes the calculation of IDF (Inverse Document Frequency) and BM25 scoring to improve the relevance of search results.
Configuration menu - View commit details
-
Copy full SHA for 6a9175c - Browse repository at this point
Copy the full SHA 6a9175cView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf70e1 - Browse repository at this point
Copy the full SHA adf70e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5cc1e - Browse repository at this point
Copy the full SHA 7c5cc1eView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67ea88c - Browse repository at this point
Copy the full SHA 67ea88cView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f36e14 - Browse repository at this point
Copy the full SHA 5f36e14View commit details -
refactor(language): update language configuration structure
- Update file paths and interface names for clarity. - Modify ProviderContainer configuration for new language support. - Adjust LanguageProfile interface properties and queries.
Configuration menu - View commit details
-
Copy full SHA for 021a70a - Browse repository at this point
Copy the full SHA 021a70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f38d493 - Browse repository at this point
Copy the full SHA f38d493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963f2d6 - Browse repository at this point
Copy the full SHA 963f2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e66a3 - Browse repository at this point
Copy the full SHA 21e66a3View commit details -
Merge branch 'master' of https://github.com/unit-mesh/auto-dev-vscode …
…into NewMaster
Configuration menu - View commit details
-
Copy full SHA for 312d986 - Browse repository at this point
Copy the full SHA 312d986View commit details
Commits on Aug 22, 2024
-
chore: remove vsc-extension-quickstart.md file
Automate builds by setting up Continuous Integration.
Configuration menu - View commit details
-
Copy full SHA for 5c78d19 - Browse repository at this point
Copy the full SHA 5c78d19View commit details -
style(gui): update text and button labels
- Update text and button labels for consistency and clarity.
Configuration menu - View commit details
-
Copy full SHA for 53531d4 - Browse repository at this point
Copy the full SHA 53531d4View commit details -
feat(language): add Rust language profile
Add Rust language profile with syntax queries and language-specific configurations.
Configuration menu - View commit details
-
Copy full SHA for 28e13e9 - Browse repository at this point
Copy the full SHA 28e13e9View commit details -
docs(development): add checklist for adding new language support
Add checklist for adding a new language to the development documentation.
Configuration menu - View commit details
-
Copy full SHA for f73a13f - Browse repository at this point
Copy the full SHA f73a13fView commit details
Commits on Aug 23, 2024
-
feat: add comprehensive code examples in Kotlin, Rust, and C#
- Added code examples covering variables, functions, control flow, classes, enums, generics, error handling, and more in Kotlin, Rust, and C#.
Configuration menu - View commit details
-
Copy full SHA for 0580609 - Browse repository at this point
Copy the full SHA 0580609View commit details
Commits on Aug 29, 2024
-
[AddNewCodelens]:Add new codelen item name is "AutoMethod"
To Complet the codes of the method.
Configuration menu - View commit details
-
Copy full SHA for 36b1252 - Browse repository at this point
Copy the full SHA 36b1252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4193a9a - Browse repository at this point
Copy the full SHA 4193a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09eba65 - Browse repository at this point
Copy the full SHA 09eba65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 217c4c7 - Browse repository at this point
Copy the full SHA 217c4c7View commit details -
Merge pull request #76 from a793181018/NewMaster
[AddNewLanguageSupport]:Add Csharp Language Support
Configuration menu - View commit details
-
Copy full SHA for dae578c - Browse repository at this point
Copy the full SHA dae578cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ee29f - Browse repository at this point
Copy the full SHA a1ee29fView commit details
There are no files selected for viewing