feat: Add dashboard chat integration and MCP server
Major changes: - Dashboard: WebSocket-based chat with session management - Dashboard: New chat components (ChatPane, ChatInput, ModeToggle) - Dashboard: Enhanced UI with parallel coordinates chart - MCP Server: New atomizer-tools server for Claude integration - Extractors: Enhanced Zernike OPD extractor - Reports: Improved report generator New studies (configs and scripts only): - M1 Mirror: Cost reduction campaign studies - Simple Beam, Simple Bracket, UAV Arm studies Note: Large iteration data (2_iterations/, best_design_archive/) excluded via .gitignore - kept on local Gitea only. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -97,3 +97,11 @@ nul
|
||||
|
||||
# Temporary data files
|
||||
_dat_run*.dat
|
||||
|
||||
# Study iteration data (large, generated - keep local only)
|
||||
**/2_iterations/
|
||||
**/best_design_archive/
|
||||
**/turbo_logs/
|
||||
**/gnn_data/
|
||||
**/checkpoints/
|
||||
*.npz
|
||||
|
||||
Reference in New Issue
Block a user