[PR #5405] [MERGED] Add automatic agent skill aproval via ENV Flag #5432

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5405
Author: @timothycarambat
Created: 4/10/2026
Status: Merged
Merged: 4/10/2026
Merged by: @timothycarambat

Base: masterHead: 5404-skip-approval-flag


📝 Commits (3)

  • a3dad38 add autoapproval env flag
  • 7b72ebb persist flag
  • d508db9 Merge branch 'master' into 5404-skip-approval-flag

📊 Changes

6 files changed (+63 additions, -2 deletions)

View changed files

📝 docker/.env.example (+5 -1)
📝 server/.env.example (+4 -0)
📝 server/utils/agents/aibitat/plugins/http-socket.js (+8 -1)
📝 server/utils/agents/aibitat/plugins/websocket.js (+8 -0)
server/utils/helpers/agents.js (+35 -0)
📝 server/utils/helpers/updateENV.js (+3 -0)

📄 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 #5404

Description

  • Adds support for CSV or <all> string for the AGENT_AUTO_APPROVED_SKILLS ENV Flag

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

https://github.com/Mintplex-Labs/anythingllm-docs/pull/233


🔄 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/5405 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5404-skip-approval-flag` --- ### 📝 Commits (3) - [`a3dad38`](https://github.com/Mintplex-Labs/anything-llm/commit/a3dad3838b65785966a5bf916f231377112f027c) add autoapproval env flag - [`7b72ebb`](https://github.com/Mintplex-Labs/anything-llm/commit/7b72ebb933759eccfe51ac6fe734df0de24e9894) persist flag - [`d508db9`](https://github.com/Mintplex-Labs/anything-llm/commit/d508db9d52e05eafbb1857568ffb846021ed692d) Merge branch 'master' into 5404-skip-approval-flag ### 📊 Changes **6 files changed** (+63 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+5 -1) 📝 `server/.env.example` (+4 -0) 📝 `server/utils/agents/aibitat/plugins/http-socket.js` (+8 -1) 📝 `server/utils/agents/aibitat/plugins/websocket.js` (+8 -0) ➕ `server/utils/helpers/agents.js` (+35 -0) 📝 `server/utils/helpers/updateENV.js` (+3 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ 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 <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #5404 ### Description - Adds support for CSV or `<all>` string for the `AGENT_AUTO_APPROVED_SKILLS` ENV Flag <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### 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. --> - [ ] 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 https://github.com/Mintplex-Labs/anythingllm-docs/pull/233 --- <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:20 -04:00
yindo closed this issue 2026-06-05 15:21:20 -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#5432