@mariozechner/pi-coding-agent 0.58.4 → 0.59.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +0 -10
  3. package/dist/core/agent-session.d.ts.map +1 -1
  4. package/dist/core/agent-session.js +3 -3
  5. package/dist/core/agent-session.js.map +1 -1
  6. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  7. package/dist/core/compaction/branch-summarization.js +1 -0
  8. package/dist/core/compaction/branch-summarization.js.map +1 -1
  9. package/dist/core/compaction/compaction.d.ts.map +1 -1
  10. package/dist/core/compaction/compaction.js +2 -0
  11. package/dist/core/compaction/compaction.js.map +1 -1
  12. package/dist/core/extensions/types.d.ts +1 -1
  13. package/dist/core/extensions/types.d.ts.map +1 -1
  14. package/dist/core/extensions/types.js.map +1 -1
  15. package/dist/core/footer-data-provider.d.ts +6 -1
  16. package/dist/core/footer-data-provider.d.ts.map +1 -1
  17. package/dist/core/footer-data-provider.js +83 -37
  18. package/dist/core/footer-data-provider.js.map +1 -1
  19. package/dist/core/session-manager.d.ts.map +1 -1
  20. package/dist/core/session-manager.js +6 -7
  21. package/dist/core/session-manager.js.map +1 -1
  22. package/dist/core/system-prompt.d.ts.map +1 -1
  23. package/dist/core/system-prompt.js +3 -2
  24. package/dist/core/system-prompt.js.map +1 -1
  25. package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
  26. package/dist/modes/interactive/components/tree-selector.js +12 -1
  27. package/dist/modes/interactive/components/tree-selector.js.map +1 -1
  28. package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
  29. package/dist/modes/interactive/components/user-message.js +2 -1
  30. package/dist/modes/interactive/components/user-message.js.map +1 -1
  31. package/docs/extensions.md +2 -2
  32. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  33. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  34. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  35. package/examples/extensions/custom-provider-qwen-cli/package.json +1 -1
  36. package/examples/extensions/with-deps/package-lock.json +2 -2
  37. package/examples/extensions/with-deps/package.json +1 -1
  38. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.59.0] - 2026-03-17
4
+
5
+ ### New Features
6
+
7
+ - Faster startup by lazy-loading `@mariozechner/pi-ai` provider SDKs on first use instead of import time ([#2297](https://github.com/badlogic/pi-mono/issues/2297))
8
+ - Better provider retry behavior when providers return error messages as responses ([#2264](https://github.com/badlogic/pi-mono/issues/2264))
9
+ - Better terminal integration via OSC 133 command-executed markers ([#2242](https://github.com/badlogic/pi-mono/issues/2242))
10
+ - Better Git footer branch detection for repositories using reftable storage ([#2300](https://github.com/badlogic/pi-mono/issues/2300))
11
+
12
+ ### Breaking Changes
13
+
14
+ - Changed custom tool system prompt behavior so extension and SDK tools are included in the default `Available tools` section only when they provide `promptSnippet`. Omitting `promptSnippet` now leaves the tool out of that section instead of falling back to `description` ([#2285](https://github.com/badlogic/pi-mono/issues/2285))
15
+
16
+ ### Changed
17
+
18
+ - Lazy-load built-in `@mariozechner/pi-ai` provider modules and root provider wrappers so coding-agent startup no longer eagerly loads provider SDKs before first use ([#2297](https://github.com/badlogic/pi-mono/issues/2297))
19
+
20
+ ### Fixed
21
+
22
+ - Fixed session title handling in `/tree`, compaction, and branch summarization so empty title clears render correctly and `session_info` entries stay out of summaries ([#2304](https://github.com/badlogic/pi-mono/pull/2304) by [@aliou](https://github.com/aliou))
23
+ - Fixed footer branch detection for Git repositories using reftable storage so branch names still appear correctly in the footer ([#2300](https://github.com/badlogic/pi-mono/issues/2300))
24
+ - Fixed rendered user messages to emit an OSC 133 command-executed marker after command output, improving terminal prompt integration ([#2242](https://github.com/badlogic/pi-mono/issues/2242))
25
+ - Fixed provider retry handling to treat provider-returned error messages as retryable failures instead of successful responses ([#2264](https://github.com/badlogic/pi-mono/issues/2264))
26
+ - Fixed Claude 4.6 context window overrides in bundled model metadata so coding-agent sees the intended model limits after generated catalogs are rebuilt ([#2286](https://github.com/badlogic/pi-mono/issues/2286))
27
+
3
28
  ## [0.58.4] - 2026-03-16
4
29
 
5
30
  ### Fixed
package/README.md CHANGED
@@ -1,13 +1,3 @@
1
- <!-- OSS_WEEKEND_START -->
2
- # 🏖️ OSS Weekend
3
-
4
- **Issue tracker reopens Monday, March 16, 2026.**
5
-
6
- OSS weekend runs Saturday, March 14, 2026 through Monday, March 16, 2026. New issues are auto-closed during this time. For support, join [Discord](https://discord.com/invite/3cU7Bz4UPx).
7
- <!-- OSS_WEEKEND_END -->
8
-
9
- ---
10
-
11
1
  <p align="center">
12
2
  <a href="https://shittycodingagent.ai">
13
3
  <img src="https://shittycodingagent.ai/logo.svg" alt="pi logo" width="128">