omni-context-cli 0.0.101 → 0.0.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -76,7 +76,9 @@ omx --remove-provider openrouter
76
76
 
77
77
  `--refresh-provider` refreshes a provider's model list and reuses its stored API key, so you never need to remove and re-add just to pull in newly released models. Add `--api-key` to swap in a rotated key at the same time.
78
78
 
79
- Built-in providers: **Zenmux**, **Zenmux Expert**, **DeepSeek**, **Kimi for Coding**, **MiniMax**, **OpenCode Go**, **OpenRouter**, **Zhipu (GLM)**
79
+ In chat, `/git-commit` can generate a commit message from staged changes with the auxiliary model and run `git commit`.
80
+
81
+ Built-in providers: **Zenmux**, **Zenmux Expert**, **DeepSeek**, **Kimi for Coding**, **MiniMax Coding Plan**, **OpenCode Go**, **OpenRouter**, **Zhipu Coding Plan**
80
82
 
81
83
  ## Atlas Navigation
82
84
 
@@ -105,7 +107,7 @@ Terminal is home base, but OmniContext CLI extends into every tool you use. The
105
107
  - **Chrome Extension** - sidebar on any webpage for summarization, data extraction, tab control, screenshots, and browser automation
106
108
  - **Office Add-in** - AI panel inside Word, Excel, and PowerPoint
107
109
  - **Web Client** - browser UI with login support, session rewind, conversation history, Branch sessions from selected assistant text, LaTeX, Mermaid diagrams, file attachments, drag-and-drop, memory management, tool approval, response/work language settings, per-turn stream metrics (time to first token, total time, tokens per second), and Image Workshop for image and video generation and editing
108
- - **Mobile Access** - run `omx --serve --host 0.0.0.0` and connect from your phone; install the web UI to your home screen as a PWA for a standalone app experience
110
+ - **Mobile Access** - run `omx --serve --host 0.0.0.0 --qr` and scan the QR code from your phone; install the web UI to your home screen as a PWA for a standalone app experience
109
111
 
110
112
  ## Extensibility
111
113
 
package/README.zh-CN.md CHANGED
@@ -76,7 +76,9 @@ omx --remove-provider openrouter
76
76
 
77
77
  `--refresh-provider` 会刷新供应商的模型列表并复用已保存的 API Key,因此不必为了获取新发布的模型而先删除再重新添加。加上 `--api-key` 可以在刷新的同时替换已轮换的 Key。
78
78
 
79
- 内置供应商:**Zenmux**、**Zenmux Expert**、**DeepSeek**、**Kimi for Coding**、**MiniMax**、**OpenCode Go**、**OpenRouter**、**Zhipu (GLM)**
79
+ 在聊天中,`/git-commit` 可以用辅助模型根据暂存区变更生成提交信息,并运行 `git commit`。
80
+
81
+ 内置供应商:**Zenmux**、**Zenmux Expert**、**DeepSeek**、**Kimi for Coding**、**MiniMax Coding Plan**、**OpenCode Go**、**OpenRouter**、**Zhipu Coding Plan**
80
82
 
81
83
  ## 代码地图
82
84
 
@@ -105,7 +107,7 @@ Atlas 是面向大型或高频项目的持久代码导航索引。每张地图
105
107
  - **Chrome 扩展** - 任意网页上的侧边栏,支持摘要、数据提取、标签页控制、截图和浏览器自动化
106
108
  - **Office 插件** - Word、Excel 和 PowerPoint 内的 AI 面板
107
109
  - **Web 客户端** - 浏览器 UI,支持登录、会话回退、会话历史、从选中的助手文本创建 Branch 会话、LaTeX、Mermaid 图表、文件附件、拖拽、记忆管理、工具审批、回复/工作语言设置、每轮流式指标(首 token 时间、总时长、每秒 token 数),以及用于图像与视频生成和编辑的图像工坊
108
- - **移动端访问** - 运行 `omx --serve --host 0.0.0.0` 后从手机连接;可将 Web UI 安装到主屏幕作为 PWA,获得独立应用体验
110
+ - **移动端访问** - 运行 `omx --serve --host 0.0.0.0 --qr` 后用手机扫码连接;可将 Web UI 安装到主屏幕作为 PWA,获得独立应用体验
109
111
 
110
112
  ## 可扩展性
111
113
 
File without changes