1 hour ago
144d844
style(chat): optimize markdown preview formatting to be vastly more compact and remove excessive whitespace
1 hour ago
ca2943d
fix(agent): migrate PTY execution to sourced scripts to prevent Zsh ZLE line-wrap scrambling of markers
1 hour ago
ace326f
feat(ui): allow drag-and-drop of file paths to chat input
1 hour ago
3ce5528
refactor(prompt): soften tone of fixed tool-belt constraint
1 hour ago
6f54e60
refactor: compress redundant VFS skill description injection
1 hour ago
6a611a8
fix: ToolService binary artifact serialization and sync logic updates
10 hours ago
826b68d
Patch undefined context unassigned variable in parallel_fetch finally block alongside DBUS lockout fallbacks
10 hours ago
ae41a60
Implement native asyncio.wait_for wrapper around chromium new_context with brute-force init recovery to eliminate deep IPC silent locks
10 hours ago
0b36dfd
Inject DBUS session bypass to eradicate Chromium new_context kernel deadlock
11 hours ago
83c68ed
Implement Orchestrator HTTP Keep-alive stream injection, global generator exception guard, and strict gRPC tool timeout bounds to eradicate ghost-hanging sessions
11 hours ago
357c675
Fix Chromium Playwright hard hang on new_context by injecting --disable-dev-shm-usage and --disable-gpu container heuristics
11 hours ago
8df5560
Auto-cleanup dead systemlink & FS Cache Reflowing, Bump OTA Version to 1.0.76
14 hours ago
f48f982
feat/fix: Rich token usage popovers, robust LiteLLM context window bounds logic, and Skill management refactor
1 day ago
e9e0995
chore: remove hardcoded prod passwords from test scripts and workflows
1 day ago
fed99cf
feat: periodic background health check for system LLM providers
1 day ago
bfef5be
docs: remove environment coupled remote_deploy script from README
1 day ago
87dadc5
docs: remove test env references from README
1 day ago
4e6b098
docs: improve quick start and configuration CUJ in README
1 day ago
cae34ec
docs: auto-generate detailed API reference using OpenAPI schema
1 day ago
cc22a8d
Fix: Localized UI verification feedback for Swarm/OIDC testing, UI locking pre-validation, password fallback parsing fix, and icon corrections
2 days 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.
3 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
...
4 days ago
c22d672
refactor: consolidate chat into swarm_control everywhere
4 days ago
e639826
docs: update README with v2 architecture refactoring and stability updates
4 days ago
7096846
fix(sync): broadcast CLEANUP and PURGE instantly on session delete, update protobufs
4 days ago
77aba42
fix(frontend): swarm file explorer layout
4 days ago
a59e70e
chore: update browser.proto
b1876cc
refactor(frontend): move remaining pages into feature modules
4 days ago
998f4eb
refactor(frontend): move shared components into shared/components
4 days ago
28cadc0
refactor(frontend): move nodes page and terminal into nodes feature module
4 days ago
ff9d4ed
refactor(frontend): move voice chat into feature module
4 days ago
ee2350b
refactor(frontend): move chat UI into feature module and update imports
4 days ago
3e1dded
chore: add frontend modularity refactor plan and update related files
4 days ago
5677fde
feat(sync): implement BoundedThreadPoolExecutor to allow parallel chunk broadcasting over mesh without server memory explosion
4 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
4 days ago
8215333
perf: implement local file metadata hash cache for manifest generation and reconciliation
4 days ago
3d39ac8
docs: add infinite sync loop troubleshooting section
4 days ago
04d6c66
fix: block infinite sync loops by checking file hash before sending chunks
4 days ago
5f87d69
docs: add macOS ghost deletion echo loop troubleshooting steps to md
4 days ago
0072783
fix: ignore delayed macos on_deleted events from os.replace
4 days ago
af29d3b
chore: add watcher debug tracing
4 days ago
00455d8
fix: resolve zero byte file sync breaking push loop iteration
4 days ago
846177c
docs: use local bash block extraction for mac mini persistence tests
4 days ago
c12aef6
fix: resolve file sync infinite bounce loop and unbound local variable bugs
4 days ago
347d151
docs: add mac mini file sync persistence test to deployment workflow
4 days ago
386cb9b
chore: bump agent version to 1.0.70 to fix watcher bug with symlinks
4 days ago
d48c2c8
chore: bump agent version to 1.0.69 to push watcher fixes to mac mini
4 days ago
1d8853b
docs: update deployment and test workflows to reflect cases 9 and 10
5 days ago
cdd0983
fix: cat() on deleted file returns instantly instead of timing out
5 days ago
8513b7b
docs(workflows): add file_sync_tests workflow and enforce tests in deploy flow
5 days ago
ed15843
fix(integration_tests): correct API paths to /api/v1/ and make USER_ID env-configurable