CommandCodeAI / CommandCodeAI/command-code
unable to provide '/' access. neither can i run it from '/'
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Summary
the reason why my system has to run in the root is
- My software has to access some system files for diags and make some config changes
- My normal project folders are in separate folder called ~/ai-infra/ this has about 65 Projects
- Since i have always run from '/' i never had to bother about project folders as mymastermemory.md files automatically instruct the llm with which project is what? and it has access to my database where all credentials are stored, for local, remote servers.
- I have been doing this for last 1.5 years
I dont think anyone has to tell me what i shouldnt do? its my prerogative on why i design a system for my requirements. So kindly find an option of making this run from '/'. my agents have to have full system access
Regards
Suresh
Expected Behavior
kindly find an option of making this run from '/'. my agents have to have full system access
Actual Behavior
- My learn-taste fails...
i saw this ...when i pressed ctrl+t"
── Taste Feed ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ctrl+t to close
› EACCES: permission denied, mkdir '/.commandcode/taste'
› updating weights
- i have run cursor, codex, claude, opencode, antigravity always from the '/'.
Steps to reproduce the issue
execute this application from '/' on ubuntu 24.04
Command Code Version
0.26.25
Operating System
macOS
Terminal/IDE
Unknown
Shell
bash
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
The failure is reported when running Command Code 0.26.25 from /, with EACCES while creating /.commandcode/taste; start by reproducing that launch context and tracing the Taste Feed path. The report names no source file or test. Done means the application can run from / with the requested access, or the permission limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, ubuntu
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100