[skip ci] fix: batch fixes for issues #3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090#401
Open
[skip ci] fix: batch fixes for issues #3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090#401
Conversation
…, 3088, 3089, 3090 [skip ci] Features implemented: - #3081: Session Branching - /branch-at command for creating branches from history points - #3082: Session Duration Display - Added duration() and format methods to SessionSummary - #3083: Session Cost Estimation - Added estimated_cost() and format_cost() methods - #3084: Slash Commands - Already existed (/clear, /model, /export available) - #3085: Prompt Macros - Added /macro command and MacroStorage for reusable text - #3086: External Editor - Already existed (external_editor.rs with /editor command) - #3087: Clipboard Commands - Added /paste command for clipboard interaction - #3088: Message Editing - Added /edit-message command for editing previous messages - #3089: Auto Reconnection - Already existed in retry.rs with exponential backoff - #3090: Config Validation - Added /validate-config command Also fixes pre-existing build error in app.rs (reset_animation -> set_text)
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
Batch fix for multiple bounty issues implementing new interactive mode features.
Issues Fixed
Changes
New Commands Added
/branch-at <index>- Create session branch from specific message in history/edit-message [index]- Edit and resend a previous message/macro [save|list|delete|use] [name] [content]- Prompt macros management/paste- Paste from clipboard into input/validate-config [path]- Validate configuration file/editor- Open external editor for long promptsNew Features
Bug Fixes