activities
11 hours ago
35a9d58 docs: finalize co-pilot design with specific implementation todo items
11 hours ago
2f2e9b1 docs: implement blind-round strategy and score-anonymization to prevent co-pilot bias
12 hours ago
9c7abe6 docs: add design for co-pilot self-improving agent harness
12 hours ago
a154881 Refactor orchestration to optimize regex performance, add fast-deploy mode, and cleanup temporary database files
1 day ago
8c369a3 fix: move global regex flags to start of expression in stream.py
1 day ago
b4331c4 fix: route autonomous Strategy boilerplate to reasoning channel only
1 day ago
b9ab049 fix: correctly call static _compress_reasoning without self
1 day ago
b21f550 fix: enforce synchronous webhook dict return and implement 'inplace' reasoning updates
1 day ago
c6213a1 fix: separate turn headers into reasoning and compress autonomous boilerplate
1 day ago
e7eb12a feat: split reasoning and final response in agent webhooks
1 day ago
76a4a89 fix: unblock real-time reasoning stream for background agents
1 day ago
1075c05 fix: clear final status to avoid UI clutter at end of response
1 day ago
12208b4 fix: improve turn separation and heartbeat status
1 day ago
274e5a7 fix: resolve YAML parsing error in mesh_file_explorer and muffle read-only metadata logs
1 day ago
c4614ce fix: correctly handle symlink deletion in mesh_file_explorer and HubAssistant.rm
1 day ago
ffa0ce2 fix: ensure turn headers are always displayed even for pure-tool or pure-reasoning turns
1 day ago
d7325e0 fix: change turn headers to paragraph style for better UI layout
1 day 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
...
2 days ago
f4eb44b fix(mesh): resolve integration test failures for move, copy, and stat mesh file operations
2 days ago
98cf61f feat: Add one-click webhook copy to Dashboard cards
2 days ago
4f3e830 fix: Align AgentExecutor.run call signature in webhook router
2 days ago
6d3439f fix: Correctly import Response and status in agents router
2 days ago
e52b749 feat: Add Dual-Mode (Sync/Async) Webhook Support
2 days ago
ecbbfcd fix: Resolve UnboundLocalError in background message streaming
2 days ago
8067e60 feat: Enable real-time message streaming for background agents
2 days ago
a1671da docs: Add rich documentation tooltip for webhook URLs
2 days ago
b0c7462 test: Add webhook trigger integration test
2 days ago
b49bcb9 feat: Enhance agent webhook with custom prompt support and UI fire button
2 days ago
387ebaf Fix integration tests for agents, file sync, and audio. Restore 2026 model versions.
5 days ago
7e112de fix(nodes): use -B and dedicated TMPDIR in provision.sh fallback to avoid SIGBUS on Synology
6 days ago
5c506cf fix(nodes): avoid SIGBUS memory fork limitations on constrained NAS by directly importing python modules instead of subprocess proxying
6 days ago
4adbdb5 feat(nodes): dynamic pyinstaller compilation check with seamless python3 venv fallback
6 days ago
4ecda27 fix(nodes): bypass synology /tmp noexec restrictions for pyinstaller shared objects
6 days ago
a336418 fix(nodes): resolve 500 internal server error during bash provisioning by reading correct swarm yaml config
6 days ago
ab350cb feat(ui): dynamic swarm grpc endpoint database configuration
6 days ago
26127b0 fix(api): correct jinja template path for start_daemon.sh bundle
6 days ago
6d30cef feat(nodes): add accurate node status indicator in UI & daemonize start.sh script bundle
6 days ago
fb34534 feat(api): add dynamic binary bundle endpoint for direct GUI downloads
6 days ago
e9fee39 feat(ui): add macOS native binary direct download links
6 days ago
389f561 fix: exclude agent-node/dist from remote sync to prevent binary deletions during deploy
6 days ago
959fa78 feat: add --skip-binaries flag to scripts/remote_deploy.sh and scripts/local_rebuild.sh to speed up hot deployments
6 days ago
ca7ee96 feat: add native mac build script for darwin binaries
6 days ago
4f56ecc fix: automatic fallback from binary to source provisioning in bash installer
6 days ago
06ef565 feat: integrate agent binary building into setup and deployment workflows
7 days ago
647a3bd chore: remove accidental log file commit and add to gitignore
7 days ago
058a21a feat: add native macos launchd daemon support to standalone provisioner script
7 days ago
6f8eed4 feat: complete removal of playwright from agent-node and re-align UI to prioritize standalone binary distro
7 days ago
bebdf14 feat: scaffold standalone all-in-one pyinstaller binary build pipeline and bash provisioner
7 days ago
61dba59 fix: resolve provisioning payload delivery issues for Synology NAS nodes
7 days ago
1522128 feat: add drilldown link icon indicator to agent dashboard cards