-
Notifications
You must be signed in to change notification settings - Fork 85
refactor(coder-labs/cursor-cli): support terraform provider coder v2.12.0 #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
c524eb5 to
ee6aed8
Compare
644d080 to
4c9fab8
Compare
6694018 to
a0ead99
Compare
4c9fab8 to
88773fe
Compare
a0ead99 to
f3d707b
Compare
f3d707b to
9f1ac46
Compare
| version = "0.2.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "0.3.0" | ||
| agent_id = coder_agent.example.id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets set these back to coder_agent.main.id
this is probably a remnant from a conflicting merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, will do
|
Right now cursor-cli seems to be erroring out because it looks like cursor has completely removed the |
|
There are a couple things that I will need to address in an issue and a new PR to fix with cursor-cli, but this is at least able to get everything running with coder_tasks and the new provider. @DanielleMaywood |
| version = "0.2.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "0.3.0" | ||
| agent_id = coder_agent.example.id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| agent_id = coder_agent.example.id | |
| agent_id = coder_agent.main.id |
Description
Updates the module to use the new version of the agentapi module for Coder 2.28
Type of Change
Module Information
Path:
registry/coder-labs/modules/cursor-cliNew version:
v0.3.0Breaking change: [x] Yes [ ] No
Testing & Validation
bun test)bun fmt)Related Issues
task.promptinternal#1065Related PRs