yashdev9274 / yashdev9274/supercli

Configuration profiles — supercode config command

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

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 config command with subcommands:
    • supercode config set — set a config value
    • supercode config get — get a config value
    • supercode config list — show all config values
    • supercode 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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.