[GH-ISSUE #5244] [BUG]: Agent Skills settings icon missing in :pg-1.11.2 Docker image #4982

Closed
opened 2026-06-05 14:51:17 -04:00 by yindo · 3 comments
Owner

Originally created by @noamanemobidata on GitHub (Mar 20, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5244

How are you running AnythingLLM?

Docker (remote machine)

What happened?

The settings icon (⚙️) on the Agent Skills page are not visible when running AnythingLLM using the :pg Docker image ( even after forcing a fresh pull (docker rmi + docker pull)) .

These UI elements are present in the :latest image (as shown in the documentation at https://docs.anythingllm.com/agent/intelligent-tool-selection).

Image

Are there known steps to reproduce?

Steps to reproduce

  1. Pull the latest :pg image: docker pull mintplexlabs/anythingllm:pg-1.11.2
  2. Run the container with a PostgreSQL DATABASE_URL:
docker run -d -p 3001:3001 --cap-add SYS_ADMIN \
  -v /home/anythingllm:/app/server/storage \
  -v /home/anythingllm/.env:/app/server/.env \
  -e STORAGE_DIR="/app/server/storage" \
  -e DATABASE_URL="postgresql://user:password@host:5432/anythingllm" \
  mintplexlabs/anythingllm:pg-1.11.2
  1. Navigate to Settings > Agent Skills

Expected behavior

  • A ⚙️ settings icon is visible next to the "Agent Skills" title

Actual behavior

  • No ⚙️ icon next to "Agent Skills"
Originally created by @noamanemobidata on GitHub (Mar 20, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5244 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? The **settings icon (⚙️)** on the Agent Skills page are not visible when running AnythingLLM using the `:pg` Docker image ( even after forcing a fresh pull (`docker rmi` + `docker pull`)) . These UI elements are present in the `:latest` image (as shown in the documentation at https://docs.anythingllm.com/agent/intelligent-tool-selection). <img width="846" height="405" alt="Image" src="https://github.com/user-attachments/assets/e6693ff7-3f2d-4cd8-8d38-ec84ffcd077f" /> ### Are there known steps to reproduce? ### Steps to reproduce 1. Pull the latest `:pg` image: `docker pull mintplexlabs/anythingllm:pg-1.11.2` 2. Run the container with a PostgreSQL `DATABASE_URL`: ```bash docker run -d -p 3001:3001 --cap-add SYS_ADMIN \ -v /home/anythingllm:/app/server/storage \ -v /home/anythingllm/.env:/app/server/.env \ -e STORAGE_DIR="/app/server/storage" \ -e DATABASE_URL="postgresql://user:password@host:5432/anythingllm" \ mintplexlabs/anythingllm:pg-1.11.2 ``` 3. Navigate to `Settings > Agent Skills` ### Expected behavior - A ⚙️ settings icon is visible next to the "Agent Skills" title ### Actual behavior - No ⚙️ icon next to "Agent Skills"
yindo added the possible bug label 2026-06-05 14:51:17 -04:00
yindo closed this issue 2026-06-05 14:51:17 -04:00
Author
Owner

@timothycarambat commented on GitHub (Mar 20, 2026):

These UI elements are present in the :latest image (as shown in the documentation at

latestpg - pg is just the latest version tag with then sub-tags for specific versions.

So for example, as of writing this pg = pg-1.11.2 = 1.11.2

https://docs.anythingllm.com/installation-docker/available-images#pg

<!-- gh-comment-id:4101283690 --> @timothycarambat commented on GitHub (Mar 20, 2026): > These UI elements are present in the :latest image (as shown in the documentation at `latest` ≠ `pg` - pg is just the latest _version tag_ with then sub-tags for specific versions. So for example, as of writing this `pg` = `pg-1.11.2` = `1.11.2` https://docs.anythingllm.com/installation-docker/available-images#pg
Author
Owner

@noamanemobidata commented on GitHub (Mar 20, 2026):

I have the last version 1.11.2 as in this image but the settings icon is not visible next to "Agent Skills"

Image
<!-- gh-comment-id:4101417871 --> @noamanemobidata commented on GitHub (Mar 20, 2026): I have the last version 1.11.2 as in this image but the settings icon is not visible next to "Agent Skills" <img width="1380" height="1514" alt="Image" src="https://github.com/user-attachments/assets/1a6116de-b437-4450-8c67-123bbde178ec" />
Author
Owner

@timothycarambat commented on GitHub (Mar 20, 2026):

Yes, because it was merged after the release was made - https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.11.2
If you click on the "5 commits to master since this release" you will see

Image

latest is HEAD
version is pinned to version. If you want to use the latest branch you would run the latest tag on Docker

<!-- gh-comment-id:4102080174 --> @timothycarambat commented on GitHub (Mar 20, 2026): Yes, because it was merged after the release was made - https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.11.2 If you click on the "[5 commits](https://github.com/Mintplex-Labs/anything-llm/compare/v1.11.2...master) to master since this release" you will see <img width="1293" height="126" alt="Image" src="https://github.com/user-attachments/assets/8fa0424e-c3a9-4936-b57d-638ee319ee90" /> `latest` is HEAD version is pinned to version. If you want to use the `latest` branch you would run the `latest` tag on Docker
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4982