4runr-os 2.9.2 → 2.9.4

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "4runr-os",
3
- "version": "2.9.2",
3
+ "version": "2.9.4",
4
4
  "type": "module",
5
- "description": "4Runr AI Agent OS - Secure terminal interface for AI agents. v2.9.2: Connection Portal Layout Fix - Fixed elements moving around during connection attempts (consistent layout structure), added automatic setup.detect on Setup Portal open (shows bundle status), improved local bundle detection flow. Builds on v2.9.1 visual polish. Built with Rust + Ratatui. ⚠️ Pre-MVP / Development Phase",
5
+ "description": "4Runr AI Agent OS - Secure terminal interface for AI agents. v2.9.4: Setup Portal Rendering Fix - Fixed Setup Portal showing only text (restored proper List widget with ListState for correct rendering). Options now display in proper bordered list format. Builds on v2.9.3 duplication fix. Built with Rust + Ratatui. ⚠️ Pre-MVP / Development Phase",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
8
  "4runr": "dist/index.js",