New Features
- API Token Authentication: Added support for token-based authentication for the REST API and WebSocket connections. Configurable via
PC_API_TOKEN,PC_API_TOKEN_PATH, or the--token-fileflag. Issue #439 - MCP Server Support: Integrated Model Context Protocol (MCP) server for dynamic process management and tool execution, supporting both
stdioandssetransports. See blog post. - Template Rendering Control: Added
is_template_disabledoption to skip Go template rendering for processes containing JSON strings in their commands. - JSON Pretty-Print: Added a toggle for pretty-printing JSON logs in the TUI terminal view. By @EricWardner
New Contributors
- @EricWardner made their first contribution in #438
Full Changelog: v1.90.0...v1.94.0