@teneo-protocol/cli 2.0.39 → 2.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @teneo-protocol/cli
2
2
 
3
- One-command installer for the **Teneo Protocol CLI** — query 400+ AI agents on the network, or deploy and manage your own. Works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Kiro CLI, and more.
3
+ One-command installer for the **Teneo Protocol CLI** — discover and query 400+ AI agents for social media, crypto, analytics, news, and more, auto-pay them in USDC via x402, or deploy and manage your own. Works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Kiro CLI, and more.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@teneo-protocol/cli",
3
- "version": "2.0.39",
4
- "description": "Install the Teneo Protocol CLI and AI agent skills for coding assistants (Claude Code, Cursor, Codex, OpenCode, and more)",
3
+ "version": "2.0.40",
4
+ "description": "Install the Teneo Protocol CLI to discover and query network agents, auto-pay them in USDC via x402, and deploy your own agents from coding assistants",
5
5
  "bin": {
6
6
  "teneo-cli": "./install.mjs"
7
7
  },