fix(desktop): refresh history titles after topic changes / 主题变更后同步刷新历史标题 - #8418
Open
xxoingr wants to merge 1 commit into
Open
fix(desktop): refresh history titles after topic changes / 主题变更后同步刷新历史标题#8418xxoingr wants to merge 1 commit into
xxoingr wants to merge 1 commit into
Conversation
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
project-tree:changedreports a topic title update.App.tsxwithin its repository size ratchet.Issues
Fixes #8280
Verification
cd desktop/frontend && pnpm exec tsx src/__tests__/history-refresh-contract.test.tscd desktop/frontend && node_modules/.bin/tsc.cmd --noEmitcd desktop/frontend && node_modules/.bin/eslint.cmd "src/**/*.{ts,tsx}"cd desktop/frontend && node scripts/test-todo-visibility.mjsgo vet ./...go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.12.2 run --timeout=5m ./...go run ./tools/repolintgit diff --check upstream/main-v2...HEADDocumentation impact
Documentation-impact: none - This change restores the existing desktop history-title synchronization behavior without changing features, configuration, or documented user workflows.
Cache impact
Cache-impact: none - The change is limited to desktop frontend state refresh wiring and regression coverage; it does not alter prompts, tool definitions, request serialization, or provider-visible prefixes.
Cache-guard: N/A - Focused regression coverage, type checking, frontend linting, golangci-lint, and repolint cover the changed desktop-only path.
System-prompt-review: N/A