-
Notifications
You must be signed in to change notification settings - Fork 0
Session outputs not stored due to missing currentSessionId #38
Copy link
Copy link
Open
Description
Problem
When prompts are processed on VMs, the outputs are not being stored because currentSessionId is null.
Logs
[WARN] [OUTPUT_STORE] No currentSessionId, skipping storage {"type":"text_delta"}
[WARN] [OUTPUT_STORE] No currentSessionId, skipping storage {"type":"completed"}
This happens even though:
- The agent is processing prompts correctly
- Claude is responding with valid content
- The task completes successfully
Impact
vm-outputsreturns empty arrays even after successful prompt executionvm-statusshows no conversation history- Cannot retrieve results from orchestrated VMs
Expected Behavior
The session ID should be set when a prompt is dispatched, and all outputs should be stored and retrievable via vm-outputs.
Reproduction
- Create a VM from golden image
- Update to latest vers-agent binary
- Dispatch a prompt via
vm-run - Check logs - outputs complete but storage is skipped
- Call
vm-outputs- returns empty array
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels