Summary
Make AI responses aware of project context and open files.
Why this matters
Context-aware AI provides significantly better and relevant output.
Scope
- Include current file content
- Include project metadata
- Limit unnecessary context
Acceptance Criteria
- AI references current files
- Responses improve in accuracy
- Performance remains stable
- Context is efficiently managed
Files Involved
server/agent.py
server/start.py
pages/app/index.jsx
Difficulty
Hard
Labels: ai backend frontend
Summary
Make AI responses aware of project context and open files.
Why this matters
Context-aware AI provides significantly better and relevant output.
Scope
Acceptance Criteria
Files Involved
server/agent.pyserver/start.pypages/app/index.jsxDifficulty
Hard
Labels:
aibackendfrontend