Skip to content

Commit cef3576

Browse files
committed
chore: update code template for Droid (Factory CLI)
1 parent 20b7718 commit cef3576

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/agents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ You can use it like `fence -t code -- claude`.
4949
|-------|--------| ----- |
5050
| Claude Code | `code` | - |
5151
| Codex | `code` | - |
52-
| Cursor Agent | `code-relaxed` | Node.js/undici doesn't respect HTTP_PROXY |
5352
| Gemini CLI | `code` | - |
5453
| OpenCode | `code` | - |
54+
| Droid | `code` | - |
55+
| Cursor Agent | `code-relaxed` | Node.js/undici doesn't respect HTTP_PROXY |
5556

5657
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.
5758

internal/templates/code.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"opencode.ai",
1919
"api.opencode.ai",
2020

21+
// Factory CLI (droid)
22+
"*.factory.ai",
23+
"api.workos.com",
24+
2125
// Cursor API
2226
"*.cursor.sh",
2327

@@ -84,6 +88,9 @@
8488
// Gemini CLI
8589
"~/.gemini/**",
8690

91+
// Factory CLI (droid)
92+
"~/.factory/**",
93+
8794
// Package manager caches
8895
"~/.npm/_cacache",
8996
"~/.cache",

0 commit comments

Comments
 (0)