mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
OAuth enabled but no valid token found. Starting authentication...
Found expired OAuth token, attempting refresh... Token refresh successful ## CHANGES - Bumped app version to 0.14.0 with fresh dependency refresh 🚀 - Added <a href="https://www.npmjs.com/package/react-force-graph-2d">react-force-graph-2d</a> for richer graph visualization options 🧠 - DocumentGraph layouts now use two-phase positioning for cleaner clusters 🧭 - External link nodes now sit on periphery/runs below hierarchy, reducing chaos 🪐 - Force layout spacing tuned for better readability and fewer overlaps 📐 - Added fallback grid layout when only external nodes exist 🧩 - SSH remote configs now persist `useSshConfig` and `sshConfigHost` metadata 🔐 - SSH Config host picker now supports filtering + keyboard navigation ⌨️ - SSH remote validation relaxed: username/key optional, leverage ssh-agent defaults 🗝️ - File explorer shows RTL-ellipsized cwd and double-click copies path 🎯
This commit is contained in:
@@ -233,6 +233,7 @@
|
||||
"qrcode": "^1.5.4",
|
||||
"qrcode.react": "^4.2.0",
|
||||
"react-diff-view": "^3.3.2",
|
||||
"react-force-graph-2d": "^1.29.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-syntax-highlighter": "^16.1.0",
|
||||
"reactflow": "^11.11.4",
|
||||
|
||||
Reference in New Issue
Block a user