chore: release 3.0.6

This commit is contained in:
musi 2026-07-02 22:08:17 +08:00
parent 01b3c3bc3b
commit ec99720037
3 changed files with 4 additions and 9 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "claude-code-router",
"version": "3.0.5",
"version": "3.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "claude-code-router",
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",
"dependencies": {
"@the-next-ai/ai-gateway": "^1.0.3",

View file

@ -1,6 +1,6 @@
{
"name": "claude-code-router",
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",
"description": "Local Claude Code Router gateway with CLI and web management UI.",
"repository": {

View file

@ -348,7 +348,7 @@ export function ModelsView({
<AnimatePresence initial={false}>
{visibleRows.map((row) => (
<AnimatedListItem
className="grid min-h-[76px] grid-cols-[minmax(0,1fr)_minmax(260px,1.5fr)] items-start gap-3 px-4 py-2.5 transition-colors hover:bg-muted/35"
className="grid min-h-[60px] grid-cols-[minmax(0,1fr)_minmax(260px,1.5fr)] items-start gap-3 px-4 py-2.5 transition-colors hover:bg-muted/35"
key={row.key}
>
<div className="min-w-0">
@ -358,11 +358,6 @@ export function ModelsView({
<div className="truncate font-mono text-[11px] text-muted-foreground" title={row.providerName ? `${row.providerName}/${row.model}` : row.model}>
{row.providerName ? `${row.providerName}/${row.model}` : row.model}
</div>
{row.providerName ? (
<Badge className="mt-1 max-w-full" variant="outline">
<span className="truncate">{row.providerName}</span>
</Badge>
) : null}
</div>
<div className="min-w-0">
{row.providerIndex !== undefined ? (