Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinjing
2026-05-10 23:44:03 -07:00
committed by GitHub
co-authored by Orca
parent 6616aa1577
commit 333cf6fd6c
+2 -2
View File
@@ -64,9 +64,9 @@ export const MAX_EDITOR_AUTO_SAVE_DELAY_MS = 10_000
// Why: initial threshold of agents spawned (since last update) before we show
// the star-on-GitHub notification. Doubles each time the user dismisses
// without starring — e.g. 50100 → 200 → 400. Past dismissals are encoded
// without starring — e.g. 35 → 70 → 140 → 280. Past dismissals are encoded
// in starNagNextThreshold, so this constant is only the first-time seed.
export const STAR_NAG_INITIAL_THRESHOLD = 50
export const STAR_NAG_INITIAL_THRESHOLD = 35
export const DEFAULT_WORKTREE_CARD_PROPERTIES: WorktreeCardProperty[] = [
'status',