@dyyz1993/pi-coding-agent 0.70.0 → 0.70.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.70.2] - 2026-05-05
4
+
5
+ ### Added
6
+
7
+ - Added coordinator extension for cross-session communication and task delegation
8
+ - Added `session_delegate`, `session_delegate_send`, `session_delegate_status`, `session_delegate_stop`, `session_delegate_list` methods for coordinating tasks across sessions
9
+ - Added `session_delegate_fork` to fork sessions without stopping the original session
10
+ - Added session state tracking with `isCompacting` and `contextUsage` fields
11
+ - Persist delegated tasks to `{sessionDir}/coordinator-tasks.json`
12
+ - Inject task summaries into LLM context for delegated tasks
13
+
14
+ ### Fixed
15
+
16
+ - Fixed pre-existing lint and type errors
17
+
18
+ ## [Unreleased]
19
+
20
+ ### Added
21
+
22
+ - Added `ctx.projectRoot` to `ExtensionContext` — canonical git root (worktree-aware), falls back to `cwd`
23
+ - Added `ctx.sessionDataDir` to `ExtensionContext` — per-session storage path, automatically namespaced by extension name
24
+ - Added `ctx.cwdDataDir` to `ExtensionContext` — per-cwd storage path (worktree-isolated), automatically namespaced by extension name
25
+ - Added `ctx.projectDataDir` to `ExtensionContext` — per-project storage path, automatically namespaced by extension name
26
+ - Added `ctx.globalDataDir` to `ExtensionContext` — cross-project global storage path, automatically namespaced by extension name
27
+ - Added `ctx.extensionName` to `ExtensionContext` — the current extension's name
28
+ - Added `pi.setName()` to `ExtensionAPI` — override auto-derived extension name
29
+ - Added `pi.extensionName` to `ExtensionAPI` — read current extension name
30
+ - Added extension name mechanism: auto-derived from file/directory/package name, with duplicate name validation at load time
31
+
3
32
  ## [0.69.26] - 2026-05-04
4
33
 
5
34
  ## [0.69.25] - 2026-05-04