Conversation
Increase default hook timeout from 60s to 300s for large monorepo installs. Make hook failures throw instead of being silently swallowed, so a failed on-create hook aborts the launch rather than starting the agent in a broken worktree. Fixes #55 Co-Authored-By: Charlie Hulcher <charlie@kindo.ai> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c-h-
added a commit
that referenced
this pull request
Feb 26, 2026
## What's New - fix: resolve pending- session IDs so peek/stop/resume work (#63, fixes #60) - feat: add `logs` command as alias for `peek` with 50-line default (#62, fixes #57) - fix: omit undefined fields in lock error messages (#66, fixes #58) - docs: document default --cwd behavior (#64, fixes #59) - fix: make on-create hook defaults sane — 300s timeout, abort on failure (#68, fixes #55) Co-Authored-By: Charlie Hulcher <charlie@kindo.ai>
Merged
c-h-
added a commit
that referenced
this pull request
Feb 26, 2026
## What's New - fix: resolve pending- session IDs so peek/stop/resume work (#63, fixes #60) - feat: add `logs` command as alias for `peek` with 50-line default (#62, fixes #57) - fix: omit undefined fields in lock error messages (#66, fixes #58) - docs: document default --cwd behavior (#64, fixes #59) - fix: make on-create hook defaults sane — 300s timeout, abort on failure (#68, fixes #55) Co-authored-by: Doink (OpenClaw) <charlie+doink@kindo.ai>
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
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.
Summary
--on-createhook timeout from 60s to 300s (5 minutes) for large monorepo installsFixes #55
Test plan
npm test— all 388 tests passnpm run typecheck— clean🤖 Generated with Claude Code