CommandCodeAI / CommandCodeAI/command-code
re-reads the entire codebase.
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior on Windows in VSCode by ending and restarting a project session. Trace the startup path that triggers codebase reading and determine whether project structure can persist between runs. Done means a subsequent session reuses project information instead of rereading the entire codebase.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- ai-infra-agents, cli
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100