Skip to content

feat(recording): add automatic cursor overlay - #42

Open
OleksandrKucherenko wants to merge 1 commit into
shreyaskarnik:mainfrom
OleksandrKucherenko:feat/issue-37-cursor-overlay
Open

feat(recording): add automatic cursor overlay#42
OleksandrKucherenko wants to merge 1 commit into
shreyaskarnik:mainfrom
OleksandrKucherenko:feat/issue-37-cursor-overlay

Conversation

@OleksandrKucherenko

@OleksandrKucherenko OleksandrKucherenko commented Aug 20, 2026

Copy link
Copy Markdown

Summary

  • add opt-in video.cursorHighlight configuration for recording-wide pseudo-cursor feedback
  • inject the cursor overlay when recording starts and restore it after top-level navigation
  • forward cursor settings through the CLI, primary pipeline, and viewport variants
  • document the configuration and cover config, runtime, CLI, recorder, and pipeline behavior with tests

Testing

  • npx tsc --noEmit
  • npx vitest run tests/cursor.test.ts tests/config.test.ts tests/record.test.ts tests/narration.test.ts tests/cli.test.ts
  • npx vitest run tests/pipeline.test.ts -t "forwards automatic cursor highlighting"

Closes #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

overlay with pseudo mouse support

2 participants