Skip to content

Commit 6e17783

Browse files
qchappCopilot
andauthored
Update CHANGELOG.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1916bd5 commit 6e17783

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ All notable changes to this project will be documented in this file.
1919
- Encapsulates all agent logic in testable, UI-independent function
2020
- State management via `ChatState` dataclass with serialization
2121
- `ChatMessage` dataclass for rich reply composition with markdown, images, files, traces
22-
- `chat_interface.py` module with agent response logic
23-
- `chat_app.py` Gradio app implementing the chat UI
22+
- `handlers.py` module with agent response logic
23+
- `components.py` module for reusable chat UI components
24+
- `formatters.py` helpers for rich message and media formatting
25+
- `state.py` chat state models and serialization utilities
26+
- `visualizations.py` helpers for rendering previews, traces, and visual state
27+
- `app.py` Gradio app implementing the chat UI
2428
- **Imaging Plaza branding**: Custom CSS theme with Plaza green colors (#00A991)
2529
- **Logo integration**: Official Imaging Plaza white logo displayed in header
2630
- **Redesigned layout**: Reorganized UI with header banner, left chat panel, and right sidebar for files and state

0 commit comments

Comments
 (0)