mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-06 19:28:49 +03:00
fix: auto compaction threshold default 200k tokens
This commit is contained in:
10
src/projectOnboardingState.py
Normal file
10
src/projectOnboardingState.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ProjectOnboardingState:
|
||||
has_readme: bool
|
||||
has_tests: bool
|
||||
python_first: bool = True
|
||||
Reference in New Issue
Block a user