Commit Graph

654 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
008899f6ab fix: resolve missing functions and unused imports
The commit adds `pub` to `mode_get` for visibility and removes unused imports in `src/modes/get.rs`, while adding the missing `get_engine` import.
2025-05-09 16:39:41 -03:00
Andrew Phillips (aider)
f7a53dfa6e refactor: move mode_get to modes/get module and update imports 2025-05-09 16:37:19 -03:00
Andrew Phillips (aider)
a68be7905e refactor: remove unused imports in src/main.rs and src/modes/common.rs 2025-05-09 16:29:02 -03:00
Andrew Phillips (aider)
331a971d3d refactor: Move common utility functions to src/modes/common.rs and update module structure 2025-05-09 16:20:54 -03:00