diff --git a/.env b/.env deleted file mode 100644 index 0bcfc8d..0000000 --- a/.env +++ /dev/null @@ -1,21 +0,0 @@ -# 由 make env 自動產生,請勿手動編輯 -CURSOR_BRIDGE_HOST=127.0.0.1 -CURSOR_BRIDGE_PORT=8766 -CURSOR_BRIDGE_API_KEY= -CURSOR_BRIDGE_TIMEOUT_MS=3600000 -CURSOR_BRIDGE_MULTI_PORT=false -CURSOR_BRIDGE_VERBOSE=false -CURSOR_AGENT_BIN=agent -CURSOR_AGENT_NODE= -CURSOR_AGENT_SCRIPT= -CURSOR_BRIDGE_DEFAULT_MODEL=auto -CURSOR_BRIDGE_STRICT_MODEL=true -CURSOR_BRIDGE_MAX_MODE=false -CURSOR_BRIDGE_FORCE=false -CURSOR_BRIDGE_APPROVE_MCPS=false -CURSOR_BRIDGE_WORKSPACE= -CURSOR_BRIDGE_CHAT_ONLY_WORKSPACE=true -CURSOR_CONFIG_DIRS= -CURSOR_BRIDGE_TLS_CERT= -CURSOR_BRIDGE_TLS_KEY= -CURSOR_BRIDGE_SESSIONS_LOG= diff --git a/.gitignore b/.gitignore index 181382d..4f6a5c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .idea/ -cursor-api-proxy +cursor-api-proxy* .env \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml deleted file mode 100644 index dcca0e3..0000000 --- a/.idea/material_theme_project_new.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 19667bb..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/opencode-cursor-agent.iml b/.idea/opencode-cursor-agent.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/opencode-cursor-agent.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/cursor-api-proxy b/cursor-api-proxy deleted file mode 100755 index 91bb8fd..0000000 Binary files a/cursor-api-proxy and /dev/null differ