moltis-org
moltis
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(web): wait for session ready before injecting tool events in e2e The switchInProgress guard added in #418 drops delta and tool_call_end events during session initialization. This test was not updated to call waitForChatSessionReady(), so the delta event was silently dropped and the assistant message never rendered. Entire-Checkpoint: 093cf8daea5f
issue-154
12 hours ago
fix(tools): address PR #413 review feedback for skill sidecar files - Anchor confinement check to canonical skills root, not the skill dir itself, preventing symlinked skill roots from bypassing path checks - Validate no symlinks in ancestry before create_dir_all to prevent out-of-tree directory creation via symlinked intermediates - Add rollback of previously written files when a batch fails mid-way - Surface audit log I/O failures via tracing::warn instead of silently swallowing them - Add minItems/maxItems to the JSON schema so the LLM sees file count limits upfront - Add tests for symlinked skill root rejection and batch rollback Entire-Checkpoint: 916a7838ac8e
issue-154
13 hours ago
fix(browser): align sandbox browserless timeout with pool lifecycle (#403) * fix(browser): align sandbox browserless timeout with pool lifecycle * test(sandbox): fix off-mode sandbox test * test(onboarding): wait for async openclaw step * fix(browser): address PR review feedback on sandbox timeout - Break circular dependency: `browserless_session_timeout_ms` now takes `max_instance_lifetime_secs` as a parameter instead of reaching into `crate::pool::MAX_BROWSER_INSTANCE_LIFETIME`. - Cap TIMEOUT at `MAX_BROWSER_INSTANCE_LIFETIME` ceiling so a large `navigation_timeout_ms` cannot exceed the pool's hard TTL. - Update `cleanup_idle` doc comment to reference the constant instead of hard-coding "30 minutes". - Add test for nav timeout within ceiling; update existing tests. Entire-Checkpoint: e17a345120c6
main
14 hours ago
fix(browser): address PR review feedback on sandbox timeout - Break circular dependency: `browserless_session_timeout_ms` now takes `max_instance_lifetime_secs` as a parameter instead of reaching into `crate::pool::MAX_BROWSER_INSTANCE_LIFETIME`. - Cap TIMEOUT at `MAX_BROWSER_INSTANCE_LIFETIME` ceiling so a large `navigation_timeout_ms` cannot exceed the pool's hard TTL. - Update `cleanup_idle` doc comment to reference the constant instead of hard-coding "30 minutes". - Add test for nav timeout within ceiling; update existing tests. Entire-Checkpoint: e17a345120c6
issue-172
21 hours ago
fix(browser): scope cached browser sessions per chat (#412) * fix(browser): scope cached browser sessions per chat * test(sandbox): make off-mode backend test deterministic * fix(tools): add missing tracing::debug import in cgroup sandbox The sandbox refactor split sandbox.rs into a module directory but missed importing the debug macro in platform.rs, breaking the Linux CI build. Entire-Checkpoint: f091989adbca * fix(browser): address review comments on session cache - Bound session_ids HashMap to 128 entries with eviction to prevent unbounded memory growth from abandoned chats - Return Cow<'static, str> from cache_key to avoid allocation in the common fallback path - Add test for empty session_id guard in save_session - Add test for eviction behavior when cache is full Entire-Checkpoint: bb57a8180188
main
21 hours ago
fix(browser): address review comments on session cache - Bound session_ids HashMap to 128 entries with eviction to prevent unbounded memory growth from abandoned chats - Return Cow<'static, str> from cache_key to avoid allocation in the common fallback path - Add test for empty session_id guard in save_session - Add test for eviction behavior when cache is full Entire-Checkpoint: bb57a8180188
issue-202
22 hours ago
fix(tools): add missing tracing::debug import in cgroup sandbox The sandbox refactor split sandbox.rs into a module directory but missed importing the debug macro in platform.rs, breaking the Linux CI build. Entire-Checkpoint: f091989adbca
issue-202
24 hours ago
merge: integrate main into issue-202 Resolve modify/delete conflict: main split sandbox.rs into sandbox/ module directory. Apply branch's test rename (test_create_sandbox_off → test_create_sandbox_off_uses_no_sandbox) to the new tests.rs file. Entire-Checkpoint: 2026e93bb9bc
issue-202
2 days ago
Active Branches
feat(skills): support safe agent-written sidecar files
last run
12 hours ago
#413
CodSpeed Performance Gauge
-20%
chore(deps-dev): bump undici from 7.22.0 to 7.24.1 in /website in the npm_and_yarn group across 1 directory
last run
2 days ago
#433
CodSpeed Performance Gauge
0%
feat(local-llm): add opt-in Vulkan GGUF support
last run
3 days ago
#408
CodSpeed Performance Gauge
+44%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs