unit-mesh / auto-dev-vscode

AutoDev - 🧙‍the AI-powered coding wizard . Put the most loved AutoDev AI assistant into your VSCode, and have things done quickly
http://vscode.unitmesh.cc/
MIT License
234 stars 38 forks source link

feat: better interactive experience #55

Closed zhengxs2018 closed 3 months ago

zhengxs2018 commented 3 months ago
  1. Enable or disable chat view
  2. Chat view title show icons
  3. Support chat history
  4. Highlight code sent to the chat view
  5. Support for inserting code from a chat into a file
  6. Support CodeLenses expand and collapse
  7. Optimize context menus
  8. Support ollama provider
  9. Easier customization of model service providers and model
  10. and more.
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 17.66180% with 5916 lines in your changes missing coverage. Please review.

Project coverage is 14.80%. Comparing base (4a26cda) to head (407f117).

Files Patch % Lines
src/commands/commandsService.ts 0.00% 387 Missing :warning:
src/action/providers/AutoDevCodeLensProvider.ts 0.00% 263 Missing :warning:
src/AutoDevExtension.ts 0.00% 225 Missing :warning:
...common/language-models/providers/openaiProvider.ts 0.00% 211 Missing :warning:
src/code-search/refreshIndex.ts 0.00% 188 Missing :warning:
...anguage-models/providers/hgTransformersProvider.ts 0.00% 180 Missing :warning:
...n/providers/AutoDevCodeInlineCompletionProvider.ts 0.00% 173 Missing :warning:
...common/language-models/providers/ollamaProvider.ts 0.00% 142 Missing :warning:
...se/common/language-models/languageModelsService.ts 0.00% 137 Missing :warning:
.../base/common/configuration/configurationService.ts 0.00% 129 Missing :warning:
... and 146 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #55 +/- ## ========================================== + Coverage 13.91% 14.80% +0.89% ========================================== Files 342 348 +6 Lines 33255 34397 +1142 Branches 867 873 +6 ========================================== + Hits 4626 5094 +468 - Misses 28629 29303 +674 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.