Skip to content

Releases: yandy/pi-packages

pi-container-sandbox v1.1.0

Choose a tag to compare

@yandy yandy released this 31 Jul 01:43

Changes

  • Podman runtime support: New PodmanRuntime with rootless compatibility and cgroups degradation
  • Engine configuration: engine field in sandbox.json (docker/podman/auto)
  • Auto-detection: auto mode prefers podman, falls back to docker
  • Resource limits: Only passed to CLI when explicitly configured (no more tier defaults)
  • Removed tier: tiers.ts, /sandbox tiers command, tier config field removed
  • Architecture: container-cli.ts parameterized binary layer, DockerRuntime refactored, PodmanRuntime added

pi-vision-tools v0.2.0

Choose a tag to compare

@yandy yandy released this 29 Jul 04:11

Add sharp as optionalDependency for automatic image compression on install.

pi-superpowers v0.3.0

Choose a tag to compare

@yandy yandy released this 28 Jul 05:56
pi-superpowers-v0.3.0

pi-superpowers v0.3.0

pi-dingtalk v0.2.0

Choose a tag to compare

@yandy yandy released this 28 Jul 05:59
pi-dingtalk-v0.2.0

pi-dingtalk v0.2.0

pi-superpowers v0.2.0

Choose a tag to compare

@yandy yandy released this 16 Jul 14:08
pi-superpowers-v0.2.0

pi-superpowers v0.2.0

pi-subagents v0.5.1

Choose a tag to compare

@yandy yandy released this 15 Jul 03:07
pi-subagents-v0.5.1

pi-subagents v0.5.1

pi-memory v1.3.4

Choose a tag to compare

@yandy yandy released this 15 Jul 09:22

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: maxFiles 5→3, maxTopicBytes 4096→3072, maxInjectionBytes 20480→10240
  • Use new injection limits in loadIndexSnapshot call

pi-memory v1.3.3

Choose a tag to compare

@yandy yandy released this 15 Jul 05:22
pi-memory-v1.3.3

pi-memory v1.3.3

pi-memory v1.3.2

Choose a tag to compare

@yandy yandy released this 15 Jul 03:07
pi-memory-v1.3.2

pi-memory v1.3.2

pi-memory v1.3.1

Choose a tag to compare

@yandy yandy released this 14 Jul 12:21

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