Skip to content

chore: bump auto_page_size_threshold to 100#253

Merged
RafaelPo merged 2 commits intomainfrom
chore/bump-auto-page-size-threshold-to-100
Feb 27, 2026
Merged

chore: bump auto_page_size_threshold to 100#253
RafaelPo merged 2 commits intomainfrom
chore/bump-auto-page-size-threshold-to-100

Conversation

@RafaelPo
Copy link
Contributor

Summary

  • Increases auto_page_size_threshold from 50 to 100, so datasets with up to 100 rows are loaded directly without prompting the user for a page size.

Test plan

  • Verify datasets with <=100 rows load without a page_size prompt
  • Verify datasets with >100 rows still prompt for page_size

🤖 Generated with Claude Code

RafaelPo and others added 2 commits February 27, 2026 22:46
Skip the page_size prompt for datasets up to 100 rows instead of 50,
reducing unnecessary user interactions for small datasets.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…eshold

- models.py: page_size default now uses the config value
- tool_helpers.py: agent prompt uses dynamic threshold instead of literal "50"
- app.py: instructions use f-string with threshold setting
- test comment: removed hardcoded value

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RafaelPo RafaelPo merged commit 078211b into main Feb 27, 2026
5 checks passed
@RafaelPo RafaelPo deleted the chore/bump-auto-page-size-threshold-to-100 branch February 27, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant