| .. |
|
browser_providers
|
fix(tools): wrap browser provider network calls with error handling
|
2026-05-15 01:53:06 -07:00 |
|
computer_use
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
environments
|
fix(daytona): migrate legacy-sandbox lookup to cursor-based list() (#24587)
|
2026-05-12 16:31:46 -07:00 |
|
neutts_samples
|
|
|
|
__init__.py
|
|
|
|
ansi_strip.py
|
|
|
|
approval.py
|
fix: approval DELETE pattern DOTALL flag allows newline bypass
|
2026-05-12 18:50:37 -07:00 |
|
binary_extensions.py
|
|
|
|
browser_camofox.py
|
feat(browser): support externally managed Camofox sessions
|
2026-05-12 15:14:49 -07:00 |
|
browser_camofox_state.py
|
|
|
|
browser_cdp_tool.py
|
fix(async): replace get_event_loop() with get_running_loop() in async contexts
|
2026-05-09 02:34:19 -07:00 |
|
browser_dialog_tool.py
|
feat(browser): CDP supervisor — dialog detection + response + cross-origin iframe eval (#14540)
|
2026-04-23 22:23:37 -07:00 |
|
browser_supervisor.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
browser_tool.py
|
fix(browser): honor pre-set AGENT_BROWSER_ARGS and document the bypass
|
2026-05-14 19:02:17 -07:00 |
|
budget_config.py
|
chore: remove Atropos RL environments and tinker-atropos integration (#26106)
|
2026-05-15 10:36:38 +05:30 |
|
checkpoint_manager.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
clarify_gateway.py
|
feat(gateway): wire clarify tool with inline keyboard buttons on Telegram (#24199)
|
2026-05-12 16:33:33 -07:00 |
|
clarify_tool.py
|
|
|
|
code_execution_tool.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
computer_use_tool.py
|
feat(computer-use): cua-driver backend, universal any-model schema
|
2026-05-08 11:07:38 -07:00 |
|
credential_files.py
|
fix(gateway): translate inbound document host paths to container paths for Docker backend
|
2026-05-07 05:02:26 -07:00 |
|
cronjob_tools.py
|
feat(cron): support name-based lookup for job operations
|
2026-05-15 01:36:03 -07:00 |
|
debug_helpers.py
|
|
|
|
delegate_tool.py
|
fix: do not inherit api_mode when delegating across providers
|
2026-05-13 23:12:57 -07:00 |
|
discord_tool.py
|
feat: add Discord message deletion action
|
2026-05-07 05:11:09 -07:00 |
|
env_passthrough.py
|
refactor(config): add cfg_get() helper; migrate 20 nested-get call sites (#17304)
|
2026-04-28 23:17:39 -07:00 |
|
feishu_doc_tool.py
|
perf(cli): cut ~19s from 'hermes' cold start (skills cache + lazy Feishu + no Nous HTTP) (#22138)
|
2026-05-08 16:39:32 -07:00 |
|
feishu_drive_tool.py
|
perf(cli): cut ~19s from 'hermes' cold start (skills cache + lazy Feishu + no Nous HTTP) (#22138)
|
2026-05-08 16:39:32 -07:00 |
|
file_operations.py
|
fix(lsp): shift baseline diagnostics into post-edit coordinates (#25978)
|
2026-05-14 15:56:07 -07:00 |
|
file_state.py
|
feat(delegate): cross-agent file state coordination for concurrent subagents (#13718)
|
2026-04-21 16:41:26 -07:00 |
|
file_tools.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
fuzzy_match.py
|
chore: ruff auto-fixes — collapsible-else-if, if-stmt-min-max, dict.fromkeys (#23926)
|
2026-05-11 11:03:29 -07:00 |
|
homeassistant_tool.py
|
|
|
|
image_generation_tool.py
|
feat(image-gen): actionable setup message when no FAL backend is reachable (#26222)
|
2026-05-15 01:33:13 -07:00 |
|
interrupt.py
|
|
|
|
kanban_tools.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
lazy_deps.py
|
fix(deps): pin brotlicffi so aiohttp can decode Discord's Brotli attachments
|
2026-05-14 22:36:46 -07:00 |
|
managed_tool_gateway.py
|
|
|
|
mcp_oauth.py
|
fix(mcp-oauth): persist OAuth server metadata across process restarts (#21226)
|
2026-05-07 05:35:33 -07:00 |
|
mcp_oauth_manager.py
|
fix(mcp-oauth): persist OAuth server metadata across process restarts (#21226)
|
2026-05-07 05:35:33 -07:00 |
|
mcp_tool.py
|
fix(mcp): pre-compile env-var regex and unify interpolation
|
2026-05-15 01:43:54 -07:00 |
|
memory_tool.py
|
chore: ruff auto-fix C401, C416, C408, PLR1722 (#23940)
|
2026-05-11 11:20:58 -07:00 |
|
microsoft_graph_auth.py
|
feat(msgraph): add auth and client foundation
|
2026-05-08 09:27:26 -07:00 |
|
microsoft_graph_client.py
|
fix(msgraph): stream download_to_file body instead of buffering
|
2026-05-08 09:27:26 -07:00 |
|
mixture_of_agents_tool.py
|
chore: ruff auto-fix C401, C416, C408, PLR1722 (#23940)
|
2026-05-11 11:20:58 -07:00 |
|
neutts_synth.py
|
|
|
|
openrouter_client.py
|
|
|
|
osv_check.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
patch_parser.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
path_security.py
|
|
|
|
process_registry.py
|
fix(tui): autonomous background process completion notifications (#26071) (#26327)
|
2026-05-15 19:31:00 +05:30 |
|
registry.py
|
feat(delegate): show user's actual concurrency / spawn-depth limits in tool description (#22694)
|
2026-05-09 11:07:53 -07:00 |
|
schema_sanitizer.py
|
fix: strip Codex-hostile top-level schema combinators
|
2026-05-07 07:03:21 -07:00 |
|
send_message_tool.py
|
fix(tools): forward thread_id via metadata in _send_via_adapter live path
|
2026-05-12 18:48:44 -07:00 |
|
session_search_tool.py
|
fix: make session search initialize session db
|
2026-05-09 14:36:58 -07:00 |
|
skill_manager_tool.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
skill_provenance.py
|
fix(curator): only mark agent-created for background-review sediment (#19621)
|
2026-05-04 02:42:16 -07:00 |
|
skill_usage.py
|
feat(cross-platform): psutil for PID/process management + Windows footgun checker
|
2026-05-08 14:27:40 -07:00 |
|
skills_guard.py
|
feat(skills-hub): add huggingface/skills as trusted default tap (#2549)
|
2026-05-15 01:25:33 -07:00 |
|
skills_hub.py
|
feat(skills-hub): add huggingface/skills as trusted default tap (#2549)
|
2026-05-15 01:25:33 -07:00 |
|
skills_sync.py
|
chore: ruff auto-fix C401, C416, C408, PLR1722 (#23940)
|
2026-05-11 11:20:58 -07:00 |
|
skills_tool.py
|
fix(tools): refuse skill_view name collisions instead of guessing
|
2026-05-13 13:29:28 -07:00 |
|
slash_confirm.py
|
feat(gateway,cli): confirm /reload-mcp to warn about prompt cache invalidation
|
2026-04-29 21:56:47 -07:00 |
|
terminal_tool.py
|
fix(terminal): prevent safety filter false positives on keywords inside quoted strings
|
2026-05-14 08:02:01 -07:00 |
|
tirith_security.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
todo_tool.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |
|
tool_backend_helpers.py
|
fix(cli): coerce use_gateway config flags in tool routing
|
2026-04-26 19:02:55 -07:00 |
|
tool_output_limits.py
|
feat(skills): add design-md skill for Google's DESIGN.md spec (#14876)
|
2026-04-23 21:51:19 -07:00 |
|
tool_result_storage.py
|
fix(tool-result-storage): persist via stdin to bypass 128 KB exec-arg cap (#22913)
|
2026-05-09 18:44:58 -07:00 |
|
transcription_tools.py
|
fix(security): reduce unnecessary shell=True in subprocess calls
|
2026-05-13 10:31:22 -07:00 |
|
tts_tool.py
|
fix(tts): align MiniMax TTS defaults with current API and add GroupId support
|
2026-05-13 22:04:28 -07:00 |
|
url_safety.py
|
fix(url-safety): allow only http and https schemes
|
2026-05-15 01:52:48 -07:00 |
|
video_generation_tool.py
|
feat(video_gen): unified video_generate tool with pluggable provider backends (#25126)
|
2026-05-13 16:39:41 -07:00 |
|
vision_tools.py
|
chore: ruff auto-fix C401, C416, C408, PLR1722 (#23940)
|
2026-05-11 11:20:58 -07:00 |
|
voice_mode.py
|
fix(voice_mode): detect audio in WSL when sd.query_devices() returns empty list but PULSE_SERVER is set
|
2026-05-12 18:43:50 -07:00 |
|
web_tools.py
|
fix(tools): add return_exceptions to asyncio.gather in web_tools
|
2026-05-15 01:50:41 -07:00 |
|
website_policy.py
|
|
|
|
xai_http.py
|
|
|
|
yuanbao_tools.py
|
chore: ruff auto-fix PLR6201 — tuple → set in membership tests (#23937)
|
2026-05-11 11:13:25 -07:00 |