refactor: template of including files (#706)

pull/707/head
sigoden 2 months ago committed by GitHub
parent 19f5f6c397
commit 8ee49e821e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ impl Input {
texts.push(String::new());
}
for (path, contents) in files {
texts.push(format!("`{path}`:\n\n{contents}\n\n"));
texts.push(format!("{path}:\n{contents}\n"));
}
let (role, with_session, with_agent) = resolve_role(&config.read(), role);
Ok(Self {

Loading…
Cancel
Save