[PR #4569] [CLOSED] feat: add Agent Mode toggle in WorkspaceChat #4677

Closed
opened 2026-02-22 18:36:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4569
Author: @Bilal2005seven
Created: 10/21/2025
Status: Closed

Base: masterHead: feat/agent-mode-toggle


📝 Commits (1)

  • afe2e68 feat: add Agent Mode toggle in WorkspaceChat

📊 Changes

1 file changed (+33 additions, -2 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/index.jsx (+33 -2)

📄 Description

This PR adds a new Agent Mode toggle feature in the chat interface to improve the usability of tool-calling interactions.

Currently, users must manually prepend @agent to each message to trigger Agent Mode. This update introduces a toggle switch that automates that process.

Key Highlights

🧠 New Toggle Switch near the chat input bar.

🔁 When enabled, all outgoing user messages automatically prepend @agent.

💬 When disabled, messages are sent as normal.

💾 Toggle state persists for the current session (can be extended later via localStorage).

⚙️ Integrated seamlessly into WorkspaceChat/index.jsx.

This enhancement makes interacting with Agents faster and more intuitive, reducing typing friction and improving UX consistency.


🔄 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/4569 **Author:** [@Bilal2005seven](https://github.com/Bilal2005seven) **Created:** 10/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/agent-mode-toggle` --- ### 📝 Commits (1) - [`afe2e68`](https://github.com/Mintplex-Labs/anything-llm/commit/afe2e68324aa1e728d50e884700bfe30cd4708eb) feat: add Agent Mode toggle in WorkspaceChat ### 📊 Changes **1 file changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/index.jsx` (+33 -2) </details> ### 📄 Description This PR adds a new Agent Mode toggle feature in the chat interface to improve the usability of tool-calling interactions. Currently, users must manually prepend @agent to each message to trigger Agent Mode. This update introduces a toggle switch that automates that process. Key Highlights 🧠 New Toggle Switch near the chat input bar. 🔁 When enabled, all outgoing user messages automatically prepend @agent. 💬 When disabled, messages are sent as normal. 💾 Toggle state persists for the current session (can be extended later via localStorage). ⚙️ Integrated seamlessly into WorkspaceChat/index.jsx. This enhancement makes interacting with Agents faster and more intuitive, reducing typing friction and improving UX consistency. --- <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-02-22 18:36:19 -05:00
yindo closed this issue 2026-02-22 18:36:19 -05:00
yindo changed title from [PR #4569] feat: add Agent Mode toggle in WorkspaceChat to [PR #4569] [CLOSED] feat: add Agent Mode toggle in WorkspaceChat 2026-06-05 15:19:47 -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#4677