mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-24 23:10:56 +08:00
chore: 清理项目配置并更新 .gitignore
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash",
|
||||
"Read(*)",
|
||||
"Write(*)",
|
||||
"Edit(*)",
|
||||
"MultiEdit(*)",
|
||||
"Glob(*)",
|
||||
"Grep(*)",
|
||||
"Task(*)",
|
||||
"TaskOutput(*)",
|
||||
"LSP(*)",
|
||||
"NotebookEdit(*)",
|
||||
"TodoWrite(*)",
|
||||
"AskUserQuestion(*)",
|
||||
"EnterPlanMode(*)",
|
||||
"ExitPlanMode(*)",
|
||||
"KillShell(*)",
|
||||
"WebFetch(domain:*)",
|
||||
"Skill(*)",
|
||||
"SlashCommand(*)"
|
||||
],
|
||||
"deny": [],
|
||||
"defaultMode": "bypassPermissions"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -29,4 +29,22 @@ __pycache__/
|
||||
docs/prd/
|
||||
|
||||
# Issues tracking (internal use only)
|
||||
.issues/
|
||||
.issues/
|
||||
|
||||
# 开发环境
|
||||
**/.local/
|
||||
**/.venv/
|
||||
**/.conda/
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDEs 和 编辑器
|
||||
# .claude/
|
||||
.playwright-mcp/
|
||||
|
||||
# lwmacct preference
|
||||
.task
|
||||
Taskfile.yml
|
||||
|
||||
Generated
-12983
File diff suppressed because it is too large
Load Diff
Generated
+1600
-33
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"default":{"identifier":"default","description":"Default capabilities for ProxyCast","local":true,"windows":["main","screenshot-chat","update-notification"],"permissions":["core:default","core:webview:default","core:webview:allow-webview-close","core:webview:allow-webview-position","core:webview:allow-webview-size","core:webview:allow-set-webview-position","core:webview:allow-set-webview-size","core:window:default","core:window:allow-close","core:window:allow-show","core:window:allow-hide","core:window:allow-set-focus","core:window:allow-center","core:window:allow-start-dragging","shell:allow-open","shell:allow-spawn","shell:allow-execute","shell:allow-kill","shell:allow-stdin-write","dialog:default","global-shortcut:default","global-shortcut:allow-is-registered","global-shortcut:allow-register","global-shortcut:allow-unregister",{"identifier":"shell:allow-execute","allow":[{"args":true,"name":"binaries/aster-server","sidecar":true}]},{"identifier":"shell:allow-spawn","allow":[{"args":true,"name":"binaries/aster-server","sidecar":true}]}]}}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user