Skip to content

Commit bb3401f

Browse files
committed
docs: Add release notes for v1.94.0
1 parent 1a4d3b1 commit bb3401f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release Notes
22

3+
## [v1.94.0] - 2026-02-21
4+
5+
### New Features
6+
7+
- **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-file` flag.
8+
- **MCP Server Support**: Integrated Model Context Protocol (MCP) server for dynamic process management and tool execution, supporting both `stdio` and `sse` transports.
9+
- **Template Rendering Control**: Added `is_template_disabled` option to skip Go template rendering for processes containing JSON strings in their commands.
10+
- **JSON Pretty-Print**: Added a toggle for pretty-printing JSON logs in the TUI terminal view.
11+
12+
### Bug Fixes
13+
14+
- Fixed JSON autodetection for processes running in MCP `stdio` mode.
15+
16+
---
17+
318
## [v1.90.0] - 2026-01-31
419

520
### New Features

0 commit comments

Comments
 (0)