Add code-relaxed template, handle wildcard network allow

This commit is contained in:
JY Tan
2025-12-29 01:39:41 -08:00
parent d8e55d9515
commit 90cd0a0a4b
10 changed files with 535 additions and 12 deletions

View File

@@ -14,6 +14,9 @@
"api.together.xyz",
"openrouter.ai",
// Cursor API
"*.cursor.sh",
// Git hosting
"github.com",
"api.github.com",
@@ -63,6 +66,9 @@
// Codex state/config
"~/.codex/**",
// Cursor state/config
"~/.cursor/**",
// Package manager caches
"~/.npm/_cacache",
"~/.cache",