Commit c50d786
fix(cli): return OK for add-memory since commit is async (#1613)
The add-memory command previously read memories_extracted from the commit
response, but commit runs asynchronously — the extraction count is not
meaningful at response time. Return a simple "OK" instead.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 0472b65 commit c50d786
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 183 | + | |
190 | 184 | | |
191 | 185 | | |
192 | 186 | | |
| |||
0 commit comments