@engineer-ai/sdk 1.7.2 → 1.7.3

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.
@@ -948,6 +948,10 @@ export type Session = {
948
948
  worktreePath?: string;
949
949
  branch?: string;
950
950
  mode?: "agent" | "plan" | "goal";
951
+ /**
952
+ * Relative path to the plan file, set when a plan file exists for this session.
953
+ */
954
+ planPath?: string;
951
955
  revert?: {
952
956
  messageID: string;
953
957
  partID?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@engineer-ai/sdk",
4
- "version": "1.7.2",
4
+ "version": "1.7.3",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {