7 hours ago
9b711e9
chore: revert temporary token logging and cleanup nodes
7 hours ago
53770c4
chore: temporarily enable full token logging for node recovery
7 hours ago
5d87ad1
chore: include user manual improvements for agent loop stability and rubric generation
8 hours ago
72c5d47
fix: resolve NameError in SessionService and increase shell task timeouts for swarm control stabilization
11 hours ago
35d0a4b
perf: convert all blocking sync FS gRPC routes to async with run_in_executor to prevent event loop stalls
11 hours ago
2016726
perf: stop making 4x blocking gRPC fs/cat calls every 2.5s during agent run - only refresh cortex files on idle transition
12 hours ago
d37e6c1
fix: add missing save_prompt param to _resolve_session
12 hours ago
3382c2b
perf: remove synchronous gRPC disk write per-token in CoWorker agent to eliminate 2-minute audit hang
12 hours ago
8cba831
feat: optimistically add manual tasks to chat history to prevent UI freezing perception
12 hours ago
eade33c
chore: remove tracked junk file list_models.py完成
12 hours ago
9f11dc4
chore: remove test_venv from version control
12 hours ago
6262acd
chore: remove unused docker-compose test yaml files
12 hours ago
1b75745
chore: remove tracked log files and add *.log to gitignore
12 hours ago
60ebb1f
chore: remove unused/adhoc test scripts from scripts directory
12 hours ago
82ec81e
feat: agent manual triggers and fs loader caching
13 hours ago
1c69b3c
Standardize Windows deployment workflow and cleanup
13 hours ago
93cc1c8
Standardize Windows deployment workflow and cleanup
13 hours ago
4edcfeb
Hardened Windows Agent Task Termination and Automatic Cleanup
14 hours ago
ea940c6
fix(ui): ensure assistant border turns green by adding case-insensitivity to isIntermediate check
14 hours ago
82f65e4
fix(ui): dynamic status chip coloring and final dots cleanup
14 hours ago
d1fcc91
feat(ui): add turnaround time tracking and fix terminal status state detection
14 hours ago
e274bb8
fix(ui): transition assistant bubble border to green and clear dots on task completion
14 hours ago
41aa688
fix(hub): yield final status to clear UI architecting heartbeat
14 hours ago
7eb0212
fix(windows): harden noise-filtering regex for merged batch commands
14 hours ago
71b565a
fix(windows): refine noise-filtering regex for batch calls and exit codes
14 hours ago
9ca3b8b
feat(windows): enable singleton enforcement to prevent duplicate agent instances
14 hours ago
06bf028
fix(windows): hide del command from terminal stream using @del
14 hours ago
23b5613
chore: exclude ai-hub/venv_pytest from production deployment
14 hours ago
62ffda7
refactor: centralise Windows stream-filter regex in regex_patterns.py, remove debug bat
14 hours ago
22b51f5
fix: use @call to suppress cmd.exe echo of bat invocation line
14 hours ago
3776e83
fix: auto-cleanup tmp bat/buffer files, filter internal Windows noise from terminal stream
15 hours ago
4be7b22
chore: enable TLS and use production hub domain for Windows swarm node
15 hours ago
053991e
feat: complete Windows swarm integration and remote terminal functionality
17 hours ago
712d9cf
fix: restore swarm control and windows node connectivity
1 day 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
2 days 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.
8 days ago
ec28d8f
test: update gemini model to 1.5-flash in integration tests
8 days ago
ef07767
Optimize agent drilldown by parallelizing co-worker rubric generation with main agent execution. Added integration test to verify parallel flow.
8 days ago
8823351
test: refine integration tests for coworker and file sync
8 days ago
671757a
fix: apply effective defaults in agent configuration UI to solve selection lock
8 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