Files
rtu_v5/.opencode/commands/gsd/gsd-set-profile.md
2026-05-29 14:48:36 +08:00

952 B

name, description, argument-hint, permissions
name description argument-hint permissions
gsd-set-profile Switch model profile for GSD agents (simple/smart/genius) <profile>
read write bash
true true true
Switch the model profile used by GSD agents. Controls which OpenCode model each agent uses, balancing quality vs token spend.

Routes to the set-profile workflow which handles:

  • Argument validation (simple/smart/genius)
  • Config file creation if missing
  • Profile update in config.json
  • Confirmation with model table display

<execution_context> @./.opencode/get-shit-done/workflows/oc-set-profile.md </execution_context>

**Follow the set-profile workflow** from `@./.opencode/get-shit-done/workflows/oc-set-profile.md`.

The workflow handles all logic including:

  1. Profile argument validation
  2. Config file ensuring
  3. Config reading and updating
  4. Model table generation from MODEL_PROFILES
  5. Confirmation display