Skip to content

Releases: aliou/pi-processes

v0.9.0

09 May 12:51
6edf4d2

Choose a tag to compare

Minor Changes

  • 8f15f76: Prevent crash on /new with running background processes

v0.8.1

23 Apr 14:24

Choose a tag to compare

Patch Changes

  • b3060fb: Update Pi packages to 0.69.0. Migrate from @sinclair/typebox 0.34.x to typebox 1.x. Fix stale context in widget setup with mount/unmount pattern via session_shutdown handler.

v0.8.0

20 Apr 14:35
bf6a716

Choose a tag to compare

Minor Changes

  • da0de08: Remove @aliou/pi-evals devDependency

v0.7.2

18 Apr 13:33

Choose a tag to compare

Patch Changes

  • e7cbf6b: Name tool explicitly in promptGuidelines so it makes sense in the global system prompt Guidelines section

v0.7.1

06 Apr 11:28

Choose a tag to compare

Patch Changes

  • 36fd5c6: Update Pi packages to 0.65.0.

    Migrate widget session lifecycle handling to current Pi session events, and align custom tool rendering with current Pi renderer requirements.

v0.7.0

02 Apr 17:11

Choose a tag to compare

Minor Changes

  • 80f81ff: perf: replace polling timers with event-driven output rendering

  • a8965ad: Add runtime log watch alerts for managed processes.

    • New logWatches option on process tool start action
    • Watches match log lines on stdout, stderr, or both
    • Default one-time behavior (repeat: false), with optional repeat mode
    • On watch match, emit visible UI event and trigger an immediate agent turn
    • Invalid watch config (including bad regex patterns) now fails fast at start time
  • 2f33586: Process lookup now uses exact ID matching only. Fuzzy name/command matching via find() has been removed. The id parameter in tool actions accepts only the process ID returned by start and list. The /ps list UI merges the ID and Name columns into a single "Process" column showing name (id).

pi-processes@0.7.0

02 Apr 17:11

Choose a tag to compare

Release pi-processes@0.7.0

v0.6.4

01 Apr 13:17

Choose a tag to compare

Patch Changes

  • 11d03ca: Ship the bundled pi-processes skill and improve the published package docs.
  • 2bdee75: Sync process help text and docs references with the current /ps commands and config paths.

pi-processes@0.6.4

01 Apr 13:17

Choose a tag to compare

Release pi-processes@0.6.4

v0.6.3

20 Mar 12:26

Choose a tag to compare

Patch Changes

  • e1aa8cb: update Pi deps to 0.61.0