fix(core): merge consecutive user roles in chat history and update e2e tests

This commit is contained in:
Sehoon Shon
2026-03-31 13:34:56 -04:00
parent ee092dc172
commit 3658d0ebc7
3 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ describe('file-system', () => {
).toBeTruthy();
const newFileContent = rig.readFile(fileName);
expect(newFileContent).toBe('hello');
expect(newFileContent.trim()).toBe('hello');
});
it('should perform a read-then-write sequence', async () => {