CC Switch icon

CC Switch 3.17.0

Configuration manager for AI coding agents

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cc-switch # CC Switch
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cc-switch # CC Switch
  ];
}

Package Definition

{
  "pname": "cc-switch",
  "version": "3.17.0",
  "src": {
    "url": "https://github.com/farion1231/cc-switch/releases/download/v3.17.0/CC-Switch-v3.17.0-macOS.dmg",
    "sha256": "18647ef31cc8a3a2c177ab41007406dca9cabafc7e0f69b2faee1d505d9f0889"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CC Switch.app\" && cp -r \"CC Switch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Configuration manager for AI coding agents",
    "homepage": "https://github.com/farion1231/cc-switch"
  }
}