Skip to content

up-to-speed/command-center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TLDR;

npm install -g @commmand-center/command-center

Manual install of binary. Go to Releases and pick you OS and Architecture.

Command Center

Don't let AI slop ruin your codebase

Website cc.dev

What is this?

CommandCenter is an app intended to make you far more productive at wielding AI coding agents, beginning with solving what for many is the largest bottleneck: understanding the code that it has written.

Exploring_Command_Center__A_Guide_to_Effective_Feedback_.mp4

Getting started

0. Start the service

  1. Download the latest release for you OS (Mac, Linux, Windows)
  2. Then start it via the terminal by doing
./command-center-<dist>

or double clicking on it via a GUI

You probably will run into issues with the binary not beeing signed (yet)

  • macOS:

    chmod +x ./command-center-macos-*
    xattr -dr com.apple.quarantine ./command-center-macos-*
    

    (right-click → Open also works once.)

  • Windows: warn SmartScreen → “More info” → “Run anyway”.

  • Linux: chmod +x and run.

  1. visit http://localhost:9000/

1. Fix API keys

  • Go to ‘settings
image
  • Fill in at least OpenAi
image

Known quirks

  • The walkthroughs are not guaranteed to show all changes. This is our biggest issue. Working on it.
    • There is also a “Side by Side” view showing you the raw diff — this should compensate. Report any issues you have using that.
  • Sometimes entire files are randomly missing from the diff, including the in the raw “Side by Side” diff view.
  • The list of already-created walkthroughs only appears when Autorun is on
  • When you use the Create Walkthrough button, the results will not show up in the list of walkthroughs
  • We’ve sometimes seen walkthroughs fail to generate. To trigger it again, just ask any question to Claude Code, e.g.: “What is 1+1?”

About

Don't let AI slop ruin your codebase

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors