[PR #5551] [MERGED] Rename auto mode to agent mode #5479

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5551
Author: @shatfield4
Created: 4/28/2026
Status: Merged
Merged: 4/29/2026
Merged by: @timothycarambat

Base: masterHead: 5545-chore-rename-auto-mode-to-agent-mode


📝 Commits (3)

  • d7eb7be update auto mode to agent
  • 9a13281 auto-translate agent mode title for all locales
  • e8e5e63 Merge branch 'master' into 5545-chore-rename-auto-mode-to-agent-mode

📊 Changes

25 files changed (+25 additions, -25 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+1 -1)
📝 frontend/src/locales/ca/common.js (+1 -1)
📝 frontend/src/locales/cs/common.js (+1 -1)
📝 frontend/src/locales/da/common.js (+1 -1)
📝 frontend/src/locales/de/common.js (+1 -1)
📝 frontend/src/locales/en/common.js (+1 -1)
📝 frontend/src/locales/es/common.js (+1 -1)
📝 frontend/src/locales/et/common.js (+1 -1)
📝 frontend/src/locales/fa/common.js (+1 -1)
📝 frontend/src/locales/fr/common.js (+1 -1)
📝 frontend/src/locales/he/common.js (+1 -1)
📝 frontend/src/locales/it/common.js (+1 -1)
📝 frontend/src/locales/ja/common.js (+1 -1)
📝 frontend/src/locales/ko/common.js (+1 -1)
📝 frontend/src/locales/lt/common.js (+1 -1)
📝 frontend/src/locales/lv/common.js (+1 -1)
📝 frontend/src/locales/nl/common.js (+1 -1)
📝 frontend/src/locales/pl/common.js (+1 -1)
📝 frontend/src/locales/pt_BR/common.js (+1 -1)
📝 frontend/src/locales/ro/common.js (+1 -1)

...and 5 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #5545
connect #5520

Description

  • Updates translations to rename auto mode to agent mode
  • Removed all old translations and translated again using translations:create script

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/5551 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/28/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5545-chore-rename-auto-mode-to-agent-mode` --- ### 📝 Commits (3) - [`d7eb7be`](https://github.com/Mintplex-Labs/anything-llm/commit/d7eb7bedf3d5b74780ddd0eaab8164e595f4e9a0) update auto mode to agent - [`9a13281`](https://github.com/Mintplex-Labs/anything-llm/commit/9a132814c3d3747d79cb0492f896a6670a6b3f9d) auto-translate agent mode title for all locales - [`e8e5e63`](https://github.com/Mintplex-Labs/anything-llm/commit/e8e5e6331ead4c5998c994b1a82bc985ca08780a) Merge branch 'master' into 5545-chore-rename-auto-mode-to-agent-mode ### 📊 Changes **25 files changed** (+25 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+1 -1) 📝 `frontend/src/locales/ca/common.js` (+1 -1) 📝 `frontend/src/locales/cs/common.js` (+1 -1) 📝 `frontend/src/locales/da/common.js` (+1 -1) 📝 `frontend/src/locales/de/common.js` (+1 -1) 📝 `frontend/src/locales/en/common.js` (+1 -1) 📝 `frontend/src/locales/es/common.js` (+1 -1) 📝 `frontend/src/locales/et/common.js` (+1 -1) 📝 `frontend/src/locales/fa/common.js` (+1 -1) 📝 `frontend/src/locales/fr/common.js` (+1 -1) 📝 `frontend/src/locales/he/common.js` (+1 -1) 📝 `frontend/src/locales/it/common.js` (+1 -1) 📝 `frontend/src/locales/ja/common.js` (+1 -1) 📝 `frontend/src/locales/ko/common.js` (+1 -1) 📝 `frontend/src/locales/lt/common.js` (+1 -1) 📝 `frontend/src/locales/lv/common.js` (+1 -1) 📝 `frontend/src/locales/nl/common.js` (+1 -1) 📝 `frontend/src/locales/pl/common.js` (+1 -1) 📝 `frontend/src/locales/pt_BR/common.js` (+1 -1) 📝 `frontend/src/locales/ro/common.js` (+1 -1) _...and 5 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [x] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #5545 connect #5520 ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> - Updates translations to rename auto mode to agent mode - Removed all old translations and translated again using `translations:create` script ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated (if applicable) - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:21:29 -04:00
yindo closed this issue 2026-06-05 15:21:29 -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#5479