@easbot/agent 0.2.9 → 0.2.11

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/agent",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Core Agent for the easbot monorepo ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -121,17 +121,17 @@
121
121
  "xdg-basedir": "5.1.0",
122
122
  "zod": "^4.4.3",
123
123
  "zod-to-json-schema": "^3.25.2",
124
- "@easbot/gateway": "0.2.9",
125
- "@easbot/codebase": "0.2.9",
126
- "@easbot/memory": "0.2.9",
127
- "@easbot/local-model-sdk": "0.2.9",
128
- "@easbot/note": "0.2.9",
129
- "@easbot/ollama-sdk": "0.2.9",
130
- "@easbot/tui": "0.2.9",
131
- "@easbot/sdk": "0.2.9",
132
- "@easbot/types": "0.2.9",
133
- "@easbot/plugin": "0.2.9",
134
- "@easbot/utils": "0.2.9"
124
+ "@easbot/codebase": "0.2.11",
125
+ "@easbot/note": "0.2.11",
126
+ "@easbot/gateway": "0.2.11",
127
+ "@easbot/memory": "0.2.11",
128
+ "@easbot/plugin": "0.2.11",
129
+ "@easbot/local-model-sdk": "0.2.11",
130
+ "@easbot/sdk": "0.2.11",
131
+ "@easbot/tui": "0.2.11",
132
+ "@easbot/ollama-sdk": "0.2.11",
133
+ "@easbot/types": "0.2.11",
134
+ "@easbot/utils": "0.2.11"
135
135
  },
136
136
  "devDependencies": {
137
137
  "@actions/core": "^3.0.1",