@nikcli-ai/sdk 1.14.0 → 1.15.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.
@@ -846,6 +846,7 @@ export type Session = {
846
846
  github?: SessionGithub;
847
847
  mobile?: SessionMobile;
848
848
  title: string;
849
+ activeCommand?: string;
849
850
  version: string;
850
851
  time: {
851
852
  created: number;
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.14.0",
4
+ "version": "1.15.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {