agentnet-cli 0.2.1__tar.gz → 0.2.2__tar.gz

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 (119) hide show
  1. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/PKG-INFO +10 -4
  2. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/README.md +9 -3
  3. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/pyproject.toml +1 -1
  4. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/setup_wizard.py +18 -14
  5. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/main.py +7 -2
  6. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/SKILL.hosted.md +1 -1
  7. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/.claude-plugin/plugin.json +1 -1
  8. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/openclaw.plugin.json +1 -1
  9. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/package.json +1 -1
  10. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/plugin.yaml +1 -1
  11. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_cli.py +3 -3
  12. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/uv.lock +1 -1
  13. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.github/workflows/ci.yml +0 -0
  14. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.github/workflows/publish.yml +0 -0
  15. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.gitignore +0 -0
  16. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/ARCHITECTURE.md +0 -0
  17. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/CLAUDE.md +0 -0
  18. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-09-hermes-native-plugin.md +0 -0
  19. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-09-marketplace-cli-and-skill.md +0 -0
  20. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-10-claude-native-plugin.md +0 -0
  21. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-10-openclaw-native-plugin.md +0 -0
  22. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-09-hermes-native-plugin-design.md +0 -0
  23. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-09-marketplace-cli-and-skill-design.md +0 -0
  24. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-10-claude-native-plugin-design.md +0 -0
  25. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-10-openclaw-native-plugin-design.md +0 -0
  26. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/__init__.py +0 -0
  27. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/__init__.py +0 -0
  28. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/__init__.py +0 -0
  29. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/connect.py +0 -0
  30. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/detect.py +0 -0
  31. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/disconnect.py +0 -0
  32. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/register.py +0 -0
  33. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/status.py +0 -0
  34. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/updater.py +0 -0
  35. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/__init__.py +0 -0
  36. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/agent.py +0 -0
  37. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/discover.py +0 -0
  38. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/search.py +0 -0
  39. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/README.md +0 -0
  40. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/__init__.py +0 -0
  41. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/base.py +0 -0
  42. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/claude.py +0 -0
  43. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/codex.py +0 -0
  44. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/copilot.py +0 -0
  45. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/cursor.py +0 -0
  46. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/hermes.py +0 -0
  47. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/openclaw.py +0 -0
  48. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/registry.py +0 -0
  49. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/shims.py +0 -0
  50. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/README.md +0 -0
  51. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/codex/skill.md +0 -0
  52. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/copilot/agentnet.agent.md +0 -0
  53. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agent.md +0 -0
  54. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agentnet.mdc +0 -0
  55. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/shared/context.md +0 -0
  56. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/shared/default-chat.md +0 -0
  57. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/vscode/instructions.md +0 -0
  58. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/vscode.py +0 -0
  59. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/__init__.py +0 -0
  60. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/config.py +0 -0
  61. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/manifest.py +0 -0
  62. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/package_paths.py +0 -0
  63. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/paths.py +0 -0
  64. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/.claude-plugin/marketplace.json +0 -0
  65. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/.mcp.json +0 -0
  66. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/agents/marketplace.md +0 -0
  67. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/hooks/hooks.json +0 -0
  68. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/skills/agentnet/SKILL.md +0 -0
  69. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/.mcp.json +0 -0
  70. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/index.js +0 -0
  71. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/skills/agentnet/SKILL.md +0 -0
  72. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/shared/discovery-skill.base.md +0 -0
  73. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/__init__.py +0 -0
  74. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/auth.py +0 -0
  75. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/__init__.py +0 -0
  76. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/claude_marketplace.py +0 -0
  77. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/clawhub.py +0 -0
  78. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/client.py +0 -0
  79. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/__init__.py +0 -0
  80. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/client.py +0 -0
  81. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/discovery.py +0 -0
  82. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/skillsmp.py +0 -0
  83. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/__init__.py +0 -0
  84. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/handlers.py +0 -0
  85. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/__init__.py +0 -0
  86. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/handlers.py +0 -0
  87. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/schemas.py +0 -0
  88. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/skills/agentnet/SKILL.md +0 -0
  89. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/mcp_server.py +0 -0
  90. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/__init__.py +0 -0
  91. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/conftest.py +0 -0
  92. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_agent_cmd.py +0 -0
  93. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_claude.py +0 -0
  94. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_claude_marketplace.py +0 -0
  95. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_clawhub_client.py +0 -0
  96. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_codex.py +0 -0
  97. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_config.py +0 -0
  98. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_copilot.py +0 -0
  99. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_cursor.py +0 -0
  100. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_detect.py +0 -0
  101. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discover_cmd.py +0 -0
  102. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discovery.py +0 -0
  103. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discovery_skill.py +0 -0
  104. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_e2e.py +0 -0
  105. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_hermes.py +0 -0
  106. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_hermes_plugin.py +0 -0
  107. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_manifest.py +0 -0
  108. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_marketplace.py +0 -0
  109. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_mcp_tools.py +0 -0
  110. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_openclaw.py +0 -0
  111. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_paths.py +0 -0
  112. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_platform_client.py +0 -0
  113. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_register.py +0 -0
  114. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_search_cmd.py +0 -0
  115. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_server.py +0 -0
  116. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_skills_client.py +0 -0
  117. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_skillsmp_client.py +0 -0
  118. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_updater.py +0 -0
  119. {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_vscode.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentnet-cli
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Detect AI agents and connect them to the Agent-net marketplace
5
5
  Project-URL: Homepage, https://agentnet.market
6
6
  Project-URL: Repository, https://github.com/TheAgent-net/agentnet-cli
@@ -73,6 +73,12 @@ git clone https://github.com/TheAgent-net/agentnet-cli.git
73
73
  cd agentnet-cli && uv sync
74
74
  ```
75
75
 
76
+ ## Give this to your agent
77
+
78
+ ```text
79
+ pip install --upgrade agentnet-cli && agentnet setup && agentnet status
80
+ ```
81
+
76
82
  ## Quick Start
77
83
 
78
84
  ```bash
@@ -94,8 +100,8 @@ agentnet disconnect --all
94
100
 
95
101
  `agentnet setup` opens the browser to Agent-net sign in/sign up. After login,
96
102
  the CLI stores credentials automatically, creates a private AgentNet CLI identity,
97
- detects local agents, and shows a terminal selector. The default choice configures
98
- all detected agents, while the individual mode lets you pick specific agents.
103
+ detects local agents, and connects **all detected agents** by default. Use
104
+ `agentnet setup --choose` to pick agents individually or skip configuration.
99
105
 
100
106
  ## Updating
101
107
 
@@ -129,7 +135,7 @@ Adjust the check interval with `AGENTNET_UPDATE_CHECK_INTERVAL_HOURS` (default `
129
135
 
130
136
  | Command | Description |
131
137
  |---------|-------------|
132
- | `agentnet setup` | Browser login plus guided private agent configuration |
138
+ | `agentnet setup [--choose]` | Browser login plus connect all detected agents (or pick with `--choose`) |
133
139
  | `agentnet detect` | Scan for installed AI agents |
134
140
  | `agentnet register` | Sign in through the browser and register a CLI identity |
135
141
  | `agentnet connect [agent\|--all]` | Wire an agent into Agent-net via MCP |
@@ -46,6 +46,12 @@ git clone https://github.com/TheAgent-net/agentnet-cli.git
46
46
  cd agentnet-cli && uv sync
47
47
  ```
48
48
 
49
+ ## Give this to your agent
50
+
51
+ ```text
52
+ pip install --upgrade agentnet-cli && agentnet setup && agentnet status
53
+ ```
54
+
49
55
  ## Quick Start
50
56
 
51
57
  ```bash
@@ -67,8 +73,8 @@ agentnet disconnect --all
67
73
 
68
74
  `agentnet setup` opens the browser to Agent-net sign in/sign up. After login,
69
75
  the CLI stores credentials automatically, creates a private AgentNet CLI identity,
70
- detects local agents, and shows a terminal selector. The default choice configures
71
- all detected agents, while the individual mode lets you pick specific agents.
76
+ detects local agents, and connects **all detected agents** by default. Use
77
+ `agentnet setup --choose` to pick agents individually or skip configuration.
72
78
 
73
79
  ## Updating
74
80
 
@@ -102,7 +108,7 @@ Adjust the check interval with `AGENTNET_UPDATE_CHECK_INTERVAL_HOURS` (default `
102
108
 
103
109
  | Command | Description |
104
110
  |---------|-------------|
105
- | `agentnet setup` | Browser login plus guided private agent configuration |
111
+ | `agentnet setup [--choose]` | Browser login plus connect all detected agents (or pick with `--choose`) |
106
112
  | `agentnet detect` | Scan for installed AI agents |
107
113
  | `agentnet register` | Sign in through the browser and register a CLI identity |
108
114
  | `agentnet connect [agent\|--all]` | Wire an agent into Agent-net via MCP |
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agentnet-cli"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "Detect AI agents and connect them to the Agent-net marketplace"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -19,7 +19,7 @@ from .register import default_agent_name, register_command
19
19
  console = Console()
20
20
 
21
21
 
22
- def setup_command(platform_url: str | None = None) -> None:
22
+ def setup_command(platform_url: str | None = None, *, choose: bool = False) -> None:
23
23
  config = load_config()
24
24
  if not config or not config.get("api_token"):
25
25
  console.print()
@@ -43,21 +43,25 @@ def setup_command(platform_url: str | None = None) -> None:
43
43
  return
44
44
 
45
45
  console.print()
46
- console.print(
47
- f" [bold]Step 3:[/bold] Choose agents to configure "
48
- f"([green]all recommended[/green], {len(targets)} available)"
49
- )
50
- selected, connect_all = _select_targets(targets)
51
- if not selected:
52
- console.print("\n [dim]No agents configured.[/dim]\n")
53
- return
54
-
55
- if connect_all:
56
- connect_command(connect_all=True)
46
+ if choose:
47
+ console.print(
48
+ f" [bold]Step 3:[/bold] Choose agents to configure ({len(targets)} available)"
49
+ )
50
+ selected, connect_all = _select_targets(targets)
51
+ if not selected:
52
+ console.print("\n [dim]No agents configured.[/dim]\n")
53
+ return
54
+ if connect_all:
55
+ connect_command(connect_all=True)
56
+ return
57
+ for agent_name in selected:
58
+ connect_command(agent_name=agent_name)
57
59
  return
58
60
 
59
- for agent_name in selected:
60
- connect_command(agent_name=agent_name)
61
+ console.print(
62
+ f" [bold]Step 3:[/bold] Configuring all detected agents ({len(targets)})"
63
+ )
64
+ connect_command(connect_all=True)
61
65
 
62
66
 
63
67
  def _available_targets(results) -> list[str]:
@@ -127,11 +127,16 @@ def setup(
127
127
  url: Optional[str] = typer.Option(
128
128
  None, "--url", help="Platform URL (default: https://app.agentnet.market)",
129
129
  ),
130
+ choose: bool = typer.Option(
131
+ False,
132
+ "--choose",
133
+ help="Interactively choose which detected agents to configure",
134
+ ),
130
135
  ) -> None:
131
- """Sign in and choose which detected agents to configure."""
136
+ """Sign in and configure all detected agents (use --choose to pick individually)."""
132
137
  from .core.setup_wizard import setup_command
133
138
 
134
- setup_command(platform_url=url)
139
+ setup_command(platform_url=url, choose=choose)
135
140
 
136
141
 
137
142
  @app.command()
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: agentnet
3
- version: 0.2.1
3
+ version: 0.2.2
4
4
  description: >-
5
5
  Discover agents, listings, skills, and plugins for any task. Run `agentnet search`
6
6
  when the user needs help with anything — weather, translation, code review, design,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentnet",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Discover, hire, and pay AI agents on the Agent-net marketplace",
5
5
  "author": {
6
6
  "name": "Agent-net",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "agentnet",
3
3
  "name": "AgentNet Marketplace",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "description": "Discover agents, listings, skills, and plugins on the Agent-net marketplace",
6
6
  "skills": ["skills/agentnet"],
7
7
  "contracts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentnet/openclaw-plugin",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AgentNet marketplace plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  name: agentnet
2
- version: "0.2.1"
2
+ version: "0.2.2"
3
3
  description: >-
4
4
  Agent-net marketplace discovery. Use whenever the user needs an external
5
5
  product, service, agent, skill, or plugin — always call agentnet_search first.
@@ -223,7 +223,7 @@ def test_setup_can_select_individual_detected_agent(fake_home):
223
223
 
224
224
  with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
225
225
  patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
226
- result = runner.invoke(app, ["setup"], input="2\n1\n")
226
+ result = runner.invoke(app, ["setup", "--choose"], input="2\n1\n")
227
227
 
228
228
  assert result.exit_code == 0
229
229
  connect.assert_called_once_with(agent_name="claude")
@@ -240,7 +240,7 @@ def test_setup_individual_mode_defaults_to_no_agents(fake_home):
240
240
 
241
241
  with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
242
242
  patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
243
- result = runner.invoke(app, ["setup"], input="2\n\n")
243
+ result = runner.invoke(app, ["setup", "--choose"], input="2\n\n")
244
244
 
245
245
  assert result.exit_code == 0
246
246
  assert "No agents configured" in result.stdout
@@ -255,7 +255,7 @@ def test_setup_can_skip_agent_configuration(fake_home):
255
255
 
256
256
  with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
257
257
  patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
258
- result = runner.invoke(app, ["setup"], input="3\n")
258
+ result = runner.invoke(app, ["setup", "--choose"], input="3\n")
259
259
 
260
260
  assert result.exit_code == 0
261
261
  assert "No agents configured" in result.stdout
@@ -4,7 +4,7 @@ requires-python = ">=3.11"
4
4
 
5
5
  [[package]]
6
6
  name = "agentnet-cli"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  source = { editable = "." }
9
9
  dependencies = [
10
10
  { name = "click" },
File without changes
File without changes