From 3afc49eb82fdab37420de1862646fe93b3281d2b Mon Sep 17 00:00:00 2001 From: Askhz <1361267452@qq.com> Date: Tue, 21 Apr 2026 17:39:53 +0800 Subject: [PATCH 1/2] chore: change terminalTitle --- src/screens/REPL.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/REPL.tsx b/src/screens/REPL.tsx index f28eb9438..7d7d4b612 100644 --- a/src/screens/REPL.tsx +++ b/src/screens/REPL.tsx @@ -721,7 +721,7 @@ function TranscriptSearchBar({ } const TITLE_ANIMATION_FRAMES = ['⠂', '⠐']; -const TITLE_STATIC_PREFIX = '✳'; +const TITLE_STATIC_PREFIX = ''; const TITLE_ANIMATION_INTERVAL_MS = 960; /** From 7ad764b5a4b14ecef61126ef82a3e5cac756b8e7 Mon Sep 17 00:00:00 2001 From: Askhz <1361267452@qq.com> Date: Tue, 21 Apr 2026 19:38:55 +0800 Subject: [PATCH 2/2] chore: update changelog URL to y574444354/csc repository - Changed CHANGELOG_URL and RAW_CHANGELOG_URL to point to y574444354/csc - Updated both GitHub page and raw content URLs Co-Authored-By: Claude Opus 4.6 --- src/utils/releaseNotes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/releaseNotes.ts b/src/utils/releaseNotes.ts index 3f0448e64..69f0c6630 100644 --- a/src/utils/releaseNotes.ts +++ b/src/utils/releaseNotes.ts @@ -26,9 +26,9 @@ const MAX_RELEASE_NOTES_SHOWN = 5 * 3. Next time the user starts Claude, the cached changelog is available immediately */ export const CHANGELOG_URL = - 'https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md' + 'https://github.com/y574444354/csc/blob/main/CHANGELOG.md' const RAW_CHANGELOG_URL = - 'https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/CHANGELOG.md' + 'https://raw.githubusercontent.com/y574444354/csc/refs/heads/main/CHANGELOG.md' /** * Get the path for the cached changelog file.