feature: new icons and fixes - #99
Merged
Merged
Conversation
- Preserve LiteLLM prompt-token usage when streaming or agent responses report it, and estimate response tokens separately - Fall back to local context estimation when prompt usage is unavailable or the model has no usable capacity - Ignore prompt-token calibration for memory mutation agent calls to keep estimated context usage unchanged - Add shared helpers to compare normalized chat request content and retain context usage across persisted conversation merges - Cover prompt-usage propagation, context calibration, normalized attachment matching, and zero-capacity model behavior with tests - Bump marketing version and update changelog, README badge, and TestFlight notes to 1.6.35
- Update Xcode build settings to use the `Default` app icon name - Rename the app icon catalog from `Icon.icon` to `Default.icon` - Replace the catalog image reference with `Default.png` - Remove the old `logo.png` asset from the icon catalog - Add new icon variants under `Shared/Resources/Icons` for Bright, Colors, OpenClient, and Special themes
- Add new icon sets and PNG assets for Bright, Colors, and Special categories - Move Default icon resources into the OpenClient icon namespace - Add Midnight, Mono, Ocean, and Terminal OpenClient icon assets - Add icon metadata files for each new icon set with shared square support
- Add AppIcon model, icon manager, and preview image loading for 20 alternate icons - Introduce Settings UI for selecting the app icon on iOS and show current icon in launch and tip jar views - Extend SettingsViewModel to load and change the selected icon with error handling - Register alternate app icon asset names in the project build settings - Add a TipKit tip and localizable strings for app icon selection - Update tests for AppIcon, AppTips, SettingsViewModel, and icon asset availability - Document the feature in CHANGELOG.md and TestFlight release notes
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.
No description provided.