@swarmify/agents-cli 1.5.6 → 1.5.8

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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 1.5.6
3
+ ## 1.5.7
4
4
 
5
- - (no changes, version bump for testing)
5
+ - Remove trailing newlines from command output
6
6
 
7
7
  ## 1.5.5
8
8
 
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Your virtual environment manager for AI coding agents.
4
4
 
5
+ Homepage: https://swarmify.co/#agents-cli
6
+ NPM: https://www.npmjs.com/package/@swarmify/agents-cli
7
+ VS Code Extension: [Agents](https://marketplace.visualstudio.com/items?itemName=swarmify.swarm-ext) - full-screen agent terminals with sub-agent spawning
8
+
5
9
  ```bash
6
10
  npm install -g @swarmify/agents-cli
7
11
  ```
@@ -264,7 +268,8 @@ Format conversion is automatic. Write commands in markdown, they're converted to
264
268
 
265
269
  ## Related
266
270
 
267
- - [@swarmify/agents-mcp](https://www.npmjs.com/package/@swarmify/agents-mcp) - MCP server for multi-agent orchestration
271
+ - [@swarmify/agents-mcp](https://www.npmjs.com/package/@swarmify/agents-mcp) - MCP server for sub-agent spawning
272
+ - [Agents Extension](https://marketplace.visualstudio.com/items?itemName=swarmify.swarm-ext) - Full-screen agent terminals in VS Code/Cursor
268
273
 
269
274
  ## License
270
275