pi-rtk-optimizer 0.5.2 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.5.3] - 2026-04-01
11
+
12
+ ### Changed
13
+ - Updated README.md with new background image source URL
14
+ - Aligned npm keywords for better package discoverability
15
+ - Added Related Pi Extensions cross-linking section to README
16
+
10
17
  ## [0.5.2] - 2026-04-01
11
18
 
12
19
  ### Changed
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  > RTK command rewriting and tool output compaction extension for the Pi coding agent.
4
4
 
5
- ![background](https://raw.githubusercontent.com/MasuRii/pi-rtk-optimizer/main/asset/pi-rtk-optimizer-background.png)
5
+ <img width="1360" height="752" alt="image" src="https://github.com/user-attachments/assets/f4536889-62ec-429a-984e-dc0de9f1f709" />
6
+
6
7
 
7
8
  **pi-rtk-optimizer** automatically rewrites `bash` tool commands to their `rtk` equivalents and compacts noisy tool output (`bash`, `read`, `grep`) to reduce context window usage while preserving actionable information for the AI agent.
8
9
 
@@ -287,6 +288,13 @@ Inspired by:
287
288
  - [mcowger/pi-rtk](https://github.com/mcowger/pi-rtk)
288
289
  - [rtk-ai/rtk](https://github.com/rtk-ai/rtk)
289
290
 
291
+ ## Related Pi Extensions
292
+
293
+ - [pi-tool-display](https://github.com/MasuRii/pi-tool-display) — Compact tool rendering and diff visualization
294
+ - [pi-permission-system](https://github.com/MasuRii/pi-permission-system) — Permission enforcement for tool and command access
295
+ - [pi-smart-voice-notify](https://github.com/MasuRii/pi-smart-voice-notify) — Multi-channel TTS and sound notifications
296
+ - [pi-image-tools](https://github.com/MasuRii/pi-image-tools) — Image attachment and inline preview
297
+
290
298
  ## License
291
299
 
292
300
  [MIT](LICENSE) © MasuRii
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-rtk-optimizer",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Pi extension that optimizes RTK command rewriting and tool output compaction for the coding agent.",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -27,10 +27,14 @@
27
27
  "pi-package",
28
28
  "pi",
29
29
  "pi-extension",
30
+ "pi-coding-agent",
31
+ "coding-agent",
30
32
  "rtk",
31
33
  "token-optimization",
32
34
  "tool-compaction",
33
- "coding-agent"
35
+ "output-compaction",
36
+ "command-rewrite",
37
+ "optimization"
34
38
  ],
35
39
  "author": "MasuRii",
36
40
  "license": "MIT",