summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-02 15:18:41 -0500
committerJeff Carr <[email protected]>2025-09-02 15:18:41 -0500
commitaa2483e255d68bfa6e19aae7531d2c28fb2f1253 (patch)
tree924b393008b54d2a65f3cb7b3f558df225b9890a /config.go
parentaebfe325d63a947d936c069a8cffd3b2d631aeae (diff)
more changes to make import from gemini-cli work
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 727b18b..715aabc 100644
--- a/config.go
+++ b/config.go
@@ -77,7 +77,7 @@ func (all *Chats) ConfigSave() error {
log.Infof("chatpb.ConfigSave() failed len(Chats)=%d bytes=%d", len(cleanChats.Chats), len(data))
return err
}
- configWrite("regex.text", []byte(cleanChats.FormatTEXT()))
+ // configWrite("regex.text", []byte(cleanChats.FormatTEXT()))
// log.Infof("chatpb.ConfigSave() worked len(Chats)=%d bytes=%d", len(cleanChats.Chats), len(data))
return nil
}