@compilr-dev/sdk 0.2.8 → 0.2.9

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/dist/agent.js +1 -0
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -121,6 +121,7 @@ class CompilrAgentImpl {
121
121
  contextManager,
122
122
  autoContextManagement: contextManager !== undefined,
123
123
  hooks: config?.hooks,
124
+ anchors: {},
124
125
  permissions: {
125
126
  defaultLevel: permissionsConfig.defaultLevel,
126
127
  onPermissionRequest: permissionsConfig.onPermissionRequest,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilr-dev/sdk",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Universal agent runtime for building AI-powered applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",