merge: sync v1.1.9 into main for PR #537 - #538
Closed
syzsunshine219 wants to merge 40 commits into
Closed
syzsunshine219 wants to merge 40 commits into
syzsunshine219 wants to merge 40 commits into
Conversation
episodes.title and episodes.summary were never written, so the task panel fell back to the first user and assistant messages. Add an episode_title worker job that fills both: a provisional pass after the first turn, a final pass on episode close. Input comes from raw_turns, because a rejected capture decision soft-deletes its L1 and leaves many episodes without one.
Codex stored auto-review prompts and injected context as user turns, so the task panel titled them as real conversations. Drop those turns in the shared rollout parser, and pin episode titles to the desktop language instead of guessing from the transcript.
Extend the Codex completeSourceTurn path to Cursor, Claude Code, OpenClaw, OpenCode, Hermes, and DeepSeek Harness so both channels share turn identity, tool pairing, and session binding.
fix dsh plugin error
fix false failure is reported when scanning meets abnormal data
optimize the display of scanning progress
Move PR-465 from 1.1.8 to 1.1.9
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
fix(memory): ignore XML metadata in import titles
…tion Fix/skill embedding input truncation
fix(memory): repair resume integrations across agents
The upstream v1.1.9 base already excludes the Literature Review cross-repository test harness and its npm commands. Co-authored-by: Cursor <cursoragent@cursor.com>
fix(models): prune stale assignments after partial deletion
Co-authored-by: Cursor <cursoragent@cursor.com>
…restart fix(models): preserve custom session model after restart
Kimi K3 fixes temperature=1.0 and rejects any explicit temperature value with HTTP 400. Add kimi-k3 to the immutable-temperature model list so requests omit the parameter. Co-authored-by: Cursor <cursoragent@cursor.com>
fix(providers): treat kimi-k3 as immutable-temperature model
Unchanged turn re-imports were overwriting completed summaries with the queued placeholder and leaving processing marked ready. Co-authored-by: Cursor <cursoragent@cursor.com>
The Linux CLI packaging check compiles Memory tests, so the new llmCalls fixtures need the messages field that createBatchReflectionLlm expects. Co-authored-by: Cursor <cursoragent@cursor.com>
…-overwrite fix(memory): keep import summaries across agent-source rescans
…stall-directory-v1.1.9 fix: explain existing Windows install directory
…49ybgp fix: contain long user memory content
…solved Sync main into v1.1.9 (conflicts resolved)
Co-authored-by: Cursor <cursoragent@cursor.com>
…ization fix(memory): sanitize attachment capture summaries
…d show that account instead of the numeric ID. Co-authored-by: Cursor <cursoragent@cursor.com>
Share knowledge bases by user ID, phone, or email
syzsunshine219
requested review from
Wang-Daoji,
ZongYue99 and
hijzy
as code owners
September 23, 2026 09:00
Collaborator
Author
|
Closing this PR: it merged the untested v1.1.9 branch into main, which is the wrong direction for PR #537. The corrected sync will merge main into v1.1.9 instead. |
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.
This synchronization PR merges the latest
v1.1.9branch intomainso PR #537 (main -> v1.1.9) can be merged without conflicts.Conflict resolution:
App/frontend/desktop/src/state/model-workspace.tsretains both the main branch BYOK candidate persistence fix and v1.1.9 invalid-assignment pruning.Validation:
npm run version:checkpassed.npm run build -w @memmy/local-api-contractspassed.npm run build -w @memmy/migrationspassed.npx vitest run App/frontend/desktop/src/state/tests/model-workspace.test.ts: 34 passed.git diff --checkpassed.After merging this PR, PR #537 should become mergeable.