Flatten assistant message actions into an inline icon row - #69505
Merged
Conversation
Drop the kebab overflow so age, branch, copy, read aloud, and refresh are always one hover away.
…d age util - Use the fork glyph for branch and a sine wave for read aloud (all one lib now) - Extract compact "2h ago" into formatAgo() in lib/time.ts (+ ageDays locale string) - Cover formatAgo with a unit test
OutThisLife
force-pushed
the
bb/inline-msg-actions
branch
from
July 22, 2026 17:19
1fa3186 to
ca244e2
Compare
Contributor
૮ >ﻌ< ა ci reviewrunning on ca244e2 looks good to me! |
OutThisLife
enabled auto-merge
July 22, 2026 17:20
randlee
pushed a commit
to randlee/hermes-agent
that referenced
this pull request
Aug 11, 2026
…-actions Flatten assistant message actions into an inline icon row
33hodl
pushed a commit
to 33hodl/hermes-agent
that referenced
this pull request
Aug 12, 2026
…-actions Flatten assistant message actions into an inline icon row
prmartinow
pushed a commit
to prmartinow/hermes-agent
that referenced
this pull request
Aug 26, 2026
…-actions Flatten assistant message actions into an inline icon row
melon-xf
added a commit
to melon-xf/hermes-agent
that referenced
this pull request
Sep 3, 2026
…-actions Flatten assistant message actions into an inline icon row
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.
Summary
Replaces the assistant message kebab overflow with a single inline, hover-revealed icon row — no dropdown.
Order: age → branch → copy → read aloud → refresh
size-3.5, so stroke weight and sizing stay consistent (refresh was previously a Codicon font glyph).IconGitFork); read aloud uses a sine wave (IconWaveSine) instead of the sparse speaker.2h ago" via a new sharedformatAgo()inlib/time.ts(built on the existingcoarseElapsed), with the absolute timestamp on hover. Adds theageDayslocale string across en/ja/zh/zh-hant.Notes
isInterimfooter guard (branch was rebased onto latestmain).formatAgo()covered by a unit test; desktoptsc --noEmitclean.Test plan