b7a0c4fa7e
conductor(plan): Add PopStyleColor crash fix to plan
2026-03-08 21:20:30 -04:00
27b98ffe1e
fix(ui): Prevent PopStyleColor crash by using frame-scoped tint flag
2026-03-08 21:20:13 -04:00
a6f7f82f02
conductor(plan): Add session restoration hardening to plan
2026-03-08 21:17:46 -04:00
bbe0209403
feat(logs): Harden session restoration for legacy logs and offloaded data resolution
2026-03-08 21:17:27 -04:00
3489b3c4b8
docs(conductor): Synchronize docs for track 'Advanced Log Management and Session Restoration'
2026-03-08 21:13:42 -04:00
91949575a7
chore(conductor): Mark track 'Advanced Log Management and Session Restoration' as complete
2026-03-08 21:10:57 -04:00
b78682dfff
conductor(plan): Mark all tasks as complete
2026-03-08 21:10:46 -04:00
c3e0cb3243
feat(logs): Improve MMA log visibility and filtering
2026-03-08 21:10:26 -04:00
8e02c1ecec
feat(logs): Implement Diagnostic Tab and clean up discussion history
2026-03-08 21:07:49 -04:00
f9364e173e
conductor(plan): Mark Phase 2 as complete
2026-03-08 21:03:58 -04:00
1b3fc5ba2f
feat(logs): Implement session restoration and historical replay mode
2026-03-08 21:03:37 -04:00
1e4eaf25d8
chore(conductor): Add new track 'Codebase Audit and Cleanup'
2026-03-08 20:59:17 -04:00
72bb2cec68
feat(ui): Relocate 'Load Log' button to Log Management panel
2026-03-08 20:54:49 -04:00
4c056fec03
conductor(plan): Mark Phase 1 as complete
2026-03-08 20:53:26 -04:00
de5b152c1e
conductor(checkpoint): Checkpoint end of Phase 1: Storage Optimization
2026-03-08 20:53:13 -04:00
7063bead12
feat(logs): Implement file-based offloading for scripts and tool outputs
2026-03-08 20:51:27 -04:00
07b0f83794
chore(conductor): Add new track 'Expanded Hook API & Headless Orchestration'
2026-03-08 14:16:56 -04:00
c766954c52
chore(conductor): Add new track 'Agent Tool Preference & Bias Tuning'
2026-03-08 14:09:06 -04:00
20f5c34c4b
chore(conductor): Add new track 'RAG Support'
2026-03-08 14:04:18 -04:00
fbee82e6d7
chore(conductor): Add new track 'External MCP Server Support'
2026-03-08 14:00:26 -04:00
235b369d15
chore(conductor): Add per-response metrics requirement to caching optimization track
2026-03-08 13:55:32 -04:00
d7083fc73f
chore(conductor): Add new track 'AI Provider Caching Optimization'
2026-03-08 13:55:06 -04:00
792352fb5b
chore(conductor): Add new track 'Zhipu AI (GLM) Provider Integration'
2026-03-08 13:49:43 -04:00
b49be2f059
chore(conductor): Add new track 'OpenAI Provider Integration'
2026-03-08 13:46:38 -04:00
2626516cb9
chore(conductor): Add new track 'Markdown Support & Syntax Highlighting'
2026-03-08 13:41:05 -04:00
b9edd55aa5
archive
2026-03-08 13:33:50 -04:00
a65f3375ad
archive
2026-03-08 13:31:32 -04:00
87c9953b2e
chore(conductor): Add new track 'Selectable GUI Text & UX Improvements'
2026-03-08 13:31:05 -04:00
66338b3ba0
archiving tracks
2026-03-08 13:29:53 -04:00
b44c0f42cd
chore(conductor): Add new track 'External Text Editor Integration for Approvals'
2026-03-08 13:12:27 -04:00
deb1a2b423
adjust tracks.md
2026-03-08 13:05:34 -04:00
0515be39cc
chore(conductor): Restore Phase 4 subcategories in tracks.md
2026-03-08 13:04:18 -04:00
da7f477723
chore(conductor): Reorganize tracks into Phase 3 and Phase 4
2026-03-08 13:03:44 -04:00
957af2f587
chore(conductor): De-number completed tracks in tracks.md
2026-03-08 13:03:02 -04:00
7f9002b900
chore(conductor): Archive completed tracks in tracks.md
2026-03-08 13:02:23 -04:00
711750f1c3
chore(conductor): Add new track 'UI Theme Overhaul & Style System'
2026-03-08 13:01:14 -04:00
5e6a38a790
chore(conductor): Add new track 'Advanced Log Management and Session Restoration'
2026-03-08 12:53:42 -04:00
c11df55a25
chore(conductor): Add new track 'Saved Tool Presets'
2026-03-08 12:41:42 -04:00
28cc901c0a
chore(conductor): Add new track 'Saved System Prompt Presets'
2026-03-08 12:35:13 -04:00
790904a094
fixes
2026-03-08 04:00:32 -04:00
8beb186aff
fix
2026-03-08 03:38:52 -04:00
7bdba1c9b9
adjustments + new tracks + tasks.md reduction of usage
2026-03-08 03:31:15 -04:00
2ffb2b2e1f
docs
2026-03-08 03:11:11 -04:00
83911ff1c5
plans and docs
2026-03-08 03:05:15 -04:00
d34c35941f
docs update (wip)
2026-03-08 01:46:34 -05:00
d9a06fd2fe
fix(test): emit response event on gemini_cli timeout
...
- Add try/except in ai_client.py to emit response_received event
before re-raising exceptions from gemini_cli adapter
- Adjust mock_gemini_cli.py to sleep 65s (triggers 60s adapter timeout)
- This fixes test_mock_timeout and other live GUI tests that were
hanging because no event was emitted on timeout
2026-03-07 22:37:06 -05:00
b70552f1d7
gui adjsutments
2026-03-07 22:36:07 -05:00
a65dff4b6d
a test for a test
2026-03-07 22:29:08 -05:00
6621362c37
ok
2026-03-07 21:40:40 -05:00
2f53f685a6
fix(core): Correct absolute import of ai_client
2026-03-07 21:09:16 -05:00