Modules§
- cli
- components
- keys
- rag
- All wiring for the optional RAG server lives in this module — config
reading, client construction ([
client]) and the background sync loop ([sync]). Everything talks to the server throughkimun_server_client; the rest of the TUI only consumes these helpers and renders status. - settings
- update
- Update awareness and (where permitted) self-update.
- util
- Editor-agnostic utilities shared across components.