@nikcli-ai/sdk 1.27.0 → 1.29.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.
@@ -38,6 +38,7 @@ export type EventInstallationUpdateAvailable = {
38
38
  type: "installation.update-available";
39
39
  properties: {
40
40
  version: string;
41
+ method?: "curl" | "npm" | "yarn" | "pnpm" | "bun" | "brew" | "scoop" | "choco" | "unknown";
41
42
  };
42
43
  };
43
44
  export type EventServerConnected = {
@@ -485,6 +486,9 @@ export type SessionStatus = {
485
486
  attempt: number;
486
487
  message: string;
487
488
  next: number;
489
+ } | {
490
+ type: "busy";
491
+ since: number;
488
492
  } | {
489
493
  type: "busy";
490
494
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.27.0",
4
+ "version": "1.29.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {