agent-generator 1.0.7 → 1.0.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "agent-generator",
3
3
  "displayName": "Generator Agent",
4
4
  "description": "A Copilot Agent for conditional rule-based data generation",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "publisher": "IshwaryaRamesh",
7
7
  "engines": {
8
8
  "vscode": "^1.80.0"
@@ -19,12 +19,6 @@
19
19
  "description": "Generator Agent responsible for generating conditional rule-based data",
20
20
  "isSticky": true
21
21
  }
22
- ],
23
- "commands": [
24
- {
25
- "command": "generator.start",
26
- "title": "Start Generator Agent"
27
- }
28
22
  ]
29
23
  },
30
24
  "repository": {