You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate csv_table_name field to buffer system
- Use existing get_table_name() method from BufferAPI
- Add wrapper methods get_csv_table_name() and set_csv_table_name()
- Update all 5 references to use wrapper methods:
- 2 assignments in CSV/JSON loading using set_csv_table_name()
- 3 read accesses for display and queries using get_csv_table_name()
- Update migration plan to mark csv_table_name as complete
- Buffer debug info now shows CSV mode state
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments