12 hours ago
c22d672
refactor: consolidate chat into swarm_control everywhere
12 hours ago
e639826
docs: update README with v2 architecture refactoring and stability updates
12 hours ago
7096846
fix(sync): broadcast CLEANUP and PURGE instantly on session delete, update protobufs
14 hours ago
77aba42
fix(frontend): swarm file explorer layout
14 hours ago
a59e70e
chore: update browser.proto
b1876cc
refactor(frontend): move remaining pages into feature modules
14 hours ago
998f4eb
refactor(frontend): move shared components into shared/components
14 hours ago
28cadc0
refactor(frontend): move nodes page and terminal into nodes feature module
15 hours ago
ff9d4ed
refactor(frontend): move voice chat into feature module
15 hours ago
ee2350b
refactor(frontend): move chat UI into feature module and update imports
15 hours ago
3e1dded
chore: add frontend modularity refactor plan and update related files
20 hours ago
5677fde
feat(sync): implement BoundedThreadPoolExecutor to allow parallel chunk broadcasting over mesh without server memory explosion
20 hours ago
ed37259
fix(sync): memory exhaust on large file mesh broadcast by enforcing synchronous stream backpressure, increasing chunk size to 4MB, and bounding priority queues
20 hours ago
8215333
perf: implement local file metadata hash cache for manifest generation and reconciliation
20 hours ago
3d39ac8
docs: add infinite sync loop troubleshooting section
20 hours ago
04d6c66
fix: block infinite sync loops by checking file hash before sending chunks
21 hours ago
5f87d69
docs: add macOS ghost deletion echo loop troubleshooting steps to md
21 hours ago
0072783
fix: ignore delayed macos on_deleted events from os.replace
21 hours ago
af29d3b
chore: add watcher debug tracing
21 hours ago
00455d8
fix: resolve zero byte file sync breaking push loop iteration
21 hours ago
846177c
docs: use local bash block extraction for mac mini persistence tests
21 hours ago
c12aef6
fix: resolve file sync infinite bounce loop and unbound local variable bugs
21 hours ago
347d151
docs: add mac mini file sync persistence test to deployment workflow
22 hours ago
386cb9b
chore: bump agent version to 1.0.70 to fix watcher bug with symlinks
22 hours ago
d48c2c8
chore: bump agent version to 1.0.69 to push watcher fixes to mac mini
22 hours ago
1d8853b
docs: update deployment and test workflows to reflect cases 9 and 10
1 day ago
cdd0983
fix: cat() on deleted file returns instantly instead of timing out
1 day ago
8513b7b
docs(workflows): add file_sync_tests workflow and enforce tests in deploy flow
1 day ago
ed15843
fix(integration_tests): correct API paths to /api/v1/ and make USER_ID env-configurable
1 day ago
9381b9d
test: add file sync integration test suite (cases 1-8)
1 day ago
3ebc022
fix: guard spurious .cortex_tmp/.cortex_lock DELETEs and add mesh delete broadcast
445301e
fix(file_sync): check protobuf DESCRIPTOR to correctly detect total_chunks support for fast-path processing
cb2626b
feat(file_sync): introduce fast-path sync bypassing locks and shadow files for single-chunk transfers
...
1 day ago
47207ec
fix: Format Swarm Control Thought Trace neatly using Tailwind Typography
1 day ago
6649c25
docs: Update README.md with correct startup and configuration instructions, including the new Dedicated Browser Service
1 day ago
60332ea
Refactor backend code to improve modularity and extensibility
7e86bb6
feat(frontend): make Swarm Control mobile-friendly and improve chat UI contrast
1 day ago
601326d
Refactor browser service for parallel worker pool and deep research capabilities. Clean up redundant directories and fix potential path issues for .browser_data.
1 day ago
7baabd9
Update troubleshooting guide with Mac Mini debug methods
1 day ago
508d548
Fix macOS symlinked path resolution in watcher
1 day ago
9b73109
Fix terminal PTY hang from thread crash
1 day ago
511098d
Update troubleshooting guide with local node PTY zombie resolution
1 day ago
5f8ad85
Bump version to 1.0.62 for orphan child harvesting fix
1 day ago
c20bb88
Auto-kill all child zombie processes during orphaned instance cleanup on startup
1 day ago
7a9b45a
Add troubleshooting workflow for file sync and node debugging
1 day ago
fae7869
Fix START_WATCHING bug for empty workspaces
1 day ago
b317527
Fix file sync issues and improve mirror stability
2 days ago
cb9853c
Cleanup skill logic files and update deployment scripts
2 days ago
3086a13
Add design document for dedicated browser service refactor
2 days ago
671f711
fix(agent): include skills in distribution tarball and flatten root structure
d786358
fix(agent): robust daemon install and gRPC config
21494c8
fix(agent): make bootstrap installer resilient to pip meta errors
...
3 days ago
3e1dce6
refactor: organize agent-node client code structure by moving core packages to src/
3 days ago
d51d785
doc: update bundled run scripts to recommend daemon installer
3 days ago
9738a09
feat: add daemon/service installation for Mac and Linux
3 days ago
0760c8e
refactor: re-org frontend folder structure to simply be 'frontend'