Accessing Verdent
Open Verdent using any of these methods:- Sidebar Icon - Click the Verdent icon in the Visual Studio Code activity bar (left sidebar)
- Keyboard Shortcut - Press
Cmd+L(macOS) orCtrl+L(Windows/Linux) - Command Palette - Press
Cmd+Shift+P/Ctrl+Shift+P, then search for “Verdent”
Interface Components
- Top Bar
- Chat View
- Input Box
Quick access to key functionality:
| Button | Function |
|---|---|
| New Session | Start a fresh conversation with clean context |
| Project History | Browse and restore previous sessions |
| User Center | View account information and credit balance |
| Feedback | Submit feedback and report issues |
| Settings | Configure MCP servers, subagents, rules, and model presets |
Status Indicators
Verdent communicates system state through visual indicators:- Chat View Status
- Text Cursor
- Mode Indicators
The Chat View communicates status through visual cues rather than explicit labels:
- Processing Indicator - A visual indicator appears when Verdent is actively working. This shows when the AI is reading files, analyzing code, or preparing to respond.
- Text Being Generated - You’ll see Verdent’s response appearing in real-time as the AI composes explanations, code suggestions, or plans. The streaming text indicates the model is actively generating output.
- Nothing Happening - When the Chat View is static with no activity, Verdent is waiting. This means you need to approve file changes, answer clarifying questions, or provide your next request.
Status indicators update in real-time to show exactly what Verdent is doing, helping you understand agent activity.
Navigation Patterns
Customizing with Rules
Access Settings → Rules to customize Verdent’s behavior using Markdown files:- User Rules
- Project Rules
- Plan Rules
File:
user_rules.mdScope: Global preferences applied across all projectsPurpose: Set your personal usage preferences that Verdent will apply during chats across all workspaces. These are global settings that persist across all sessions regardless of which project you’re working on.Common Use Cases:- Default output language (e.g., “Always respond in Spanish”)
- Code comment preferences (e.g., “Include detailed comments in generated code”)
- Response formatting (e.g., “Use TypeScript for all JavaScript examples”)
- Personal coding style preferences
1
Open Settings
Click Settings in the Top Bar
2
Select Rules
Choose Rules from the dropdown menu
3
Edit User Rules
Select User Rules to create or edit
user_rules.md in Markdown format