What's wrong with this entry?
Anonymous. No account, no email.
What: Removed redundant parameter passing across multiple core functions
Details:
- Removed unused "thread context" parameter from 8+ functions including slash command processing, user input handling, and thinking token calculation
- Removed redundant "MCP tools" parameter from message loading and preparation functions
- Cleaner function signatures reduce coupling and improve maintainability
- Evidence: Modified functions
kO2()at line 439904,MN2()at line 431613,ON2()at line 431920,bS6()at line 431736,am()at line 392896,iEA()at line 392870, and others