Summary
On each run within the same project, the agent re-reads the entire codebase. To improve efficiency, it should learn the project's structure, perhaps by creating a graph representation. This would allow the agent to access project information from the graph in subsequent runs, rather than re-analyzing the entire codebase.
Expected Behavior
This would allow the agent to access project information from the graph in subsequent runs, rather than re-analyzing the entire codebase.
Actual Behavior
On each run within the same project, the agent re-reads the entire codebase.
Steps to reproduce the issue
- Open a project start coding using Command Code
- Closed Command code, Command Code Reads the codebase
- Restart coding using Command Code
- It starts rereading the codebase
Command Code Version
Microsoft Windows [Version 10.0.26200.8457]
(c) Microsoft Corporation. All rights reserved.
D:\p2p_skillshare_mobile\p2p_skillshare_mobile\p2p_skillshare_mobile>
Operating System
Windows
Terminal/IDE
VSCode
Shell
cmd.exe
Additional context
No response
Summary
On each run within the same project, the agent re-reads the entire codebase. To improve efficiency, it should learn the project's structure, perhaps by creating a graph representation. This would allow the agent to access project information from the graph in subsequent runs, rather than re-analyzing the entire codebase.
Expected Behavior
This would allow the agent to access project information from the graph in subsequent runs, rather than re-analyzing the entire codebase.
Actual Behavior
On each run within the same project, the agent re-reads the entire codebase.
Steps to reproduce the issue
Command Code Version
Microsoft Windows [Version 10.0.26200.8457]
(c) Microsoft Corporation. All rights reserved.
D:\p2p_skillshare_mobile\p2p_skillshare_mobile\p2p_skillshare_mobile>
Operating System
Windows
Terminal/IDE
VSCode
Shell
cmd.exe
Additional context
No response