@plumpslabs/fennec-cli 1.14.0 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
  **Fennec** is an MCP (Model Context Protocol) server that bridges the gap between AI agents and your development environment. It gives your AI full-stack visibility — and, crucially, **full-stack control**:
25
25
 
26
26
  - 🔍 **Observe** browser console logs, network requests, and performance metrics in real-time
27
- - 🖥️ **Run & watch** your apps as supervised background daemons (PM2-like) — logs, restart, health
27
+ - 🖥️ **Run & watch** your apps as supervised background daemons — logs, restart, health
28
28
  - 🤝 **Adopt** processes an AI agent (or you) started via raw bash, so they're tracked instead of orphaned
29
29
  - 🔐 **Persist** authentication sessions across conversations
30
30
  - 🔗 **Correlate** events across layers to identify root causes automatically
@@ -140,7 +140,7 @@ Fennec is both an MCP server **and** a CLI you can use directly in your terminal
140
140
  | `fennec start --sse` | Start the MCP server over HTTP+SSE (experimental). |
141
141
  | `fennec start --transport sse` | Alias of `--sse`. |
142
142
 
143
- ### Apps & Processes (PM2-like control plane)
143
+ ### Apps & Processes
144
144
 
145
145
  | Command | Description |
146
146
  |---------|-------------|
package/dist/index.js CHANGED
@@ -2091,7 +2091,7 @@ function hexColor(color) {
2091
2091
  }
2092
2092
  var fennecOrange2 = hexColor("#FF6432");
2093
2093
  var fennecGold = hexColor("#FFB347");
2094
- var VERSION = "1.14.0";
2094
+ var VERSION = "1.14.1";
2095
2095
  var cachedBanner = null;
2096
2096
  var cachedCompact = null;
2097
2097
  function generateBanner() {