| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 1.1 kB | |
| v3.5.51 -- terminal_execute, agent results, security scan, auto-discovery source code.tar.gz | 2026-04-02 | 87.9 MB | |
| v3.5.51 -- terminal_execute, agent results, security scan, auto-discovery source code.zip | 2026-04-02 | 94.0 MB | |
| Totals: 3 Items | 182.0 MB | 2 | |
Fixes
[#1457]: terminal_execute Now Executes Commands
- Was a stub returning
[STATE TRACKING] Command recorded: ...— now usesexecSyncfor real execution - Respects timeout parameter, captures stdout/stderr, returns real exit codes
[#1448]: Agent & Task Results Retrievable
agent_statusnow returnslastResultfield with output from the agent's last completed tasktask_statusnow returnsresultfield (was stored but never included in response)
[#1493]: Security Scan Works on Windows
- Removed
2>/dev/null || truePOSIX shell syntax fromnpm auditcalls - Uses
stdio: 'pipe'+ try/catch for cross-platform compatibility
[#1497]: MCP Tools Auto-Discovery via Global CLAUDE.md
init --fullnow writes ruflo tool instructions to~/.claude/CLAUDE.md- Claude will auto-discover and use ruflo MCP tools without per-project manual wiring
- Idempotent — won't duplicate the block on re-init
Stats
- 1725 tests pass (28 files, 0 failures)
- Published:
@claude-flow/cli@3.5.51,claude-flow@3.5.51,ruflo@3.5.51