You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Project Overview
6
6
7
-
Go CLI for the ModelsLab AI platform. 103 commands across 14 groups covering auth, profile, keys, models, generate (image/video/audio/3D/chat), billing, wallet, subscriptions, teams, usage, config, MCP, docs, and shell completions. ~10k lines across 26 Go files.
7
+
Go CLI for the ModelsLab AI platform. 105 commands across 14 groups covering auth, profile, keys, models, generate (image/video/audio/3D/chat), billing, wallet, subscriptions, teams, usage, config, MCP, docs, and shell completions. ~10k lines across 26 Go files.
@@ -151,4 +151,4 @@ Generation commands use `pollAndDownload()` for async workflows:
151
151
152
152
## Design Spec
153
153
154
-
The authoritative spec for all 103 commands, API endpoints, and UX flows is in `cli.md` (1075 lines). Always consult it when adding features or fixing behavior.
154
+
The authoritative spec for all 102 commands, API endpoints, and UX flows is in `cli.md`. Always consult it when adding features or fixing behavior.
Copy file name to clipboardExpand all lines: CLAUDE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## What is this project?
4
4
5
-
A Go CLI for the [ModelsLab](https://modelslab.com) platform. It covers account management, model discovery, AI generation (image/video/audio/3D/chat), billing, wallet, subscriptions, teams, usage analytics, and MCP server mode. ~10k lines of Go across 26 files, 103 subcommands in 14 groups.
5
+
A Go CLI for the [ModelsLab](https://modelslab.com) platform. It covers account management, model discovery, AI generation (image/video/audio/3D/chat), billing, wallet, subscriptions, teams, usage analytics, and MCP server mode. ~10k lines of Go across 26 files, 105 subcommands in 14 groups.
@@ -110,7 +110,7 @@ CLI flags → env vars (`MODELSLAB_*`) → project config → user config (`~/.c
110
110
111
111
### MCP Server
112
112
113
-
`internal/mcp/server.go` registers ~30 tools covering both control plane and generation endpoints. Supports `stdio` (default) and `sse` transports. Used by Claude Desktop/Code:
113
+
`internal/mcp/server.go` registers ~37 tools covering both control plane and generation endpoints. Supports `stdio` (default) and `sse` transports. Used by Claude Desktop/Code:
@@ -172,4 +172,4 @@ Check `internal/cmd/helpers.go` for the shared response parsing helpers. If the
172
172
173
173
## Design Document
174
174
175
-
The full design spec is in `cli.md` (1075 lines). It contains the complete API endpoint mapping, all 103 commands, UX flows, and architectural decisions. Consult it for the authoritative specification.
175
+
The full design spec is in `cli.md`. It contains the complete API endpoint mapping, all 102 commands, UX flows, and architectural decisions. Consult it for the authoritative specification.
0 commit comments