-
Notifications
You must be signed in to change notification settings - Fork 63
feat: refactor claude code to use agentapi module #402
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
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
36cebbd
feat: refactor claude code to use agentapi module
35C4n0r 6c5fbee
ref: bun fmt
35C4n0r 02c8c4a
Merge branch 'main' into feat-claude-agentapi
35C4n0r 9411582
feat: additional documentation
35C4n0r 7fb8b86
ref: bun fmt
35C4n0r 2b23801
feat: need to test if this works
35C4n0r 4d53c76
feat: option to disable agentapi
35C4n0r fb2578c
revert changes
35C4n0r f5970dd
fix: fix tests
35C4n0r e51b46f
fix: fix tests
35C4n0r 76fbed1
feat: add default
35C4n0r da5a5ee
feat: remove bedrock flag
35C4n0r edbf22d
feat: remove bedrock flag
35C4n0r 70dbf5f
feat: add subdomain
35C4n0r 06bb857
chore: format test
35C4n0r 90d54c8
chore: resolve claude comments
35C4n0r a8eb4a7
feat: set subdomain default to false
35C4n0r b821ddd
Merge branch 'main' into feat-claude-agentapi
DevelopmentCats 0551991
feat: address comments
35C4n0r d356bf2
feat: address comments
35C4n0r 4a34f8d
chore: bun fmt
35C4n0r 9406c9f
chore: address comments
35C4n0r 20d115a
feat: add some new variables
35C4n0r 6676679
feat: add some new variables
35C4n0r 9e4c4eb
Merge branch 'main' into feat-claude-agentapi
35C4n0r 8f8f28d
chore: improve README.md
35C4n0r dd22db2
chore: remove continue from example
35C4n0r bac0a4b
Update registry/coder/modules/claude-code/main.tf
35C4n0r 43e1a08
Update registry/coder/modules/claude-code/README.md
35C4n0r c4fae64
chore: add claude_api_key variable to first usage example
DevelopmentCats a9fe876
feat: add explicit example for usage with claude code subscription
35C4n0r 8475c27
Merge branch 'main' into feat-claude-agentapi
35C4n0r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ref: bun fmt
- Loading branch information
commit 7fb8b86ed58790600d303acece7557edbd8909eb
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ set -e | |
while true; do | ||
echo "$(date) - claude-mock" | ||
sleep 15 | ||
done | ||
done |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.