You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6f3d0fa feat(executor): implement desktop command execution with support for GNOME - Added executeDesktopCommand function to handle desktop commands. - Created a factory for desktop environments and registered GNOME, KDE, and XFCE. - Implemented dynamic creation of desktop environments to avoid circular imports. - Added formatting for command results to indicate success or failure. - Introduced AI-enabled desktop assistant functionality if an AI client is available.
0a2e754 feat(web): add browser-based interface and embedded web files support
d477fae feat: Implement chunked file transfer client and server