mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Merge pull request #452 from aaaaron/feat/gemini-adapter-improvements
feat(adapters/gemini-local): Gemini CLI adapter with auth, skills, and sandbox support
This commit is contained in:
commit
2b4d82bfdd
40 changed files with 2295 additions and 27 deletions
|
|
@ -26,6 +26,7 @@ export const AGENT_ADAPTER_TYPES = [
|
|||
"http",
|
||||
"claude_local",
|
||||
"codex_local",
|
||||
"gemini_local",
|
||||
"opencode_local",
|
||||
"pi_local",
|
||||
"cursor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue