Skip to content

feat: Add Factory Droid as built-in agent#112

Merged
vincentkoc merged 6 commits intoopenclaw:mainfrom
ironerumi:feat/add-droid-agent
Mar 11, 2026
Merged

feat: Add Factory Droid as built-in agent#112
vincentkoc merged 6 commits intoopenclaw:mainfrom
ironerumi:feat/add-droid-agent

Conversation

@ironerumi
Copy link
Copy Markdown
Contributor

Summary

  • Add Factory Droid as built-in agent using native droid exec --output-format acp
  • Position 8 in registry (after copilot, before kimi)
  • Also fixes missing cursor entry in skills/acpx/SKILL.md

Closes #111

Changeset (6 files, +12 lines)

File Change
src/agent-registry.ts Registry entry
README.md Built-in agents table row
agents/README.md Built-in list + harness docs link
agents/Droid.md Agent-specific doc (new)
skills/acpx/SKILL.md Skill registry list + missing cursor fix
test/agent-registry.test.ts Position 8 ordering assertion

Test plan

  • acpx droid sessions new — session created
  • acpx droid "hi" — droid responded via ACP
  • acpx droid sessions close — clean shutdown
  • 224/224 unit tests pass
  • Format, typecheck, lint, build all pass

Tested: macOS arm64, acpx 0.1.0 (local build), Droid CLI latest.

ironerumi and others added 6 commits March 10, 2026 21:30
Register droid via droid-acp adapter at position 8 (after copilot).
Also fixes missing cursor entry in skills/acpx/SKILL.md.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use official `droid exec --output-format acp` instead of community
droid-acp adapter. Factory's native command is the supported path.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vincentkoc vincentkoc self-assigned this Mar 11, 2026
@vincentkoc vincentkoc merged commit 33f2d15 into openclaw:main Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Factory Droid as built-in agent

2 participants