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
- Comment out file upload/list/delete imports and registry entries
- Remove file commands from help text
- Update README: remove file from What's New, Commands table, and Examples
- Mark v0.4.0 as shelved in Changelog with explanation
Reason: MiniMax File API returns HTTP 404 with current API key.
Feature is preserved in code for easy recovery when endpoint permissions open.
Copy file name to clipboardExpand all lines: README.md
+11-25Lines changed: 11 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@ Command-line interface for the [MiniMax Token Plan](https://platform.minimax.io/
12
12
13
13
Generate text, images, video, speech, and music from the terminal. Supports both the **Global** (`api.minimax.io`) and **CN** (`api.minimaxi.com`) platforms with automatic region detection.
14
14
15
-
## What's New (v0.4.0)
15
+
## What's New (v0.3.0)
16
16
17
-
**File management + Vision `file_id` support:**
17
+
**`minimax config export-schema`** — export all commands as Anthropic/OpenAI-compatible JSON tool schemas with a single command:
Also new in v0.3.0: **`minimax config export-schema`** — export all commands as Anthropic/OpenAI-compatible JSON tool schemas with a single command. See [Changelog](#changelog) for full version history.
24
+
See [Changelog](#changelog) for full version history.
@@ -203,20 +196,13 @@ bun run build # Build standalone binaries
203
196
204
197
## Changelog
205
198
206
-
### v0.4.0 — File Management API + Vision file_id Support
207
-
208
-
**New `file` resource group:**
209
-
-`minimax file upload` — upload local file, get `file_id`; `--quiet` outputs only the ID
210
-
-`minimax file list` — formatted table of uploaded files
211
-
-`minimax file delete` — remove file by ID
212
-
213
-
**Vision `--file-id` support:**
214
-
-`vision describe` now accepts `--file-id` as mutually exclusive alternative to `--image`
215
-
- With `--file-id`: sends `{prompt, file_id}` directly to VLM API (no base64)
216
-
- With `--image`: existing base64 encoding path unchanged
217
-
- Interactive TTY prompt detects whether input is path/URL or fileId
199
+
### v0.4.0 — File Management API (🧊 Shelved)
218
200
219
-
Note: MiniMax File API returned HTTP 404 with the current API key. Endpoint paths and request handling are verified correct via `--verbose` mode.
201
+
> **🧊 Shelved:** File API returned HTTP 404 with current API key. This feature is temporarily hidden until the endpoint permissions are officially opened.
202
+
> -`minimax file upload` — upload local file, get `file_id`
203
+
> -`minimax file list` — formatted table of uploaded files
204
+
> -`minimax file delete` — remove file by ID
205
+
> -`vision describe --file-id` — use pre-uploaded file instead of base64
0 commit comments