12 hours ago
c27694f
test(integration): natively bypass Docker-in-Docker Dev Container constraints, fallback integration backend seamlessly via subprocesses
19 hours ago
d7d6c02
Add distinct Node Registration flow integration tests verifying token generation and DB insertion
19 hours ago
393d2fd
Update browser skill LLM testing telemetry checking and ensure hardcoded trivia tests for standard LLM inference
19 hours ago
5365204
Add integration test for session creation and LLM SSE stream chat response logic
19 hours ago
d3560c0
Add integration tests for LLM provider configuration endpoints and corner cases (gemini-3-flash-preview)
19 hours ago
5bd6285
Refactor integration tests, introduce CUJ isolation, create E2E mesh runner script with no-rebuild, and clean up orphan files
20 hours ago
3ed7d7c
fix(tool_service): fix LazyFileContent property indentation bug causing NoneType error
6bd6c35
fix(frontend): corrected mesh node field mapping in AgentDrillDown
0dcd9bf
fix(llm): eradicate gemini-1.5-flash 404 from production
1 day ago
696b630
Fix frontend build crash by updating getNodes to getUserAccessibleNodes and restore production service sync
1 day ago
f8e64d2
docs: Update Task 0.4 to use fast sub-agents for middle context chunk summarization rather than blind deletion
1 day ago
927dcf4
docs: Add task 0.4 Prerequisite (Head and Tail Context Truncation)
1 day ago
130ddcf
docs: Add task 0.1, 0.2 and 0.3 Prerequisite Swarm Upgrades (Skill Binding, Lock UI)
1 day ago
391a36b
docs: Harness Engineering Design, Execution, and Test plans
2 days ago
144d844
style(chat): optimize markdown preview formatting to be vastly more compact and remove excessive whitespace
2 days ago
ca2943d
fix(agent): migrate PTY execution to sourced scripts to prevent Zsh ZLE line-wrap scrambling of markers
2 days ago
ace326f
feat(ui): allow drag-and-drop of file paths to chat input
2 days ago
3ce5528
refactor(prompt): soften tone of fixed tool-belt constraint
2 days ago
6f54e60
refactor: compress redundant VFS skill description injection
2 days ago
6a611a8
fix: ToolService binary artifact serialization and sync logic updates
2 days ago
826b68d
Patch undefined context unassigned variable in parallel_fetch finally block alongside DBUS lockout fallbacks
2 days ago
ae41a60
Implement native asyncio.wait_for wrapper around chromium new_context with brute-force init recovery to eliminate deep IPC silent locks
2 days ago
0b36dfd
Inject DBUS session bypass to eradicate Chromium new_context kernel deadlock
2 days ago
83c68ed
Implement Orchestrator HTTP Keep-alive stream injection, global generator exception guard, and strict gRPC tool timeout bounds to eradicate ghost-hanging sessions
2 days ago
357c675
Fix Chromium Playwright hard hang on new_context by injecting --disable-dev-shm-usage and --disable-gpu container heuristics
2 days ago
8df5560
Auto-cleanup dead systemlink & FS Cache Reflowing, Bump OTA Version to 1.0.76
2 days ago
f48f982
feat/fix: Rich token usage popovers, robust LiteLLM context window bounds logic, and Skill management refactor
3 days ago
e9e0995
chore: remove hardcoded prod passwords from test scripts and workflows
3 days ago
fed99cf
feat: periodic background health check for system LLM providers
3 days ago
bfef5be
docs: remove environment coupled remote_deploy script from README
3 days ago
87dadc5
docs: remove test env references from README
3 days ago
4e6b098
docs: improve quick start and configuration CUJ in README
3 days ago
cae34ec
docs: auto-generate detailed API reference using OpenAPI schema
3 days ago
cc22a8d
Fix: Localized UI verification feedback for Swarm/OIDC testing, UI locking pre-validation, password fallback parsing fix, and icon corrections
4 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.
5 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
...
6 days ago
c22d672
refactor: consolidate chat into swarm_control everywhere
6 days ago
e639826
docs: update README with v2 architecture refactoring and stability updates
6 days ago
7096846
fix(sync): broadcast CLEANUP and PURGE instantly on session delete, update protobufs
6 days ago
77aba42
fix(frontend): swarm file explorer layout
6 days ago
a59e70e
chore: update browser.proto
b1876cc
refactor(frontend): move remaining pages into feature modules
6 days ago
998f4eb
refactor(frontend): move shared components into shared/components
6 days ago
28cadc0
refactor(frontend): move nodes page and terminal into nodes feature module
6 days ago
ff9d4ed
refactor(frontend): move voice chat into feature module
6 days ago
ee2350b
refactor(frontend): move chat UI into feature module and update imports
6 days ago
3e1dded
chore: add frontend modularity refactor plan and update related files
6 days ago
5677fde
feat(sync): implement BoundedThreadPoolExecutor to allow parallel chunk broadcasting over mesh without server memory explosion
6 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
6 days ago
8215333
perf: implement local file metadata hash cache for manifest generation and reconciliation
6 days ago
3d39ac8
docs: add infinite sync loop troubleshooting section
6 days ago
04d6c66
fix: block infinite sync loops by checking file hash before sending chunks
6 days ago
5f87d69
docs: add macOS ghost deletion echo loop troubleshooting steps to md