tweak: make /export go to cwd

This commit is contained in:
Aiden Cline
2025-11-19 22:45:40 -06:00
parent bfefdb3752
commit 97893bd7e6
2 changed files with 2 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ export namespace ProviderTransform {
const result: ModelMessage[] = []
for (let i = 0; i < msgs.length; i++) {
const msg = msgs[i]
const prevMsg = msgs[i - 1]
const nextMsg = msgs[i + 1]
if ((msg.role === "assistant" || msg.role === "tool") && Array.isArray(msg.content)) {