From 20f350ddf1d7942fc8d71d0b54e0b742cbebfe1b Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 16 May 2026 19:31:07 +1200 Subject: [PATCH] Add Autohand Code CLI compatibility --- README.md | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c689c72..e2f7b13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The payment layer for AI agents. Deposit funds, swap tokens, and manage wallets — directly from your AI agent or coding assistant. -Works with [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor](https://cursor.com), [Windsurf](https://windsurf.com), [OpenClaw](https://openclaw.com), [GitHub Copilot](https://copilot.github.com), [CrewAI](https://crewai.com), [AutoGPT](https://autogpt.net), and any AI agent framework that supports the open skills standard. +Works with [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor](https://cursor.com), [Windsurf](https://windsurf.com), [OpenClaw](https://openclaw.com), [Autohand Code CLI](https://github.com/autohandai/code-cli), [GitHub Copilot](https://copilot.github.com), [CrewAI](https://crewai.com), [AutoGPT](https://autogpt.net), and any AI agent framework that supports the open skills standard. Powered by [Chainlink CRE](https://chain.link/cre), [Chainlink CCIP](https://chain.link/cross-chain), and [Mastercard](https://mastercard.com). @@ -105,4 +105,4 @@ openSwapperModal({ ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE) diff --git a/package.json b/package.json index 6a7385b..9def866 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "swapper-toolkit", "version": "0.1.0", - "description": "DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.", + "description": "DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, Autohand Code CLI, CrewAI, AutoGPT, and other AI agent frameworks.", "keywords": [ "claude-code", "cursor", "windsurf", "copilot", "openclaw", + "autohand-code-cli", "crewai", "autogpt", "langchain",