feat: allow snapshot config to accept positive integer for retention …#130
Open
ariane-emory wants to merge 131 commits intodevfrom
Open
feat: allow snapshot config to accept positive integer for retention …#130ariane-emory wants to merge 131 commits intodevfrom
ariane-emory wants to merge 131 commits intodevfrom
Conversation
- Remove /continue alias from /session command in autocomplete - Add new /continue command to continue interrupted conversations - Add server endpoint /session/:id/continue with logic to detect unfinished assistant messages - Add TUI command handler for session.continue with proper error handling - Regenerate JS SDK to include continue method - Add basic tests for continue functionality Resolves anomalyco#5150
- Remove invalid cacheKey property from FileContents in desktop package - Update SDK method calls to use v2 API (abort/prompt with sessionID parameter)
- Regenerate v2 SDK to include session.continue() method - Update TUI to call session.continue() instead of session.prompt() - Simplify server continue endpoint logic to avoid race conditions - Cancel existing session state before starting new loop to prevent double abort errors Closes anomalyco#5150
- Add missing /session/:id/continue endpoint to routes/session.ts - Add slash property to session.continue command for autocomplete - Remove duplicate hardcoded commands from autocomplete.tsx - Restores ability to continue interrupted conversations after events Resolves missing continue command caused by server route refactoring
- Remove unsupported autoFocus property from TUI renderer config - Fix copyToClipboardOSC52 method call that doesn't exist in TUI - Remove broken GitLab provider VERSION import and aiGatewayHeaders property - These were new errors introduced by merging dev branch changes
…ode into feat/continue-command
3823158 to
44d80d1
Compare
44d80d1 to
c29f3e6
Compare
4efbfcd to
8ad5262
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.
…days
What does this PR do?
How did you verify your code works?