VS Code sidebar client for https://oi-debug.mywwzh.top/chat.
Features
Multiple accounts with cookies stored in VS Code SecretStorage
Automatic discovery of models available to each account
Streaming responses and reasoning/status events
Conversation context, new conversation, and stop generation
Account switching and deletion
Install
Open VS Code.
Run Extensions: Install from VSIX... from the Command Palette.
Select oi-debug-chat-0.1.2.vsix.
Open the OI Debug icon in the Activity Bar.
Click +, enter an account name, then enter the latest session Cookie.
The extension accepts either the raw cookie value or a copied string such as
session=...; other=.... The secret is never sent to the Webview or stored in
workspace settings.
Only use accounts you own or are authorized to access. A session Cookie grants
the same access as the corresponding browser login.
Disclaimer
This is an unofficial, independent project and is not affiliated with or
endorsed by OI Debug. Read the full Disclaimer before use.
Before using this extension, read and follow the official OI Debug Terms of
Service. Users are solely responsible for
consequences caused by violations of those terms, law, competition rules, or
third-party requirements.
Build
npm.cmd install
npm.cmd run compile
npm.cmd run package