返回目錄

helloagents

維護狀態: 活躍

hellowind777/helloagents

一個自主的高階智慧夥伴,不僅分析問題,更持續工作直到完成實現和驗證。

前往 GitHub
$ npm install -g --allow-scripts=helloagents helloagents

705

星數

99

Fork

JavaScript

語言

NOASSERTION

授權條款

2025-09-26

建立於

2026-09-06

最近推送

Apache-2.0 工作流層,為 Claude Code、Gemini CLI、Grok、Cursor、Codex CLI 提供技能、專案知識庫、交付驗收與可恢復狀態;README 未提及任何 DeepSeek Harness(dsh)整合。

DSH 整合

生態系相關

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

Apache-2.0

01它能幫你完成什麼?

  • Make an AI coding CLI plan, implement, and verify work to delivery instead of stopping at advice

    Structured workflow stages with plan packages (requirements.md, plan.md, tasks.md, contract.json), 14 stage-specific quality skills, and delivery evidence recorded in session artifacts

    Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified

  • Keep persistent project knowledge and resumable execution state across CLI sessions

    A `.helloagents/` knowledge base (context.md, guidelines.md, verify.yaml, modules/, plans/) plus per-workspace session STATE.md snapshots that make long tasks resumable

    Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Node.js >= 18 (per the README's node badge)
  • npm — on npm 11 and later, keep `--allow-scripts=helloagents` on direct install or upgrade commands
  • One of the supported host AI coding CLIs: Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI

安裝步驟

  1. 01

    Install the package globally: `npm install -g --allow-scripts=helloagents helloagents` (use the `helloagents-js` alias if another `helloagents` executable already exists in PATH)

    $ npm install -g --allow-scripts=helloagents helloagents

  2. 02

    Deploy to a host CLI: `helloagents install codex --standby` for selected projects, or `helloagents install --all --global` for full rules everywhere

  3. 03

    Restart the target AI CLI or open a new session — already running sessions do not reload injected rules automatically

  4. 04

    Inside the AI CLI chat, run `~init` to initialize the project workflow and sync the project knowledge base

驗證整合成功

  • Type `~help` in the AI CLI chat — you should see the available chat commands and the current settings

復原

  • Run `helloagents cleanup <target>` to remove managed injections and links (e.g. `helloagents cleanup claude --global`)
  • Run `npm explore -g helloagents -- npm run uninstall -- --all` before `npm uninstall -g helloagents` so host integrations are cleaned; project `.helloagents/` files and `~/.helloagents/helloagents.json` are intentionally preserved

03DSH 整合程度與能力邊界

DSH 整合生態系相關

Workflow layer for AI coding CLIs (Claude Code, Gemini CLI, Grok Build, Cursor, Codex CLI); the README documents no DeepSeek Harness / dsh integration, so this is an ecosystem tool rather than a DSH plugin

  • 14 stage-specific workflow skills

    coding tasks of any stage (UI, API, security, tests, data, architecture, debugging, docs…)task-appropriate quality rules loaded on demand — simple tasks stay light, complex work gets stricter checks

  • Chat commands for every work style

    `~ask`, `~auto`, `~plan`, `~build`, `~prd`, `~loop`, `~init`, `~test`, `~qa`, `~commit`, `~clean`, `~help` typed in the host CLI chatrouted workflow stages — clarification, planning, implementation, QA loop, commit and closeout

    most commands write plan, knowledge, and state files under `.helloagents/`; only `~ask` is pure conversation with no files created
  • Safer host-CLI lifecycle management

    `helloagents install / update / cleanup / uninstall / doctor / switch-branch` shell commandsmanaged config writes to the selected host CLI, drift diagnostics, and scoped cleanup

    writes and updates host config files — e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/hooks.json` — plus symlinks back to the `~/.helloagents/helloagents` runtime rootthe one-shot install scripts download and execute a remote shell/PowerShell script from raw.githubusercontent.com
  • Verification and delivery evidence

    the `~qa` quality loop and delivery gates at closeoutstructured receipts in session `artifacts/` (qa-review.json, advisor.json, visual.json, closeout.json) proving review, verification commands, and closeout

    writes session state and evidence files under `.helloagents/sessions/`; standard runtime evidence expires after 72 hourswhen `auto_commit_enabled` is true, closeout auto-creates a local commit if verification passed and the working tree changed

04適合誰?何時不該用?

適合

  • Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified
  • Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions

不適合

  • The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
  • Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.

05相容性、維護與安全提醒

  • The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
  • Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.
  • Requires Node.js >= 18 and npm; on npm 11+ direct installs and upgrades must keep the `--allow-scripts=helloagents` flag so the managed postinstall can run. Inferred: the latest published release is a beta tag (v4.0.5-beta.1) while the README documents v3.1.9, so release lines may drift.
2025-09-262026-08-14v4.0.5-beta.1

Apache-2.0 · actively maintained (last push 2026-08-14, latest release v4.0.5-beta.1)

06常見問題

HelloAGENTS 能接入 DeepSeek Harness(dsh)嗎?

README 沒有提及任何 DeepSeek Harness 整合。它支援的宿主 CLI 為 Claude Code、Gemini CLI、Grok Build、Cursor 與 Codex CLI,透過 `helloagents install` 以 standby 或 global 模式部署。

如何安裝 HelloAGENTS?

先執行 `npm install -g --allow-scripts=helloagents helloagents`(需 Node >= 18;npm 11 以上請保留 --allow-scripts 參數),再用 `helloagents install codex --standby` 部署到指定 CLI,或 `helloagents install --all --global` 全域啟用完整規則。安裝後請重新啟動目標 CLI 或開啟新工作階段。

怎麼確認安裝成功?

在 AI CLI 聊天視窗輸入 `~help`,應可看到可用的聊天指令與目前設定;接著在儲存庫中執行 `~init` 初始化專案工作流並同步知識庫。宿主檔案出現漂移時,可用 `helloagents doctor` 診斷。

它會寫入哪些檔案?

專案知識、計畫與執行狀態保存在專案內 `.helloagents/` 目錄,使用者層級設定檔在 `~/.helloagents/helloagents.json`。standby 模式還會向宿主 CLI 的設定檔寫入受管內容(例如 `~/.claude/CLAUDE.md`、`~/.codex/config.toml`),cleanup/uninstall 只會移除這些受管項目。

standby 與 global 模式有什麼差別?

standby 較輕量、需明確啟用:只把規則部署到選定的 CLI,儲存庫在執行 `~init` 之前維持未初始化狀態。global 則在宿主層級套用完整規則,Claude、Gemini、Grok、Cursor、Codex 分別走原生外掛/擴充功能/市集安裝路徑。

08資料與來源

  • 作者聲明github.com79c0b482fd20…

    HelloAGENTS adds a workflow layer on top of Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。