@theway-ai/sdk 0.1.9 → 0.1.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,13 +1,14 @@
1
1
  {
2
2
  "name": "@theway-ai/sdk",
3
- "version": "0.1.9",
4
- "description": "TypeScript SDK for the theway gRPC daemon (five theway.grpc.v1 domain services + grpc.health.v1). Typed client for all RPCs, generated from the domain proto files via ts-proto.",
3
+ "version": "0.1.11",
4
+ "description": "Typed TypeScript SDK for theway, a terminal-first local AI agent runtime: commands, sessions, DAG orchestration, events, settings, and health over gRPC.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/ptlzc/theway.git",
9
9
  "directory": "sdks/client"
10
10
  },
11
+ "homepage": "https://github.com/ptlzc/theway",
11
12
  "type": "module",
12
13
  "main": "./dist/index.js",
13
14
  "types": "./dist/index.d.ts",
@@ -227,6 +227,7 @@ enum ThinkingLevel {
227
227
  THINKING_LEVEL_MEDIUM = 4;
228
228
  THINKING_LEVEL_HIGH = 5;
229
229
  THINKING_LEVEL_XHIGH = 6;
230
+ THINKING_LEVEL_MAX = 7;
230
231
  }
231
232
 
232
233
  // A resolved model reference in a session runtime.