Skip to content

Commit 8bba135

Browse files
committed
Update notice text to clarify request contents and bump version to 1.793.0
1 parent c053797 commit 8bba135

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Connect VS Code with chatbots (CWC)",
5-
"version": "1.792.0",
5+
"version": "1.793.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

apps/editor/src/views/settings/frontend/Home/Home.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export const Home: React.FC<Props> = (props) => {
439439
</Button>
440440
}
441441
>
442-
<Notice type="info">Sends the selected files.</Notice>
442+
<Notice type="info">A request includes the selected files.</Notice>
443443
{props.edit_context_configs.length == 0 && (
444444
<Notice type="warning">
445445
Add a configuration to use this feature.
@@ -494,7 +494,8 @@ export const Home: React.FC<Props> = (props) => {
494494
}
495495
>
496496
<Notice type="info">
497-
Sends the original file and the failed to apply code block.
497+
A request includes the original file and the failed to apply code
498+
block.
498499
</Notice>
499500
{props.intelligent_update_configs.length == 0 && (
500501
<Notice type="warning">
@@ -553,7 +554,8 @@ export const Home: React.FC<Props> = (props) => {
553554
}
554555
>
555556
<Notice type="info">
556-
Sends the selected files in a compacted form (~60% less tokens).
557+
A request includes the selected files in a compacted form (~60% less
558+
tokens).
557559
</Notice>
558560
{props.prune_context_configs.length == 0 && (
559561
<Notice type="warning">
@@ -591,7 +593,7 @@ export const Home: React.FC<Props> = (props) => {
591593
</Button>
592594
}
593595
>
594-
<Notice type="info">Sends the selected files.</Notice>
596+
<Notice type="info">A request includes the selected files.</Notice>
595597
{props.code_at_cursor_configs.length == 0 && (
596598
<Notice type="warning">
597599
Add a configuration to use this feature.
@@ -696,7 +698,7 @@ export const Home: React.FC<Props> = (props) => {
696698
}
697699
>
698700
<Notice type="info">
699-
Sends diffs of changed files and their original states.
701+
A request includes diffs of changed files and their original states.
700702
</Notice>
701703
{props.commit_messages_configs.length == 0 && (
702704
<Notice type="warning">

0 commit comments

Comments
 (0)