1 hour ago
35d0a4b
perf: convert all blocking sync FS gRPC routes to async with run_in_executor to prevent event loop stalls
1 hour ago
2016726
perf: stop making 4x blocking gRPC fs/cat calls every 2.5s during agent run - only refresh cortex files on idle transition
2 hours ago
d37e6c1
fix: add missing save_prompt param to _resolve_session
2 hours ago
3382c2b
perf: remove synchronous gRPC disk write per-token in CoWorker agent to eliminate 2-minute audit hang
2 hours ago
8cba831
feat: optimistically add manual tasks to chat history to prevent UI freezing perception
2 hours ago
eade33c
chore: remove tracked junk file list_models.py完成
2 hours ago
9f11dc4
chore: remove test_venv from version control
2 hours ago
6262acd
chore: remove unused docker-compose test yaml files
2 hours ago
1b75745
chore: remove tracked log files and add *.log to gitignore
2 hours ago
60ebb1f
chore: remove unused/adhoc test scripts from scripts directory
2 hours ago
82ec81e
feat: agent manual triggers and fs loader caching
3 hours ago
1c69b3c
Standardize Windows deployment workflow and cleanup
3 hours ago
93cc1c8
Standardize Windows deployment workflow and cleanup
3 hours ago
4edcfeb
Hardened Windows Agent Task Termination and Automatic Cleanup
4 hours ago
ea940c6
fix(ui): ensure assistant border turns green by adding case-insensitivity to isIntermediate check
4 hours ago
82f65e4
fix(ui): dynamic status chip coloring and final dots cleanup
4 hours ago
d1fcc91
feat(ui): add turnaround time tracking and fix terminal status state detection
4 hours ago
e274bb8
fix(ui): transition assistant bubble border to green and clear dots on task completion
4 hours ago
41aa688
fix(hub): yield final status to clear UI architecting heartbeat
4 hours ago
7eb0212
fix(windows): harden noise-filtering regex for merged batch commands
4 hours ago
71b565a
fix(windows): refine noise-filtering regex for batch calls and exit codes
4 hours ago
9ca3b8b
feat(windows): enable singleton enforcement to prevent duplicate agent instances
4 hours ago
06bf028
fix(windows): hide del command from terminal stream using @del
4 hours ago
23b5613
chore: exclude ai-hub/venv_pytest from production deployment
4 hours ago
62ffda7
refactor: centralise Windows stream-filter regex in regex_patterns.py, remove debug bat
4 hours ago
22b51f5
fix: use @call to suppress cmd.exe echo of bat invocation line
4 hours ago
3776e83
fix: auto-cleanup tmp bat/buffer files, filter internal Windows noise from terminal stream
5 hours ago
4be7b22
chore: enable TLS and use production hub domain for Windows swarm node
5 hours ago
053991e
feat: complete Windows swarm integration and remote terminal functionality
7 hours ago
712d9cf
fix: restore swarm control and windows node connectivity
22 hours ago
c2e396c
feat(mesh): autonomous windows provisioning and lifecycle management
1 day ago
43fbbc9
Enhance shell bridge robustness: implement session write serialization and fix event lookup race conditions
1 day ago
14dc507
Fix Windows PyWinPTY terminal boundary string drops via bat spool execution and full Windows deployment support
1 day ago
b0d9780
Fix token counting, model resolution, and stabilize agent metrics integration tests. Update docker-compose and test runner with improved API key and model config.
7 days ago
ec28d8f
test: update gemini model to 1.5-flash in integration tests
7 days ago
ef07767
Optimize agent drilldown by parallelizing co-worker rubric generation with main agent execution. Added integration test to verify parallel flow.
7 days ago
8823351
test: refine integration tests for coworker and file sync
7 days ago
671757a
fix: apply effective defaults in agent configuration UI to solve selection lock
7 days ago
5372b8e
fix: stabilize integration tests and improve agent drilldown UI compatibility
8 days ago
cc754b3
fix: correctly map OIDC preferred_username and name to User fields
8 days ago
50a1831
deps: add cryptography explicitly
c4aef56
feat: implement encrypted configuration export/import & stabilize production deployment pipeline
8 days ago
e343f51
Refactor configuration flow (Day 0 vs Day 1 separation) and add startup scripts
8 days ago
ae05186
Security & Logic: Implemented ownership-based permission control for agents and added model_name override support for agent tasks
9 days ago
2a03657
UI Fix (Hardened): Final scroll fix for ChatTracker using absolute positioning and triggering a full frontend rebuild to ensure effect
9 days ago
4dce6b0
UI Fix: Enable scrolling in the ChatTracker by correctly constraining ChatWindow height
9 days ago
520357b
UI Polish: Remove redundant and non-functional Refresh Context button from Evaluation History
9 days ago
34e9dfa
UI Fix: Prevent Evaluation sections from collapsing and add minimum heights to metrics cards for better layout stability
9 days ago
6ac9dd9
Fix: Implement cumulative metrics tracking in agent loop, fix metrics reset endpoint, and restore full metrics dashboard UI
9 days ago
a7a07a1
Fix: Add missing handlers to useAgentDrillDown hook to resolve build errors
9 days ago
6cb3e8b
UI: Add ReactMarkdown to EvaluationPanel for beautiful feedback rendering