feat: add TraeCli hooks support with PID tracking and improved approv…#98
Merged
wxtsky merged 1 commit intowxtsky:mainfrom Apr 16, 2026
Merged
feat: add TraeCli hooks support with PID tracking and improved approv…#98wxtsky merged 1 commit intowxtsky:mainfrom
wxtsky merged 1 commit intowxtsky:mainfrom
Conversation
…, session preservation, and approval UX - Add TraeCli as a supported hook source for installing/removing managed hooks - Use command signature matching instead of comment markers for hook removal - Handle YAML flow sequences (hooks: []) to avoid invalid YAML output - Support quoted paths with spaces in bridge command matching - Remove adjacent comment lines when removing managed hooks - Fix typo: treacli → traecli in RemoteInstaller - When user is browsing session list and approval request arrives, keep them on the session list instead of jumping to the approval card - Add inline approval buttons (Allow/Always/Deny) on the session card - Normalize snake_case events and resolve tracked PID through sh wrappers - Use atomic file writes to prevent corruption on write failure - Add comprehensive tests for idempotency, edge cases, session-list-keeping behavior, and approval summary
wxtsky
added a commit
that referenced
this pull request
Apr 16, 2026
- Fix .gitignore globs (.log/.tmp → *.log/*.tmp) and restore dev.sh ignore - Localize hardcoded approval queue labels and action buttons in session list - Drop trailing whitespace in traecli event table Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
wxtsky
added a commit
that referenced
this pull request
Apr 16, 2026
- Add approval_queue_label / approval_details_expand / approval_details_collapse for ja and ko so the key-parity tests pass after #72 was merged on top of #98 - Update about_desc2 from 10 to 11 across all five languages to reflect the TraeCli addition in #98 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
wxtsky
added a commit
that referenced
this pull request
Apr 16, 2026
The #98 merge updated the Features bullet but left the intro paragraph at 10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
…al UX