Skip to content

workerの実行結果の非同期出力#158

Merged
na-trium-144 merged 4 commits intomainfrom
repl-async-output
Feb 7, 2026
Merged

workerの実行結果の非同期出力#158
na-trium-144 merged 4 commits intomainfrom
repl-async-output

Conversation

@na-trium-144
Copy link
Contributor

@na-trium-144 na-trium-144 commented Feb 2, 2026

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 2, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
my-code 442d856 Commit Preview URL

Branch Preview URL
Feb 07 2026, 07:25 AM

* Initial plan

* Update terminal API to support async/incremental output processing

Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com>

* Address code review: Use crypto.randomUUID() and properly lookup commands by ID

Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com>

* Add fallback for crypto.randomUUID() for better compatibility

Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com>

* Use simple sequential counter for commandId per terminalId

Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com>
@na-trium-144 na-trium-144 marked this pull request as ready for review February 7, 2026 07:14
@na-trium-144 na-trium-144 merged commit 85ab8df into main Feb 7, 2026
3 checks passed
@na-trium-144 na-trium-144 deleted the repl-async-output branch February 7, 2026 07:25
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.

runFiles() で出力を返り値にするのではなくストリーミング

2 participants