feat: master-resume workflows + global, persisted memory toggle#6
Merged
Conversation
Suggested tests for this PRPR title: feat: master-resume workflows + global, persisted memory toggle PR description:
Based on the title, description, and changed files below, please make sure the PR includes tests that:
Changed backend code files:
These modules changed but do not appear to have matching test updates — please add tests:
|
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
Master resumes
master verbatim (POST /api/sessions/from-master seeds it with no pipeline/
LLM run, so it's guaranteed unchanged); caret picks any saved master.
master (picker in the diff modal), reusing the existing diff engine.
Memory
(AppSettings.memory_enabled) instead of a per-chat reset; loaded on
bootstrap, saved on toggle, survives chats/sessions/reloads.
memory were used, for later reference.
Fixes
blob); switch to location-dot (U+F3C5) across PDF/DOCX/ODT exporters.
without it, existing SQLite DBs crashed on startup ("no such column").
Cleanup
Tests & docs
settings/summary/message coverage for the memory feature (333 pass).
Type of change
fix: ...— bug fix → patch bump (0.0.x)feat: ...— new feature → minor bump (0.x.0)feat!: .../BREAKING CHANGE— breaking change → major bump (x.0.0)chore:/docs:/ci:/refactor:— no release createdPR title format
Your PR title becomes the commit message on merge and determines the version bump:
Pattern:
type(optional-scope): short description in lowercaseChecklist
backend/tests/for any changedbackend/app/codepytestpasses locally (cd backend && pytest)