Skip to content

fix(coding-agent): isolate concurrent session shares - #8613

Open
wutongyuonce wants to merge 1 commit into
earendil-works:mainfrom
wutongyuonce:fix/concurrent-share-temp-files
Open

fix(coding-agent): isolate concurrent session shares#8613
wutongyuonce wants to merge 1 commit into
earendil-works:mainfrom
wutongyuonce:fix/concurrent-share-temp-files

Conversation

@wutongyuonce

Copy link
Copy Markdown

Summary

  • create a unique temporary directory for each /share invocation
  • keep concurrent JSONL and HTML exports isolated and clean up only their own files
  • cover overlapping share operations with a deterministic regression test

Testing

  • npm run check
  • ./test.sh

Fixes #8574

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.

Concurrent /share commands can upload another session

1 participant