paperclip/packages/adapters/pi-local/src
Richard Anaya 6eb9545a72 fix: extract text content from Pi's tool result content arrays
Pi returns tool results in format: {"content": [{"type": "text", "text": "..."}]}
Previously we were JSON.stringify-ing the whole object, showing as:
  {"content":[{"type":"text","text":"..."}]}
Now we extract the actual text content for cleaner display.
2026-03-18 21:02:53 -07:00
..
cli Adding support for pi-local 2026-03-06 18:29:38 -08:00
server fix(pi-local): ensure skills directory exists before passing --skill flag 2026-03-18 20:40:55 -07:00
ui fix: extract text content from Pi's tool result content arrays 2026-03-18 21:02:53 -07:00
index.ts Remove legacy OpenClaw adapter and keep gateway-only flow 2026-03-07 18:50:25 -06:00