Re-exports§
pub use crate::core::autonomy::AutonomyState;pub use crate::core::autonomy::SearchHistory;pub use crate::core::autonomy::should_auto_consolidate;
Structs§
- Enrich
Result - Output from post-read enrichment: optional related-file hints.
Functions§
- enrich_
after_ read - Appends related-file hints and silently preloads imports after a file read.
- large_
ctx_ read_ full_ hint ctx_readfull mode: suggest compressed read modes when output is very large (tokens).- large_
ctx_ shell_ output_ hint ctx_shell: suggest sandbox / read modes when final output is large (bytes).- maybe_
auto_ dedup - Runs cache deduplication once the entry count exceeds the configured threshold.
- maybe_
auto_ response - Applies
ctx_responseautomatically for large outputs (guarded + bounded). Never runs on JSON outputs to avoid breaking machine-readable responses. - session_
lifecycle_ pre_ hook - Auto-preloads project context on the first tool call of a session.
- shell_
efficiency_ hint - Suggests a more token-efficient lean-ctx tool when shell compression is low.