Skip to content

Conversation

@kensave
Copy link
Contributor

@kensave kensave commented Sep 29, 2025

Issue #, if available:

Description of changes:
Merges latest changes from main to prod for release 1.17.0

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kensave and others added 9 commits September 26, 2025 09:21
Co-authored-by: Kenneth S. <kennvene@amazon.com>
* Add /reply command to quote last assistant message in editor

- Made open_editor public in editor.rs for reuse
- Added ReplyArgs and reply module to CLI structure
- Quotes most recent assistant message with > prefixes
- Handles edge cases: no message found, empty content
- Provides colored user feedback throughout flow

* Add /reply to COMMANDS array for autocompletion

Fixes missing tab completion for the /reply command by adding it
to the COMMANDS list used by the rustyline completer.

* Fix /reply to detect unchanged content

When user opens editor with quoted message and quits without changes,
detect that content is unchanged from initial text and don't submit.
Updates message to 'No changes made in editor' for clarity.

* missing docs
* Makes sure only built in tools are reloaded.

Co-authored-by: Kenneth S. <kennvene@amazon.com>
* adds sse support

* makes retry agnostic to error type
…3041)

- Add work_tree_path field to CheckpointManager for explicit work tree tracking
- Refactor run_git function to use Option<&Path> for cleaner work tree handling
- Improve error messages with more user-friendly descriptions
- Add debug logging for git operations to aid troubleshooting
- Fix checkpoint state management in conversation restoration
- Update experiment UI formatting for better readability
- Add missing fields to test mocks for rmcp::model::Prompt
- Clean up imports and formatting in reply.rs
Co-authored-by: Kenneth S. <kennvene@amazon.com>
@kensave kensave merged commit 1dd1004 into prod Sep 29, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants