activities
11 hours ago
e9e0995 chore: remove hardcoded prod passwords from test scripts and workflows
11 hours ago
fed99cf feat: periodic background health check for system LLM providers
12 hours ago
bfef5be docs: remove environment coupled remote_deploy script from README
12 hours ago
87dadc5 docs: remove test env references from README
12 hours ago
4e6b098 docs: improve quick start and configuration CUJ in README
12 hours ago
cae34ec docs: auto-generate detailed API reference using OpenAPI schema
12 hours ago
cc22a8d Fix: Localized UI verification feedback for Swarm/OIDC testing, UI locking pre-validation, password fallback parsing fix, and icon corrections
1 day ago
c41322b Refactor AI Config and Fix Login failure: Migrated services to a structured api directory, updated backend schemas for multiple TTS/STT providers, and improved settings/chat UI coverage.
2 days 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
...
3 days ago
c22d672 refactor: consolidate chat into swarm_control everywhere
3 days ago
e639826 docs: update README with v2 architecture refactoring and stability updates
3 days ago
7096846 fix(sync): broadcast CLEANUP and PURGE instantly on session delete, update protobufs
3 days ago
77aba42 fix(frontend): swarm file explorer layout
3 days ago
a59e70e chore: update browser.proto
b1876cc refactor(frontend): move remaining pages into feature modules
3 days ago
998f4eb refactor(frontend): move shared components into shared/components
3 days ago
28cadc0 refactor(frontend): move nodes page and terminal into nodes feature module
3 days ago
ff9d4ed refactor(frontend): move voice chat into feature module
3 days ago
ee2350b refactor(frontend): move chat UI into feature module and update imports
3 days ago
3e1dded chore: add frontend modularity refactor plan and update related files
3 days ago
5677fde feat(sync): implement BoundedThreadPoolExecutor to allow parallel chunk broadcasting over mesh without server memory explosion
3 days 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
3 days ago
8215333 perf: implement local file metadata hash cache for manifest generation and reconciliation
3 days ago
3d39ac8 docs: add infinite sync loop troubleshooting section
3 days ago
04d6c66 fix: block infinite sync loops by checking file hash before sending chunks
3 days ago
5f87d69 docs: add macOS ghost deletion echo loop troubleshooting steps to md
3 days ago
0072783 fix: ignore delayed macos on_deleted events from os.replace
3 days ago
af29d3b chore: add watcher debug tracing
3 days ago
00455d8 fix: resolve zero byte file sync breaking push loop iteration
3 days ago
846177c docs: use local bash block extraction for mac mini persistence tests
3 days ago
c12aef6 fix: resolve file sync infinite bounce loop and unbound local variable bugs
3 days ago
347d151 docs: add mac mini file sync persistence test to deployment workflow
3 days ago
386cb9b chore: bump agent version to 1.0.70 to fix watcher bug with symlinks
3 days ago
d48c2c8 chore: bump agent version to 1.0.69 to push watcher fixes to mac mini
3 days ago
1d8853b docs: update deployment and test workflows to reflect cases 9 and 10
4 days ago
cdd0983 fix: cat() on deleted file returns instantly instead of timing out
4 days ago
8513b7b docs(workflows): add file_sync_tests workflow and enforce tests in deploy flow
4 days ago
ed15843 fix(integration_tests): correct API paths to /api/v1/ and make USER_ID env-configurable
4 days ago
9381b9d test: add file sync integration test suite (cases 1-8)
4 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
...
4 days ago
47207ec fix: Format Swarm Control Thought Trace neatly using Tailwind Typography
4 days ago
6649c25 docs: Update README.md with correct startup and configuration instructions, including the new Dedicated Browser Service
4 days ago
60332ea Refactor backend code to improve modularity and extensibility
7e86bb6 feat(frontend): make Swarm Control mobile-friendly and improve chat UI contrast
4 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.
4 days ago
7baabd9 Update troubleshooting guide with Mac Mini debug methods
4 days ago
508d548 Fix macOS symlinked path resolution in watcher
4 days ago
9b73109 Fix terminal PTY hang from thread crash
4 days ago
511098d Update troubleshooting guide with local node PTY zombie resolution
4 days ago
5f8ad85 Bump version to 1.0.62 for orphan child harvesting fix
4 days ago
c20bb88 Auto-kill all child zombie processes during orphaned instance cleanup on startup
4 days ago
7a9b45a Add troubleshooting workflow for file sync and node debugging