pi-processes: 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).