Commit Graph

55 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
5ce173fdc1 fix: resolve missing imports and private struct errors 2025-05-10 07:42:07 -03:00
Andrew Phillips (aider)
a53737057f fix: fix duplicate imports and add missing FromStr for CompressionType 2025-05-10 07:40:00 -03:00
Andrew Phillips (aider)
361e0b3f6f feat: Implement --get command to retrieve items by ID or tag with compression handling 2025-05-09 16:52:16 -03:00
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