-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
p2Priority 2 - MediumPriority 2 - Medium
Description
Describe the bug
Fails to register cursor-agent provider:
nix shell github:numtide/nix-ai-tools#goose-cli github:numtide/nix-ai-tools#cursor-agent
goose configure
This will update your existing config file
if you prefer, you can edit it directly at /Users/jack/.config/goose/config.yaml
┌ goose-configure
│
◇ What would you like to configure?
│ Configure Providers
│
◇ Which model provider should we use?
│ Cursor Agent
│
◇ Model fetch complete
│
◇ Enter a model from that provider:
│ gpt-5
│
◇ Request failed: Command failed with exit code: Some(1)
│
└ Failed to configure provider: init chat completion request with tool did not succeed.
My cursor-agent is logged in:
cursor-agent status
✓ Login successful! Logged in
To Reproduce
See above.
Expected behavior
No error, or at least a more informative error message.
Screenshots
If applicable, add screenshots to help explain your problem.
Please provide following information:
- OS & Arch: macOS 15.6.1
- Interface: CLI
- Version: 1.7.0 (
cursor-agentversion2025.09.04-fc40cd1) - Extensions enabled: none
- Provider & Model: cursor-agent
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
p2Priority 2 - MediumPriority 2 - Medium