feat: list: align and drop STARTED_AT#365
Merged
ethanpailes merged 2 commits intomasterfrom May 7, 2026
Merged
Conversation
maxhbooth
approved these changes
May 6, 2026
This patch adds support for session name templates so
that you can switch multiple shpool sessions all at once.
In some sense this is a super-set of the 'shpool switch' FR.
I did lay some groundwork for implementing support for that
in this change, though I'm starting to wonder if templates are
good enough on their own. The only extra thing that switch would
bring is the ability to switch sessions you don't pre-declare as
switchable with a dedicated variable up front.
One thing worth bikeshedding: At first I was thinking '${var}' for
the substitution syntax, then realized that would be weird about
nesting when it comes to shells, so I switched to '#{var}' syntax,
but then I realized that's the comment char in shells, and wound up
on '@{var}'. I'm open to other symbol/syntax ideas.
BREAKING: this breaks shpool-protocol since we have a new chunk kind.
5894be6 to
d0e50b2
Compare
Contributor
Author
|
I hit lock file merge conflicts so I just re-generated it, which I think is why I needed to tweak deny.toml. |
d0e50b2 to
167ff1f
Compare
This patch drops the STARTED_AT col from the shpool list output. With the new --json flag, there is a better way to get at the data and it is mostly just a distraction most of the time. Output should now be aligned and easier to read. This also allows us to drop a dep (chrono), which is always nice. BREAKING: changes the list output format
167ff1f to
f73a876
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Link
Closes #295
AI Policy Ack
Ack
This PR was:
Description
This patch drops the STARTED_AT col from the shpool list output. With the new --json flag, there is a better way to get at the data and it is mostly just a distraction most of the time. Output should now be aligned and easier to read.
This also allows us to drop a dep (chrono), which is always nice.
BREAKING: changes the list output format