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` | - | | 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.

View File

@@ -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",