generator-agent 1.0.22 → 1.0.23

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,8 +17,8 @@ A powerful VS Code extension that integrates custom AI agents with multiple UI i
17
17
  #### To install the latest version, run:
18
18
 
19
19
  ```bash
20
- npm install agentpublishtest@latest
21
- npx agentpublish init
20
+ npm install generator-agent@latest
21
+ npx generatoragent init
22
22
 
23
23
  **Agents not appearing in dropdown?**
24
24
  - Make sure agents are in `.github/agents/` folder
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "generator-agent",
3
3
  "displayName": "GeneratorAgent",
4
4
  "description": "Custom agent that responds with greetings and follows specific instructions",
5
- "version": "1.0.22",
5
+ "version": "1.0.23",
6
6
  "publisher": "Ishwarya",
7
7
  "author": "Ishwarya",
8
8
  "license": "MIT",