helloagents 2.3.6-beta.1 → 2.3.7
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 +23 -11
- package/package.json +2 -13
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
**Let AI go beyond analysis — keep pushing until implementation and verification are done.**
|
|
10
10
|
|
|
11
|
-
[](./pyproject.toml)
|
|
12
12
|
[](https://www.npmjs.com/package/helloagents)
|
|
13
13
|
[](./pyproject.toml)
|
|
14
14
|
[](./helloagents/functions)
|
|
@@ -132,7 +132,7 @@ Voice notifications (5 event sounds), custom command extension (`.helloagents/co
|
|
|
132
132
|
|
|
133
133
|
**Multi-CLI Support**
|
|
134
134
|
|
|
135
|
-
One rule set works across Claude Code, Codex CLI, OpenCode, Gemini CLI, Qwen CLI, and Grok CLI. Automatic feature detection and graceful degradation ensure consistent experience regardless of CLI capabilities.
|
|
135
|
+
One rule set works across Claude Code, Codex CLI, OpenCode, Gemini CLI, Qwen CLI, and Grok CLI (Experimental/Community). Automatic feature detection and graceful degradation ensure consistent experience regardless of CLI capabilities.
|
|
136
136
|
|
|
137
137
|
**Your gain:** switch between CLIs without relearning workflows or reconfiguring rules.
|
|
138
138
|
</td>
|
|
@@ -143,12 +143,12 @@ One rule set works across Claude Code, Codex CLI, OpenCode, Gemini CLI, Qwen CLI
|
|
|
143
143
|
|
|
144
144
|
| CLI | Native Sub-Agent Mechanism | RLM Mapping |
|
|
145
145
|
|-----|---------------------------|-------------|
|
|
146
|
-
| Claude Code |
|
|
146
|
+
| Claude Code | Agent tool (explore / code / shell) | Direct mapping, supports Agent Teams |
|
|
147
147
|
| Codex CLI | spawn_agent / Collab (multi-thread) | spawn_agent parallel scheduling, CSV batch orchestration |
|
|
148
|
-
| OpenCode |
|
|
148
|
+
| OpenCode | Task tool (build / plan / general / explore) | Direct sub-agent mapping |
|
|
149
149
|
| Gemini CLI | Built-in tool calls | Fallback to sequential execution |
|
|
150
150
|
| Qwen CLI | Built-in tool calls | Fallback to sequential execution |
|
|
151
|
-
| Grok CLI | Built-in tool calls | Fallback to sequential execution |
|
|
151
|
+
| Grok CLI (Experimental) | Built-in tool calls | Fallback to sequential execution |
|
|
152
152
|
|
|
153
153
|
Additionally, HelloAGENTS provides: **five-dimension routing scoring** (action need, target clarity, decision scope, impact range, EHRB risk) to automatically determine processing depth for each input; **6 CLI targets** (Claude Code / Codex CLI / OpenCode / Gemini CLI / Qwen CLI / Grok CLI) with one rule set across all; **Hooks integration** (Claude Code 11 lifecycle hooks + Codex CLI notify hook + Gemini/Grok CLI hooks) with automatic graceful degradation when unavailable.
|
|
154
154
|
|
|
@@ -158,10 +158,10 @@ Additionally, HelloAGENTS provides: **five-dimension routing scoring** (action n
|
|
|
158
158
|
|-----|-------------------|--------------|---------------------|
|
|
159
159
|
| **Claude Code** | Latest | Agent Teams, 11 lifecycle hooks, auto-memory | Requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` for teams mode |
|
|
160
160
|
| **Codex CLI** | 0.110+ | spawn_agent, CSV batch, collaboration_modes | Enable sub-agents, CSV orchestration, set `project_doc_max_bytes >= 131072` |
|
|
161
|
-
| **OpenCode** | Latest |
|
|
161
|
+
| **OpenCode** | Latest | Task tool, custom agents, MCP | Supports primary agents (build/plan) + subagents (general/explore) |
|
|
162
162
|
| **Gemini CLI** | Latest | Built-in tool calls | Sequential execution fallback |
|
|
163
163
|
| **Qwen CLI** | Latest | Built-in tool calls | Sequential execution fallback |
|
|
164
|
-
| **Grok CLI** | Latest | Built-in tool calls |
|
|
164
|
+
| **Grok CLI** (Experimental) | Latest | Built-in tool calls | Community wrapper, hooks not fully verified |
|
|
165
165
|
|
|
166
166
|
<details>
|
|
167
167
|
<summary>📋 Detailed CLI-specific notes (click to expand)</summary>
|
|
@@ -180,7 +180,8 @@ Additionally, HelloAGENTS provides: **five-dimension routing scoring** (action n
|
|
|
180
180
|
- Auto-memory feature enabled by default
|
|
181
181
|
|
|
182
182
|
**Other CLIs:**
|
|
183
|
-
- OpenCode/
|
|
183
|
+
- OpenCode supports Task tool with primary agents (build/plan) and subagents (general/explore)
|
|
184
|
+
- Gemini/Qwen/Grok use sequential execution fallback
|
|
184
185
|
- All features work with graceful degradation
|
|
185
186
|
- Hooks may not be available on all platforms
|
|
186
187
|
|
|
@@ -354,7 +355,7 @@ Additionally, HelloAGENTS provides: **five-dimension routing scoring** (action n
|
|
|
354
355
|
helloagents update
|
|
355
356
|
|
|
356
357
|
> 💡 **Claude Code sub-agent orchestration tips:**
|
|
357
|
-
> - Sub-agents (
|
|
358
|
+
> - Sub-agents (Agent tool) work out of the box, no extra configuration needed
|
|
358
359
|
> - Agent Teams collaboration mode requires environment variable: `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`
|
|
359
360
|
> - Parallel sub-agent count is managed automatically by the model, no user-side limit config needed
|
|
360
361
|
|
|
@@ -637,7 +638,7 @@ On the first response of each session, the system silently checks for new versio
|
|
|
637
638
|
|
|
638
639
|
- AGENTS.md: router and workflow protocol
|
|
639
640
|
- SKILL.md: skill discovery metadata for CLI targets
|
|
640
|
-
- pyproject.toml: package metadata (v2.3.
|
|
641
|
+
- pyproject.toml: package metadata (v2.3.7)
|
|
641
642
|
- helloagents/cli.py: CLI entry point
|
|
642
643
|
- helloagents/_common.py: shared constants and utilities
|
|
643
644
|
- helloagents/core/: CLI management modules (install, uninstall, update, status, dispatcher, hooks settings)
|
|
@@ -787,7 +788,18 @@ A: An experimental Claude Code feature where multiple Claude Code instances coll
|
|
|
787
788
|
|
|
788
789
|
## Version History
|
|
789
790
|
|
|
790
|
-
### v2.3.
|
|
791
|
+
### v2.3.7 (current)
|
|
792
|
+
|
|
793
|
+
**Bug Fixes:**
|
|
794
|
+
- Fixed non-coding tasks incorrectly creating knowledge base when KB_CREATE_MODE=2 (added programming task check in design.md Phase1 step 1)
|
|
795
|
+
- Fixed R2 standard flow redirecting to archive instead of DEVELOP after proposal selection (constrained overview type to ~exec entry only)
|
|
796
|
+
- Fixed non-coding tasks incorrectly creating plan packages (added programming task precondition to package.md create() interface)
|
|
797
|
+
|
|
798
|
+
**Improvements:**
|
|
799
|
+
- Optimized implementation plan state recovery after context compression
|
|
800
|
+
- Optimized overall design flow
|
|
801
|
+
|
|
802
|
+
### v2.3.6
|
|
791
803
|
|
|
792
804
|
**New Features:**
|
|
793
805
|
- Sub-agent orchestration overhaul: added brainstormer sub-agent for independent parallel proposal ideation during DESIGN multi-proposal comparison
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "helloagents",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "HelloAGENTS - AI-native sub-agent orchestration framework for multi-CLI environments",
|
|
6
6
|
"author": "HelloWind",
|
|
@@ -16,18 +16,7 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"bin/"
|
|
18
18
|
],
|
|
19
|
-
"keywords": [
|
|
20
|
-
"ai",
|
|
21
|
-
"agent",
|
|
22
|
-
"claude",
|
|
23
|
-
"codex",
|
|
24
|
-
"gemini",
|
|
25
|
-
"qwen",
|
|
26
|
-
"grok",
|
|
27
|
-
"opencode",
|
|
28
|
-
"cli",
|
|
29
|
-
"workflow"
|
|
30
|
-
],
|
|
19
|
+
"keywords": ["ai", "agent", "claude", "codex", "gemini", "qwen", "grok", "opencode", "cli", "workflow"],
|
|
31
20
|
"engines": {
|
|
32
21
|
"node": ">=16"
|
|
33
22
|
}
|