yashdev9274 / yashdev9274/supercli
Configuration profiles — supercode config command
Open
Nobody has claimed this yet.
enhancement
repo core
supercode-cli
- Dominant language
- TypeScript
- Stars
- 214
- Forks
- 41
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 34
Description
Description
Add a supercode config command for managing configuration profiles including API keys, default models, and provider preferences.
Expected Deliverables
supercode configcommand with subcommands:supercode config set— set a config valuesupercode config get— get a config valuesupercode config list— show all config valuessupercode config profile create/switch/delete— named profiles
- Config stored in
~/.supercode/config.json - Config values: default-provider, default-model, theme, api-keys, context-window, auto-update
Why
Users need a single place to manage their CLI configuration without editing environment files.
Contributor guide
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
Start at the CLI entry point for the supercode command and inspect existing command patterns before mapping the configuration and profile requirements. Done means the listed set, get, list, and profile subcommands manage the specified values in ~/.supercode/config.json, including profile creation, switching, and deletion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100