CommandCodeAI / CommandCodeAI/command-code

re-reads the entire codebase.

Open
#386 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

p1
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
  1. Open a project start coding using Command Code
  2. Closed Command code, Command Code Reads the codebase
  3. Restart coding using Command Code
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.