diff options
| author | Jeff Carr <[email protected]> | 2025-09-02 15:18:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-02 15:18:41 -0500 |
| commit | aa2483e255d68bfa6e19aae7531d2c28fb2f1253 (patch) | |
| tree | 924b393008b54d2a65f3cb7b3f558df225b9890a /config.go | |
| parent | aebfe325d63a947d936c069a8cffd3b2d631aeae (diff) | |
more changes to make import from gemini-cli work
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
