feat: last-message preview, idle indicator, and rename UX polish#47
Open
researchoor wants to merge 1 commit intodnakov:mainfrom
Open
feat: last-message preview, idle indicator, and rename UX polish#47researchoor wants to merge 1 commit intodnakov:mainfrom
researchoor wants to merge 1 commit intodnakov:mainfrom
Conversation
Owner
|
i think we should just be using the app-server way to rename the thread, no? |
- Cache last assistant message per session (UserDefaults) and show as one-line preview on the session list — same pattern as iMessage - Show muted idle dot on completed session rows instead of invisible spacer - Pre-fill rename dialog with current session title for easier editing - Guard Live Activity background updates for already-completed sessions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9ce3853 to
7bfeedd
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.
Summary
Changed files
LocalSessionLastMessage.swiftServerManager.swiftSessionsModel.swiftSessionsScreen.swiftproject.pbxprojKnown limitation
Last-message preview requires opening a thread at least once to populate the cache. Once openai/codex#15350 ships
last_assistant_messageinthread/list, the cache can be replaced with the server field.Verification
xcodebuild -project apps/ios/Litter.xcodeproj -scheme Litter -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build🤖 Generated with Claude Code