Remove dead code: old context builder, plan_context, journal parsing
Removed from context.rs: ContextPlan, plan_context, render_journal_text, assemble_context, truncate_at_section, find_journal_cutoff, parse_msg_timestamp. All replaced by trim_conversation + journal from memory graph. Removed from tui.rs: most_recent_file, format_duration (filesystem scanning leftovers). Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
e9e47eb798
commit
47c6694b10
3 changed files with 11 additions and 293 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
use std::collections::HashSet;
|
||||
use std::fs;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use std::path::Path;
|
||||
use std::process::Command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue