Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 929 Bytes

File metadata and controls

30 lines (18 loc) · 929 Bytes

AGENTS.md - AI Agent Guide

This document provides programming AI agents with essential information about this project.

Project Overview

A command-line tool for switching between different Claude Code model configurations by updating environment variables in the Claude Code settings.

Core Scripts

switch-cc-model.py

Main script for model switching - reads JSON configs, displays menu, updates Claude Code settings.

install.sh

Traditional installation for non-NixOS systems - copies configs to ~/.claude/my-models/ and installs command.

Nix Support

Provides a Nix flake with:

  • nixosModules.default - NixOS module
  • homeManagerModules.default - Home Manager module

Both modules auto-install config files to ~/.claude/my-models/.

Key Files

  • my-models/*.json - Model configuration files
  • README.md - Full documentation

See @README.md for detailed usage and installation instructions.