chore: update code template for Droid (Factory CLI)
This commit is contained in:
@@ -49,9 +49,10 @@ You can use it like `fence -t code -- claude`.
|
|||||||
|-------|--------| ----- |
|
|-------|--------| ----- |
|
||||||
| Claude Code | `code` | - |
|
| Claude Code | `code` | - |
|
||||||
| Codex | `code` | - |
|
| Codex | `code` | - |
|
||||||
| Cursor Agent | `code-relaxed` | Node.js/undici doesn't respect HTTP_PROXY |
|
|
||||||
| Gemini CLI | `code` | - |
|
| Gemini CLI | `code` | - |
|
||||||
| OpenCode | `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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
"opencode.ai",
|
"opencode.ai",
|
||||||
"api.opencode.ai",
|
"api.opencode.ai",
|
||||||
|
|
||||||
|
// Factory CLI (droid)
|
||||||
|
"*.factory.ai",
|
||||||
|
"api.workos.com",
|
||||||
|
|
||||||
// Cursor API
|
// Cursor API
|
||||||
"*.cursor.sh",
|
"*.cursor.sh",
|
||||||
|
|
||||||
@@ -84,6 +88,9 @@
|
|||||||
// Gemini CLI
|
// Gemini CLI
|
||||||
"~/.gemini/**",
|
"~/.gemini/**",
|
||||||
|
|
||||||
|
// Factory CLI (droid)
|
||||||
|
"~/.factory/**",
|
||||||
|
|
||||||
// Package manager caches
|
// Package manager caches
|
||||||
"~/.npm/_cacache",
|
"~/.npm/_cacache",
|
||||||
"~/.cache",
|
"~/.cache",
|
||||||
|
|||||||
Reference in New Issue
Block a user