Skip to content

feat: allow snapshot config to accept positive integer for retention …#130

Open
ariane-emory wants to merge 131 commits intodevfrom
feat/configurable-snapshot-lifespan
Open

feat: allow snapshot config to accept positive integer for retention …#130
ariane-emory wants to merge 131 commits intodevfrom
feat/configurable-snapshot-lifespan

Conversation

@ariane-emory
Copy link
Owner

…days

What does this PR do?

How did you verify your code works?

- 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
@ariane-emory ariane-emory force-pushed the feat/configurable-snapshot-lifespan branch from 3823158 to 44d80d1 Compare February 6, 2026 18:42
@ariane-emory ariane-emory force-pushed the feat/configurable-snapshot-lifespan branch from 44d80d1 to c29f3e6 Compare February 6, 2026 19:23
@ariane-emory ariane-emory force-pushed the dev branch 2 times, most recently from 4efbfcd to 8ad5262 Compare February 8, 2026 04:57
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.

1 participant