botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) 4d7297243e
All checks were successful
BotServer CI/CD / build (push) Successful in 6m58s
Fix clippy warnings: reduce 17 warnings to 0
- Fix double_ended_iterator_last: use next_back() instead of last()
- Fix manual_clamp: use .clamp() instead of min().max()
- Fix too_many_arguments: create KbInjectionContext struct
- Fix needless_borrow: remove unnecessary & reference
- Fix let_and_return: return value directly
- Fix await_holding_lock: drop guard before await
- Fix collapsible_else_if: collapse nested if-else

All changes verified with cargo clippy (0 warnings, 0 errors)
Note: Local botserver crashes with existing panic during LocalFileMonitor initialization
This panic exists in original code too, not caused by these changes
2026-04-03 22:34:43 -03:00
..
compiler fix: generate mcp.json for tools without PARAM declarations 2026-03-17 12:20:47 -03:00
keywords Fix clippy warnings: reduce 17 warnings to 0 2026-04-03 22:34:43 -03:00
mod.rs feat: Add GUID prefix to Qdrant collection names for KB security isolation 2026-03-19 19:51:28 -03:00
mod.rs.backup fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
tests.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00