Skip to content

Commit 30b725b

Browse files
authored
fix(replay): persist reasoning and vision markers across turns (#82)
1 parent 797b3d3 commit 30b725b

17 files changed

Lines changed: 698 additions & 1031 deletions

src/consts.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ export const WELCOME_SHOWN_KEY = 'deepseek-copilot.welcomeShown';
2626
/** Walkthrough contribution ID. */
2727
export const WALKTHROUGH_ID = 'Vizards.deepseek-v4-for-copilot#deepseekGettingStarted';
2828

29-
// ---- Reasoning cache ----
30-
31-
/** Directory name under globalStorageUri for persisted DeepSeek reasoning_content. */
32-
export const REASONING_CACHE_DIR_NAME = 'reasoning-cache-v1';
33-
34-
/** Keep persisted reasoning long enough to roughly match DeepSeek context cache lifetime. */
35-
export const REASONING_CACHE_TTL_MS = 72 * 60 * 60 * 1000;
36-
3729
// ---- Model registry ----
3830

3931
/** Available DeepSeek models exposed through the language model provider. */

0 commit comments

Comments
 (0)