# issues (REGRESSIONS - things we discussed but are not working in v0.12.0) - `spt daemon stop` did not end all spt processes - did not take everything offline - the `--local` flag still exists for `spt endpoint list` - `spt endpoint run` picker: - STILL does not show project history for fresh endpoints - STILL shows `Start now` for endpoints that are already online - Attach now STILL does not load the PTY. shows `PUMP_IPC_READER: spawned`, stalls for some time, then shows: "[no output from 'wall-a' — the session may be dead or wedged. Detached. Try `spt endpoint list` for its state, or `spt endpoint run` to restart it]". but the session should NOT be dead. it shows as online in the picker, and all i did was close its original tab. - Starting a new endpoint STILL fails after encountering the above bug. console output: "ENDPOINT_RUN:wall-b adapter=claude-spt:ccs pid=Some(179224) session=cc3ba94f03816a36 (harness binds its perch on startup) PUMP_IPC_READER: spawned" // "ENDPOINT_RUN:wall-c adapter=claude-spt pid=Some(248612) session=c72f86f460e6e22c (harness binds its perch on startup) PUMP_IPC_READER: spawned" then stalls.