Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run Enter: Login.
Complete the browser-based authorization flow.
Run Enter: Select Workspace to choose your Enter workspace.
Open Copilot Chat — Enter models will appear in the model picker.
Commands
Command
Description
Enter: Login
Sign in to your Enter.pro account
Enter: Logout
Sign out of your Enter.pro account
Enter: Select Workspace
Switch the active Enter workspace
Enter: Manage Provider
Open provider management options
Configuration
Setting
Default
Description
enterChatProvider.maxInputToken
200000
Maximum input tokens exposed to VS Code. Model context windows are capped to this value (max 200,000).
enterChatProvider.maxOutputToken
64000
Maximum output tokens exposed to VS Code. Model output limits are capped to this value (max 64,000).
enterChatProvider.debugMode
false
When enabled, appends a token-usage footnote (input / cache-creation / cache-read / output) to each AI response.
Status Bar
After activation, the status bar item shows your login state and active workspace. Click it to open provider management options.
Output Channel
Diagnostic logs are written to the Enter Chat Provider output channel (View › Output, then select Enter Chat Provider from the dropdown). Check this channel when troubleshooting connection or authentication issues.