9 days ago
80cec69
feat: add Vault Backup — auto-push captures to vault server
10 days ago
718c399
chore: restore accidentally deleted integration test file
10 days ago
10b08c6
fix(swarm): resolve ReferenceError in SwarmControlPage by moving hooks after declaration
10 days ago
fda59f6
feat(webmcp): expand file explorer tools and refine swarm ui responsiveness
b7c1de2
feat: implement WebMCP file explorer tools and fix gRPC cat fulfillment
11 days ago
dfd683a
fix(voice): fix personal account resolution in tts/stt routes and add auto-retry logic for 429 errors
11 days ago
d5d3f39
fix(pref): allow unverified providers to be visible in profile for verification
11 days ago
1d427c7
cleanup: remove unused home-assistant-management skill
11 days ago
b01c823
fix(tts): improve gemini tts reliability with explicit instructions and clean payload
11 days ago
77fc0a8
fix(preference): remove health status propagation and enforce strict verification check
11 days ago
3d9859d
feat(mcp): expand update_user_config to support tts, stt, and statuses
11 days ago
0702f9a
fix(profile): use effective statuses for health dots in ProfilePage
11 days ago
7f7e9a3
fix(preference): propagate health statuses to personal suffixed IDs
11 days ago
352d963
fix(preference): ensure personal providers are authorized and marked healthy in effective view
11 days ago
300d92c
feat(preference): support personal account addition via automatic suffixing on collision
11 days ago
26b2efa
fix(preference): treat DB as Source of Truth for provider list to enable removal
11 days ago
44ce086
feat(mcp): expose verify_provider tool for connection testing
11 days ago
8d4b8fb
fix(mcp): synchronize global config tools with decoupled backend
11 days ago
76ce4cd
ui: clarify aggregate AI configuration with improved labels and guidance
11 days ago
32bb17a
fix: frontend syntax errors and missing imports
11 days ago
fac8a56
feat: decouple global AI configuration and update frontend with admin toggle
11 days ago
2d7e5ea
feat: Decouple Global Configuration from User Preferences
11 days ago
a025999
fix: update node heartbeat on any inbound mesh message to resolve stale status for Synology nodes
11 days ago
bc5fcd3
debug: add health reporting logs to investigate synology-nas offline status
b22e5be
fix gRPC port: restore 50051:50051 to match Envoy routing
4ff47fd
fix --fast deploy: clean stop before restart, stream output
...
11 days ago
be8b63f
refactor: Implement PayloadRouter in grpc_server and Command pattern in node.py
a39ad9a
refactor(mcp): Decouple monolithic _call_tool using MCPToolDispatcher
11 days ago
731f566
docs: Update README with WebMCP and Node stability milestones
11 days ago
fd674c6
fix: Resolve gRPC/PTY deadlock by leveraging process_group=0
11 days ago
3242acd
feat: expose group, session, profile, and status capabilities to WebMCP
12 days ago
66f6948
fix(backend): use Depends(get_current_user) for node preferences route to fix 422 error; improve frontend error reporting in apiClient
12 days ago
c4a3bb6
Self-recovery: dispatch dict, disable updater in Docker, fix watchdog semantics
12 days ago
5a8bfa0
Harden mesh dispatch against silent failures
12 days ago
9c189a5
Fix node disconnect: health stream restart, policy dispatch, work_pool routing
81173f4
perf(frontend): lazy load reasoning and evaluation metadata in chat to reduce DOM bloat
14 days ago
33100ba
Fixed node crash due to missing _apply_skill_config and added debug logs
14 days ago
e833cdf
Fix Windows shell hang: replace @call with cmd.exe /c to prevent batch exit prompt
14 days ago
0bb8ec2
Added sleep in mocked mode to allow tests to catch Executing status
6586df5
Resolved merge conflict in grpc.py and committed staged changes
14 days ago
bc48495
Fix Hub crash: remove legacy register_transport call
14 days ago
ae40522
Hub: Auto-push policy on TaskStream connect to support legacy nodes
14 days ago
50bad8c
Fix AgentNode crash on Windows and fix bootstrap extraction nesting bug
14 days ago
97f7137
Fix Windows agent offline issues: Added run_loop.bat wrapper and fixed Sandbox policy handshake
14 days ago
14195e4
Fixes for remaining test failures and improvements to test setup
14 days ago
d759d53
Fix thread-unsafe sequence counter causing heapq comparison crash
14 days ago
b392266
Fix Windows deploy: always sync mesh_core alongside agent-node
14 days ago
6965166
Fix PriorityQueue crash when protobuf messages are compared as tiebreakers
14 days ago
3f03f29
Add token self-recovery to survive auth failures without SSH access
14 days ago
abb3bfd
Fixes for integration tests in mocked mode and node deadlock
15 days ago
4d98666
Fix file locks on Windows updates by spawning detached bootstrapper processes
15 days ago
ed0e571
Correct grpcio locked dependencies mapping
15 days ago
6b875cb
Fix race condition in auto-healing transport loop
15 days ago
7296cd6
Implement fundamental auto-healing for disconnected transports