Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/backend/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,8 @@ def create_client(
# Enable file checkpointing to track file read/write state across tool calls
# This prevents "File has not been read yet" errors in recovery sessions
"enable_file_checkpointing": True,
# Note: max_tokens limit handled by SDK internally, no need for extra_args
# "extra_args": {}, # Removed: Claude CLI doesn't support --max-tokens option
}

# Fast mode: enable user setting source so CLI reads fastMode from
Expand Down