Dhanji R. Prasanna
dd3db0227d
Add tab completion for commands and file paths
Implement tab completion in interactive mode using rustyline:
- Command completion: /<TAB> shows all commands, /com<TAB> -> /compact
- File path completion: /run <TAB> completes file/directory paths
- Supports tilde expansion for home directory
Architecture is extensible for future semantic completions:
- /resume <TAB> -> session IDs (Phase 2)
- /rehydrate <TAB> -> fragment IDs (Phase 2)
New module: completion.rs with G3Helper struct implementing
rustyline's Completer trait.
2026-01-20 10:57:33 +05:30
..
2026-01-20 10:57:33 +05:30
2026-01-10 20:44:23 +11:00
2026-01-17 09:48:10 +05:30
2026-01-20 10:00:37 +05:30
2025-12-22 16:27:35 +11:00
2026-01-20 09:50:55 +05:30
2026-01-19 14:44:30 +05:30
2026-01-16 07:30:27 +05:30