π¨π³ δΈζζζ‘£ | πΊπΈ English
The Next-Gen AI Feedback Experience - Embedded in Your IDE
Stop the pop-ups. Start the flow.
π« Tired of pop-up windows interrupting your coding flow?
π« Annoyed by dialogs stealing your focus?
π« Context switching killing your productivity?
Panel Feedback solves all of this by bringing AI interaction directly into your IDE's sidebar - seamlessly integrated, always accessible, never intrusive.
Born as an evolution of ε―Έζ’, Panel Feedback takes the concept further with a non-intrusive, embedded panel that stays right where you need it.
π― Perfect for
- Claude / GPT / Gemini users with MCP support
- VS Code / Windsurf / Cursor developers
- Anyone who values uninterrupted workflow
β¨ Why Panel Feedback?
| Feature | Panel Feedback | Traditional Pop-ups |
|---|---|---|
| Location | IDE Sidebar | Floating Window |
| Focus | Never lost | Constantly interrupted |
| Integration | Native feel | External tool |
| Image Support | β Paste/Drag/Upload | Limited |
| Markdown | β Full support | Varies |
π Features
- π¬ Embedded Panel - Lives in your IDE sidebar, always accessible
- π¨ Rich Markdown - Beautiful rendering of AI responses
- π· Image Support - Paste, drag & drop, or upload images
- β‘ Quick Options - Predefined buttons for fast responses
- π MCP Protocol - Standard Model Context Protocol support
- π― Zero Distraction - No pop-ups, no focus stealing
πΈ Screenshots
Sidebar Integration
The feedback panel lives in your IDE - always visible, never intrusive.
π Installation
Step 1οΈβ£ Install Extension
Download .vsix from Releases
In VS Code/Windsurf:
Cmd+Shift+PβExtensions: Install from VSIX...β Select the downloaded file
β οΈ Cursor Users
Cursor requires an extra step before installing:
- Open Settings (
Cmd+,) - Search for
activityBar.orientation - Add this to your
settings.json:"workbench.activityBar.orientation": "vertical"
- Restart Cursor
- Now you can install the
.vsixfile
This makes the sidebar vertical so the extension icon can be displayed.
β Now you have the Sidebar Panel UI
Step 2οΈβ£ Configure MCP Server
The extension includes an MCP server. You need to tell your AI where to find it.
-
Copy the config:
Cmd+Shift+PβPanel Feedback: Copy MCP Config- This copies a JSON snippet to your clipboard
-
Paste to MCP config file:
- Open
~/.codeium/windsurf/mcp_config.json(Windsurf) - Or
~/.cursor/mcp.json(Cursor) - Add the copied content to
"mcpServers": { ... }
- Open
Example:
{
"mcpServers": {
"panel-feedback": {
"command": "/usr/local/bin/node",
"args": ["/path/to/extension/mcp-stdio-wrapper.js"]
}
}
}Note: Use the full path to node (e.g.,
/usr/local/bin/node) instead of justnodeto avoid PATH issues when IDE starts MCP servers.
β Now your AI can call the panel_feedback tool
Step 3οΈβ£ Restart & Use
- Restart VS Code/Windsurf
- Click the π¬ icon in sidebar
- Tell your AI: "Use panel_feedback MCP for interactions"
π Done!
π Usage
For AI Assistants
Add this to your AI assistant's system prompt:
Use panel_feedback MCP tool for ALL user interactions:
- Questions, confirmations, feedback requests
- Before completing any task
- Keep calling until user feedback is empty
π Comparison with ε―Έζ’
Panel Feedback is inspired by and compatible with ε―Έζ’'s approach, but with key improvements:
| Aspect | Panel Feedback | ε―Έζ’ |
|---|---|---|
| UI | Embedded sidebar | Pop-up window |
| Focus | Never interrupts | May steal focus |
| Platform | VS Code extension | Standalone app |
| Image | Full support | Supported |
| Markdown | Full support | Supported |
π€ Contributing
Contributions are welcome! Feel free to:
- π Report bugs
- π‘ Suggest features
- π§ Submit pull requests
π License
MIT License - Free to use and modify!
π Acknowledgments
- ε―Έζ’ - The original inspiration for AI feedback tools
- interactive-feedback-mcp - MCP feedback implementation reference
π·οΈ Keywords
MCP Model Context Protocol AI Feedback VS Code Extension Windsurf Cursor Claude GPT AI Assistant Developer Tools IDE Extension Non-intrusive Sidebar Panel Markdown Image Upload
Made with β€οΈ for better AI-human collaboration
β Star this repo if you find it useful!
