activities
16 hours ago
2564e42 fix: swarm control ui for empty sessions
46f5eb4 refactor(auth): decouple sandbox node from core deployment and add dedicated provisioning script
f7910cc feat(auth): bootstrap Day 1 local auth fallback, migrations, and sandbox node
...
1 day ago
c22d672 refactor: consolidate chat into swarm_control everywhere
1 day ago
e639826 docs: update README with v2 architecture refactoring and stability updates
1 day ago
7096846 fix(sync): broadcast CLEANUP and PURGE instantly on session delete, update protobufs
1 day ago
77aba42 fix(frontend): swarm file explorer layout
1 day ago
a59e70e chore: update browser.proto
b1876cc refactor(frontend): move remaining pages into feature modules
1 day ago
998f4eb refactor(frontend): move shared components into shared/components
1 day ago
28cadc0 refactor(frontend): move nodes page and terminal into nodes feature module
1 day ago
ff9d4ed refactor(frontend): move voice chat into feature module
1 day ago
ee2350b refactor(frontend): move chat UI into feature module and update imports
1 day ago
3e1dded chore: add frontend modularity refactor plan and update related files
1 day ago
5677fde feat(sync): implement BoundedThreadPoolExecutor to allow parallel chunk broadcasting over mesh without server memory explosion
1 day 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
1 day ago
8215333 perf: implement local file metadata hash cache for manifest generation and reconciliation
1 day ago
3d39ac8 docs: add infinite sync loop troubleshooting section
1 day ago
04d6c66 fix: block infinite sync loops by checking file hash before sending chunks
1 day ago
5f87d69 docs: add macOS ghost deletion echo loop troubleshooting steps to md
1 day ago
0072783 fix: ignore delayed macos on_deleted events from os.replace
1 day ago
af29d3b chore: add watcher debug tracing
1 day ago
00455d8 fix: resolve zero byte file sync breaking push loop iteration
1 day ago
846177c docs: use local bash block extraction for mac mini persistence tests
1 day ago
c12aef6 fix: resolve file sync infinite bounce loop and unbound local variable bugs
1 day ago
347d151 docs: add mac mini file sync persistence test to deployment workflow
1 day ago
386cb9b chore: bump agent version to 1.0.70 to fix watcher bug with symlinks
1 day ago
d48c2c8 chore: bump agent version to 1.0.69 to push watcher fixes to mac mini
1 day ago
1d8853b docs: update deployment and test workflows to reflect cases 9 and 10
2 days ago
cdd0983 fix: cat() on deleted file returns instantly instead of timing out
2 days ago
8513b7b docs(workflows): add file_sync_tests workflow and enforce tests in deploy flow
2 days ago
ed15843 fix(integration_tests): correct API paths to /api/v1/ and make USER_ID env-configurable
2 days ago
9381b9d test: add file sync integration test suite (cases 1-8)
2 days 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
...
2 days ago
47207ec fix: Format Swarm Control Thought Trace neatly using Tailwind Typography
2 days ago
6649c25 docs: Update README.md with correct startup and configuration instructions, including the new Dedicated Browser Service
2 days ago
60332ea Refactor backend code to improve modularity and extensibility
7e86bb6 feat(frontend): make Swarm Control mobile-friendly and improve chat UI contrast
2 days 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.
2 days ago
7baabd9 Update troubleshooting guide with Mac Mini debug methods
2 days ago
508d548 Fix macOS symlinked path resolution in watcher
2 days ago
9b73109 Fix terminal PTY hang from thread crash
2 days ago
511098d Update troubleshooting guide with local node PTY zombie resolution
2 days ago
5f8ad85 Bump version to 1.0.62 for orphan child harvesting fix
2 days ago
c20bb88 Auto-kill all child zombie processes during orphaned instance cleanup on startup
2 days ago
7a9b45a Add troubleshooting workflow for file sync and node debugging
2 days ago
fae7869 Fix START_WATCHING bug for empty workspaces
2 days ago
b317527 Fix file sync issues and improve mirror stability
3 days ago
cb9853c Cleanup skill logic files and update deployment scripts
3 days ago
3086a13 Add design document for dedicated browser service refactor
3 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
...
4 days ago
3e1dce6 refactor: organize agent-node client code structure by moving core packages to src/
4 days ago
d51d785 doc: update bundled run scripts to recommend daemon installer
4 days ago
9738a09 feat: add daemon/service installation for Mac and Linux