Releases: PlanteAmigor/ov-cli
Release list
0.0.5
Chat 终端更新
单次输出模式
| 参数 | 说明 |
|---|---|
--mode once |
非交互模式,读取输入后一次生成,输出完自动退出 |
--prompt TEXT |
文字输入(支持 \n 换行) |
--file PATH |
上传文件(可多次,支持 PDF/图片/文本) |
--output PATH |
保存结果为 .md 文件,自动记录元信息(时间、prompt、文件列表) |
其他
- 移除性能表中误导性的 RSS 列
- setup 临时目录自动清理
Chat Terminal Updates
Once Mode (Single Output)
| Option | Description |
|---|---|
--mode once |
Non-interactive mode — generates once and exits |
--prompt TEXT |
Input text (supports \n newlines) |
--file PATH |
Upload file(s), supports PDF/image/text (can be used multiple times) |
--output PATH |
Save result as .md file with metadata (timestamp, prompt, file list) |
Other
- Removed misleading RSS column from benchmark table
- Automatic cleanup of temporary files after setup
0.0.4
chat指令新增:
PDF 支持 — //pdf PATH 自动转图片喂 VLM,24 页上限
文本文件加载 — //txt PATH1 [PATH2] 支持多文件
多文件命令 — //img /txt 都支持一次传多个路径
文件管理 — /file 查看已加载文件列表及 ID
单独删除文件 — /clear 2 5 按 ID 删除,/clear all 清空
其他:
模型转换自动切版本 — Qwen3.5 自动用 transformers 5.2,Gemma-4 用 5.9
Gemma-4 补丁动态化 — 自动计算 kv_shared_layer_index
New Chat Commands:
PDF Support — //pdf PATH auto-converts PDF pages to images for VLM, 24-page limit
Text File Loading — //txt PATH1 [PATH2] supports multiple files
Multi-file Commands — //img //txt both support passing multiple paths at once
File Management — /file lists loaded files with their IDs
Selective File Removal — /clear 2 5 removes files by ID, /clear all clears everything
Other Improvements:
Auto Version Switching for Model Conversion — Qwen3.5 automatically uses transformers 5.2, Gemma-4 uses 5.9
Dynamic Gemma-4 Patch — Automatically computes kv_shared_layer_index
0.0.3
增加多语言翻译支持 — 支持 38 种语言互译(//ja、//fr 等),wcwidth Unicode 字符宽度适配
Enhanced multi-language translation support – Supports translation between 38 languages (//ja, //fr, etc.), and adapts Unicode character widths according to wcwidth.
0.0.2
新增:FastAPI OpenAI 兼容 API 服务器(/v1/chat/completions 流式 + 非流式)
新增:VLM 图片推理支持(GenAI + Optimum 双格式)
新增:--device 自动检测(GPU 优先,支持 --device CPU 手动指定)
新增:API 友好 JSON 错误提示
新增:路径不存在友好提示(不再打印 Python 堆栈)
修改:setup 安装流程优化
删除:Windows 支持(ov-cli.bat、README Windows 章节)
New: FastAPI OpenAI-compatible API server (/v1/chat/completions stream + non-stream)
New: VLM image support (GenAI + Optimum formats)
New: --device auto-detect (GPU preferred, --device CPU to override)
New: Friendly JSON error responses for API
New: Friendly "path not found" message instead of Python traceback
Changed: Setup workflow optimization
Removed: Windows support (ov-cli.bat, README Windows section)