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:
Pedram Amini
2025-12-30 00:32:06 -06:00
parent bc0db13cd7
commit 621f60c6cd
8 changed files with 551 additions and 139 deletions

View File

@@ -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",