Skip to content

Releases: aliou/pi-processes

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

pi-processes@0.6.3

20 Mar 12:26

Choose a tag to compare

Release pi-processes@0.6.3

v0.6.2

06 Mar 17:11

Choose a tag to compare

Patch Changes

  • 705b650: bump @aliou/pi-utils-settings to ^0.10.0 (local scope fix)

pi-processes@0.6.2

06 Mar 17:11

Choose a tag to compare

Release pi-processes@0.6.2

v0.6.1

04 Mar 14:29

Choose a tag to compare

Patch Changes

  • 902eccb: Remove the unused dock follow-mode keyboard shortcut (Shift+F) and clean up stale docs.

    • remove toggleFollow from dock actions and keybinding types/defaults
    • update README command docs (/ps:pin, /ps:logs, /ps:dock show|hide|toggle)
    • remove incorrect global shortcut docs and clarify follow mode control via settings