Releases: aliou/pi-processes
Releases · aliou/pi-processes
v0.7.1
v0.7.0
Minor Changes
-
80f81ff: perf: replace polling timers with event-driven output rendering
-
a8965ad: Add runtime log watch alerts for managed processes.
- New
logWatchesoption onprocesstoolstartaction - Watches match log lines on
stdout,stderr, orboth - 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
- New
-
2f33586: Process lookup now uses exact ID matching only. Fuzzy name/command matching via
find()has been removed. Theidparameter in tool actions accepts only the process ID returned bystartandlist. The/pslist UI merges the ID and Name columns into a single "Process" column showingname (id).
pi-processes@0.7.0
Release pi-processes@0.7.0
v0.6.4
pi-processes@0.6.4
Release pi-processes@0.6.4
v0.6.3
pi-processes@0.6.3
Release pi-processes@0.6.3
v0.6.2
pi-processes@0.6.2
Release pi-processes@0.6.2
v0.6.1
Patch Changes
-
902eccb: Remove the unused dock follow-mode keyboard shortcut (
Shift+F) and clean up stale docs.- remove
toggleFollowfrom 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
- remove