[PR #5134] [CLOSED] feat: add Desktop Assistant disable + shortcut settings #5315

Closed
opened 2026-06-05 15:20:57 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5134
Author: @nehaaprasad
Created: 3/4/2026
Status: Closed

Base: masterHead: feat/all-dis-des-ass


📝 Commits (1)

  • ccb95ac feat: add desktop assistant settings (disable, shortcut toggle, modifier key)

📊 Changes

7 files changed (+197 additions, -0 deletions)

View changed files

📝 frontend/src/components/SettingsSidebar/index.jsx (+6 -0)
📝 frontend/src/locales/en/common.js (+22 -0)
📝 frontend/src/main.jsx (+11 -0)
frontend/src/models/desktopAssistant.js (+39 -0)
frontend/src/pages/GeneralSettings/DesktopAssistant/index.jsx (+115 -0)
📝 frontend/src/utils/constants.js (+1 -0)
📝 frontend/src/utils/paths.js (+3 -0)

📄 Description

pull Request Type

  • feat (New feature)

Relevant Issues

resolves : #5120

Description

  • Adds a Desktop Assistant settings page so users can:

  • Turn the Desktop Assistant on or off

  • Turn the keyboard shortcut on or off

  • Choose the modifier key (Ctrl, Alt, or Cmd) used with the shortcut instead of always using Ctrl

  • Settings are stored in localStorage and can be read by the Electron desktop app. The page is under Settings > Tools > Desktop Assistant.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5134 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 3/4/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/all-dis-des-ass` --- ### 📝 Commits (1) - [`ccb95ac`](https://github.com/Mintplex-Labs/anything-llm/commit/ccb95ac9122798abf1fe545aae0b8f6a6904ffb5) feat: add desktop assistant settings (disable, shortcut toggle, modifier key) ### 📊 Changes **7 files changed** (+197 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+6 -0) 📝 `frontend/src/locales/en/common.js` (+22 -0) 📝 `frontend/src/main.jsx` (+11 -0) ➕ `frontend/src/models/desktopAssistant.js` (+39 -0) ➕ `frontend/src/pages/GeneralSettings/DesktopAssistant/index.jsx` (+115 -0) 📝 `frontend/src/utils/constants.js` (+1 -0) 📝 `frontend/src/utils/paths.js` (+3 -0) </details> ### 📄 Description ### pull Request Type - [x] feat (New feature) ### Relevant Issues resolves : #5120 ### Description - Adds a Desktop Assistant settings page so users can: - Turn the Desktop Assistant on or off - Turn the keyboard shortcut on or off - Choose the modifier key (Ctrl, Alt, or Cmd) used with the shortcut instead of always using Ctrl - Settings are stored in localStorage and can be read by the Electron desktop app. The page is under Settings > Tools > Desktop Assistant. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:20:57 -04:00
yindo closed this issue 2026-06-05 15:20:57 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5315