Bump version to 1.6.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
a309006458
commit
840bc4d244
@@ -148,9 +148,6 @@ impl PromptBuilder {
|
||||
if !ctx.git_branch.is_empty() {
|
||||
lines.push(format!("- Git branch: {}", ctx.git_branch));
|
||||
}
|
||||
if !ctx.current_time.is_empty() {
|
||||
lines.push(format!("- Current time (UTC): {}", ctx.current_time));
|
||||
}
|
||||
|
||||
Some(lines.join("\n"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user