chore: update code template for Droid (Factory CLI)

This commit is contained in:
JY Tan
2026-02-01 12:16:31 -08:00
parent 20b7718ce8
commit cef3576076
2 changed files with 9 additions and 1 deletions

View File

@@ -49,9 +49,10 @@ You can use it like `fence -t code -- claude`.
|-------|--------| ----- |
| Claude Code | `code` | - |
| Codex | `code` | - |
| Cursor Agent | `code-relaxed` | Node.js/undici doesn't respect HTTP_PROXY |
| Gemini CLI | `code` | - |
| OpenCode | `code` | - |
| Droid | `code` | - |
| Cursor Agent | `code-relaxed` | Node.js/undici doesn't respect HTTP_PROXY |
These configs can drift as agents evolve. If you encounter false positives on blocked requests or want a CLI agent listed, please open an issue or PR.

View File

@@ -18,6 +18,10 @@
"opencode.ai",
"api.opencode.ai",
// Factory CLI (droid)
"*.factory.ai",
"api.workos.com",
// Cursor API
"*.cursor.sh",
@@ -84,6 +88,9 @@
// Gemini CLI
"~/.gemini/**",
// Factory CLI (droid)
"~/.factory/**",
// Package manager caches
"~/.npm/_cacache",
"~/.cache",