4runr-os 2.8.13 → 2.8.14

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "4runr-os",
3
- "version": "2.8.13",
3
+ "version": "2.8.14",
4
4
  "type": "module",
5
- "description": "4Runr AI Agent OS - Secure terminal interface for AI agents. v2.8.13: Connection Visibility & Verification - Enhanced header with Gateway URL and connection status icon, prominent success notifications in Operations Log, Connection Portal success state with green border, post-connection health check verification, gateway.health backend handler. Makes connection status crystal clear and verifies actual Gateway connectivity. v2.8.12: Critical integrity fixes. Built with Rust + Ratatui. ⚠️ Pre-MVP / Development Phase",
5
+ "description": "4Runr AI Agent OS - Secure terminal interface for AI agents. v2.8.14: Portal Critical Fixes - Fixed WASD navigation in Connection Portal (now works as text input), Connection Portal stays open on success with full connection proof (Gateway URL, health status, features), Setup Portal layout cleanup (simplified content, no overlapping text, clean organized layout). v2.8.13: Connection Visibility & Verification. Built with Rust + Ratatui. ⚠️ Pre-MVP / Development Phase",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
8
  "4runr": "dist/index.js",