Skip to content

Improve resume-related actions for session search results#38

Merged
doodlewind merged 1 commit intospool-lab:mainfrom
chumyin:feat/copy-continue-command
Apr 7, 2026
Merged

Improve resume-related actions for session search results#38
doodlewind merged 1 commit intospool-lab:mainfrom
chumyin:feat/copy-continue-command

Conversation

@chumyin
Copy link
Copy Markdown
Contributor

@chumyin chumyin commented Apr 5, 2026

Summary

  • add a source-aware Copy Command action for resumable search-result sessions
  • show Resume in CLI for Codex and other resumable sources, not just Claude
  • resolve a safer working directory for resume commands, with validation and fallback behavior
  • add Codex fixtures and regression coverage for the new resume-related actions

Testing

  • packages/core/node_modules/.bin/vitest run packages/app/src/shared/resumeCommand.test.ts packages/app/src/main/sessionResume.test.ts
  • npm_config_cache=/tmp/spool-npm-cache PNPM_HOME=/tmp/spool-pnpm-home PNPM_STORE_DIR=/tmp/spool-pnpm-store npx pnpm --filter @spool/app build:electron
  • node_modules/.bin/playwright test --config e2e/playwright.config.ts e2e/fast-search.spec.ts

Closes #37

Copy link
Copy Markdown
Contributor

@doodlewind doodlewind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@doodlewind doodlewind merged commit 2750ff8 into spool-lab:main Apr 7, 2026
3 checks passed
@chumyin chumyin deleted the feat/copy-continue-command branch April 7, 2026 06:20
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.

Improve resume-related actions for resumable sessions

2 participants