Skip to content

Commit 0b0b13d

Browse files
committed
Bump the extension version to 1.309.0
1 parent 5e3527f commit 0b0b13d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
**Four points why go non-agentic**
1919

2020
- **Great software is a chain of carefully considered decisions.** Because LLMs can't truly reason and don't know their own limitations, delegating decision-making may create hard-to-debug weak links; furthermore a lack of practice may impair our own abilities in creating strong ones.
21-
- **Context, once polluted, won't recover.** When the model gets your intent wrong, adjust included files, instructions and start afresh. Telling the model it is wrong only yields meaningless trained-in apologies.
2221
- **Programming is about building mental models.** Being right about what to show to the model leads to predictability of outputs. Getting the job done in a single turn is an ultimate goal.
22+
- **Context, once polluted, won't recover.** When the model gets your intent wrong, adjust included files, instructions and start afresh. Telling the model it is wrong only yields meaningless trained-in apologies.
2323
- **Agents are expensive and can fail you.** Pattern-matching technology backinig them is sufficient and encouraging when you start, but with ever-increasing complexity of a real-world projects you may get stuck in unseen in training datasets territories. Your bills can skyrocket when you happen to run in circles.
2424

2525
**Guiding principles**

packages/vscode/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 (CWC)",
44
"description": "Free AI pair programming",
5-
"version": "1.308.0",
5+
"version": "1.309.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)