diff --git a/README.md b/README.md index 9643743..3935bc6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ HarnessKit Agents Animation

+

+ Every supported agent shows on the Overview by default, installed or not — to hide one, go to Settings → Agent Paths and click its "Enabled" toggle to switch it off. +

+
## Why HarnessKit? @@ -62,6 +66,7 @@ HarnessKit manages **all five extension types** from a unified interface — **S | **Copilot** | ✓ | ✓ | ✓ | ✓ | ✓ | | **Windsurf** | ✓ | ✓ | — | ✓ | ✓ | | **OpenCode** | ✓ | ✓ | ✓ | — | ✓ | +| **Hermes** | ✓ | ✓ | ✓ | ✓ | ✓ | * "—" indicates the agent currently does not support this extension type. @@ -81,7 +86,7 @@ HarnessKit manages **all five extension types** from a unified interface — **S ### 🤖 Agent Configs, Memory & Rules -HarnessKit manages every agent's **Configs**, **Memory**, **Rules**, **Subagents**, and **Ignore** files from one place. Currently supporting **8 agents**: **Claude Code**, **Codex**, **Gemini CLI**, **Cursor**, **Antigravity**, **Copilot**, **Windsurf**, and **OpenCode**. +HarnessKit manages every agent's **Configs**, **Memory**, **Rules**, **Subagents**, and **Ignore** files from one place. Currently supporting **9 agents**: **Claude Code**, **Codex**, **Gemini CLI**, **Cursor**, **Antigravity**, **Copilot**, **Windsurf**, **OpenCode**, and **Hermes**. - **Config file tracking** — Automatically discovers every agent's config files — both global and per-project. Add your project directories or custom paths and HarnessKit picks them up alongside the global ones. - **Per-agent dashboard** — Each agent gets its own page with all files organized by category, showing scope, path, file size, and a summary of installed extensions. Expand any file to preview its content right in the app. @@ -169,7 +174,7 @@ HarnessKit ships a standalone command-line interface (`hk`) for terminal-first w ```shell $ hk status - Agents 8 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode) + Agents 9 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode · hermes) Extensions 136 total (124 skills · 2 mcp · 8 plugins · 1 hooks · 1 clis) $ hk list --kind skill --agent claude # filter by type and agent diff --git a/README.zh-CN.md b/README.zh-CN.md index 7da64b6..d699ea8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -30,6 +30,10 @@ HarnessKit Agents Animation

+

+ 「概览」页默认展示所有受支持的 Agent,无论是否已安装 —— 想隐藏某个 Agent,可在「设置 → 智能体路径」点它的「已启用」开关将其关闭。 +

+
## 为什么选择 HarnessKit? @@ -62,6 +66,7 @@ HarnessKit 通过统一界面管理 **全部五种扩展类型** —— **Skill* | **Copilot** | ✓ | ✓ | ✓ | ✓ | ✓ | | **Windsurf** | ✓ | ✓ | — | ✓ | ✓ | | **OpenCode** | ✓ | ✓ | ✓ | — | ✓ | +| **Hermes** | ✓ | ✓ | ✓ | ✓ | ✓ | * "—" 表示该 Agent 目前不支持此扩展类型。 @@ -81,7 +86,7 @@ HarnessKit 通过统一界面管理 **全部五种扩展类型** —— **Skill* ### 🤖 Agent 配置、记忆与规则 -HarnessKit 统一管理每个 Agent 的 **配置**、**记忆**、**规则**、**子 Agent** 与 **忽略**(Ignore)文件。目前支持 **8 个 Agent**:**Claude Code**、**Codex**、**Gemini CLI**、**Cursor**、**Antigravity**、**Copilot**、**Windsurf** 与 **OpenCode**。 +HarnessKit 统一管理每个 Agent 的 **配置**、**记忆**、**规则**、**子 Agent** 与 **忽略**(Ignore)文件。目前支持 **9 个 Agent**:**Claude Code**、**Codex**、**Gemini CLI**、**Cursor**、**Antigravity**、**Copilot**、**Windsurf**、**OpenCode** 与 **Hermes**。 - **配置文件跟踪** —— 自动发现每个 Agent 的全局与项目级配置文件。添加项目目录或自定义路径后,HarnessKit 会将它们与全局配置一同纳入管理。 - **Agent 专属面板** —— 每个 Agent 拥有独立页面,文件按类别组织,列出范围、路径、文件大小以及已安装扩展的概览。展开任意文件即可在应用内预览。 @@ -169,7 +174,7 @@ HarnessKit 提供独立命令行工具(`hk`),面向偏好终端的工作 ```shell $ hk status - Agents 8 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode) + Agents 9 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode · hermes) Extensions 136 total (124 skills · 2 mcp · 8 plugins · 1 hooks · 1 clis) $ hk list --kind skill --agent claude # 按类型与 Agent 筛选