@oh-my-pi/pi-coding-agent 1.337.0 → 1.337.1

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 (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.337.1] - 2026-01-02
6
+
7
+ ### Added
8
+
9
+ - MCP support and plugin system for external tool integration
10
+ - Git context to system prompt for repo awareness
11
+ - Bash interception to guide tool selection
12
+ - Fuzzy matching to handle indentation variance in edit tool
13
+ - Specialized Exa tools with granular toggles
14
+ - `/share` command for exporting conversations to HTML
15
+ - Edit diff preview before tool execution
16
+
17
+ ### Changed
18
+
19
+ - Renamed package scope to @oh-my-pi for consistent branding
20
+ - Simplified toolset and enhanced navigation
21
+ - Improved process cleanup with tree kill
22
+ - Updated CI/CD workflows for GitHub Actions with provenance-signed npm publishing
23
+
24
+ ### Fixed
25
+
26
+ - Template string interpolation in image read output
27
+ - Prevented full re-renders during write tool streaming
28
+ - Edit tool failing on files with UTF-8 BOM
29
+
30
+ ## [1.337.0] - 2026-01-02
31
+
32
+ Initial release under @oh-my-pi scope. See previous releases at [badlogic/pi-mono](https://github.com/badlogic/pi-mono).
33
+
5
34
  ## [0.31.1] - 2026-01-02
6
35
 
7
36
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-coding-agent",
3
- "version": "1.337.0",
3
+ "version": "1.337.1",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {