This repository was archived by the owner on May 15, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
feat: Make Claude CLI timeout configurable, increase default, and bump version to 1.11.0 #26
Closed
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f14f6a5
chore: Update Claude tool description and bump version to 1.10.13
steipete 6185d9d
test: Improve Server mock and Homedir handling in tests
steipete f09659a
feat: Make Claude CLI timeout configurable and increase default to 60min
steipete fd26c20
chore: Bump version to 1.11.0 and update changelog
steipete 5c489a9
fix: Correct unit test failures and improve mocking
steipete f22fd90
Normalize header format
steipete 5ded913
chore: update copyright year to 2026
steipete 68a957a
build: adopt oxlint oxfmt and tsgo
steipete 30215d2
chore: fix copyright header
steipete 066a539
build: switch to pnpm
steipete 1e7f75c
chore: update TypeScript dependencies
steipete 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
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
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
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.
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.
CI broken: npm ci requires deleted package-lock.json
High Severity
The project was migrated to pnpm (
packageManagerfield added,pnpm-lock.yamlexists,package-lock.jsondeleted), but both CI workflows still runnpm ci, which strictly requires apackage-lock.jsonto exist. This will cause every CI run to fail immediately. The workflows also referencenpm run test:coverageandnpm run test:unit, which internally invokepnpm run build— that too will fail since pnpm isn't installed in the CI environment.Additional Locations (1)
.github/workflows/test.yml#L24-L25Reviewed by Cursor Bugbot for commit 066a539. Configure here.