Skip to content

feat(web): queue user messages while a session is running#274

Draft
webwww123 wants to merge 1 commit intotiann:mainfrom
webwww123:feat/session-queued-messages
Draft

feat(web): queue user messages while a session is running#274
webwww123 wants to merge 1 commit intotiann:mainfrom
webwww123:feat/session-queued-messages

Conversation

@webwww123
Copy link

Summary

  • allow users to queue additional messages in the web UI while a session is still running
  • render queued user messages immediately with a Queued status
  • automatically send the next queued message after the current run is no longer active

Why

Issue #272 asks for Codex / Claude Code style pending sends, where I can type the next instruction before the current run finishes.

Scope

This PR is intentionally web-only:

  • no hub protocol changes
  • no production deployment changes
  • queue state lives in the current web session

Validation

  • docker run --rm -v /root/sandbox/hapi-pr:/workspace -w /workspace oven/bun:1 sh -lc "bun install && cd web && bun run typecheck"

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.

1 participant