|
2 | 2 | "name": "gemini-coder", |
3 | 3 | "displayName": "Code Web Chat", |
4 | 4 | "description": "Superfast AI coding (CWC)", |
5 | | - "version": "1.626.0", |
| 5 | + "version": "1.627.0", |
6 | 6 | "scripts": { |
7 | 7 | "build": "npx vsce package --no-dependencies", |
8 | 8 | "vscode:prepublish": "rimraf out && npm run compile", |
|
536 | 536 | "type": "string", |
537 | 537 | "scope": "resource", |
538 | 538 | "description": "Style and conventions (e.g. Conventional Commits, gitmoji) for generated commit messages.", |
539 | | - "default": "Write a brief and precise summary for the changes, limited to a single sentence if possible and nothing else. Use an imperative tone to ensure clarity and focus on the primary change or purpose." |
| 539 | + "default": "Write a brief and precise summary for the changes, limited to a single sentence, if possible and nothing else. Use an imperative tone to ensure clarity and focus on the primary change or purpose." |
540 | 540 | }, |
541 | 541 | "codeWebChat.commitMessageAutoAcceptAfter": { |
542 | 542 | "type": "number", |
|
578 | 578 | "scope": "resource", |
579 | 579 | "description": "Style of generated code blocks in \"Edit context\" mode.", |
580 | 580 | "default": { |
581 | | - "whole": "Whenever showing a new or updated file, provide brief explanation, then print path in a markdown heading (e.g. ### File: `src/index.ts`), followed by a markdown code block with full contents—as I have a disability which means I can't type and need to be able to just copy and paste.", |
582 | | - "truncated": "Whenever showing a new or updated file, provide brief explanation, then print path in a markdown heading (e.g. ### File: `src/index.ts`), followed by a markdown code block with truncated contents—as a space saving measure (unchanged parts should be hidden behind ellipsis comments, e.g. \"// ...\").", |
| 581 | + "whole": "Whenever showing a new or updated file, provide brief explanation, then print path in a markdown heading (e.g. ### New file `src/index.ts`, ### Updated file: `src/index.ts`), followed by a markdown code block with full contents—as I have a disability which means I can't type and need to be able to just copy and paste.", |
| 582 | + "truncated": "Whenever showing a new or updated file, provide brief explanation, then print path in a markdown heading (e.g. ### New file: `src/index.ts`, ### Updated file: `src/index.ts`), followed by a markdown code block with truncated contents—as a space saving measure unchanged parts should be hidden behind ellipsis comments, e.g. \"// ...\".", |
583 | 583 | "diff": "Whenever showing a new or updated file, provide brief explanation and print the Unified Diff within a markdown code block. Example: \nThe count variable has been incremented.\n```diff\n--- a/file.py\n+++ b/file.py\n@@ -2,1 +2,1 @@\n-count = 10\n+count = 20\n```" |
584 | 584 | }, |
585 | 585 | "properties": { |
|
0 commit comments