-
Notifications
You must be signed in to change notification settings - Fork 11
feat: update the goose module to support Tasks #178
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ef38fb5
to
052b750
Compare
08199d0
to
03b1bc1
Compare
052b750
to
da51c21
Compare
da51c21
to
b280162
Compare
6051ce9
to
91fdc7e
Compare
b280162
to
e67f26b
Compare
91fdc7e
to
e77bbef
Compare
e67f26b
to
282af92
Compare
e77bbef
to
6a4c0d7
Compare
1181a1b
to
b7e063d
Compare
6a4c0d7
to
ed79d26
Compare
b7e063d
to
fafcabe
Compare
ed79d26
to
3d3fc04
Compare
d243c53
to
c9bd5fd
Compare
hugodutka
added a commit
that referenced
this pull request
Jul 8, 2025
The agentapi module is a building block for modules that need to run an agentapi server. It's not meant for end users of Coder. The agentapi-specific logic is mostly extracted from [the claude-code module](https://github.com/coder/registry/tree/c0f2d945c5808c1962b15b5c2e2a5269ea0f4339/registry/coder/modules/claude-code). You can see this module in action in [the goose 2.0 PR](#178).
c9bd5fd
to
97c15cd
Compare
matifali
approved these changes
Jul 9, 2025
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.
This looks good. I like the modular approach for both the module and the tests. Will make maintenance a bit easier for the already quite complex module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses coder/internal#700. In addition to the automated tests in the PR, I manually tested this module in dev.coder.com.