CommandCodeAI / CommandCodeAI/command-code
Problem accessing CommandCode from Russia
還沒有人認領這個 Issue。
- 主要語言
- 沒有語言資料
- 星號
- 4k
- 分支
- 350
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Summary
From Russia, whenever I send a request, it just hangs indefinitely. The UI shows 0 tokens used, but in reality, my tokens are being drained. Even using a VPN configured as a proxy doesn't help. The only way I can get it to work is by using TUN mode, and even then, it's completely hit or miss. Specifically, in TUN mode it usually works perfectly for the first 1 to 3 requests, but then it simply dies and goes back to hanging indefinitely. There are no timeout errors or disconnect messages, the terminal just freezes forever while tokens continue to drain in the background.
All other AI services work perfectly, and even if they don’t work in Russia, with a VPN everything works fine.
Expected Behavior
The application should successfully process requests or return a clear connection error timeout if access from the current region is restricted.
Tokens should not be deducted from the account balance if a request fails to execute or hangs indefinitely.
The application should work reliably when routed through a standard proxy VPN configuration, similar to other AI services.
Actual Behavior
When sending a request from Russia, the application hangs indefinitely without completing the prompt.
Despite the UI showing "0 tokens used", tokens are secretly being drained from the account balance during these hanging requests.
Standard VPN proxy configurations do not resolve the issue; the connection remains blocked or unstable.
The only partial workaround is using a VPN in TUN (Tunneling) mode, but even this method is highly inconsistent and unreliable.
Steps to reproduce the issue
Connect to the internet from Russia.
Enable a VPN in standard Proxy mode.
Note the current token balance on your account.
Send a prompt via the CLI.
Observe the request hanging indefinitely, while the UI displays "0 tokens used".
Check the account balance again and observe that tokens were actually deducted.
Switch the VPN to TUN mode.
Send 1 to 3 prompts (these will execute successfully).
Send another prompt and observe it hang indefinitely again without any timeout error, draining tokens in the background just like in step 5.
Command Code Version
0.34.1
Operating System
Windows
Terminal/IDE
terminal cli
Shell
Additional context
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 prompt flow 使用的 CLI 請求路徑開始,並在回報的 proxy 和 TUN 設定下於 Windows 上重現掛起問題。追蹤請求完成、timeout、錯誤回報和 token 計算;當失敗或停滯的請求以明確的錯誤終止且不扣除 token 時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 領域
- cli, networking
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100