Merged
Conversation
f9b8e74 to
17e529f
Compare
Add service management commands to the CLI for auto-starting TalkReplay on login. Supports macOS (launchd), Linux (systemd user service), and Windows (node-windows). New commands: - talk-replay install [--port] [--hostname] [--name] - talk-replay uninstall - talk-replay start/stop/restart/status Also skip flaky timeout tests in sessions-api.test.ts temporarily. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add prominent tagline highlighting multi-provider support - Add npm and GitHub stars badges - Add one-liner npx command for quick start - Simplify and reorganize key info bullets - Sync Chinese README with same improvements Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Use pnpm/action-setup@v4 before actions/setup-node (fixes cache issue) - Remove node-windows from optionalDependencies (fixes lockfile mismatch) - Code already handles dynamic import of node-windows when needed Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pnpm/action-setup@v4 auto-detects version from package.json packageManager field. Specifying version: 9 caused conflict with existing packageManager config. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <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.
Summary
Testing