9ddbcd2fd6
feat(gui): Remove Context Presets tab from Project Settings
...
Context Presets tab removed from Project Settings panel.
The _render_context_presets_panel method call is removed from the tab bar.
Context presets functionality will be re-introduced in Discussion Hub -> Context Composition tab.
2026-03-22 12:59:10 -04:00
c205c6d97c
conductor(plan): Mark tasks complete in discussion_hub_panel_reorg
2026-03-22 12:58:05 -04:00
2ed9867e39
feat(gui): Rename Context Hub to Project Settings
...
- gui_2.py: Window title changed to 'Project Settings'
- app_controller.py: show_windows key updated
- Updated tests to reference new name
2026-03-22 12:57:49 -04:00
f5d4913da2
feat(gui): Remove ui_summary_only global toggle
...
The ui_summary_only global aggregation toggle was redundant with per-file flags
(auto_aggregate, force_full). Removed:
- Checkbox from Projects panel (gui_2.py)
- State variable and project load/save (app_controller.py)
Per-file flags remain the intended mechanism for controlling aggregation.
Tests added to verify removal and per-file flag functionality.
2026-03-22 12:54:32 -04:00
abe1c660ea
conductor(tracks): Add two deferred future tracks
...
- aggregation_smarter_summaries: Sub-agent summarization, hash-based caching
- system_context_exposure: Expose hidden _SYSTEM_PROMPT for user customization
2026-03-22 12:43:47 -04:00
dd520dd4db
conductor(tracks): Add discussion_hub_panel_reorganization track
...
This track addresses the fragmented implementation of Session Context Snapshots
and Discussion Takes & Timeline Branching tracks (2026-03-11) which were
marked complete but the UI panel layout was not properly reorganized.
New track structure:
- Phase 1: Remove ui_summary_only, rename Context Hub to Project Settings
- Phase 2: Merge Session Hub into Discussion Hub (4 tabs)
- Phase 3: Context Composition tab (per-discussion file filter)
- Phase 4: DAW-style Takes timeline integration
- Phase 5: Final integration and cleanup
Also archives the two botched tracks and updates tracks.md.
2026-03-22 12:35:32 -04:00
f6fe3baaf4
fix(gui): Skip empty strings in selectable to prevent ImGui ID assertion
...
Empty strings in bias_profiles.keys() and personas.keys() caused
imgui.selectable() to fail with 'Cannot have an empty ID at root of
window' assertion error. Added guards to skip empty names.
2026-03-22 11:16:52 -04:00
133fd60613
fix(gui): Ensure discussion selection in combo box is immediately reflected in takes tabs
2026-03-21 17:02:28 -04:00
d89f971270
checkpoint
2026-03-21 16:59:36 -04:00
f53e417aec
fix(gui): Resolve ImGui stack corruption, JSON serialization errors, and test regressions
2026-03-21 15:28:43 -04:00
f770a4e093
fix(gui): Implement correct UX for discussion takes tabs and combo box
2026-03-21 10:55:29 -04:00
dcf10a55b3
conductor(plan): Mark task 'Apply review suggestions' as complete
2026-03-21 10:40:18 -04:00
2a8af5f728
fix(conductor): Apply review suggestions for track 'Discussion Takes & Timeline Branching'
2026-03-21 10:39:53 -04:00
b9e8d70a53
docs(conductor): Synchronize docs for track 'Discussion Takes & Timeline Branching'
2026-03-19 21:34:15 -04:00
2352a8251e
chore(conductor): Mark track 'Discussion Takes & Timeline Branching' as complete
2026-03-19 20:09:54 -04:00
ab30c15422
conductor(plan): Checkpoint end of Phase 4
2026-03-19 20:09:33 -04:00
253d3862cc
conductor(checkpoint): Checkpoint end of Phase 4
2026-03-19 20:08:57 -04:00
0738f62d98
conductor(plan): Mark Phase 4 backend tasks as complete
2026-03-19 20:06:47 -04:00
a452c72e1b
feat(gui): Implement AI synthesis execution pipeline from multi-take UI
2026-03-19 20:06:14 -04:00
7d100fb340
conductor(plan): Checkpoint end of Phase 3
2026-03-19 20:01:59 -04:00
f0b8f7dedc
conductor(checkpoint): Checkpoint end of Phase 3
2026-03-19 20:01:25 -04:00
343fb48959
conductor(plan): Mark Phase 3 backend tasks as complete
2026-03-19 19:53:42 -04:00
510527c400
feat(backend): Implement multi-take sequence differencing and text formatting utility
2026-03-19 19:53:09 -04:00
45bffb7387
conductor(plan): Checkpoint end of Phase 2
2026-03-19 19:49:51 -04:00
9c67ee743c
conductor(checkpoint): Checkpoint end of Phase 2
2026-03-19 19:49:19 -04:00
b077aa8165
conductor(plan): Mark Phase 2 as complete
2026-03-19 19:46:09 -04:00
1f7880a8c6
feat(gui): Add UI button to promote active take to a new session
2026-03-19 19:45:38 -04:00
e48835f7ff
feat(gui): Add branch discussion action to history entries
2026-03-19 19:44:30 -04:00
3225125af0
feat(gui): Implement tabbed interface for discussion takes
2026-03-19 19:42:29 -04:00
54cc85b4f3
conductor(plan): Checkpoint end of Phase 1
2026-03-19 19:14:06 -04:00
40395893c5
conductor(checkpoint): Checkpoint end of Phase 1
2026-03-19 19:13:13 -04:00
9f4fe8e313
conductor(plan): Mark Phase 1 backend tasks as complete
2026-03-19 19:01:33 -04:00
fefa06beb0
feat(backend): Implement discussion branching and take promotion
2026-03-19 19:00:56 -04:00
8ee8862ae8
checkpoint: track complete
2026-03-18 18:39:54 -04:00
0474df5958
docs(conductor): Synchronize docs for track 'Session Context Snapshots & Visibility'
2026-03-18 17:15:00 -04:00
cf83aeeff3
chore(conductor): Mark track 'Session Context Snapshots & Visibility' as complete
2026-03-18 15:42:55 -04:00
ca7d1b074f
conductor(plan): Mark phase 'Phase 4: Agent-Focused Session Filtering' as complete
2026-03-18 15:42:41 -04:00
038c909ce3
conductor(plan): Mark phase 'Phase 3: Transparent Context Visibility' as complete
2026-03-18 13:04:39 -04:00
84b6266610
feat(gui): Implement Session Hub and context injection visibility
2026-03-18 09:04:07 -04:00
c5df29b760
conductor(plan): Mark phase 'Phase 2: GUI Integration & Persona Assignment' as complete
2026-03-18 00:51:22 -04:00
791e1b7a81
feat(gui): Add context preset field to persona model and editor UI
2026-03-18 00:20:29 -04:00
573f5ee5d1
feat(gui): Implement Context Hub UI for context presets
2026-03-18 00:13:50 -04:00
1e223b46b0
conductor(plan): Mark phase 'Phase 1: Backend Support for Context Presets' as complete
2026-03-17 23:45:18 -04:00
93a590cdc5
feat(backend): Implement storage functions for context presets
2026-03-17 23:30:55 -04:00
b4396697dd
finished a track
2026-03-17 23:26:01 -04:00
31b38f0c77
chore(conductor): Mark track 'Advanced Text Viewer with Syntax Highlighting' as complete
2026-03-17 23:16:25 -04:00
2826ad53d8
feat(gui): Update all text viewer usages to specify types and support markdown preview for presets
2026-03-17 23:15:39 -04:00
a91b8dcc99
feat(gui): Refactor text viewer to use rich rendering and toolbar
2026-03-17 23:10:33 -04:00
74c9d4b992
conductor(plan): Mark phase 'Phase 1: State & Interface Update' as complete
2026-03-17 22:51:49 -04:00
e28af48ae9
feat(gui): Initialize text viewer state variables and update interface
2026-03-17 22:48:35 -04:00