@poolzin/pool-bot 2026.3.14 → 2026.3.15

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
- "version": "2026.3.14",
3
- "commit": "538c3e6915747260db074b3534da2218d83740be",
4
- "builtAt": "2026-03-12T05:42:57.579Z"
2
+ "version": "2026.3.15",
3
+ "commit": "ecc8dbff78be4290bf7ebeb6b49f8d18b3ef414d",
4
+ "builtAt": "2026-03-12T05:59:35.973Z"
5
5
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "id": "agency-agents",
3
+ "name": "Agency Agents",
4
+ "description": "AI Specialists for PoolBot (Frontend, Backend, DevOps, etc.)",
5
+ "version": "2026.3.14",
6
+ "configSchema": {
7
+ "type": "object",
8
+ "additionalProperties": false,
9
+ "properties": {}
10
+ }
11
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "id": "page-agent",
3
+ "name": "Page Agent",
4
+ "description": "GUI Browser Automation for PoolBot with AI-powered web interaction",
5
+ "version": "2026.3.14",
6
+ "configSchema": {
7
+ "type": "object",
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "headless": {
11
+ "type": "boolean",
12
+ "default": true,
13
+ "description": "Run browser in headless mode"
14
+ },
15
+ "viewport": {
16
+ "type": "object",
17
+ "properties": {
18
+ "width": { "type": "number", "default": 1280 },
19
+ "height": { "type": "number", "default": 720 }
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "id": "xyops",
3
+ "name": "XYOps",
4
+ "description": "Workflow automation and job scheduling for PoolBot",
5
+ "version": "2026.3.14",
6
+ "configSchema": {
7
+ "type": "object",
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "apiKey": {
11
+ "type": "string",
12
+ "description": "XYOps API key"
13
+ },
14
+ "endpoint": {
15
+ "type": "string",
16
+ "format": "uri",
17
+ "description": "XYOps API endpoint"
18
+ }
19
+ }
20
+ }
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.3.14",
3
+ "version": "2026.3.15",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",