Skip to content

Instantly share code, notes, and snippets.

View goldmar's full-sized avatar

Mark goldmar

View GitHub Profile
@goldmar
goldmar / openclaw-code-agent-comparison.md
Last active March 12, 2026 02:31
openclaw-code-agent vs built-in ACP: full coding agent orchestration for OpenClaw

openclaw-code-agent: Claude Code orchestration for OpenClaw

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)


Built-in ACP vs. openclaw-code-agent

| Feature | Built-in ACP | openclaw-code-agent |

@goldmar
goldmar / Elasticsearch Problem
Last active August 29, 2015 14:14
Elasticsearch IllegalArgumentException[TokenStream expanded to 257 finite strings. Only <= 256 finite strings are supported]
# 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" : {