delta-cloud-208e
4b70384863
release: Gemini CLI v0.39.1 (6 patches)
2026-04-25 05:34:40 +00:00
delta-cloud-208e
0a3de88e65
fix(gemini): conseca.toml enum value autoEdit, not auto_edit
...
Gemini v0.35+ accepts only camelCase 'autoEdit' in safety_checker modes
(strict zod schema). Older patcher inserted snake_case 'auto_edit' which
blocks gemini startup with: "Invalid enum value. Expected 'default' |
'autoEdit' | 'yolo' | 'plan', received 'auto_edit'".
Changes:
- conseca.toml writer now emits 'autoEdit'
- self-heal: detect existing 'auto_edit' on disk and rewrite to 'autoEdit'
- settingsSchema.js patcher: accept both 'auto_edit' (v0.32.x) and
'autoEdit' (v0.35+) source variants
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-21 10:16:37 +00:00
delta-cloud-208e
4e2408e048
release: Gemini CLI v0.35.3 (6 patches)
2026-03-31 03:01:33 +00:00
delta-cloud-208e
6e3f963d9b
release: Gemini CLI v0.35.2 (6 patches)
2026-03-27 03:09:57 +00:00
delta-cloud-208e
5ddf29ab12
release: Gemini CLI v0.33.1 (6 patches)
2026-03-13 20:11:43 +00:00
delta-cloud-208e
cc97606c38
feat(gemini): add Target 10-13 — patch model defaults, UI, compression
...
- Target 10: override DEFAULT_GEMINI_MODEL/FLASH/LITE/AUTO in models.js
- Target 11: fix hardcoded model names in ModelDialog.js
- Target 12: fix compression config aliases in chatCompressionService.js
- Target 13: fix example model name in AgentConfigDialog.js
Covers all 16+ locations where gemini-2.5 was used as fallback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 09:46:50 +00:00
delta-cloud-208e
72ac0d75a0
chore: fix file permissions (644 → 755)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 07:46:35 +00:00
delta-cloud-208e
4a8892b523
release: Gemini CLI v0.32.1 (6 patches)
2026-03-07 09:24:01 +00:00
delta-cloud-208e
3c3bfe6699
release: Gemini CLI v0.32.1 (6 patches)
2026-03-07 08:01:24 +00:00
delta-cloud-208e
fd50097351
release: Gemini CLI v0.32.1 (6 patches)
2026-03-07 07:41:15 +00:00
delta-cloud-208e
61c3ec1042
release: Gemini CLI v0.32.1 (6 patches)
2026-03-07 06:25:05 +00:00
delta-cloud-208e
1513e3a97d
feat: add Gemini CLI Patcher to unlimitedcoding
...
- New gemini/ section with patcher, config, installers
- One-line install: curl | sudo bash
- 6 patch targets (API URLs, auth, telemetry, env vars)
- Supports gemini-2.5-pro/flash, gemini-3-pro/flash-preview
- Updated Products table: Gemini CLI → Active (v0.29.5)
- README in English and Russian
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 17:37:23 +00:00