activities
15 hours ago
8c369a3 fix: move global regex flags to start of expression in stream.py
15 hours ago
b4331c4 fix: route autonomous Strategy boilerplate to reasoning channel only
15 hours ago
b9ab049 fix: correctly call static _compress_reasoning without self
15 hours ago
b21f550 fix: enforce synchronous webhook dict return and implement 'inplace' reasoning updates
15 hours ago
c6213a1 fix: separate turn headers into reasoning and compress autonomous boilerplate
15 hours ago
e7eb12a feat: split reasoning and final response in agent webhooks
15 hours ago
76a4a89 fix: unblock real-time reasoning stream for background agents
16 hours ago
1075c05 fix: clear final status to avoid UI clutter at end of response
16 hours ago
12208b4 fix: improve turn separation and heartbeat status
16 hours ago
274e5a7 fix: resolve YAML parsing error in mesh_file_explorer and muffle read-only metadata logs
16 hours ago
c4614ce fix: correctly handle symlink deletion in mesh_file_explorer and HubAssistant.rm
16 hours ago
ffa0ce2 fix: ensure turn headers are always displayed even for pure-tool or pure-reasoning turns
16 hours ago
d7325e0 fix: change turn headers to paragraph style for better UI layout
16 hours ago
3c22469 feat: enhance agent reasoning observability and remove turn duration clutter
bb11268 fix: remove hardcoded models and fallback lists, ensure sub-agents inherit parent provider
6e47283 fix: improve browser tool description and prefer gemini for autonomous loops to reduce refusals
...
1 day ago
f4eb44b fix(mesh): resolve integration test failures for move, copy, and stat mesh file operations
1 day ago
98cf61f feat: Add one-click webhook copy to Dashboard cards
1 day ago
4f3e830 fix: Align AgentExecutor.run call signature in webhook router
1 day ago
6d3439f fix: Correctly import Response and status in agents router
1 day ago
e52b749 feat: Add Dual-Mode (Sync/Async) Webhook Support
1 day ago
ecbbfcd fix: Resolve UnboundLocalError in background message streaming
1 day ago
8067e60 feat: Enable real-time message streaming for background agents
1 day ago
a1671da docs: Add rich documentation tooltip for webhook URLs
1 day ago
b0c7462 test: Add webhook trigger integration test
1 day ago
b49bcb9 feat: Enhance agent webhook with custom prompt support and UI fire button
1 day ago
387ebaf Fix integration tests for agents, file sync, and audio. Restore 2026 model versions.
4 days ago
7e112de fix(nodes): use -B and dedicated TMPDIR in provision.sh fallback to avoid SIGBUS on Synology
5 days ago
5c506cf fix(nodes): avoid SIGBUS memory fork limitations on constrained NAS by directly importing python modules instead of subprocess proxying
5 days ago
4adbdb5 feat(nodes): dynamic pyinstaller compilation check with seamless python3 venv fallback
5 days ago
4ecda27 fix(nodes): bypass synology /tmp noexec restrictions for pyinstaller shared objects
5 days ago
a336418 fix(nodes): resolve 500 internal server error during bash provisioning by reading correct swarm yaml config
5 days ago
ab350cb feat(ui): dynamic swarm grpc endpoint database configuration
5 days ago
26127b0 fix(api): correct jinja template path for start_daemon.sh bundle
5 days ago
6d30cef feat(nodes): add accurate node status indicator in UI & daemonize start.sh script bundle
5 days ago
fb34534 feat(api): add dynamic binary bundle endpoint for direct GUI downloads
5 days ago
e9fee39 feat(ui): add macOS native binary direct download links
5 days ago
389f561 fix: exclude agent-node/dist from remote sync to prevent binary deletions during deploy
5 days ago
959fa78 feat: add --skip-binaries flag to scripts/remote_deploy.sh and scripts/local_rebuild.sh to speed up hot deployments
5 days ago
ca7ee96 feat: add native mac build script for darwin binaries
5 days ago
4f56ecc fix: automatic fallback from binary to source provisioning in bash installer
5 days ago
06ef565 feat: integrate agent binary building into setup and deployment workflows
6 days ago
647a3bd chore: remove accidental log file commit and add to gitignore
6 days ago
058a21a feat: add native macos launchd daemon support to standalone provisioner script
6 days ago
6f8eed4 feat: complete removal of playwright from agent-node and re-align UI to prioritize standalone binary distro
6 days ago
bebdf14 feat: scaffold standalone all-in-one pyinstaller binary build pipeline and bash provisioner
6 days ago
61dba59 fix: resolve provisioning payload delivery issues for Synology NAS nodes
6 days ago
1522128 feat: add drilldown link icon indicator to agent dashboard cards
6 days ago
1df98bf fix: resolve tool error counting logic and add advanced UI execution metrics
5516477 feat(agents): full implementation of harness engineering and file sync fixes
7 days ago
1b51f4f test(integration): conditionally skip node docker lifecycle test in devcontainer
7 days ago
3b71ca8 Fix gigabyte file sync race conditions and malicious path errors
7 days ago
9e134d9 docs: Auto-generate latest API reference documentation
06979c4 Fix consecutive e2e test failures due to stale database node bindings
d1ae856 Enhance browser integration test with filesystem screenshot validation
...