@jay-framework/gemini-agent-plugin 0.21.0 → 0.22.1

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/package.json +11 -11
  2. package/plugin.yaml +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/gemini-agent-plugin",
3
- "version": "0.21.0",
3
+ "version": "0.22.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Gemini AI agent plugin for jay-stack — embedded chat agent with page automation and server action calling",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@google/genai": "^0.14.0",
36
- "@jay-framework/component": "^0.21.0",
37
- "@jay-framework/fullstack-component": "^0.21.0",
38
- "@jay-framework/logger": "^0.21.0",
39
- "@jay-framework/runtime": "^0.21.0",
40
- "@jay-framework/runtime-automation": "^0.21.0",
41
- "@jay-framework/stack-client-runtime": "^0.21.0",
42
- "@jay-framework/stack-server-runtime": "^0.21.0",
36
+ "@jay-framework/component": "^0.22.1",
37
+ "@jay-framework/fullstack-component": "^0.22.1",
38
+ "@jay-framework/logger": "^0.22.1",
39
+ "@jay-framework/runtime": "^0.22.1",
40
+ "@jay-framework/runtime-automation": "^0.22.1",
41
+ "@jay-framework/stack-client-runtime": "^0.22.1",
42
+ "@jay-framework/stack-server-runtime": "^0.22.1",
43
43
  "js-yaml": "^4.1.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@jay-framework/compiler-jay-stack": "^0.21.0",
47
- "@jay-framework/dev-environment": "^0.21.0",
48
- "@jay-framework/jay-cli": "^0.21.0",
46
+ "@jay-framework/compiler-jay-stack": "^0.22.1",
47
+ "@jay-framework/dev-environment": "^0.22.1",
48
+ "@jay-framework/jay-cli": "^0.22.1",
49
49
  "@types/js-yaml": "^4.0.9",
50
50
  "@types/node": "^22.15.21",
51
51
  "rimraf": "^5.0.5",
package/plugin.yaml CHANGED
@@ -11,6 +11,5 @@ actions:
11
11
  - name: submitToolResults
12
12
  action: submit-tool-results.jay-action
13
13
  - name: getToolDescriptions
14
- setup:
15
- handler: setupGeminiAgent
16
- description: Configure Gemini API key
14
+ setup: setupGeminiAgent
15
+ description: Configure Gemini API key