Skip to content

Commit 8dbe80c

Browse files
Add staged Stockfish strategy and debug diagnostics panel
1 parent 833431f commit 8dbe80c

7 files changed

Lines changed: 2282 additions & 50 deletions

File tree

src/constants/analysis.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const MOVE_CLASSIFICATION_THRESHOLDS = {
2020
export const DEFAULT_MAIA_MODEL = 'maia_kdd_1500' as const
2121
export const MIN_STOCKFISH_DEPTH = 12 as const
2222
export const LEARN_FROM_MISTAKES_DEPTH = 12 as const
23+
export const STOCKFISH_DEBUG_RERUN_EVENT = 'maia:stockfish-debug-rerun' as const
24+
export const STOCKFISH_DEBUG_RERUN_KEY = 'maia.stockfishDebugRerunTs' as const
2325

2426
export const COLORS = {
2527
good: ['#238b45', '#41ab5d', '#74c476', '#90D289', '#AEDFA4'],

0 commit comments

Comments
 (0)