paperclip/packages/adapters
Ege Chelebi 41059841f1
feat(gemini-local): add Gemini 3.1 Pro models to gemini-local adapter (#1602)
**Thinking path**

The gemini_local adapter's model dropdown
(packages/adapters/gemini-local/src/index.ts)
still lists only Gemini 2.x. Google has since shipped the Gemini 3.1 Pro
family, so users
can't pick the current flagship from the dashboard and instead hit
ModelNotFoundError when
they type an ID by hand (#1506). The adapter passes the selected string
straight to
`gemini --model`, so the fix is to surface the valid 3.1 Pro IDs in the
list.

**What I did**
Added two entries to the `models` array, above the existing 2.x entries:
- `gemini-3.1-pro-preview` — Gemini 3.1 Pro (Preview)
- `gemini-3.1-pro-preview-customtools` — custom-tools variant, tuned for
agentic/tool use

**Why it matters**
Users can select the current flagship 3.1 Pro (and its custom-tools
endpoint) directly,
instead of guessing IDs and hitting ModelNotFoundError.

**How to verify**
Open the gemini_local model dropdown in the dashboard; both entries
appear above the 2.5
entries and run against `gemini --model <id>` without error.

**Risks**
Minimal — additive, single-file change to a static list; nothing
removed. Both IDs are
confirmed-valid Google API identifiers.

Fixes #1506.
2026-07-01 11:25:25 -07:00
..
acpx-local build(deps): bump acpx from 0.6.1 to 0.11.2 (#8741) 2026-06-30 10:11:40 -07:00
claude-local Fix sandboxed Claude and Codex probe behavior (#8775) 2026-06-30 08:41:50 -07:00
codex-local Add reusable sandbox custom images (#8794) 2026-06-30 09:57:49 -07:00
cursor-cloud
…
cursor-local fix(cursor): coalesce streamed assistant text into prose blocks (#8544) 2026-06-26 15:20:24 -05:00
gemini-local feat(gemini-local): add Gemini 3.1 Pro models to gemini-local adapter (#1602) 2026-07-01 11:25:25 -07:00
grok-local Add ephemeral sandbox runtime status plumbing (#8593) 2026-06-24 23:17:39 -07:00
hermes fix(adapters/hermes-gateway): improve onboarding configuration (#8678) 2026-06-26 22:11:16 -05:00
hermes-gateway [codex] Add built-in Hermes adapters (#8543) 2026-06-26 16:04:58 -05:00
openclaw-gateway fix(openclaw-gateway): drop root paperclip params (#4416) 2026-06-23 16:32:15 -07:00
opencode-local [codex] Add built-in Hermes adapters (#8543) 2026-06-26 16:04:58 -05:00
pi-local Add ephemeral sandbox runtime status plumbing (#8593) 2026-06-24 23:17:39 -07:00
AUTHORING.md
…