A dashboard designed for real-time file inspection and to visualize agent-assisted code refinements.
- Clone the repository:
git clone https://github.com/SeanAverS/code-insight-agent.git
- Navigate to the project directory:
cd code-insight-agent - Install dependencies:
npm install
- Start the Bridge Server:
node index.js
- Request Context: Ask the agent to read a file
- Live Inspection: The agent reads your file content and displays suggestions in the dashboard
- Confirm: Press "Apply Changes" button to update your local file with these suggestions
- Live File Difference: Instant comparison between existing code and agent suggestions
- Agent Integration: Direct pipeline for AI to push suggestions without manual copy pasting
