Skip to content

Commit d304860

Browse files
committed
Refine the default instructions for "Edit context" mode to improve clarity and formatting by using markdown headings for file paths
1 parent 9e25a9c commit d304860

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/vscode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Superfast AI coding (CWC)",
5-
"version": "1.619.0",
5+
"version": "1.620.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",
@@ -582,9 +582,9 @@
582582
"scope": "resource",
583583
"description": "Style of generated code blocks in \"Edit context\" mode.",
584584
"default": {
585-
"whole": "Whenever showing a new or updated file, print its path and a Markdown Code Block with file's full contents—as I have a disability which means I can't type and need to be able to just copy and paste. Provide brief explanations to the proposed changes.",
586-
"truncated": "Whenever showing a new or updated file, print its path and a Markdown Code Block with truncated file's contents. To save space, unchanged parts should be hidden behind ellipsis comments, e.g. \"// ...\". Provide brief explanations to the proposed changes.",
587-
"diff": "Whenever showing a new or updated file, use the the unified diff within a Markdown Code Block. Provide brief explanations to the proposed changes."
585+
"whole": "Whenever showing a new or updated file: provide a brief explanation, use markdown heading for its path, and markdown code block for its full contents—as I have a disability which means I can't type and need to be able to just copy and paste.",
586+
"truncated": "Whenever showing a new or updated file: provide a brief explanation, use markdown heading for its path, and markdown code block for its truncated contents—as a space saving measure (unchanged parts should be hidden behind ellipsis comments, e.g. \"// ...\").",
587+
"diff": "Whenever showing a new or updated file: provide a brief explanation, and use unified diff within markdown code block."
588588
},
589589
"properties": {
590590
"whole": {

0 commit comments

Comments
 (0)