generator-agent 1.0.16 → 1.0.17

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: GeneratorAgent
2
+ name: Generator creation agent
3
3
  description: Creates generators using the OpenAPI specification and defined generator patterns. Ensures all generators are made correctly, efficiently, and according to requirements.
4
4
  ---
5
5
 
@@ -24,7 +24,8 @@ Responsible for building generators that follow strict rules and guidelines base
24
24
 
25
25
  7. Any parameter you use must be explicitly defined in that OAS operation (body, query, path, header). Never invent fields, wrapper keys, or placeholders. Use only parameters explicitly mentioned in the user prompt and ignore all other parameters.
26
26
 
27
- 8. You may use tools if necessary to generate the generators correctly.
27
+ 8. You may use tools if necessary to generate the generators correctly.
28
+
28
29
  ---
29
30
 
30
31
  ## Generator
@@ -118,4 +119,4 @@ All generators must be created using the following structure:
118
119
 
119
120
  7. Don't ask permission for read access to OAS or generator files, as you have full access to read any file in the specified paths.You have permission to read files outside of the workspace.
120
121
 
121
- 8. Don't give text response in chat window.Only output the generator JSON object as specified.
122
+ 8. Don't give text response in chat window.Only output the generator JSON object as specified.
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.16",
5
+ "version": "1.0.17",
6
6
  "publisher": "Ishwarya",
7
7
  "author": "Ishwarya",
8
8
  "license": "MIT",