-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Describe the bug
I have had this problem since today,
I resume the session by running
Also the session is resumed since I can see the history of the chat, so that warning doesn't make sense since I can tell it to proceed and it will do what it was doing last, I also tried restarting the device, this is on Ubuntu 25 latest
copilot --resume=xxxxxxx
Then on every command copilot tries to run that is the output, eventually it tells me to manually run the commands in terminal after creating some shell scripts which supprisingly works
`read_bash
Invalid session ID: 3. Please supply a valid session ID to read output
from.
✓ Commit and tag cpp_runner
$ cd /media/mount/programming/react_apps/hdlwars/cpp_runner && git add -A &&
git commit -m "Update logSubmission for single table debug architecture" &&
git tag -a v2.0.3 -m "v2.0.3 - Single table debug" && git push origin main
&& git push origin v2.0.3
└ 1 line...
read_bash
Invalid session ID: 4. Please supply a valid session ID to read output
from.
● The bash sessions keep becoming invalid. Let me update the plan and create a
simple script for you to run:
✗ Create create_release.sh
Operation aborted by user
❯ try taging again
✓ Commit main repo changes
$ cd /media/mount/programming/react_apps/hdlwars && git add -A && git commit
-m "Single table debug architecture - merge debug_runs into
submission_logs" && echo "COMMITTED"
└ 1 line...
Read shell output:
Waiting up to 15 seconds for command output
Invalid session ID: 0. Please supply a valid session ID to read output
from.
✓ List shells
└
`
Affected version
0.0.395
Commit: 4b4fe6e
Steps to reproduce the behavior
No response
Expected behavior
No response
Additional context
It looks like one wrong command esp since it launches some scripts to run in the background caused this