npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@blazethan/claude-model-switcher

v1.0.2

Published

Interactive CLI to switch Claude Code model settings when using CLI Proxy API

Downloads

386

Readme

claude-model-switcher

npm Node

使用 CLI Proxy 时,交互式切换 Claude Code 的模型配置。

English | 中文

功能

  • 实时从 CLI Proxy 的 /v1/models 接口拉取可用模型
  • 用方向键菜单切换 Claude Code 的模型设置,无需手动编辑 JSON
  • 模型按提供商前缀分组,组内按版本号从高到低排列
  • 写入前自动备份;配置文件不存在时自动创建

安装

npm install -g @blazethan/claude-model-switcher

前置条件

在使用 Claude Code 前,请先配置好 ANTHROPIC_BASE_URLANTHROPIC_AUTH_TOKEN。你可以把它们写到 shell 环境变量里,也可以写到 ~/.claude/settings.jsonenv 中。

设置以下 shell 环境变量,供 cms 拉取模型列表:

export CLI_PROXY_BASE_URL=http://localhost:8317
export CLI_PROXY_API_KEY=your-api-key

使用

cms
? Opus (current: provider-a/claude-opus-4-6)
  [Skip - keep current]
❯ provider-a (8)  claude-opus-4-7, claude-opus-4-6, claude-sonnet-4-6 +5
  provider-b (6)  claude-opus-4-6, claude-sonnet-4-5, gemini-2.5-pro +3

? Opus (current: provider-a/claude-opus-4-6) — provider-a
❯ provider-a/claude-opus-4-7
  provider-a/claude-opus-4-6  ← current
  provider-a/claude-opus-4-5-20251101

── Summary ──
  Opus: provider-a/claude-opus-4-6 → provider-a/claude-opus-4-7
  Default Model: provider-a/claude-opus-4-6 → provider-a/claude-opus-4-7

? Apply changes? Yes
✓ Settings updated: ~/.claude/settings.json

设置的模型

| 环境变量 | 设置项 | |---|---| | ANTHROPIC_DEFAULT_OPUS_MODEL | Opus | | ANTHROPIC_DEFAULT_SONNET_MODEL | Sonnet | | ANTHROPIC_DEFAULT_HAIKU_MODEL | Haiku | | ANTHROPIC_MODEL | 默认模型 | | ANTHROPIC_SMALL_FAST_MODEL | 轻量 / 快速模型 |

许可证

MIT