mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-06 19:58:43 +02:00
feat: add markdown composer backend foundation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -86,6 +86,7 @@ describe('run timeline formatting', () => {
|
||||
expect(truncateContent('Short content')).toBe('Short content');
|
||||
expect(truncateContent('A'.repeat(100), 80)).toBe('A'.repeat(80) + '…');
|
||||
expect(truncateContent('Line 1\nLine 2')).toBe('Line 1 Line 2');
|
||||
expect(truncateContent('**Bold** [Docs](https://example.com)')).toBe('Bold Docs');
|
||||
});
|
||||
|
||||
test('collapses consecutive thinking events from the same agent', () => {
|
||||
|
||||
Reference in New Issue
Block a user