botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) fd45f4e0dd refactor: simplify UI panels, use pooled DB, add --noui flag
- Removed unused `id` and `app_state` fields from `ChatPanel`; updated constructor to accept but ignore the state, reducing memory footprint.
- Switched database access in `ChatPanel` from a raw `Mutex` lock to a connection pool (`app_state.conn.get()`), improving concurrency and error handling.
- Reordered and cleaned up imports in `status_panel.rs` and formatted struct fields for readability.
- Updated VS Code launch configuration to pass `--noui` argument, enabling headless mode for debugging.
- Bumped several crate versions in `Cargo.lock` (e.g., `bitflags` to 2.10.0, `syn` to 2.0.108, `cookie` to 0.16.2) and added the new `ashpd` dependency, aligning the project with latest library releases.
2025-11-11 09:42:52 -03:00
..
compiler refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
keywords refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
basic.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
mod.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00