fix(webui): remove space before [1m] suffix in Gemini model names

The WebUI was generating model names like "gemini-3-flash [1m]" with a
space before the suffix, causing 404 errors when Claude Code used
sub-agents. Changed to "gemini-3-flash[1m]" (no space).

Fixes #97

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Badri Narayanan S
2026-01-11 11:16:37 +05:30
parent a06cd30f61
commit 7b921abb1d
2 changed files with 7 additions and 7 deletions