omni-context-cli 0.0.81 → 0.0.83
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 +4 -2
- package/README.zh-CN.md +4 -2
- package/dist/cli.js +7 -7
- package/dist/clients/extension.vsix +0 -0
- package/dist/skills/simplify/SKILL.md +6 -6
- package/dist/workflows/general.md +7 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,9 @@ A workflow controls everything about how OmniContext CLI behaves: the system pro
|
|
|
19
19
|
| Preset | Use Case | Description |
|
|
20
20
|
|--------|----------|-------------|
|
|
21
21
|
| **Programming** (default) | Terminal, VS Code | Coding assistant with base tools, agent tools, and MCP integration. Concise output, minimal overhead. |
|
|
22
|
-
| **General** | Office,
|
|
22
|
+
| **General** | Office, desktop | Personal assistant for documents, spreadsheets, and presentations. Proactive with tools, conversational tone. |
|
|
23
|
+
|
|
24
|
+
The desktop app also installs a **Browser** workflow for the Chrome sidebar, with tab, page content, bookmark, history, and screenshot access.
|
|
23
25
|
|
|
24
26
|
Create your own by dropping a markdown file in `~/.omx/workflows/` or `.omx/workflows/`. Each workflow is a markdown file with YAML frontmatter that defines the tool set and a body that becomes the system prompt:
|
|
25
27
|
|
|
@@ -77,7 +79,7 @@ Points that drop below -10 are pruned. This means good insights accumulate weigh
|
|
|
77
79
|
|
|
78
80
|
Terminal is home base, but OmniContext CLI extends into every tool you use. The desktop app ties it all together as a lightweight server launcher that connects your IDE, browser, and Office apps to a single OmniContext CLI instance.
|
|
79
81
|
|
|
80
|
-
- **Desktop App** - workspace management, model configuration, and one-click server launch that bridges all the integrations below
|
|
82
|
+
- **Desktop App** - workspace management, model configuration, memo and reminder system, and one-click server launch that bridges all the integrations below
|
|
81
83
|
- **VS Code Extension** - IDE integration with file context, diagnostics, and diff views
|
|
82
84
|
- **Chrome Extension** - sidebar on any webpage for summarization, data extraction, and browser automation
|
|
83
85
|
- **Office Add-in** - AI panel inside Word, Excel, and PowerPoint
|
package/README.zh-CN.md
CHANGED
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
| 预设 | 使用场景 | 说明 |
|
|
20
20
|
|------|----------|------|
|
|
21
21
|
| **Programming**(默认) | 终端、VS Code | 编程助手,包含基础工具、Agent 工具和 MCP 集成。简洁输出,最小开销。 |
|
|
22
|
-
| **General** | Office
|
|
22
|
+
| **General** | Office、桌面端 | 多功能个人助理,处理文档、表格和演示文稿。主动使用工具,匹配对话语气。 |
|
|
23
|
+
|
|
24
|
+
桌面应用还会安装 **Browser** 工作流供 Chrome 侧边栏使用,可访问标签页、页面内容、书签、历史记录和截图。
|
|
23
25
|
|
|
24
26
|
在 `~/.omx/workflows/` 或 `.omx/workflows/` 中放一个 Markdown 文件即可创建自定义工作流。每个工作流是一个带 YAML frontmatter 的 Markdown 文件,frontmatter 定义工具集,正文成为系统提示词:
|
|
25
27
|
|
|
@@ -77,7 +79,7 @@ omx --remove-provider openrouter
|
|
|
77
79
|
|
|
78
80
|
终端是大本营,但 OmniContext CLI 延伸到你使用的每个工具。桌面版把一切串联起来,一个轻量级服务启动器,将你的 IDE、浏览器和 Office 应用连接到同一个 OmniContext CLI 实例。
|
|
79
81
|
|
|
80
|
-
- **桌面应用** -
|
|
82
|
+
- **桌面应用** - 工作区管理、模型配置、备忘录与提醒系统、一键启动服务并桥接下面所有集成
|
|
81
83
|
- **VS Code 扩展** - IDE 集成,感知打开文件、诊断信息和 diff 视图
|
|
82
84
|
- **Chrome 扩展** - 任意网页上的侧边栏,支持摘要、数据提取和浏览器自动化
|
|
83
85
|
- **Office 插件** - Word、Excel 和 PowerPoint 内的 AI 面板
|