Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Configuration profiles — supercode config command

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
typescript
Domain
cli

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.

Description

enhancement repo core supercode-cli

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.

Dominant language
TypeScript
Stars
214
Forks
41
Avg merge
2h 26m
Merged PRs (30d)
34

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.

More from yashdev9274/supercli

All issues in yashdev9274/supercli

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.