Repository Analysis

omnigent-ai/omnigent

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.

30.7 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of omnigent-ai/omnigent, a Python project with 7,253 GitHub stars. SynthScan v2.0 examined 1,117,413 lines of code across 2853 source files, recording 24758 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 30.7 places this repository in the Strong AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

30.7
Adjusted Score
30.7
Raw Score
100%
Time Factor
2026-07-14
Last Push
7.3K
Stars
Python
Language
1.1M
Lines of Code
2.9K
Files
24.8K
Pattern Hits
2026-07-14
Scan Date
0.20
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 571MEDIUM 4725LOW 19461

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 24758 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers14774 hits · 12307 pts
SeverityFileLineSnippetContext
LOWomnigent/reasoning_effort.py32def unsupported_effort_message(effort: str, provider: str, supported: Iterable[str]) -> str:CODE
LOWomnigent/reasoning_effort.py50def validate_effort_or_llm_error(CODE
LOWomnigent/hermes_native_permissions.py88def hermes_permission_elicitation_id(session_id: str, token: str) -> str:CODE
LOWomnigent/hermes_native_permissions.py102def parse_hermes_approval_prompt(pane: str) -> HermesApprovalPrompt | None:CODE
LOWomnigent/hermes_native_permissions.py149async def supervise_hermes_approval_mirror(CODE
LOWomnigent/hermes_native_permissions.py275async def _post_external_elicitation_resolved(CODE
LOWomnigent/opencode_native_provider.py70def build_opencode_model_default_config(model: str) -> dict[str, object]:CODE
LOWomnigent/opencode_native_provider.py88def build_opencode_provider_config(resolution: OpenCodeGatewayResolution) -> dict[str, object]:CODE
LOWomnigent/opencode_native_provider.py111def write_opencode_provider_config(xdg_config_home: Path, config: Mapping[str, object]) -> Path:CODE
LOWomnigent/opencode_native_provider.py188def build_opencode_omnigent_mcp_server(CODE
LOWomnigent/opencode_native_provider.py241def resolve_databricks_gateway(CODE
LOWomnigent/opencode_native_provider.py288def _gateway_endpoint_for_model(model_id: str | None) -> str | None:CODE
LOWomnigent/opencode_native_provider.py418def maybe_merge_user_provider_config(config: dict[str, object]) -> dict[str, object]:CODE
LOWomnigent/cursor_native_forwarder.py237def clear_cursor_bridge_state(bridge_dir: Path) -> None:CODE
LOWomnigent/cursor_native_forwarder.py545def _last_used_model_from_meta_value(value: object) -> str | None:CODE
LOWomnigent/cursor_native_forwarder.py572async def _post_model_change_if_new(CODE
LOWomnigent/cursor_native_forwarder.py704async def _patch_external_session_id(CODE
LOWomnigent/cursor_native_forwarder.py731async def _post_external_session_status(CODE
LOWomnigent/cursor_native_forwarder.py773async def _post_external_compaction_status(CODE
LOWomnigent/cursor_native_forwarder.py801async def _persist_native_compaction_item(CODE
LOWomnigent/cursor_native_forwarder.py868async def forward_cursor_store_to_session(CODE
LOWomnigent/cursor_native_forwarder.py1202async def supervise_cursor_forwarder(CODE
LOWomnigent/codex_native_state.py57def _state_dir_for_conversation_id(conversation_id: str) -> Path:CODE
LOWomnigent/qwen_native_permissions.py95def qwen_permission_elicitation_id(session_id: str, request_id: str) -> str:CODE
LOWomnigent/qwen_native_permissions.py151def _control_response_request_id(event: dict[str, object]) -> str | None:CODE
LOWomnigent/qwen_native_permissions.py216async def supervise_qwen_approval_mirror(CODE
LOWomnigent/qwen_native_permissions.py379async def _post_external_elicitation_resolved(CODE
LOWomnigent/hermes_native.py106def _configured_hermes_command(env: Mapping[str, str]) -> str:CODE
LOWomnigent/hermes_native.py112def resolve_hermes_executable(CODE
LOWomnigent/hermes_native.py188def _materialize_hermes_agent_spec(tmpdir: Path) -> Path:CODE
LOWomnigent/hermes_native.py292async def _prepare_hermes_terminal_via_daemon(CODE
LOWomnigent/hermes_native.py434async def _ensure_hermes_terminal_on_runner(client: httpx.AsyncClient, session_id: str) -> None:CODE
LOWomnigent/hermes_native.py451async def _wait_for_hermes_terminal_ready(CODE
LOWomnigent/hermes_native.py471async def _find_running_hermes_terminal(CODE
LOWomnigent/hermes_native.py497def _launched_hermes_terminal_from_payload(payload: object) -> LaunchedHermesTerminal:CODE
LOWomnigent/hermes_native.py521async def _attach_terminal_resource(prepared: PreparedHermesTerminal) -> None:CODE
LOWomnigent/hermes_native.py554def _direct_tmux_unavailable_reason(prepared: PreparedHermesTerminal) -> str | None:CODE
LOWomnigent/hermes_native.py567def _resolve_session_id_for_resume(CODE
LOWomnigent/hermes_native.py615def hermes_terminal_resource_id() -> str:CODE
LOWomnigent/hermes_native_bridge.py229def bridge_dir_for_session_id(session_id: str) -> Path:STRING
LOWomnigent/hermes_native_bridge.py247def build_hermes_native_spawn_env(session_id: str) -> dict[str, str]:CODE
LOWomnigent/cursor_native_permissions.py229async def _post_external_elicitation_resolved(CODE
LOWomnigent/cursor_native_permissions.py331def cursor_tool_call_elicitation_id(session_id: str, tool_call_id: str) -> str:CODE
LOWomnigent/cursor_native_permissions.py342def _iter_embedded_json_objects(raw: bytes) -> list[dict]:CODE
LOWomnigent/cursor_native_permissions.py423def read_cursor_pending_tool_calls(store_path: Path) -> list[CursorPendingToolCall]:CODE
LOWomnigent/cursor_native_permissions.py516def _iter_askquestion_questions(args: dict[str, object]) -> list[dict]:CODE
LOWomnigent/cursor_native_permissions.py624async def supervise_cursor_transcript_elicitations(CODE
LOWomnigent/goose_native_bridge.py51def bridge_dir_for_session_id(session_id: str) -> Path:CODE
LOWomnigent/goose_native_bridge.py69def build_goose_native_spawn_env(CODE
LOWomnigent/claude_native_hook.py225def _annotate_resume_session_context(bridge_dir: Path, payload: dict[str, object]) -> None:CODE
LOWomnigent/claude_native_hook.py255def _is_claude_branch_session_start(payload: dict[str, object]) -> bool:CODE
LOWomnigent/claude_native_hook.py287def _payload_transcript_has_recent_branch_command(CODE
LOWomnigent/claude_native_hook.py430def _create_clear_replacement_session(CODE
LOWomnigent/claude_native_hook.py519def _create_fork_replacement_session(CODE
LOWomnigent/claude_native_hook.py591def _conversation_url_for_active_session(CODE
LOWomnigent/claude_native_hook.py1091def _parse_evaluate_policy_args(argv: list[str]) -> argparse.Namespace:CODE
LOWomnigent/pi_native_credentials.py100def _is_databricks_ai_gateway_url(base_url: str) -> bool:CODE
LOWomnigent/pi_native_credentials.py241def _databricks_openai_provider(CODE
LOWomnigent/pi_native_credentials.py382def _gateway_anthropic_base_url(codex_base_url: str) -> str:CODE
LOWomnigent/pi_native_credentials.py403def _cli_config_databricks_transport(entry: ProviderEntry) -> CodexConfigTransport | None:CODE
14714 more matches not shown…
Decorative Section Separators3326 hits · 11015 pts
SeverityFileLineSnippetContext
MEDIUM.pre-commit-config.yaml118 # ── File hygiene ────────────────────────────────────────────────COMMENT
MEDIUMomnigent/cursor_native_permissions.py252# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMomnigent/cursor_native_permissions.py281# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMomnigent/update_check.py656# ------------------------------------------------------------------COMMENT
MEDIUMomnigent/update_check.py658# ------------------------------------------------------------------COMMENT
MEDIUMomnigent/update_check.py917# ------------------------------------------------------------------COMMENT
MEDIUMomnigent/update_check.py919# ------------------------------------------------------------------COMMENT
MEDIUMomnigent/antigravity_native_bridge.py248# ── Omnigent MCP relay wiring (sys_* tools) ──────────────────────────────────COMMENT
MEDIUMomnigent/antigravity_native_bridge.py822# ── Web-turn TUI delivery (tmux send-keys) ───────────────────────────────────COMMENT
MEDIUMomnigent/chat.py585# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py587# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py600# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py602# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py1543# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py1545# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py2043# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py2045# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py3753# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py3755# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py4115# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/chat.py4117# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli.py4062 # ── config.yaml ──────────────────────────────────COMMENT
MEDIUMomnigent/cli.py4074 # ── tools/mcp/*.yaml ─────────────────────────────COMMENT
MEDIUMomnigent/cli.py11889# ─── sandbox group ────────────────────────────────────────────────COMMENT
MEDIUMomnigent/cli.py11900# ─── debug group ──────────────────────────────────────────────────COMMENT
MEDIUMomnigent/cli.py12851 # ── Step 0: Probe the server's auth mode. ──────────────────COMMENT
MEDIUMomnigent/qwen_native_bridge.py466# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/qwen_native_bridge.py472# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/qwen_native_bridge.py688# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/qwen_native_bridge.py690# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/antigravity_native_reader.py2154# ── Shared reader wiring (elicitation bridge + supervise_reader spawn) ────────COMMENT
MEDIUMomnigent/antigravity_native_reader.py2317# ── Task T-G: /clear-rotation session rotation ───────────────────────────────COMMENT
MEDIUMomnigent/claude_native.py2555# ── daemon-routed launch (HOST_BY_DEFAULT) ─────────────────COMMENT
MEDIUMomnigent/cli_diagnostics.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py49# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py64# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py66# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py106# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py108# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py224# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py226# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py445# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/cli_diagnostics.py447# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/claude_native_forwarder.py1264 # ── Register newly-appeared sub-agents ──────────────COMMENT
MEDIUMomnigent/claude_native_forwarder.py1358 # ── Tail each tracked sub-agent's transcript ────────COMMENT
MEDIUMomnigent/tools/mcp.py573 # ── MRTR: detect InputRequiredResult ─────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/os_env.py45# ── JSON Schemas ──────────────────────────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/sys_terminal.py253# ── JSON Schemas ──────────────────────────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/spawn.py424# ── Spawn implementation ──────────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/spawn.py456# ── Phase 4: sys_session_list ──────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/spawn.py933# ── Check / result helpers ────────────────────────────COMMENT
MEDIUMomnigent/tools/builtins/spawn.py1003# ── 13a: sys_session_get_history / sys_session_close ─────────COMMENT
MEDIUMomnigent/host/frames.py60# ── Frame dataclasses ────────────────────────────────────COMMENT
MEDIUMomnigent/host/frames.py544# ── Encode / decode ──────────────────────────────────────COMMENT
MEDIUMomnigent/host/frames.py1169# ── Field validators ─────────────────────────────────────COMMENT
MEDIUMomnigent/inner/os_env.py635 # ------------------------------------------------------------------COMMENT
MEDIUMomnigent/inner/os_env.py637 # ------------------------------------------------------------------COMMENT
MEDIUMomnigent/inner/tracing.py81# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/inner/tracing.py83# ---------------------------------------------------------------------------COMMENT
MEDIUMomnigent/inner/tracing.py104# ---------------------------------------------------------------------------COMMENT
3266 more matches not shown…
AI Slop Vocabulary1189 hits · 3545 pts
SeverityFileLineSnippetContext
MEDIUMuv.toml20# - google-antigravity: the SDK the `antigravity` harness drives (theCOMMENT
MEDIUMpyproject.toml165# Google Antigravity SDK harness (`harness: antigravity`). Optional: theCOMMENT
MEDIUMpyproject.toml166# harness module imports the SDK lazily on first turn, so only users of theCOMMENT
MEDIUMpyproject.toml167# harness need this extra. Early SDK (v0.1.x) — pin minor.COMMENT
MEDIUMpyproject.toml169# GitHub Copilot SDK harness (`harness: copilot`). Optional: the harness moduleCOMMENT
MEDIUMpyproject.toml170# imports the SDK lazily on first turn, so only users of the harness need thisCOMMENT
MEDIUMpyproject.toml174# Cursor SDK harness (`harness: cursor`). Optional like antigravity: theCOMMENT
MEDIUMpyproject.toml175# harness imports the cursor-sdk lazily on first turn, so only `--harnessCOMMENT
LOWomnigent/cli_sandbox.py199 # pending removal. Disposable-sandbox providers just create a new one.COMMENT
MEDIUMomnigent/hermes_native_bridge.py46#: Env var carrying the bridge dir into the harness executor process.COMMENT
MEDIUMomnigent/goose_native_bridge.py30#: Env var carrying the bridge dir into the harness executor process.COMMENT
MEDIUMomnigent/claude_native_hook.py54# respawning harness/tool subprocesses) every ≤30s for 24h — the spin-loop halfCOMMENT
MEDIUMomnigent/claude_native_hook.py1032 # Stamp the harness so the over-budget message names claude-native'sCOMMENT
LOWomnigent/pi_native_credentials.py292 except Exception: # noqa: BLE001 — any subprocess failure should just return NoneCODE
MEDIUMomnigent/native_policy_hook.py49# ``UserPromptSubmit`` fires when a new user prompt reaches the harness —COMMENT
MEDIUMomnigent/native_policy_hook.py375 # so the harness's own permission prompt still fires; see docstring.COMMENT
MEDIUMomnigent/native_policy_hook.py382 # ``defer`` — ``defer`` returns control to the harness'sCOMMENT
MEDIUMomnigent/claude_native_bridge.py95# Tools-changed: harness POSTs to the bridge MCP server's localhostCOMMENT
MEDIUMomnigent/claude_native_bridge.py103# tool dispatch to complete on the harness event loop.COMMENT
MEDIUMomnigent/claude_native_bridge.py117# ``tmux.json`` after the Claude terminal launches; the harnessCOMMENT
MEDIUMomnigent/claude_native_bridge.py234 # the same ``$HOME/.omnigent/<harness>-native`` shape codex uses, so apply theCOMMENT
MEDIUMomnigent/claude_native_bridge.py269 # (the same ``$HOME/.omnigent/<harness>-native`` shape codex/antigravity use),COMMENT
MEDIUMomnigent/opencode_native_forwarder.py921 # Mirror a TUI model switch back to Omnigent (in-harness session-cmd sync).COMMENT
MEDIUMomnigent/opencode_native_bridge.py36# Env var the runner stamps on the harness process so the executor canCOMMENT
MEDIUMomnigent/antigravity_native_bridge.py56# — a broader, distinct concern that must not depend on this harness module.)COMMENT
MEDIUMomnigent/antigravity_native_bridge.py629 # never sees a torn file. On macOS the harness runs agy under the user's REALCOMMENT
MEDIUMomnigent/antigravity_native_bridge.py833# per the established per-harness convention.COMMENT
MEDIUMomnigent/codex_native.py1072 # harness), the Databricks ucode profile, or Codex's own login —COMMENT
MEDIUMomnigent/codex_native.py1074 # in-process codex harness. Resolved before any rollout synthesisCOMMENT
MEDIUMomnigent/model_override.py70# Reversed native spellings are valid harness ids (NATIVE_HARNESSES)COMMENT
MEDIUMomnigent/model_override.py73# yields when a claude spec declares no config harness.COMMENT
MEDIUMomnigent/model_override.py83# tool-calling turn on the gateway over the chat wire, so the harness isCOMMENT
MEDIUMomnigent/codex_native_hook.py145 # Stamp the harness so policies can tailor messages to codex-native'sCOMMENT
MEDIUMomnigent/kimi_native_bridge.py26#: Env var carrying the bridge dir into the harness executor process.COMMENT
MEDIUMomnigent/native_server_harness.py146 except Exception as exc: # noqa: BLE001 - converted to a harness error event.CODE
MEDIUMomnigent/harness_plugins.py86 # Declared feature set per harness id ("what can this harness do?"). SparseCOMMENT
MEDIUMomnigent/harness_plugins.py87 # is allowed — a harness with no entry simply has no declared capabilities.COMMENT
MEDIUMomnigent/harness_plugins.py205# table cannot silently drift. See designs/harness-modular-registry-proposal.md.COMMENT
MEDIUMomnigent/harness_plugins.py215# (claude-sdk, codex, pi, openai-agents) have these verified live by the harnessCOMMENT
MEDIUMomnigent/harness_plugins.py242 # streaming is declared True unless a live bench run proves a harness doesCOMMENT
MEDIUMomnigent/harness_plugins.py420 # Generic ACP harness — drives any user-configured ACP agent command. SameCOMMENT
MEDIUMomnigent/harness_plugins.py640 # stays a valid harness for YAML specs (and the credential-freeCOMMENT
MEDIUMomnigent/harness_plugins.py920 # The base ``acp`` harness deliberately has no ``harness_labels`` entry, so itCOMMENT
MEDIUMomnigent/antigravity_native.py1482 # harness reads its bridge dir from its own spawn envCOMMENT
MEDIUMomnigent/chat.py100# per session → pm.shutdown() → SIGTERM each harness. 1 s was tooCOMMENT
MEDIUMomnigent/chat.py106# nor ``executor.harness`` AND no ``--model`` / ``--harness``COMMENT
MEDIUMomnigent/chat.py111# "executor.config.harness: required" error.COMMENT
MEDIUMomnigent/chat.py3232 # A harness-only override drops any prior model pin so the newCOMMENT
MEDIUMomnigent/chat.py3233 # harness resolves its provider default — e.g. ``omnigent runCOMMENT
MEDIUMomnigent/chat.py3234 # examples/polly --harness pi`` must not keep Polly's Claude-onlyCOMMENT
MEDIUMomnigent/chat.py3242 # When neither harness nor model is declared — after overrides —COMMENT
MEDIUMomnigent/chat.py3243 # inject the ad-hoc default. Gated on harness absence so a YAMLCOMMENT
MEDIUMomnigent/chat.py3244 # like ``claude_code_agent.yaml`` (declares harness, no model)COMMENT
MEDIUMomnigent/chat.py3939 # Derive the launch harness from the local spec so the REPL'sCOMMENT
MEDIUMomnigent/chat.py3940 # `/model` readout knows the right harness (and thus the rightCOMMENT
MEDIUMomnigent/chat.py3942 # for URL targets / bundles, where the snapshot's harness fills it in.COMMENT
MEDIUMomnigent/chat.py3948 # the startup header (harness → model + credential, summary)COMMENT
MEDIUMomnigent/chat.py556 # snapshot gives the agent name + harness for an honest banner.COMMENT
MEDIUMomnigent/chat.py2493 # ``error`` item (e.g. a harness start failure like the cursor SDK'sCOMMENT
MEDIUMomnigent/chat.py3160 # A configured credential — a provider default serving this harness'sCOMMENT
1129 more matches not shown…
Cross-File Repetition363 hits · 1815 pts
SeverityFileLineSnippetContext
HIGHomnigent/cursor_native_forwarder.py0load the persisted forward cursor, or a cold default.STRING
HIGHomnigent/qwen_native_forwarder.py0load the persisted forward cursor, or a cold default.STRING
HIGHomnigent/goose_native_forwarder.py0load the persisted forward cursor, or a cold default.STRING
HIGHomnigent/kiro_native_session_forwarder.py0load the persisted forward cursor, or a cold default.STRING
HIGHomnigent/hermes_native_forwarder.py0load the persisted forward cursor, or a cold default.STRING
HIGHomnigent/cursor_native_forwarder.py0post one mirrored item as an ``external_conversation_item`` event.STRING
HIGHomnigent/qwen_native_forwarder.py0post one mirrored item as an ``external_conversation_item`` event.STRING
HIGHomnigent/goose_native_forwarder.py0post one mirrored item as an ``external_conversation_item`` event.STRING
HIGHomnigent/hermes_native_forwarder.py0post one mirrored item as an ``external_conversation_item`` event.STRING
HIGHomnigent/cursor_native_forwarder.py0indirection so tests can stub the supervisor's clock.STRING
HIGHomnigent/qwen_native_forwarder.py0indirection so tests can stub the supervisor's clock.STRING
HIGHomnigent/goose_native_forwarder.py0indirection so tests can stub the supervisor's clock.STRING
HIGHomnigent/hermes_native_forwarder.py0indirection so tests can stub the supervisor's clock.STRING
HIGHomnigent/cursor_native_forwarder.py0indirection so tests can stub the supervisor's backoff sleep.STRING
HIGHomnigent/qwen_native_forwarder.py0indirection so tests can stub the supervisor's backoff sleep.STRING
HIGHomnigent/goose_native_forwarder.py0indirection so tests can stub the supervisor's backoff sleep.STRING
HIGHomnigent/hermes_native_forwarder.py0indirection so tests can stub the supervisor's backoff sleep.STRING
HIGHomnigent/hermes_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/qwen_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/kimi_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/cursor_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/goose_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/pi_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/kiro_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/opencode_native.py0terminal resource returned by the omnigent runner launch path.STRING
HIGHomnigent/hermes_native.py0prepared native goose terminal attachment details. :param reattached: ``true`` when an existing, still-running session tSTRING
HIGHomnigent/qwen_native.py0prepared native goose terminal attachment details. :param reattached: ``true`` when an existing, still-running session tSTRING
HIGHomnigent/goose_native.py0prepared native goose terminal attachment details. :param reattached: ``true`` when an existing, still-running session tSTRING
HIGHomnigent/hermes_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/qwen_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/kimi_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/cursor_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/goose_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/pi_native.py0resolve the native pi executable. :param env: environment mapping to inspect. defaults to ``os.environ``. :param which: STRING
HIGHomnigent/hermes_native.py0launch pi tui in an omnigent terminal. :param server: resolved omnigent server url. :param session_id: optional existingSTRING
HIGHomnigent/qwen_native.py0launch pi tui in an omnigent terminal. :param server: resolved omnigent server url. :param session_id: optional existingSTRING
HIGHomnigent/kimi_native.py0launch pi tui in an omnigent terminal. :param server: resolved omnigent server url. :param session_id: optional existingSTRING
HIGHomnigent/goose_native.py0launch pi tui in an omnigent terminal. :param server: resolved omnigent server url. :param session_id: optional existingSTRING
HIGHomnigent/pi_native.py0launch pi tui in an omnigent terminal. :param server: resolved omnigent server url. :param session_id: optional existingSTRING
HIGHomnigent/hermes_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/qwen_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/kimi_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/cursor_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/goose_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/antigravity_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/pi_native.py0write the terminal-first agent spec used by ``omnigent pi``. :param tmpdir: temporary directory for the generated yaml fSTRING
HIGHomnigent/hermes_native.py0launch pi on an omnigent server via a daemon-spawned runner. :param base_url: omnigent server base url. :param spec_pathSTRING
HIGHomnigent/qwen_native.py0launch pi on an omnigent server via a daemon-spawned runner. :param base_url: omnigent server base url. :param spec_pathSTRING
HIGHomnigent/kimi_native.py0launch pi on an omnigent server via a daemon-spawned runner. :param base_url: omnigent server base url. :param spec_pathSTRING
HIGHomnigent/goose_native.py0launch pi on an omnigent server via a daemon-spawned runner. :param base_url: omnigent server base url. :param spec_pathSTRING
HIGHomnigent/pi_native.py0launch pi on an omnigent server via a daemon-spawned runner. :param base_url: omnigent server base url. :param spec_pathSTRING
HIGHomnigent/hermes_native.py0create or resume a goose-native session through a daemon runner. :returns: prepared terminal details for attaching.STRING
HIGHomnigent/qwen_native.py0create or resume a goose-native session through a daemon runner. :returns: prepared terminal details for attaching.STRING
HIGHomnigent/kimi_native.py0create or resume a goose-native session through a daemon runner. :returns: prepared terminal details for attaching.STRING
HIGHomnigent/goose_native.py0create or resume a goose-native session through a daemon runner. :returns: prepared terminal details for attaching.STRING
HIGHomnigent/hermes_native.py0decode terminal launch metadata returned by the runner.STRING
HIGHomnigent/qwen_native.py0decode terminal launch metadata returned by the runner.STRING
HIGHomnigent/kimi_native.py0decode terminal launch metadata returned by the runner.STRING
HIGHomnigent/cursor_native.py0decode terminal launch metadata returned by the runner.STRING
HIGHomnigent/goose_native.py0decode terminal launch metadata returned by the runner.STRING
303 more matches not shown…
Unused Imports1934 hits · 1753 pts
SeverityFileLineSnippetContext
LOWsetup.py17CODE
LOWomnigent/reasoning_effort.py3CODE
LOWomnigent/opencode_native_client.py18CODE
LOWomnigent/hermes_native_permissions.py31CODE
LOWomnigent/opencode_native_provider.py20CODE
LOWomnigent/cursor_native_forwarder.py34CODE
LOWomnigent/codex_native_state.py14CODE
LOWomnigent/qwen_native_permissions.py37CODE
LOWomnigent/cli_sandbox.py14CODE
LOWomnigent/hermes_native.py17CODE
LOWomnigent/hermes_native_bridge.py24CODE
LOWomnigent/harness_install_spec.py3CODE
LOWomnigent/cursor_native_permissions.py31CODE
LOWomnigent/goose_native_bridge.py16CODE
LOWomnigent/claude_native_hook.py3CODE
LOWomnigent/pi_native_credentials.py19CODE
LOWomnigent/opencode_native_state.py14CODE
LOWomnigent/native_policy_hook.py21CODE
LOWomnigent/session_lifecycle.py3CODE
LOWomnigent/cursor_native_status.py24CODE
LOWomnigent/qwen_native.py18CODE
LOWomnigent/_native_resume_hint.py3CODE
LOWomnigent/claude_native_bridge.py27CODE
LOWomnigent/config.py3CODE
LOWomnigent/kimi_native.py15CODE
LOWomnigent/claude_native_state.py41CODE
LOWomnigent/opencode_native_forwarder.py18CODE
LOWomnigent/native_coding_agents.py3CODE
LOWomnigent/cursor_native.py15CODE
LOWomnigent/_native_forwarder_health.py23CODE
LOWomnigent/_env_compat.py18CODE
LOWomnigent/update_check.py36CODE
LOWomnigent/opencode_native_bridge.py24CODE
LOWomnigent/antigravity_native_bridge.py3CODE
LOWomnigent/goose_native.py18CODE
LOWomnigent/kimi_native_forwarder.py31CODE
LOWomnigent/codex_native.py3CODE
LOWomnigent/claude_launcher.py47CODE
LOWomnigent/_wrapper_labels.py23CODE
LOWomnigent/model_override.py10CODE
LOWomnigent/antigravity_native_rpc.py54CODE
LOWomnigent/process_logging.py3CODE
LOWomnigent/antigravity_native_interactions.py55CODE
LOWomnigent/native_terminal.py3CODE
LOWomnigent/codex_native_bridge.py3CODE
LOWomnigent/codex_native_hook.py12CODE
LOWomnigent/opencode_native_app_server.py27CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py32CODE
LOWomnigent/__init__.py43CODE
LOWomnigent/__init__.py43CODE
LOWomnigent/__init__.py43CODE
LOWomnigent/__init__.py43CODE
1874 more matches not shown…
Over-Commented Block1192 hits · 944 pts
SeverityFileLineSnippetContext
LOWuv.toml1# Fail loudly on a uv too old to honor the cooldown below: relativeCOMMENT
LOWuv.toml21# `antigravity` extra in pyproject), published 2026-06-11. Drop once agedCOMMENT
LOWpyproject.toml41 # bytes; pin below 15 until upstream fixes the regression (see issue #1514).COMMENT
LOWpyproject.toml101 # transitive dep; pinned here now that we import it directly.COMMENT
LOWpyproject.toml121# S3-compatible artifact store (AWS S3, Cloudflare R2, MinIO, …). SelectedCOMMENT
LOWpyproject.toml141# Same lazy-import posture as above. Pre-1.0 SDK: pin minor.COMMENT
LOWpyproject.toml161agents-sdk = [COMMENT
LOWpyproject.toml201 # Line coverage during the unit-test matrix. Each CI shard writes itsCOMMENT
LOWpyproject.toml221 # producing a junit XML or per-test traceback. With --timeout=N,COMMENT
LOWpyproject.toml241 "types-PyYAML>=6.0",COMMENT
LOWpyproject.toml301# collected as asyncio. Inner (omnigent-legacy) tests rely onCOMMENT
LOWpyproject.toml361# shard). `relative_files` stores paths relative to the repo root so theCOMMENT
LOWpyproject.toml381# migration that belongs in its own cleanup PR.COMMENT
LOWpyproject.toml401# ``B`` — flake8-bugbear (latent bugs, e.g. mutable defaults,COMMENT
LOWpyproject.toml421 # SIM102/103/108: style-only transforms (collapse nested if / returnCOMMENT
LOWpyproject.toml441# mock callback signatures) and intercept broad exceptions to assert onCOMMENT
LOWomnigent/cursor_native_forwarder.py61COMMENT
LOWomnigent/cursor_native_forwarder.py101# the ~0.7s poll so a brief supervisor backoff/restart never drops a live claim.COMMENT
LOWomnigent/cursor_native_forwarder.py121# replayed transcript (so the block holds exactly one real open/close pair), andCOMMENT
LOWomnigent/cursor_native_forwarder.py1001 )COMMENT
LOWomnigent/hermes_native_bridge.py61_PASTE_COMMIT_TIMEOUT_S = 5.0COMMENT
LOWomnigent/cursor_native_permissions.py261#COMMENT
LOWomnigent/cursor_native_permissions.py281# ─────────────────────────────────────────────────────────────────────────────COMMENT
LOWomnigent/claude_native_hook.py41COMMENT
LOWomnigent/claude_native_hook.py121# the caller fail-ask. A "hard failure" is the server being sick or unreachableCOMMENT
LOWomnigent/claude_native_hook.py141# An established connection that drops in under this many seconds is treated asCOMMENT
LOWomnigent/claude_native_hook.py1021 # statusLine wrapper writes the active model id into ``context.json`` onCOMMENT
LOWomnigent/pi_native_credentials.py61# Default model for the Databricks AI Gateway's Anthropic surface — the sameCOMMENT
LOWomnigent/native_policy_hook.py41# loop quickly rather than blocking on the day-long read timeout.COMMENT
LOWomnigent/claude_native_bridge.py101_TOOLS_CHANGED_POST_TIMEOUT_S = 10.0COMMENT
LOWomnigent/claude_native_bridge.py121# Claude Code renders this prompt glyph in its input box once the TUICOMMENT
LOWomnigent/claude_native_bridge.py141_PROMPT_SCAN_TAIL_LINES = 5COMMENT
LOWomnigent/claude_native_bridge.py1161 "type": "command",COMMENT
LOWomnigent/claude_native_bridge.py1181 # (``■`` in the TUI). The payload carries ``task_id`` so theCOMMENT
LOWomnigent/claude_native_bridge.py1281 # through to its TUI picker in bypassPermissions mode. InCOMMENT
LOWomnigent/claude_native_bridge.py1341 """COMMENT
LOWomnigent/claude_native_bridge.py2541 )COMMENT
LOWomnigent/claude_native_bridge.py4321COMMENT
LOWomnigent/claude_native_bridge.py4341COMMENT
LOWomnigent/opencode_native_forwarder.py161 self._policy_evaluator = policy_evaluatorCOMMENT
LOWomnigent/opencode_native_forwarder.py901 # on the message + session. (Verified against a real ``opencode serve``.)COMMENT
LOWomnigent/cursor_native.py201# Catalog of cursor-agent *base* models, in web-picker display order.COMMENT
LOWomnigent/cursor_native.py501 )COMMENT
LOWomnigent/update_check.py61_CACHE_FILE = _CACHE_DIR / ".update_check.json"COMMENT
LOWomnigent/opencode_native_bridge.py61# the elicitation against the Omnigent server (mirrors codex-native'sCOMMENT
LOWomnigent/antigravity_native_bridge.py61# (login method, then color-scheme / telemetry steps) that has no pre-emptiveCOMMENT
LOWomnigent/antigravity_native_bridge.py241 """COMMENT
LOWomnigent/antigravity_native_bridge.py261# (b) be incorrect under concurrency: the relay command is bridge-dir-specific, soCOMMENT
LOWomnigent/antigravity_native_bridge.py281# isolation entirely on macOS (#1493) restored auth but reintroduced theCOMMENT
LOWomnigent/antigravity_native_bridge.py821COMMENT
LOWomnigent/antigravity_native_bridge.py841_TMUX_POLL_INTERVAL_S = 0.2COMMENT
LOWomnigent/_wrapper_labels.py21"""COMMENT
LOWomnigent/_wrapper_labels.py61# Value the ``omnigent kiro`` wrapper writes intoCOMMENT
LOWomnigent/model_override.py81# openai-agents (and its "openai-agents-sdk" / "agents_sdk" spellings) isCOMMENT
LOWomnigent/antigravity_native_rpc.py101# GetConversationMetadata), kept tight so scanning several candidate ports staysCOMMENT
LOWomnigent/antigravity_native_rpc.py121# short so a port that never accepts the connection fails fast (the reader isCOMMENT
LOWomnigent/antigravity_native_rpc.py141COMMENT
LOWomnigent/antigravity_native_interactions.py81_AGY_ELICITATION_ID_DIGEST_LENGTH = 32COMMENT
LOWomnigent/kimi_native_bridge.py41_POLL_INTERVAL_S = 0.15COMMENT
LOWomnigent/antigravity_native.py301 # ``sys_session_*`` write surface from this ``spawn: true`` gate.COMMENT
1132 more matches not shown…
Cross-Language Confusion204 hits · 927 pts
SeverityFileLineSnippetContext
HIGHomnigent/opencode_native_bridge.py112 return body && typeof body === "object" ? body : { result: "ALLOW" };CODE
HIGHomnigent/opencode_native_bridge.py126 if (p && p.type === "text" && typeof p.text === "string") out.push(p.text);CODE
HIGHomnigent/opencode_native_bridge.py126 if (p && p.type === "text" && typeof p.text === "string") out.push(p.text);CODE
HIGHomnigent/opencode_native_bridge.py160 input && input.tool,CODE
HIGHomnigent/cli.py3367 "Run `cd web && npm install && npm run build`, "CODE
HIGHomnigent/antigravity_native_reader.py1754 deferred during that window — e.g. the next segment of a chained ``a && b``STRING
HIGHomnigent/host/frames.py1233 Tolerant by design: absent, null, or non-mapping values all decodeSTRING
HIGHomnigent/inner/pi_executor.py472 * or null. Fail-open (null) on any transport error: a wedged native toolCOMMENT
HIGHomnigent/inner/pi_executor.py484 buf += chunk.toString();CODE
HIGHomnigent/inner/pi_executor.py490 resolve(resp && resp.verdict ? resp.verdict : null);CODE
HIGHomnigent/inner/pi_executor.py490 resolve(resp && resp.verdict ? resp.verdict : null);CODE
HIGHomnigent/inner/pi_executor.py492 resolve(null);CODE
HIGHomnigent/inner/pi_executor.py496 client.on("error", () => resolve(null));CODE
HIGHomnigent/inner/pi_executor.py499 client.on("error", () => resolve(null));CODE
HIGHomnigent/inner/pi_executor.py510 if (!event || typeof event.toolName !== "string") return;CODE
HIGHomnigent/inner/pi_executor.py513 if (verdict && verdict.block) {{CODE
HIGHomnigent/inner/pi_executor.py431 buf += chunk.toString();CODE
HIGHomnigent/inner/pi_executor.py443 const isError = resp.result && (resp.result.error || resp.result.blocked);CODE
HIGHomnigent/inner/pi_executor.py525 promptSnippet: tool.promptSnippet || tool.description,CODE
HIGHomnigent/inner/policies.py577 "- If allowed_label_keys is non-null, only use those keys in set_labels.\n\n"CODE
HIGHomnigent/spec/_omnigent_compat.py279 return "file is empty (or contains only YAML comments / null)"CODE
HIGHomnigent/server/schemas.py1231 still null, and they appear on the session snapshot onceSTRING
HIGHomnigent/server/schemas.py2378 "sequence_number": null}``.STRING
HIGHomnigent/server/schemas.py2832 null}``.STRING
HIGHomnigent/server/schemas.py2905 "parent_session_id": <parent>, "sequence_number": null}``.STRING
HIGHomnigent/server/app.py1985 ``{"user_id": null, "is_admin": false}`` if unauthenticatedSTRING
HIGHomnigent/server/routes/sessions.py423# ``{"servers": {"safe": {"status": "starting", "error": null}}}``.COMMENT
HIGHomnigent/server/routes/sessions.py12593 # manual Add Agent child flow where ``sub_agent_name`` is null) keepCOMMENT
HIGHomnigent/server/routes/sessions.py20763 ``{"owner": null}``.STRING
HIGHomnigent/policies/builtins/working_dir.py342 :param command: The shell command string, e.g. ``"cd /etc && ls"``.STRING
HIGHomnigent/policies/builtins/_shell.py6commands (``a && b ; c``), prefix them with env-assignments or wrappersSTRING
HIGHomnigent/policies/builtins/_shell.py137 ``"cd /repo && npm test"``.STRING
HIGHomnigent/policies/builtins/orchestration.py145 :param command: A shell command string, e.g. ``"cd repo && rm -rf build"``.STRING
HIGHomnigent/telemetry/client.py23 "environment": null,STRING
HIGHomnigent/onboarding/sandboxes/bootstrap.py525 f"rm -f ~/.databrickscfg && printf '%s' {shlex.quote(cfg_body)} > ~/.databrickscfg",CODE
HIGHomnigent/onboarding/sandboxes/openshell.py438 f"kill $(cat {shlex.quote(pidfile)}) 2>/dev/null || true",CODE
HIGHomnigent/onboarding/sandboxes/base.py72 "cd /tmp && rm -rf oa-wheels && mkdir oa-wheels && "CODE
HIGHomnigent/entities/conversation.py761 # omitted (not null) for agent/tool/system messages so theCOMMENT
HIGHsdks/ui/omnigent_ui_sdk/terminal/_host.py3151 # Adopt only a REAL (non-null) task status. The live SSECOMMENT
HIGHtests/test_pi_native_interrupt_replay_e2e.py78 if (idle !== undefined) ctx.isIdle = () => idle;CODE
HIGHtests/test_pi_native_interrupt_replay_e2e.py133 !toolResult || toolResult.block !== true,CODE
HIGHtests/test_pi_native_interrupt_replay_e2e.py137 const turnCtx = makeCtx(undefined);CODE
HIGHtests/test_pi_native_interrupt_replay_e2e.py152 toolResult && toolResult.block === true,CODE
HIGHtests/test_pi_native_interrupt_replay_e2e.py171 toolResult && toolResult.block === true,CODE
HIGHtests/test_antigravity_native_reader.py770 Models a chained ``a && b`` command where each segment is permission-gated: theSTRING
HIGHtests/test_antigravity_native_reader.py881 """An ALREADY-ALLOWED segment in a chain (e.g. ``rm a && echo hi && rm b`` withSTRING
HIGHtests/test_pi_native_extension.py1603 .map((event) => event.data && event.data.status);CODE
HIGHtests/test_pi_native_extension.py1606 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2148 assert.ok(!verdict || verdict.block !== true, JSON.stringify(verdict));CODE
HIGHtests/test_pi_native_extension.py2155 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2194 assert.ok(!verdict || verdict.block !== true, JSON.stringify(verdict));CODE
HIGHtests/test_pi_native_extension.py2203 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2260 assert.ok(!verdict || verdict.block !== true, JSON.stringify(verdict));CODE
HIGHtests/test_pi_native_extension.py2267 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2306 !verdict || verdict.block !== true,CODE
HIGHtests/test_pi_native_extension.py2315 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2329 null, matching omnigent.policies.types.FAIL_CLOSED_PHASES and the PythonCODE
HIGHtests/test_pi_native_extension.py2339 assert.equal(verdict && verdict.block, true, JSON.stringify(verdict));CODE
HIGHtests/test_pi_native_extension.py2345 console.error(error && error.stack ? error.stack : error);CODE
HIGHtests/test_pi_native_extension.py2386 assert.equal(verdict && verdict.block, true, JSON.stringify(verdict));CODE
144 more matches not shown…
Excessive Try-Catch Wrapping685 hits · 578 pts
SeverityFileLineSnippetContext
LOWomnigent/hermes_native_permissions.py210 except Exception:CODE
LOWomnigent/opencode_native_provider.py236 except Exception as exc: # noqa: BLE001 - SDK absent / bad profile / auth failure.CODE
LOWomnigent/opencode_native_provider.py276 except Exception as exc: # noqa: BLE001 - SDK absent / auth failure / bad profile.CODE
LOWomnigent/cursor_native_forwarder.py849 except Exception: # noqa: BLE001CODE
LOWomnigent/cursor_native_forwarder.py1042 except Exception: # noqa: BLE001CODE
LOWomnigent/cursor_native_forwarder.py1183 except Exception:CODE
LOWomnigent/cursor_native_forwarder.py1257 except Exception as exc: # noqa: BLE001 — supervisor restarts on any ExceptionCODE
LOWomnigent/qwen_native_permissions.py308 except Exception:CODE
LOWomnigent/hermes_native_bridge.py292 except Exception: # noqa: BLE001CODE
LOWomnigent/cursor_native_permissions.py758 except Exception:CODE
LOWomnigent/claude_native_hook.py215 except Exception as exc: # noqa: BLE001 - hook must not break Claude Code.CODE
LOWomnigent/pi_native_credentials.py212 except Exception: # noqa: BLE001 — credential/network failure must not break launchCODE
LOWomnigent/pi_native_credentials.py292 except Exception: # noqa: BLE001 — any subprocess failure should just return NoneCODE
LOWomnigent/pi_native_credentials.py329 except Exception: # noqa: BLE001 — HTTP/network failure → emptyCODE
LOWomnigent/pi_native_credentials.py524 except Exception: # noqa: BLE001 — no .databrickscfg → skip listingCODE
LOWomnigent/pi_native_credentials.py705 except Exception: # noqa: BLE001 — any resolution failure must not break launchCODE
LOWomnigent/native_policy_hook.py159 except Exception as exc: # noqa: BLE001 — best-effort; fail closed if unavailableCODE
LOWomnigent/native_policy_hook.py171 except Exception as exc: # noqa: BLE001 — transient mint failure; fail closedCODE
LOWomnigent/claude_native_bridge.py3554 except Exception as exc: # noqa: BLE001 - relay converts callback failures to MCP errors.CODE
LOWomnigent/claude_native_bridge.py3659 except Exception as exc: # noqa: BLE001 - top-level loop guard keeps the server alive.CODE
LOWomnigent/opencode_native_forwarder.py195 except Exception: # noqa: BLE001 - seeding is best effort.CODE
LOWomnigent/opencode_native_forwarder.py230 except Exception: # noqa: BLE001 - usage re-post is best effort.CODE
LOWomnigent/opencode_native_forwarder.py251 except Exception: # noqa: BLE001 - reconnect on any transient SSE failure.CODE
LOWomnigent/opencode_native_forwarder.py741 except Exception: # noqa: BLE001 - context window is best effort.CODE
LOWomnigent/opencode_native_forwarder.py842 except Exception: # noqa: BLE001 - reply is best effort; log and move on.CODE
LOWomnigent/opencode_native_forwarder.py867 except Exception: # noqa: BLE001 - policy errors fail closed.CODE
LOWomnigent/kimi_native_forwarder.py410 except Exception:CODE
LOWomnigent/codex_native.py228 except Exception: # noqa: BLE001 - readiness must never raise; fail onto auth.json.CODE
LOWomnigent/codex_native.py1149 except Exception:CODE
LOWomnigent/codex_native.py1230 except Exception:CODE
LOWomnigent/claude_launcher.py115 except Exception:CODE
LOWomnigent/claude_launcher.py133 except Exception:CODE
LOWomnigent/claude_launcher.py149 except Exception:CODE
LOWomnigent/antigravity_native_rpc.py486 except Exception: # deliberate fail-open: ssl.SSLError etc. outside httpx hierarchyCODE
LOWomnigent/antigravity_native_interactions.py424 except Exception as tui_exc:CODE
LOWomnigent/cursor_native_usage.py144 except Exception: # noqa: BLE001 — never let usage/idle capture break the turnCODE
LOWomnigent/cursor_native_usage.py336 except Exception:CODE
LOWomnigent/cursor_native_usage.py377 except Exception as exc: # noqa: BLE001 — supervisor restarts on any ExceptionCODE
LOWomnigent/native_server_harness.py146 except Exception as exc: # noqa: BLE001 - converted to a harness error event.CODE
LOWomnigent/native_server_harness.py167 except Exception: # noqa: BLE001 - interruption is best effort.CODE
LOWomnigent/native_server_harness.py193 except Exception: # noqa: BLE001 - enqueue is best effort.CODE
LOWomnigent/harness_plugins.py788 except Exception as exc: # noqa: BLE001 - broken plugins must not break core startup.CODE
LOWomnigent/harness_plugins.py933 except Exception: # noqa: BLE001 — a malformed acp: block must never break the catalogCODE
MEDIUMomnigent/chat.py2301 print(f"Error: {error_text}", file=sys.stderr)CODE
MEDIUMomnigent/chat.py2313 print(f"Error: {exc}", file=sys.stderr)CODE
LOWomnigent/chat.py2955 except Exception:CODE
LOWomnigent/chat.py3795 except Exception: # noqa: BLE001 — best-effort startup-header hint: a spec parse must never break `run`CODE
LOWomnigent/chat.py3988 except Exception as exc:CODE
LOWomnigent/model_catalog.py322 except Exception as exc: # noqa: BLE001 — total-function boundary: config/spec failures → "none"CODE
LOWomnigent/model_catalog.py642 except Exception as exc: # noqa: BLE001 — per-worker isolation: fail informative, never crash the toolCODE
LOWomnigent/cli.py1504 except Exception as exc:CODE
LOWomnigent/cli.py8477 except Exception:CODE
LOWomnigent/goose_native_permissions.py205 except Exception:CODE
LOWomnigent/pi_native.py141 except Exception: # noqa: BLE001CODE
LOWomnigent/antigravity_native_reader.py2143 except Exception:CODE
LOWomnigent/qwen_native_forwarder.py339 except Exception:CODE
LOWomnigent/qwen_native_forwarder.py400 except Exception as exc: # noqa: BLE001 — supervisor restarts on any ExceptionCODE
LOWomnigent/qwen_native_forwarder.py532 except Exception:CODE
LOWomnigent/codex_native_forwarder.py1165 except Exception: # noqa: BLE001 - preserve the long-lived forwarder.CODE
LOWomnigent/codex_native_forwarder.py1473 except Exception: # noqa: BLE001 - keep the long-lived forwarder alive.CODE
625 more matches not shown…
Modern AI Meta-Vocabulary157 hits · 468 pts
SeverityFileLineSnippetContext
MEDIUMpyproject.toml509# setup.py — build-time scaffolding that imports the (untyped) setuptoolsCOMMENT
MEDIUMomnigent/cursor_native_forwarder.py701 return None # system or other scaffoldingCODE
MEDIUMomnigent/hermes_native_bridge.py77# new ``messages`` row (Hermes flushes a row per agentic step), so a new rowCOMMENT
MEDIUMomnigent/claude_native_bridge.py4328# CLI scaffolding, not user-typed content — rendering any of them asCOMMENT
MEDIUMomnigent/claude_native_bridge.py4330# Today: drop isMeta + every CLI-scaffolding-prefixed record; forCOMMENT
MEDIUMomnigent/claude_native_bridge.py4333# hid Skills; we keep the broad scaffolding filter and justCOMMENT
MEDIUMomnigent/claude_native_bridge.py4343# Code's CLI scaffolding (not user-typed content). ``<command-COMMENT
MEDIUMomnigent/claude_native_bridge.py4583 # ``isMeta=true`` carries CLI scaffolding likeCOMMENT
MEDIUMomnigent/claude_native_bridge.py4646 # Other CLI-scaffolding records (stdout/stderr from /effort, etc.)COMMENT
MEDIUMomnigent/claude_native_bridge.py4679 # CLI-scaffolding markers ever arriving in list-formCOMMENT
MEDIUMomnigent/opencode_native_forwarder.py59# Transient chain-of-thought delta — the reasoning analogue of the text deltaCOMMENT
MEDIUMomnigent/opencode_native_forwarder.py741 except Exception: # noqa: BLE001 - context window is best effort.CODE
MEDIUMomnigent/_wrapper_labels.py26# for the ``omnigent.*`` namespace; never reused for guardrails /COMMENT
MEDIUMomnigent/codex_native_forwarder.py102# Transient reasoning (chain-of-thought) delta — the reasoning analogue ofCOMMENT
MEDIUMomnigent/codex_native_forwarder.py2797 # Codex finished compacting the thread's context window.COMMENT
MEDIUMomnigent/goose_native_forwarder.py42#: Seconds between store polls. Goose flushes a ``messages`` row per agenticCOMMENT
MEDIUMomnigent/goose_native_forwarder.py266 return None # tool / system / other scaffoldingCODE
MEDIUMomnigent/claude_native_forwarder.py3102 # — Claude Code knows the real context window for the activeCOMMENT
MEDIUMomnigent/hermes_native_forwarder.py75#: Seconds between store polls. Hermes flushes a ``messages`` row per agentic stepCOMMENT
MEDIUMomnigent/hermes_native_forwarder.py1193 # with no tool_calls (the agentic loop's terminal step);COMMENT
MEDIUMomnigent/host/connect.py364 # Testing knob: override the context window size for compactionCOMMENT
MEDIUMomnigent/inner/os_env.py147# (e.g. ``cat`` on a multi-MB log file) saturate the context window and causeCOMMENT
MEDIUMomnigent/inner/os_env.py154# context window, causing the next LLM call to fail with a context-lengthCOMMENT
MEDIUMomnigent/inner/copilot_executor.py102# too short for an agentic turn (sub-agent dispatches, long tool calls), so weCOMMENT
MEDIUMomnigent/inner/copilot_executor.py685 # The Copilot SDK auto-compacted the session's context window.COMMENT
MEDIUMomnigent/inner/antigravity_executor.py372 # The SDK runs its own agentic loop and executes its own tools, so theCOMMENT
MEDIUMomnigent/inner/antigravity_executor.py573 # Stamp the resolved model onto the usage dict so the scaffold canCOMMENT
MEDIUMomnigent/inner/claude_sdk_executor.py1881 # the scaffold's ``dispatch_tool`` path, giving the runnerCOMMENT
MEDIUMomnigent/inner/pi_executor.py507 // escape all guardrails. Bridged tools ARE evaluated server-side at /mcp,COMMENT
MEDIUMomnigent/inner/pi_executor.py1838 # scaffold's executor adapter; absent on single-process / pre-turnCOMMENT
MEDIUMomnigent/inner/pi_executor.py1947 # otherwise escape all guardrails, so the generated extension'sCOMMENT
MEDIUMomnigent/inner/openai_agents_sdk_executor.py1794 # output) — the best proxy for how full the context windowCOMMENT
MEDIUMomnigent/runner/tool_dispatch.py6385 # orchestration surface (tools.agents). This teaches the LLM how toCOMMENT
MEDIUMomnigent/runner/app.py15512 # but the harness scaffold's ``ApprovalEvent`` wants the fields at theCOMMENT
MEDIUMomnigent/runner/app.py9608 # parent's transcript), as are the spec-less test scaffold andCOMMENT
MEDIUMomnigent/runner/app.py14984 # in its tool loop (via the scaffold's injectionCOMMENT
MEDIUMomnigent/runner/app.py15133 # InterruptEvent 404s at the scaffold (the instant turn alreadyCOMMENT
MEDIUMomnigent/runtime/inflight_text.py638 # scaffold harnesses, which emit response.createdCOMMENT
MEDIUMomnigent/runtime/compaction.py614 # Budget = fraction of context window minus system/tool tokens.COMMENT
MEDIUMomnigent/runtime/harnesses/_scaffold.py409 # scaffold's ``message`` /events handler pushes here whenCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py354 # Watcher for mid-turn steering injections. The scaffoldCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py358 # scaffold). The watcher converts each injection into anCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py580 # protocol changed or the scaffold pushed aCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py796 # ALLOW here silently bypasses guardrails: for a PHASE_TOOL_CALL thisCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py856 # runs inline or behind the harness scaffold.COMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py955 # ``_dispatched_call_ids``) — the scaffold is their singleCOMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py1038 # scaffold can build a response.failed terminal event).COMMENT
MEDIUMomnigent/runtime/harnesses/process_manager.py68# request; the harness scaffold's auth middleware compares against it. This isCOMMENT
MEDIUMomnigent/runtime/harnesses/process_manager.py561 # ``resp_<uuid>`` are different identifiers; the harness scaffold'sCOMMENT
MEDIUMomnigent/runtime/harnesses/process_manager.py1042 # scaffold's auth gate inert. The token is delivered via the harness'sCOMMENT
MEDIUMomnigent/runtime/harnesses/process_manager.py1093 # so the harness scaffold accepts this client and rejects anyCOMMENT
MEDIUMomnigent/runtime/harnesses/_runner.py162 # (``OMNIGENT_HARNESS_AUTH_TOKEN``); the scaffold's auth check comparesCOMMENT
MEDIUMomnigent/runtime/policies/builder.py316 # the root conversation's policies so that guardrails set on theCOMMENT
MEDIUMomnigent/runtime/policies/builder.py336 # no other guardrails are declared (the noop-engine path belowCOMMENT
MEDIUMomnigent/repl/_repl.py7451 # the overlay can render guardrails label state — the legacyCOMMENT
MEDIUMomnigent/spec/omnigent.py203 # ``guardrails.policies`` is intentionally NOT rejected here.COMMENT
MEDIUMomnigent/spec/omnigent.py210 # pass-through (drop guardrails from the forwardCOMMENT
MEDIUMomnigent/spec/omnigent.py1102 # Translate the guardrails block if the caller handed us theCOMMENT
MEDIUMomnigent/spec/omnigent.py1104 # top-level YAML fields into Omnigent' ``guardrails:``COMMENT
MEDIUMomnigent/spec/omnigent.py629 # Build the omnigent-shaped guardrails dict, then hand it toCOMMENT
97 more matches not shown…
Deep Nesting480 hits · 372 pts
SeverityFileLineSnippetContext
LOWomnigent/hermes_native_permissions.py149CODE
LOWomnigent/opencode_native_provider.py136CODE
LOWomnigent/opencode_native_provider.py306CODE
LOWomnigent/opencode_native_provider.py365CODE
LOWomnigent/cursor_native_forwarder.py801CODE
LOWomnigent/cursor_native_forwarder.py868CODE
LOWomnigent/qwen_native_permissions.py216CODE
LOWomnigent/cursor_native_permissions.py342CODE
LOWomnigent/cursor_native_permissions.py423CODE
LOWomnigent/cursor_native_permissions.py574CODE
LOWomnigent/cursor_native_permissions.py624CODE
LOWomnigent/claude_native_hook.py618CODE
LOWomnigent/pi_native_credentials.py620CODE
LOWomnigent/native_policy_hook.py476CODE
LOWomnigent/claude_native_bridge.py1754CODE
LOWomnigent/claude_native_bridge.py2189CODE
LOWomnigent/claude_native_bridge.py2243CODE
LOWomnigent/claude_native_bridge.py2377CODE
LOWomnigent/claude_native_bridge.py3595CODE
LOWomnigent/opencode_native_forwarder.py185CODE
LOWomnigent/opencode_native_forwarder.py464CODE
LOWomnigent/update_check.py200CODE
LOWomnigent/update_check.py385CODE
LOWomnigent/update_check.py422CODE
LOWomnigent/update_check.py549CODE
LOWomnigent/update_check.py1018CODE
LOWomnigent/kimi_native_forwarder.py319CODE
LOWomnigent/codex_native.py1177CODE
LOWomnigent/codex_native.py1574CODE
LOWomnigent/codex_native.py1875CODE
LOWomnigent/antigravity_native_rpc.py1185CODE
LOWomnigent/process_logging.py346CODE
LOWomnigent/antigravity_native_interactions.py304CODE
LOWomnigent/cursor_native_usage.py272CODE
LOWomnigent/antigravity_native.py1014CODE
LOWomnigent/chat.py605CODE
LOWomnigent/chat.py2532CODE
LOWomnigent/chat.py3639CODE
LOWomnigent/cli.py1266CODE
LOWomnigent/cli.py3973CODE
LOWomnigent/cli.py4030CODE
LOWomnigent/cli.py5758CODE
LOWomnigent/cli.py6049CODE
LOWomnigent/cli.py6090CODE
LOWomnigent/cli.py6249CODE
LOWomnigent/cli.py8804CODE
LOWomnigent/cli.py9746CODE
LOWomnigent/cli.py9918CODE
LOWomnigent/cli.py10541CODE
LOWomnigent/cli.py10676CODE
LOWomnigent/cli.py11201CODE
LOWomnigent/cli.py11302CODE
LOWomnigent/qwen_native_bridge.py203CODE
LOWomnigent/qwen_native_bridge.py631CODE
LOWomnigent/goose_native_permissions.py145CODE
LOWomnigent/antigravity_native_reader.py832CODE
LOWomnigent/codex_native_forwarder.py1582CODE
LOWomnigent/codex_native_forwarder.py1929CODE
LOWomnigent/codex_native_forwarder.py2254CODE
LOWomnigent/codex_native_forwarder.py2712CODE
420 more matches not shown…
Modern Structural Boilerplate179 hits · 177 pts
SeverityFileLineSnippetContext
LOWomnigent/hermes_native_bridge.py602def _settle_pane(socket_path: str, tmux_target: str, *, timeout_s: float) -> None:CODE
LOWomnigent/goose_native_bridge.py238def _settle_pane(socket_path: str, tmux_target: str, *, timeout_s: float) -> None:CODE
LOWomnigent/config.py48__all__ = [CODE
LOWomnigent/opencode_native_bridge.py662def update_last_event_id(bridge_dir: Path, last_event_id: str) -> None:STRING
LOWomnigent/codex_native_bridge.py606def update_active_turn_id(bridge_dir: Path, active_turn_id: str | None) -> None:CODE
LOWomnigent/codex_native_bridge.py630def update_thread_id(bridge_dir: Path, thread_id: str, active_turn_id: str | None = None) -> None:CODE
LOWomnigent/__init__.py99__all__ = [CODE
LOWomnigent/kimi_native_bridge.py278def _settle_pane(socket_path: str, tmux_target: str, *, timeout_s: float) -> None:CODE
LOWomnigent/chat.py83logger = logging.getLogger(__name__)CODE
LOWomnigent/cli.py1977def _update_daemon_resolved_server_url(target: str, server_url: str) -> None:CODE
LOWomnigent/cursor_native_bridge.py613def _settle_pane(socket_path: str, tmux_target: str, *, timeout_s: float) -> None:CODE
LOWomnigent/opencode_http_transport.py44__all__ = ["ClientFactory", "OpenCodeHttpTransport", "build_prompt_payload"]CODE
LOWomnigent/_runner_startup.py207 def _update_rich(msg: str) -> None:CODE
LOWomnigent/_runner_startup.py240 def _update_plain(msg: str) -> None:CODE
LOWomnigent/kiro_native_session_forwarder.py674__all__ = [CODE
LOWomnigent/cli_diagnostics.py573def _update_latest_symlink(log_dir: Path, log_path: Path) -> None:CODE
LOWomnigent/kiro_native_permissions.py347__all__ = [CODE
LOWomnigent/tools/__init__.py81__all__ = [CODE
LOWomnigent/tools/mcp.py833 def _update_cache(self, tools: list[McpToolDef]) -> None:CODE
LOWomnigent/tools/client_specified/__init__.py184__all__ = [CODE
LOWomnigent/tools/builtins/__init__.py66__all__ = [CODE
LOWomnigent/terminals/registry.py49logger = logging.getLogger(__name__)CODE
LOWomnigent/terminals/__init__.py14__all__ = [CODE
LOWomnigent/terminals/control_bridge.py82__all__ = [CODE
LOWomnigent/inner/hermes_native_executor.py32logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/qwen_native_executor.py41logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/tracing.py52logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/copilot_executor.py89logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/acp_executor.py77logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/cursor_native_executor.py37logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/credential_proxy.py212__all__ = [CODE
LOWomnigent/inner/terminal.py54logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/terminal.py1008 async def set_conversation_link(self, conversation_link: str | None) -> None:CODE
LOWomnigent/inner/bwrap_sandbox.py634def _set_no_new_privs() -> None:CODE
LOWomnigent/inner/antigravity_executor.py74logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/claude_sdk_executor.py80logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/claude_sdk_executor.py230 async def set_model(self, model: str | None) -> None: ...CODE
LOWomnigent/inner/kimi_native_executor.py35logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/qwen_executor.py49logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/pi_executor.py75logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/cursor_executor.py75logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/openai_agents_sdk_executor.py55logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/_acp_omnigent_mcp.py32logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/sandbox.py23logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/sandbox.py631def set_temp_env(env: MutableMapping[str, str], tmpdir: Path) -> None:CODE
LOWomnigent/inner/goose_executor.py56logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/open_responses_sdk.py48logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/_subprocess_lifecycle.py40__all__ = [CODE
LOWomnigent/inner/_proc.py34logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/hermes_executor.py272 def _setup_hermes_home(self) -> None:STRING
LOWomnigent/inner/goose_native_executor.py31logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/claude_gateway_shim.py42logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/codex_executor.py54logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/databricks_executor.py45logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/egress/controller.py303__all__ = ["EgressProxyHandle", "apply_egress_env", "start_egress_proxy"]CODE
LOWomnigent/inner/egress/proxy.py53logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/egress/certs.py23logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/egress/__init__.py38__all__ = [CODE
LOWomnigent/inner/egress/relay.py54logger = logging.getLogger(__name__)CODE
LOWomnigent/inner/egress/ca.py22logger = logging.getLogger(__name__)CODE
119 more matches not shown…
Self-Referential Comments30 hits · 92 pts
SeverityFileLineSnippetContext
MEDIUMomnigent/inner/terminal.py1890 # Create the instance's private directory.COMMENT
MEDIUMomnigent/inner/terminal.py1916 # Create an os_env pointing at the fork for mount support.COMMENT
MEDIUMomnigent/runner/tool_dispatch.py5068 # Create a child session bound to the same agent.COMMENT
MEDIUMomnigent/runtime/harnesses/_executor_adapter.py331 # Create a TracingContext per turn when tracing is enabled.COMMENT
MEDIUMtests/test_opencode_native_bridge.py255 # Create the file and verify the path is as expected.COMMENT
MEDIUMtests/e2e_ui/conftest.py1071 # Create a session with the hello_world bundle inline. The serverCOMMENT
MEDIUMtests/e2e_ui/conftest.py1435 # Create a session with the terminal agent bundle inline.STRING
MEDIUMtests/e2e_ui/collaboration/_multi_user_server.py194 # Create an admin-owned hello_world session (authenticated, so it'sCOMMENT
MEDIUMtests/e2e_ui/sessions/test_session_updates_stream.py200 # Create a brand-new session "elsewhere" — over the API, the way a CLI orCOMMENT
MEDIUMtests/e2e_ui/start_session/test_start_session.py1881 # Create a new folder under /home/e2e/projects.COMMENT
MEDIUMtests/inner/test_claude_sdk_executor.py1256 # Create a gateway executor that uses a Databricks profile path.COMMENT
MEDIUMtests/runner/test_app_sessions_native.py4389 # Create the session first.COMMENT
MEDIUMtests/runner/test_environment_filesystem.py107 # Create a symlink that points to a non-existent target.COMMENT
MEDIUMtests/runner/transports/test_uds_unit.py65 # Create a socket file then close it without listening.COMMENT
MEDIUMtests/repl/test_event_tape.py764 # Create a payload that would produce many lines.COMMENT
MEDIUMtests/spec/test_policy_validator.py207 # Create a local tool file that would be discovered under theCOMMENT
MEDIUMtests/stores/test_artifact_store.py142 # Create a symlink inside root that points outsideCOMMENT
MEDIUMtests/server/integration/test_policy_crud_e2e.py372 # Create a default (server-wide) policy.COMMENT
MEDIUMtests/server/integration/test_policy_crud_e2e.py399 # Create a session-scoped policy.COMMENT
MEDIUMtests/server/integration/test_policy_crud_e2e.py427 # Create a policy in session A.COMMENT
MEDIUMtests/server/integration/test_default_policy_routes.py476 # Create a policy as admin.COMMENT
MEDIUMtests/server/integration/test_accounts_auth_e2e.py432 # Create a non-admin user first.COMMENT
MEDIUMtests/server/integration/test_oidc_auth_e2e.py187 # Create a ticket first.COMMENT
MEDIUMtests/e2e/test_host_claude_native_e2e.py361 # Create the claude-native session bound to the host. TheCOMMENT
MEDIUMtests/e2e/test_comment_tools_claude_native.py250 # Create a private tmux session (detached, no user terminal needed).COMMENT
MEDIUMtests/e2e/test_non_git_changed_files_e2e.py515 # Create the session to learn its id before seeding the file.COMMENT
MEDIUMtests/e2e/test_files_to_subagent_e2e.py193 # Create the parent session and upload the file BEFORE dispatch so theCOMMENT
MEDIUMtests/e2e/test_chat_e2e.py359 # Create a session so _pick_agent can discover the agent nameCOMMENT
MEDIUM.github/workflows/github-release.yml1# Create a GitHub Release entry (the `…/releases` page) when a version tag isCOMMENT
MEDIUM.github/workflows/security-triage.yml468 # Create a single PRIVATE draft advisory summarising the seriousCOMMENT
Structural Annotation Overuse46 hits · 79 pts
SeverityFileLineSnippetContext
LOWomnigent/cli.py12916 # Step 2: Open the browser.COMMENT
LOWomnigent/cli.py12921 # Step 3: Poll until the ticket is fulfilled or expired.COMMENT
LOWomnigent/cli.py12902 # Step 1: Request a CLI login ticket.COMMENT
LOWomnigent/tools/manager.py169 # Step 10: register sys_timer_set / sys_timer_cancel whenCOMMENT
LOWomnigent/server/routes/_workspace_validation.py225 # Step 0: host must be online.COMMENT
LOWomnigent/server/routes/_workspace_validation.py232 # Step 4: stat the workspace. Done before the boundary check soCOMMENT
LOW…nigent/onboarding/agent/skills/build-omnigent/SKILL.md18## Step 1: Choose a directory nameCOMMENT
LOW…nigent/onboarding/agent/skills/build-omnigent/SKILL.md22## Step 2: Generate config.yamlCOMMENT
LOW…nigent/onboarding/agent/skills/build-omnigent/SKILL.md64## Step 3: Generate AGENTS.mdCOMMENT
LOW…nigent/onboarding/agent/skills/build-omnigent/SKILL.md74## Step 4: Generate skills (optional)COMMENT
LOWtests/runtime/policies/test_combined_integration.py234 # Step 1: clean write allowed.COMMENT
LOWtests/runtime/policies/test_combined_integration.py241 # Step 2: web_search taints.COMMENT
LOWtests/runtime/policies/test_combined_integration.py246 # Step 3: confidential read elevates sensitivity.COMMENT
LOWtests/runtime/policies/test_combined_integration.py254 # Step 4: tainted + confidential write DENIES.COMMENT
LOWtests/server/integration/test_sessions_permissions.py420 # Step 1: bryan creates session -> auto-gets manageCOMMENT
LOWtests/server/integration/test_sessions_permissions.py429 # Step 2: bryan grants corey edit (level 2)COMMENT
LOWtests/server/integration/test_sessions_permissions.py470 # Step 5: bryan revokes corey entirelyCOMMENT
LOWtests/server/integration/test_sessions_permissions.py480 # Step 6: bryan tries to revoke own manage -> 403COMMENT
LOWtests/server/integration/test_sessions_permissions.py512 # Step 8: rice lists sessions -> sees S1COMMENT
LOWtests/server/integration/test_sessions_permissions.py521 # Step 9: corey lists sessions -> sees nothingCOMMENT
LOWtests/server/integration/test_sessions_permissions.py529 # Step 10: bryan lists sessions -> sees S1COMMENT
LOWtests/server/integration/test_sessions_permissions.py443 # Step 3: bryan downgrades corey to read (level 1) via upsertCOMMENT
LOWtests/server/integration/test_sessions_permissions.py458 # Step 4: bryan grants rice edit (level 2)COMMENT
LOWtests/server/integration/test_sessions_permissions.py495 # Step 7: verify DB state via list_permissionsCOMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py450 # Step 1: call sys_list_models.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py460 # Step 2: after receiving the catalog, dispatch pi on a Claude model.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py480 # Step 3: end the turn after dispatch.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py482 # Step 4: synthesis after pi completes (or fails fast on mock).COMMENT
LOWtests/e2e/test_agent_update.py235 # Step 1: Upload compaction-test (v1) and bind the runner.COMMENT
LOWtests/e2e/test_agent_update.py248 # Step 2: Start a turn whose mock response blocks on the gate.COMMENT
LOWtests/e2e/test_agent_update.py258 # Step 3: Update agent to v2 with marker in instructions.COMMENT
LOWtests/e2e/test_agent_update.py275 # Step 4: New session on v2.COMMENT
LOWtests/e2e/test_agent_update.py287 # Step 5: Poll both to terminal state.COMMENT
LOWtests/e2e/test_agent_update.py302 # Step 6: V1 response should NOT contain the marker.COMMENT
LOWtests/e2e/test_agent_update.py309 # Step 7: V2 response MUST contain the marker.COMMENT
LOWtests/e2e/test_agent_update.py315 # Step 8: Agent metadata reflects the update.COMMENT
LOWtests/e2e/test_cancel_history.py235 # Step 1: open session, send a message that triggers the blocking response.COMMENT
LOWtests/e2e/test_cancel_history.py245 # Step 2: wait for the mock LLM to be blocked on the gate, then interrupt.COMMENT
LOWtests/e2e/test_cancel_history.py254 # Step 3: verify the conversation has the cancellation marker.COMMENT
LOWtests/e2e/test_cancel_history.py263 # Step 4: send a follow-up in the same session.COMMENT
LOWtests/e2e/test_cancel_history.py270 # Step 5: wait for the follow-up to complete.COMMENT
LOWtests/e2e/test_cancel_history.py404 # Step 2: wait for running (tools should be executing), cancel.COMMENT
LOWtests/e2e/test_cancel_history.py413 # Step 3: follow-up in the same session — would fail with 400 before the fix.COMMENT
LOWtests/e2e/test_cancel_history.py390 # Step 1: open session; ask archer to use tools (web_search triggers tool calls).COMMENT
LOWtests/e2e/omnigent/test_run_omnigent_resumption.py426 # Step 1: plant the nonce via -p.COMMENT
LOWtests/e2e/omnigent/test_run_omnigent_resumption.py452 # Step 2: recover via interactive REPL --continue. PipeCOMMENT
Verbosity Indicators44 hits · 76 pts
SeverityFileLineSnippetContext
LOWomnigent/cli.py12916 # Step 2: Open the browser.COMMENT
LOWomnigent/cli.py12921 # Step 3: Poll until the ticket is fulfilled or expired.COMMENT
LOWomnigent/cli.py12902 # Step 1: Request a CLI login ticket.COMMENT
LOWomnigent/tools/manager.py169 # Step 10: register sys_timer_set / sys_timer_cancel whenCOMMENT
LOWomnigent/spec/parser.py2546 # Step 7: ``sandbox: <bool>`` was an AP-only no-op thatCOMMENT
LOWomnigent/server/routes/_workspace_validation.py225 # Step 0: host must be online.COMMENT
LOWomnigent/server/routes/_workspace_validation.py232 # Step 4: stat the workspace. Done before the boundary check soCOMMENT
LOWomnigent/server/routes/_workspace_validation.py283 # Step 6: ``cwd: ./subdir`` requires the named subdir under theCOMMENT
LOWtests/runtime/policies/test_combined_integration.py234 # Step 1: clean write allowed.COMMENT
LOWtests/runtime/policies/test_combined_integration.py241 # Step 2: web_search taints.COMMENT
LOWtests/runtime/policies/test_combined_integration.py246 # Step 3: confidential read elevates sensitivity.COMMENT
LOWtests/runtime/policies/test_combined_integration.py254 # Step 4: tainted + confidential write DENIES.COMMENT
LOWtests/server/integration/test_sessions_permissions.py420 # Step 1: bryan creates session -> auto-gets manageCOMMENT
LOWtests/server/integration/test_sessions_permissions.py429 # Step 2: bryan grants corey edit (level 2)COMMENT
LOWtests/server/integration/test_sessions_permissions.py470 # Step 5: bryan revokes corey entirelyCOMMENT
LOWtests/server/integration/test_sessions_permissions.py480 # Step 6: bryan tries to revoke own manage -> 403COMMENT
LOWtests/server/integration/test_sessions_permissions.py512 # Step 8: rice lists sessions -> sees S1COMMENT
LOWtests/server/integration/test_sessions_permissions.py521 # Step 9: corey lists sessions -> sees nothingCOMMENT
LOWtests/server/integration/test_sessions_permissions.py529 # Step 10: bryan lists sessions -> sees S1COMMENT
LOWtests/server/integration/test_sessions_permissions.py443 # Step 3: bryan downgrades corey to read (level 1) via upsertCOMMENT
LOWtests/server/integration/test_sessions_permissions.py458 # Step 4: bryan grants rice edit (level 2)COMMENT
LOWtests/server/integration/test_sessions_permissions.py495 # Step 7: verify DB state via list_permissionsCOMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py450 # Step 1: call sys_list_models.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py460 # Step 2: after receiving the catalog, dispatch pi on a Claude model.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py480 # Step 3: end the turn after dispatch.COMMENT
LOWtests/e2e/test_polly_subagent_model_e2e.py482 # Step 4: synthesis after pi completes (or fails fast on mock).COMMENT
LOWtests/e2e/test_agent_update.py235 # Step 1: Upload compaction-test (v1) and bind the runner.COMMENT
LOWtests/e2e/test_agent_update.py248 # Step 2: Start a turn whose mock response blocks on the gate.COMMENT
LOWtests/e2e/test_agent_update.py258 # Step 3: Update agent to v2 with marker in instructions.COMMENT
LOWtests/e2e/test_agent_update.py275 # Step 4: New session on v2.COMMENT
LOWtests/e2e/test_agent_update.py287 # Step 5: Poll both to terminal state.COMMENT
LOWtests/e2e/test_agent_update.py302 # Step 6: V1 response should NOT contain the marker.COMMENT
LOWtests/e2e/test_agent_update.py309 # Step 7: V2 response MUST contain the marker.COMMENT
LOWtests/e2e/test_agent_update.py315 # Step 8: Agent metadata reflects the update.COMMENT
LOWtests/e2e/test_cancel_history.py235 # Step 1: open session, send a message that triggers the blocking response.COMMENT
LOWtests/e2e/test_cancel_history.py245 # Step 2: wait for the mock LLM to be blocked on the gate, then interrupt.COMMENT
LOWtests/e2e/test_cancel_history.py254 # Step 3: verify the conversation has the cancellation marker.COMMENT
LOWtests/e2e/test_cancel_history.py263 # Step 4: send a follow-up in the same session.COMMENT
LOWtests/e2e/test_cancel_history.py270 # Step 5: wait for the follow-up to complete.COMMENT
LOWtests/e2e/test_cancel_history.py404 # Step 2: wait for running (tools should be executing), cancel.COMMENT
LOWtests/e2e/test_cancel_history.py413 # Step 3: follow-up in the same session — would fail with 400 before the fix.COMMENT
LOWtests/e2e/test_cancel_history.py390 # Step 1: open session; ask archer to use tools (web_search triggers tool calls).COMMENT
LOWtests/e2e/omnigent/test_run_omnigent_resumption.py426 # Step 1: plant the nonce via -p.COMMENT
LOWtests/e2e/omnigent/test_run_omnigent_resumption.py452 # Step 2: recover via interactive REPL --continue. PipeCOMMENT
Fake / Example Data58 hits · 61 pts
SeverityFileLineSnippetContext
LOWweb/src/shell/ForkSessionDialog.test.tsx178 expect(input).toHaveAttribute("placeholder", "Fork of My session");CODE
LOWweb/src/shell/ForkSessionDialog.test.tsx186 expect(input).toHaveAttribute("placeholder", "Name the cloned session");CODE
LOWweb/src/shell/AppShell.test.tsx2749 expect(nameInput).toHaveAttribute("placeholder", "Fork of Auth refactor");CODE
LOWweb/src/hooks/useBrowserAgentRelay.ts119 const ph = el.getAttribute('placeholder');CODE
LOWweb/src/pages/SharingPage.test.tsx62 vi.mocked(identity.resolveIdentity).mockResolvedValue("admin@example.com");CODE
LOWtests/test_claude_native_bridge.py4624 "oauthAccount": {"emailAddress": "user@example.com"},CODE
LOWtests/test_claude_native_bridge.py4641 assert data["oauthAccount"] == {"emailAddress": "user@example.com"}CODE
LOWtests/e2e_ui/sessions/test_host_asleep_composer.py142 expect(composer).to_have_attribute("placeholder", _ASLEEP_PLACEHOLDER, timeout=15_000)CODE
LOWtests/inner/test_databricks_executor.py1704 return _StubSdkConfig(host="https://example.databricks.com", token="dapi-fake-token")CODE
LOWtests/inner/test_databricks_executor.py1714 assert auth.current_token() == "dapi-fake-token"CODE
LOWtests/inner/test_databricks_executor.py1691 "[my-ws]\nhost = https://example.databricks.com\ntoken = dapi-fake-token\n"CODE
LOWtests/frontends/sdk/test_file_completer.py217 ["git", "config", "user.email", "test@test.com"],CODE
LOWtests/spec/test_omnigent_adapter.py1287 prompt="placeholder",CODE
LOWtests/stores/test_host_store.py275 owner="admin@example.com",CODE
LOWtests/stores/test_host_store.py298 assert host_store.list_hosts(owner="admin@example.com") == []CODE
LOWtests/stores/test_session_policy_store.py437 created_by="admin@example.com",CODE
LOWtests/stores/test_session_policy_store.py439 assert policy.created_by == "admin@example.com"CODE
LOWtests/server/test_oidc_admin_users.py67 perm_store.ensure_user("admin@example.com", is_admin=True)CODE
LOWtests/server/test_oidc_admin_users.py80 user_id="admin@example.com",CODE
LOWtests/server/test_oidc_admin_users.py98 assert set(users) == {"admin@example.com", "member@example.com"}CODE
LOWtests/server/test_oidc_admin_users.py99 assert users["admin@example.com"]["is_admin"] is TrueCODE
LOWtests/server/test_oidc_invites.py109 created_by="admin@example.com",CODE
LOWtests/server/test_oidc_invites.py165 assert store.is_email_invited("admin@example.com") is FalseCODE
LOWtests/server/test_oidc_invites.py216 perm_store.ensure_user("admin@example.com", is_admin=True)CODE
LOWtests/server/test_oidc_invites.py227 user_id="admin@example.com",CODE
LOWtests/server/test_oidc_invites.py287 user_id="admin@example.com",CODE
LOWtests/server/test_permissions.py652 perm_store.add_admin("admin@example.com")CODE
LOWtests/server/test_permissions.py656 user_id="admin@example.com",CODE
LOWtests/server/test_permissions.py190 perm_store.add_admin("admin@example.com")CODE
LOWtests/server/test_permissions.py197 user_id="admin@example.com",CODE
LOWtests/server/integration/test_comments_routes.py221 admin = "admin@example.com"CODE
LOWtests/server/integration/test_policy_crud_e2e.py42def _admin_headers(email: str = "admin@example.com") -> dict[str, str]:CODE
LOWtests/server/integration/test_policy_crud_e2e.py51def _make_admin(db_uri: str, email: str = "admin@example.com") -> None:CODE
LOWtests/server/integration/test_policy_crud_e2e.py61def _seed_session(db_uri: str, user_email: str = "admin@example.com") -> str:CODE
LOWtests/server/integration/test_oidc_default_policies.py42_ADMIN = "admin@example.com"CODE
LOWtests/server/integration/test_default_policy_routes.py94def _admin_headers(email: str = "admin@example.com") -> dict[str, str]:CODE
LOWtests/server/integration/test_default_policy_routes.py103def _make_admin(db_uri: str, email: str = "admin@example.com") -> None:CODE
LOWtests/server/integration/test_default_policy_routes.py113def _make_user(db_uri: str, email: str = "user@example.com") -> None:CODE
LOWtests/server/integration/test_default_policy_routes.py150 assert body["created_by"] == "admin@example.com"CODE
LOWtests/server/integration/test_default_policy_routes.py408 headers=_admin_headers("user@example.com"),CODE
LOWtests/server/integration/test_default_policy_routes.py436 headers=_admin_headers("user@example.com"),CODE
LOWtests/server/integration/test_default_policy_routes.py463 headers=_admin_headers("user@example.com"),CODE
LOWtests/server/integration/test_default_policy_routes.py490 headers=_admin_headers("user@example.com"),CODE
LOWtests/server/integration/test_default_policy_routes.py517 headers=_admin_headers("user@example.com"),CODE
LOWtests/server/integration/test_default_policy_routes.py97 :param email: The user email to present, e.g. ``"admin@example.com"``.STRING
LOWtests/server/integration/test_default_policy_routes.py107 :param email: Admin email to create, e.g. ``"admin@example.com"``.STRING
LOWtests/server/integration/test_default_policy_routes.py117 :param email: User email to create, e.g. ``"user@example.com"``.STRING
LOWtests/db/test_db_models.py291 created_by="admin@example.com",CODE
LOWtests/db/test_db_models.py251 id="admin@example.com",CODE
LOWtests/db/test_db_models.py260 loaded = session.get(SqlUser, (0, "admin@example.com"))CODE
LOWtests/db/test_migration_host_name_varchar64.py62 "VALUES (0, 'user@example.com', 'my-laptop', 'host_abc123', 1, "CODE
LOWtests/db/test_migration_host_name_varchar64.py89 sa.text("SELECT name FROM hosts WHERE owner = 'user@example.com'")CODE
LOWtests/e2e/test_journey_collaboration.py158 "anchor_content": "placeholder",CODE
LOWtests/e2e/test_journey_collaboration.py211 "anchor_content": "placeholder",CODE
LOWtests/entities/test_account.py75 created_by="admin@example.com",CODE
LOWtests/entities/test_account.py82 assert token.created_by == "admin@example.com"CODE
LOWtests/entities/test_policy.py42 created_by="admin@example.com",CODE
LOWtests/entities/test_policy.py49 assert pol.created_by == "admin@example.com"CODE
Example Usage Blocks27 hits · 41 pts
SeverityFileLineSnippetContext
LOWomnigent/server/schemas.py3914# Usage:COMMENT
LOWdeploy/docker/bootstrap.sh7# Usage:COMMENT
LOWdeploy/docker/docker-compose.https.yaml6# Usage:COMMENT
LOWtests/e2e_ui/visual/update_baseline_from_pr.sh10# Usage:COMMENT
LOWtests/e2e_ui/visual/regen_baseline_docker.sh18# Usage:COMMENT
LOWtests/resources/agents/inbox_test/inbox_test.yaml10# Usage:COMMENT
LOW…with_subagent_session/agent_with_subagent_session.yaml3# Usage:COMMENT
LOW…upervisor_with_forks/coding_supervisor_with_forks.yaml9# Usage:COMMENT
LOW…nts/agent_with_os_env_fork/agent_with_os_env_fork.yaml19# Usage:COMMENT
LOWtests/resources/examples/terminal_workers.yaml12# Usage:COMMENT
LOWtests/resources/examples/swe_org.yaml11# Usage:COMMENT
LOWtests/resources/examples/agent_with_uc_tools.yaml6# Usage:COMMENT
LOWtests/resources/examples/coding_supervisor.yaml3# Usage:COMMENT
LOWtests/resources/examples/agent_with_os_env.yaml3# Usage:COMMENT
LOWtests/resources/examples/risk_score_agent.yaml19# Usage:COMMENT
LOWtests/resources/examples/agent_with_tools.yaml3# Usage:COMMENT
LOWtests/resources/examples/info_flow_agent.yaml24# Usage:COMMENT
LOWtests/resources/examples/agent_with_os_env_bwrap.yaml49# Usage:COMMENT
LOWtests/resources/examples/claude_code_agent.yaml14# Usage:COMMENT
LOW…sts/resources/examples/agent_with_os_env_seatbelt.yaml72# Usage:COMMENT
LOW…ts/resources/examples/server_config_with_policies.yaml3# Usage:COMMENT
LOWtests/resources/examples/agent_with_policies.yaml3# Usage:COMMENT
LOWexamples/sentinel/config.yaml9# Usage:COMMENT
LOWexamples/scribe/config.yaml10# Usage:COMMENT
LOWexamples/debby/config.yaml12# Usage:COMMENT
LOWexamples/remy/config.yaml14# Usage:COMMENT
LOWscripts/backend-smoke.sh15# Usage:COMMENT
AI Structural Patterns48 hits · 32 pts
SeverityFileLineSnippetContext
LOWomnigent/chat.py260CODE
LOWomnigent/chat.py856CODE
LOWomnigent/chat.py1728CODE
LOWomnigent/chat.py2048CODE
LOWomnigent/chat.py3820CODE
LOWomnigent/cli.py2707CODE
LOWomnigent/cli.py6249CODE
LOWomnigent/inner/claude_sdk_executor.py1085CODE
LOWomnigent/inner/pi_executor.py1511CODE
LOWomnigent/inner/cursor_executor.py464CODE
LOWomnigent/inner/openai_agents_sdk_executor.py1001CODE
LOWomnigent/inner/codex_executor.py2031CODE
LOWomnigent/runner/tool_dispatch.py4389CODE
LOWomnigent/runner/tool_dispatch.py4690CODE
LOWomnigent/runner/app.py7834CODE
LOWomnigent/runtime/policies/engine.py105CODE
LOWomnigent/repl/_repl.py2940CODE
LOWomnigent/repl/_repl.py1255CODE
LOWomnigent/stores/conversation_store/__init__.py229CODE
LOWomnigent/stores/conversation_store/__init__.py475CODE
LOWomnigent/stores/conversation_store/__init__.py624CODE
LOWomnigent/stores/conversation_store/__init__.py1199CODE
LOWomnigent/stores/conversation_store/sqlalchemy_store.py793CODE
LOWomnigent/stores/conversation_store/sqlalchemy_store.py1933CODE
LOWomnigent/stores/conversation_store/sqlalchemy_store.py2305CODE
LOWomnigent/stores/conversation_store/sqlalchemy_store.py2842CODE
LOWomnigent/server/app.py1063CODE
LOWomnigent/server/routes/sessions.py2504CODE
LOWomnigent/server/routes/sessions.py14179CODE
LOWomnigent/server/routes/sessions.py21490CODE
LOWomnigent/server/routes/sessions.py14829CODE
LOWomnigent/policies/builtins/google.py719CODE
LOWomnigent/policies/builtins/risk_score.py330CODE
LOWomnigent/onboarding/sandboxes/islo.py309CODE
LOWomnigent/onboarding/sandboxes/kubernetes.py756CODE
LOWsdks/ui/omnigent_ui_sdk/terminal/_formatter.py318CODE
LOWsdks/ui/omnigent_ui_sdk/terminal/_host.py881CODE
LOWsdks/python-client/omnigent_client/_sessions.py394CODE
LOWtests/test_antigravity_native_reader.py2215CODE
LOWtests/tools/test_local.py413CODE
LOWtests/inner/test_openai_agents_sdk_harness.py83CODE
LOWtests/inner/test_antigravity_executor.py112CODE
LOWtests/inner/test_antigravity_executor.py217CODE
LOWtests/inner/sandbox/conftest.py124CODE
LOWtests/runner/test_file_tool_dispatch.py228CODE
LOWtests/server/helpers.py408CODE
LOWtests/server/helpers.py513CODE
LOWtests/server/routes/test_sessions_fork.py123CODE
Redundant / Tautological Comments8 hits · 12 pts
SeverityFileLineSnippetContext
LOWomnigent/inner/claude_sdk_executor.py2652 # Check if the latest user message is multimodal — if so,COMMENT
LOWomnigent/server/identity_migration.py249 # Check if the new owner already has a host with the same nameCOMMENT
LOWomnigent/server/routes/auth.py347 # Check if this callback fulfills a CLI login ticket.COMMENT
LOWomnigent/server/routes/runner_tunnel.py715 # Check if any frame arrived recently (not just pongs).COMMENT
LOWomnigent/policies/registry.py243 # Check if all required params have defaults.COMMENT
LOWtests/e2e_ui/start_session/test_start_session.py1762 # Open the file browser and navigate into the "projects" folder.COMMENT
LOWtests/host/test_connect.py1166 # Set permissions to 0 — even the owner cannot stat children.COMMENT
LOWtests/inner/test_seatbelt_sandbox.py995 # Read the file off disk for the content sanity-checks.COMMENT
Synthetic Comment Markers2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHdesigns/issue-triage-proposal.md104**Why:** LangChain's Dosu bot received significant community backlash ([discussion #25153](https://github.com/langchain-CODE
HIGHdesigns/issue-triage-proposal.md104**Why:** LangChain's Dosu bot received significant community backlash ([discussion #25153](https://github.com/langchain-CODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHsdks/python-client/omnigent_client/tools/_docstring.py66 Parse a Google-style docstring into description and per-param docs. Recognizes ``Args:`` / ``Arguments:`` / ``STRING
HIGHtests/llms/test_client.py95 Async mock of ``BaseAdapter.chat_completions()``. :param args: Positional arguments (ignored). STRING
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALweb/src/shell/Sidebar.delete.test.tsx286 const call = mocks.del.mutate.mock.calls.at(-1);CODE
Dead Code3 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMomnigent/inner/executor.py539CODE
MEDIUMtests/test_antigravity_native_reader.py295CODE
MEDIUMtests/inner/test_codex_native_executor.py116CODE
Slop Phrases1 hit · 4 pts
SeverityFileLineSnippetContext
MEDIUMtests/resources/examples/swe_org.yaml369# Optional ideas you can add laterCOMMENT
Overly Generic Function Names5 hits · 3 pts
SeverityFileLineSnippetContext
LOWomnigent/runtime/subagent_block_notifier.py231 async def handle_request(CODE
LOWtests/test_pi_native_credentials.py951 def handle_request(self, request: httpx.Request) -> httpx.Response:CODE
LOWtests/test_pi_native_credentials.py990 def handle_request(self, request: httpx.Request) -> httpx.Response:CODE
LOWtests/e2e/test_comments_e2e.py848 anchor_content="def handle_request(req):",CODE
LOWtests/e2e/test_comments_e2e.py859 assert "def handle_request(req):" in formatted, (CODE