The dedicated OpenClaw plugin for Claude Code — more powerful than the built-in ACP integration. https://github.com/goldmar/openclaw-code-agent (dropping open source soon)
| Feature | Built-in ACP | openclaw-code-agent |
The dedicated OpenClaw plugin for Claude Code — more powerful than the built-in ACP integration. https://github.com/goldmar/openclaw-code-agent (dropping open source soon)
| Feature | Built-in ACP | openclaw-code-agent |
| # Remove old data | |
| curl -XDELETE "http://localhost:9200/testindex" | |
| # Create index with mapping | |
| curl -XPOST "http://localhost:9200/testindex/" -d ' | |
| { | |
| "mappings" : { | |
| "testtype" : { | |
| "properties" : { | |
| "available_for_client" : { |