Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support ai inline chat #3378

Merged
merged 14 commits into from
Mar 6, 2024
Merged

feat: support ai inline chat #3378

merged 14 commits into from
Mar 6, 2024

Conversation

Ricbet
Copy link
Member

@Ricbet Ricbet commented Mar 5, 2024

Types

  • 🎉 New Features

Background or solution

  • 支持 inline chat 功能
  • 支持通过 contribution api
  • 新增是否默认显示 inline chat 的配置项(默认开启)
  • 支持快捷键触发(cmd + i)

Changelog

@Ricbet Ricbet added v3 OpenSumi 3.0 AI labels Mar 5, 2024
@Ricbet Ricbet requested review from erha19, bytemain and winjo March 5, 2024 03:07
@Ricbet Ricbet self-assigned this Mar 5, 2024
Copy link

railway-app bot commented Mar 5, 2024

This PR is being deployed to Railway 🚅

core: ◻️ REMOVED

@opensumi opensumi bot added the 🎨 feature feature required label Mar 5, 2024
@Ricbet Ricbet changed the title feat: support ai inline chat WIP: feat: support ai inline chat Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 5.26316% with 108 lines in your changes are missing coverage. Please review.

Project coverage is 58.09%. Comparing base (146a76c) to head (93087b7).

Files Patch % Lines
...widget/inline-chat/inline-chat.feature.registry.ts 0.00% 24 Missing and 1 partial ⚠️
.../browser/widget/inline-chat/inline-chat.service.ts 0.00% 25 Missing ⚠️
packages/ai-native/src/browser/types.ts 0.00% 15 Missing ⚠️
...ackages/ai-native/src/browser/ai-native.service.ts 0.00% 11 Missing ⚠️
packages/ai-native/src/browser/index.ts 0.00% 10 Missing ⚠️
...browser/contextkey/ai-native.contextkey.service.ts 0.00% 8 Missing ⚠️
...ges/core-browser/src/components/ai-native/index.ts 0.00% 6 Missing ⚠️
packages/core-browser/src/contextkey/ai-native.ts 0.00% 3 Missing ⚠️
packages/ai-native/src/common/index.ts 0.00% 2 Missing ⚠️
...kages/core-node/src/ai-native/base-back.service.ts 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3378      +/-   ##
==========================================
- Coverage   58.16%   58.09%   -0.07%     
==========================================
  Files        1403     1413      +10     
  Lines       86640    86752     +112     
  Branches    17903    17908       +5     
==========================================
+ Hits        50391    50398       +7     
- Misses      32966    33070     +104     
- Partials     3283     3284       +1     
Flag Coverage Δ
jsdom 52.95% <5.26%> (-0.07%) ⬇️
node 17.83% <5.26%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ricbet Ricbet changed the title WIP: feat: support ai inline chat feat: support ai inline chat Mar 5, 2024
erha19
erha19 previously approved these changes Mar 6, 2024
Copy link
Member

@erha19 erha19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ricbet Ricbet merged commit fc686e4 into main Mar 6, 2024
12 checks passed
@Ricbet Ricbet deleted the feat/support-inline-chat branch March 6, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI 🎨 feature feature required v3 OpenSumi 3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants