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