nebu-ctx 0.7.8

Lean-ctx runtime adapted for the NebuCtx self-hosted client/server product.
Documentation
1
2
3
4
pub fn handle(action: &str, path: Option<&str>) -> String {
    let _ = (action, path);
    crate::cli::hosted_analytics_only_message("ctx_heatmap")
}