Skip to content

Commit c1d758d

Browse files
authored
chore: update gemini-3.1-flash-lite-preview to GA model ID (#81)
Signed-off-by: Aleksandr Suvorov <asuvorov@hensu.io>
1 parent 0d7eb6f commit c1d758d

7 files changed

Lines changed: 22 additions & 21 deletions

File tree

.claude/commands/assess-gemini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Token rule: see `01-model-coordination.md` §2. Do NOT `Read` files just to conf
99

1010
1. **List disputed claims** lacking `path:line`. Skip if all claims already cited concretely.
1111

12-
2. **Query Gemini** (`mcp__gemini__ask-gemini`, `gemini-3.1-flash-lite-preview`) — only if step 1 non-empty:
12+
2. **Query Gemini** (`mcp__gemini__ask-gemini`, `gemini-3.1-flash-lite`) — only if step 1 non-empty:
1313
> Back prior claims with exact `path:line-range` + quoted block. No re-argument, no new claims, no fabrication.
1414
1515
3. **Assess** (one line per disputed claim):

.claude/rules/01-model-coordination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ping `mcp__gemini__ping` at session start.
1414

1515
## Model Routing
1616

17-
- **Discovery / Indexing:** `gemini-3.1-flash-lite-preview`
17+
- **Discovery / Indexing:** `gemini-3.1-flash-lite`
1818
- **Logic / Refactoring:** `gemini-3.1-pro-preview`
1919

2020
## Discovery Rule (Dual-Model)

.cursor/rules/01-model-coordination.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ping `mcp__gemini__ping` at session start.
1818

1919
## Model Routing
2020

21-
- **Discovery / Indexing:** `gemini-3.1-flash-lite-preview`
21+
- **Discovery / Indexing:** `gemini-3.1-flash-lite`
2222
- **Logic / Refactoring:** `gemini-3.1-pro-preview`
2323

2424
## Discovery Rule (Dual-Model)

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ publicKey.pem
7777
.mem/
7878
/.claude/projects/
7979
/.claude/tmp/
80+
/.claude/plans/
8081

8182
# Local MCP overrides
8283
.mcp.local.json

docs/dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ Models.GPT_4_TURBO // gpt-4-turbo
948948
Models.GPT_4O // gpt-4o
949949

950950
// Google Gemini
951-
Models.GEMINI_3_1_FLASH_LITE // gemini-3.1-flash-lite-preview
951+
Models.GEMINI_3_1_FLASH_LITE // gemini-3.1-flash-lite
952952
Models.GEMINI_3_1_PRO // gemini-3.1-pro-preview
953953
Models.GEMINI_2_5_FLASH // gemini-2.5-flash
954954
Models.GEMINI_2_5_PRO // gemini-2.5-pro

hensu-dsl/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -173,22 +173,22 @@ working-dir/
173173

174174
The `Models` object provides constants for supported AI models:
175175

176-
| Constant | Model ID |
177-
|--------------------------------|-----------------------------------|
178-
| `Models.CLAUDE_OPUS_4_6` | `claude-opus-4-6` |
179-
| `Models.CLAUDE_OPUS_4_5` | `claude-opus-4-5` |
180-
| `Models.CLAUDE_SONNET_4_6` | `claude-sonnet-4-6` |
181-
| `Models.CLAUDE_SONNET_4_5` | `claude-sonnet-4-5` |
182-
| `Models.CLAUDE_HAIKU_4_5` | `claude-haiku-4-5` |
183-
| `Models.GPT_4` | `gpt-4` |
184-
| `Models.GPT_4_TURBO` | `gpt-4-turbo` |
185-
| `Models.GPT_4O` | `gpt-4o` |
186-
| `Models.GEMINI_3_1_FLASH_LITE` | `gemini-3.1-flash-lite-preview` |
187-
| `Models.GEMINI_3_1_PRO` | `gemini-3.1-pro-preview` |
188-
| `Models.GEMINI_2_5_FLASH` | `gemini-2.5-flash` |
189-
| `Models.GEMINI_2_5_PRO` | `gemini-2.5-pro` |
190-
| `Models.DEEPSEEK_CHAT` | `deepseek-chat` |
191-
| `Models.DEEPSEEK_CODER` | `deepseek-coder` |
176+
| Constant | Model ID |
177+
|--------------------------------|--------------------------|
178+
| `Models.CLAUDE_OPUS_4_6` | `claude-opus-4-6` |
179+
| `Models.CLAUDE_OPUS_4_5` | `claude-opus-4-5` |
180+
| `Models.CLAUDE_SONNET_4_6` | `claude-sonnet-4-6` |
181+
| `Models.CLAUDE_SONNET_4_5` | `claude-sonnet-4-5` |
182+
| `Models.CLAUDE_HAIKU_4_5` | `claude-haiku-4-5` |
183+
| `Models.GPT_4` | `gpt-4` |
184+
| `Models.GPT_4_TURBO` | `gpt-4-turbo` |
185+
| `Models.GPT_4O` | `gpt-4o` |
186+
| `Models.GEMINI_3_1_FLASH_LITE` | `gemini-3.1-flash-lite` |
187+
| `Models.GEMINI_3_1_PRO` | `gemini-3.1-pro-preview` |
188+
| `Models.GEMINI_2_5_FLASH` | `gemini-2.5-flash` |
189+
| `Models.GEMINI_2_5_PRO` | `gemini-2.5-pro` |
190+
| `Models.DEEPSEEK_CHAT` | `deepseek-chat` |
191+
| `Models.DEEPSEEK_CODER` | `deepseek-coder` |
192192

193193
## Documentation
194194

hensu-dsl/src/main/kotlin/io/hensu/dsl/builders/Models.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Models {
2525
const val GPT_4O = "gpt-4o"
2626

2727
// Google Gemini models
28-
const val GEMINI_3_1_FLASH_LITE = "gemini-3.1-flash-lite-preview"
28+
const val GEMINI_3_1_FLASH_LITE = "gemini-3.1-flash-lite"
2929
const val GEMINI_3_1_PRO = "gemini-3.1-pro-preview"
3030
const val GEMINI_2_5_FLASH = "gemini-2.5-flash"
3131
const val GEMINI_2_5_PRO = "gemini-2.5-pro"

0 commit comments

Comments
 (0)