Releases: yandy/pi-packages
Releases · yandy/pi-packages
Release list
pi-container-sandbox v1.1.0
Changes
- Podman runtime support: New
PodmanRuntimewith rootless compatibility and cgroups degradation - Engine configuration:
enginefield insandbox.json(docker/podman/auto) - Auto-detection:
automode prefers podman, falls back to docker - Resource limits: Only passed to CLI when explicitly configured (no more tier defaults)
- Removed tier:
tiers.ts,/sandbox tierscommand,tierconfig field removed - Architecture:
container-cli.tsparameterized binary layer,DockerRuntimerefactored,PodmanRuntimeadded
pi-vision-tools v0.2.0
Add sharp as optionalDependency for automatic image compression on install.
pi-superpowers v0.3.0
pi-superpowers-v0.3.0 pi-superpowers v0.3.0
pi-dingtalk v0.2.0
pi-dingtalk-v0.2.0 pi-dingtalk v0.2.0
pi-superpowers v0.2.0
pi-superpowers-v0.2.0 pi-superpowers v0.2.0
pi-subagents v0.5.1
pi-subagents-v0.5.1 pi-subagents v0.5.1
pi-memory v1.3.4
Split MEMORY.md config limits into separate write-capacity and injection-truncation fields, and tighten auto-surfacing defaults.
Changes
- Add
memIndexInjectMaxLines(20) /memIndexInjectMaxBytes(3072) — separate injection truncation from write capacity (200/25600) - Reduce autoSurfacing defaults:
maxFiles5→3,maxTopicBytes4096→3072,maxInjectionBytes20480→10240 - Use new injection limits in
loadIndexSnapshotcall
pi-memory v1.3.3
pi-memory-v1.3.3 pi-memory v1.3.3
pi-memory v1.3.2
pi-memory-v1.3.2 pi-memory v1.3.2
pi-memory v1.3.1
Changes
- Fix: frontmatter description now stays in sync with MEMORY.md hook on add/remove
- Refactor: extract agent uses memory tools (memory_add + memory_search) instead of raw file I/O
- Refactor: extension memory tool removed 'read' action, use built-in read/ls instead
- Refactor: side-query runs with zero built-in tools
- Chore: rename MEMORY_AGENT_TOOLS → FILE_IO_TOOLS
- Chore: remove dead doRead code
- Docs: update READMEs to reflect new tool signatures