@theokit/sdk 2.26.0 → 2.28.0

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": "@theokit/sdk",
3
- "version": "2.26.0",
3
+ "version": "2.28.0",
4
4
  "description": "TypeScript SDK for the Theo agent harness — same surface, local or cloud.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/usetheo/theokit-sdk#readme",
@@ -268,6 +268,16 @@
268
268
  "default": "./dist/sandbox/index.cjs"
269
269
  }
270
270
  },
271
+ "./filesystem": {
272
+ "import": {
273
+ "types": "./dist/filesystem/index.d.ts",
274
+ "default": "./dist/filesystem/index.js"
275
+ },
276
+ "require": {
277
+ "types": "./dist/filesystem/index.d.cts",
278
+ "default": "./dist/filesystem/index.cjs"
279
+ }
280
+ },
271
281
  "./package.json": "./package.json"
272
282
  },
273
283
  "files": [
@@ -355,8 +365,8 @@
355
365
  "typedoc": "^0.28.19",
356
366
  "ws": "^8.18.0",
357
367
  "zod": "^4.0.0",
358
- "@theokit/sdk-handoff": "0.1.0",
359
- "@theokit/sdk-memory": "0.2.0"
368
+ "@theokit/sdk-memory": "0.2.0",
369
+ "@theokit/sdk-handoff": "0.1.0"
360
370
  },
361
371
  "scripts": {
362
372
  "build": "tsup && cp src/internal/providers/provider-catalog.json dist/provider-catalog.json",