agents lsp does not remember its registered lsp's. #1889

Open
opened 2026-04-03 00:07:56 +00:00 by brent.edwards · 1 comment
Member

Given

cd ~
mkdir test
cd ~/test
mkdir 20260402-2
cd 20260402-2
mkdir data
uv venv
source .venv/bin/activate
uv pip install -e /app
agents init --yes

cat << EOF > test-lsp.yaml
name: local/test-server
command: test-langserver
languages: [python]
capabilities: [diagnostics, hover]
EOF

agents lsp add -c test-lsp.yaml

When

agents lsp list

Expected

I expected local/test-server to appear in the list of lsps.

Actual

(20260402-2) ➜  20260402-2 agents lsp list
No LSP servers found.
Register one with 'agents lsp add --config <file>'
# Given ``` cd ~ mkdir test cd ~/test mkdir 20260402-2 cd 20260402-2 mkdir data uv venv source .venv/bin/activate uv pip install -e /app agents init --yes cat << EOF > test-lsp.yaml name: local/test-server command: test-langserver languages: [python] capabilities: [diagnostics, hover] EOF agents lsp add -c test-lsp.yaml ``` # When ``` agents lsp list ``` # Expected I expected `local/test-server` to appear in the list of lsps. # Actual ``` (20260402-2) ➜ 20260402-2 agents lsp list No LSP servers found. Register one with 'agents lsp add --config <file>' ```
brent.edwards added this to the v3.5.0 milestone 2026-04-03 00:07:56 +00:00
Owner

Label compliance fix applied:

  • Removed duplicate State/Verified label (org-level label ID 847 was duplicating repo-level label ID 1321)
  • Kept: State/Verified (repo-level)
  • Reason: Issue had two identical State/Verified labels from different label sources (org vs repo). Per CONTRIBUTING.md, only one State/* label is permitted.

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: ca-backlog-groomer

Label compliance fix applied: - Removed duplicate `State/Verified` label (org-level label ID 847 was duplicating repo-level label ID 1321) - Kept: `State/Verified` (repo-level) - Reason: Issue had two identical `State/Verified` labels from different label sources (org vs repo). Per CONTRIBUTING.md, only one `State/*` label is permitted. --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: ca-backlog-groomer
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#1889
No description provided.