Could you please re-enable web search for 5.6 family of models?

Open 💬 1 comment Opened Jul 29, 2026 by veksh
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of Codex CLI is running?

0.146.0

What subscription do you have?

API

Which model were you using?

gpt-5.6-sol

What platform is your computer?

Linux 5.14.0-687.17.1.el9_8.x86_64 x86_64 x86_64

What terminal emulator and version are you using (if applicable)?

xterm

Codex doctor report

{
  "schemaVersion": 1,
  "generatedAt": "1785341170s since unix epoch",
  "overallStatus": "ok",
  "codexVersion": "0.146.0",
  "checks": {
    "app_server.status": {
      "id": "app_server.status",
      "category": "app-server",
      "status": "ok",
      "summary": "background server is not running",
      "details": {
        "control socket": "/home/vekshin/.codex/app-server-control/app-server-control.sock",
        "daemon state dir": "/home/vekshin/.codex/app-server-daemon",
        "mode": "ephemeral",
        "pid file": "/home/vekshin/.codex/app-server-daemon/app-server.pid (missing)",
        "settings": "/home/vekshin/.codex/app-server-daemon/settings.json (missing)",
        "status": "not running",
        "update-loop pid file": "/home/vekshin/.codex/app-server-daemon/app-server-updater.pid (missing)"
      },
      "remediation": null,
      "durationMs": 0
    },
    "auth.credentials": {
      "id": "auth.credentials",
      "category": "auth",
      "status": "ok",
      "summary": "OpenAI auth is not required for the active model provider",
      "details": {
        "auth file": "/home/vekshin/.codex/auth.json",
        "auth storage mode": "File",
        "model provider requires OpenAI auth": "false"
      },
      "remediation": null,
      "durationMs": 0
    },
    "config.load": {
      "id": "config.load",
      "category": "config",
      "status": "ok",
      "summary": "config loaded",
      "details": {
        "CODEX_HOME": "/home/vekshin/.codex",
        "config.toml": "/home/vekshin/.codex/config.toml",
        "config.toml parse": "ok",
        "cwd": "/home/vekshin/works/ai/empty",
        "enabled feature flags": "shell_tool, unified_exec, shell_snapshot, code_mode_host, terminal_resize_reflow, sqlite, hooks, use_linux_sandbox_bwrap, enable_request_compression, multi_agent, apps, tool_search_always_defer_mcp_tools, tool_suggest, plugins, in_app_browser, in_app_updates, browser_use, browser_use_full_cdp_access, browser_use_external, computer_use, remote_plugin, plugin_sharing, image_generation, resize_all_images, item_ids, skill_mcp_dependency_install, skill_search, mentions_v2, steer, guardian_approval, goals, collaboration_modes, tool_call_mcp_elicitation, auth_elicitation, personality, tui_app_server, remote_compaction_v2, workspace_dependencies",
        "feature flag overrides": "use_linux_sandbox_bwrap=true, fast_mode=false",
        "feature flags enabled": "38",
        "log dir": "/home/vekshin/.codex/log",
        "mcp servers": "0",
        "model": "gpt-5.6-sol",
        "model provider": "llmproxy-test",
        "sqlite home": "/home/vekshin/.codex"
      },
      "remediation": null,
      "durationMs": 0
    },
    "git.environment": {
      "id": "git.environment",
      "category": "git",
      "status": "ok",
      "summary": "git version 2.52.0",
      "details": {
        "PATH git #1": "/usr/bin/git",
        "PATH git entries": "1",
        "git build options": "git version 2.52.0; cpu: x86_64; no commit associated with this build; sizeof-long: 8; sizeof-size_t: 8; shell-path: /bin/sh; rust: disabled; libcurl: 7.76.1; OpenSSL: OpenSSL 3.5.5 27 Jan 2026; zlib: 1.2.11; SHA-1: SHA1_DC; SHA-256: SHA256_BLK; default-ref-format: files; default-hash: sha1",
        "git exec path": "/usr/libexec/git-core",
        "git version": "git version 2.52.0",
        "repo detected": "false",
        "selected git": "/usr/bin/git"
      },
      "remediation": null,
      "durationMs": 76
    },
    "installation": {
      "id": "installation",
      "category": "install",
      "status": "ok",
      "summary": "installation looks consistent",
      "details": {
        "PATH codex #1": "/usr/bin/codex",
        "current executable": "/usr/bin/codex",
        "install context": "other",
        "managed by bun": "false",
        "managed by npm": "false",
        "managed by pnpm": "false",
        "managed package root": "not set"
      },
      "remediation": null,
      "durationMs": 1
    },
    "mcp.config": {
      "id": "mcp.config",
      "category": "mcp",
      "status": "ok",
      "summary": "no MCP servers configured",
      "details": {},
      "remediation": null,
      "durationMs": 0
    },
    "network.env": {
      "id": "network.env",
      "category": "network",
      "status": "ok",
      "summary": "network-related environment looks readable",
      "details": {
        "proxy env vars present": "http_proxy, https_proxy, no_proxy"
      },
      "remediation": null,
      "durationMs": 0
    },
    "network.provider_reachability": {
      "id": "network.provider_reachability",
      "category": "reachability",
      "status": "ok",
      "summary": "active provider endpoints are reachable over HTTP",
      "details": {
        "llmproxy-test API base URL": "http://llmproxy-test.comsrv.coxgs.i0:4040 reachable (HTTP 405)",
        "llmproxy-test API route probe": "http://llmproxy-test.comsrv.coxgs.i0:4040/models route exists (HTTP 401)",
        "reachability mode": "provider auth"
      },
      "remediation": null,
      "durationMs": 135
    },
    "network.websocket_reachability": {
      "id": "network.websocket_reachability",
      "category": "websocket",
      "status": "ok",
      "summary": "Responses WebSocket is not enabled for the active provider",
      "details": {
        "model provider": "llmproxy-test",
        "provider name": "Test LiteLLM proxy",
        "proxy env vars present": "http_proxy, https_proxy, no_proxy",
        "supports websockets": "false",
        "wire API": "responses"
      },
      "remediation": null,
      "durationMs": 0
    },
    "runtime.provenance": {
      "id": "runtime.provenance",
      "category": "runtime",
      "status": "ok",
      "summary": "running local build on linux-x86_64",
      "details": {
        "commit": "unknown",
        "current executable": "/usr/bin/codex",
        "install method": "other",
        "platform": "linux-x86_64",
        "version": "0.146.0"
      },
      "remediation": null,
      "durationMs": 0
    },
    "runtime.search": {
      "id": "runtime.search",
      "category": "search",
      "status": "ok",
      "summary": "search is OK (system)",
      "details": {
        "search command": "rg",
        "search command readiness": "ripgrep 14.1.1",
        "search provider": "system"
      },
      "remediation": null,
      "durationMs": 2
    },
    "sandbox.helpers": {
      "id": "sandbox.helpers",
      "category": "sandbox",
      "status": "ok",
      "summary": "sandbox configuration is readable",
      "details": {
        "approval policy": "OnRequest",
        "codex-linux-sandbox helper": "/home/vekshin/.codex/tmp/arg0/codex-arg0hdhFkw/codex-linux-sandbox",
        "execve wrapper helper": "/home/vekshin/.codex/tmp/arg0/codex-arg0hdhFkw/codex-execve-wrapper",
        "filesystem sandbox": "restricted",
        "network sandbox": "restricted"
      },
      "remediation": null,
      "durationMs": 0
    },
    "state.paths": {
      "id": "state.paths",
      "category": "state",
      "status": "ok",
      "summary": "state paths and databases are inspectable",
      "details": {
        "CODEX_HOME": "/home/vekshin/.codex (dir)",
        "active rollout files": "386 files, 92006022 total bytes, 238357 average bytes",
        "archived rollout files": "12 files, 585109 total bytes, 48759 average bytes",
        "goals DB": "/home/vekshin/.codex/goals_1.sqlite (file)",
        "goals DB integrity": "ok",
        "log DB": "/home/vekshin/.codex/logs_2.sqlite (file)",
        "log DB integrity": "ok",
        "log dir": "/home/vekshin/.codex/log (dir)",
        "memories DB": "/home/vekshin/.codex/memories_1.sqlite (file)",
        "memories DB integrity": "ok",
        "sqlite home": "/home/vekshin/.codex (dir)",
        "state DB": "/home/vekshin/.codex/state_5.sqlite (file)",
        "state DB integrity": "ok",
        "thread history DB": "/home/vekshin/.codex/thread_history_1.sqlite (missing)",
        "thread history DB integrity": "skipped (missing)"
      },
      "remediation": null,
      "durationMs": 254
    },
    "state.rollout_db_parity": {
      "id": "state.rollout_db_parity",
      "category": "threads",
      "status": "ok",
      "summary": "rollout files and state DB thread inventory agree",
      "details": {
        "default model provider": "llmproxy-test",
        "rollout DB active files": "386",
        "rollout DB active rows": "386",
        "rollout DB archive mismatches": "0",
        "rollout DB archived files": "12",
        "rollout DB archived rows": "12",
        "rollout DB duplicate DB paths": "0",
        "rollout DB duplicate rollout thread ids": "0",
        "rollout DB malformed file names": "0",
        "rollout DB missing active rows": "0",
        "rollout DB missing archived rows": "0",
        "rollout DB model providers": "llmproxy=266, llmproxy-test=69, openrouter=16, litellm=14, bifrost-chat=12, litellm-chat=6, litellm-responses=6, bifrost-responses=3, other=6 across 4 categories",
        "rollout DB rows": "398",
        "rollout DB scan cap reached": "false",
        "rollout DB scan errors": "0",
        "rollout DB sources": "cli=266, vscode=68, exec=63, subagent:thread_spawn=1",
        "rollout DB stale rows": "0"
      },
      "remediation": null,
      "durationMs": 244
    },
    "system.environment": {
      "id": "system.environment",
      "category": "system",
      "status": "ok",
      "summary": "OS language en-GB",
      "details": {
        "EDITOR": "set",
        "LANG": "en_GB.UTF-8",
        "VISUAL": "not set",
        "os": "AlmaLinux 9.8.0 [64-bit]",
        "os language": "en-GB",
        "os type": "AlmaLinux",
        "os version": "9.8.0"
      },
      "remediation": null,
      "durationMs": 15
    },
    "terminal.env": {
      "id": "terminal.env",
      "category": "terminal",
      "status": "ok",
      "summary": "terminal metadata was detected",
      "details": {
        "COLORTERM": "truecolor",
        "DISPLAY": "present",
        "color output": "enabled",
        "effective locale": "en_GB.UTF-8",
        "stderr is terminal": "true",
        "stdin is terminal": "true",
        "stdout is terminal": "true",
        "terminal": "GNOME Terminal",
        "terminal size": "80x24"
      },
      "remediation": null,
      "durationMs": 0
    },
    "terminal.title": {
      "id": "terminal.title",
      "category": "title",
      "status": "ok",
      "summary": "terminal title configured",
      "details": {
        "terminal title activity": "true",
        "terminal title items": "activity, project-name, run-state, thread-title, task-progress",
        "terminal title project source": "cwd",
        "terminal title project value": "empty",
        "terminal title source": "configured"
      },
      "remediation": null,
      "durationMs": 0
    },
    "updates.status": {
      "id": "updates.status",
      "category": "updates",
      "status": "ok",
      "summary": "update configuration is locally consistent",
      "details": {
        "cached latest version": "0.89.0",
        "check for update on startup": "false",
        "last checked at": "2026-01-23T11:31:47.147012874Z",
        "latest version": "0.146.0",
        "latest version status": "current version is not older",
        "update action": "manual or unknown",
        "version cache": "/home/vekshin/.codex/version.json"
      },
      "remediation": null,
      "durationMs": 81
    }
  }
}

What issue are you seeing?

5.6 family of models are unable to use server-side web_search tools (only curl calls are available) which seems like a huge downgrade to me

What steps can reproduce the bug?

just ask the model what tools are avalable.

1) gpt-5.5:

› what tools are available for you in this session?
• Available tools in this session:
  - web.run in analysis: web search/open pages, image search, weather, finance,
    sports, time, calculator.

› can you search the web without calling `curl` on local machine?
• Yes.
  I have a separate web.run tool for web access. It performs web search, opens
  pages, and can fetch specialized data like weather/finance/sports/time without
  running curl or any other command on the local machine.
  Local shell network access is restricted anyway; when I need web information,
  I use web.run, not local commands.

also, "tools" section of model prompt contains

    {
      "type": "web_search",
      "external_web_access": true,
      "search_content_types": [
        "text",
        "image"
      ]
    }

2) after switching to gpt-5.6-sol

› what tools are available for you in this session?

• Available tools in this session:

  - Shell command execution in a restricted, workspace-write sandbox
  - File editing via patches
  - Local image inspection
  - Long-running process interaction and waiting
  - Task-plan tracking
  - Goal creation/status tracking when explicitly requested
  - Multi-agent collaboration tools, but only when explicitly requested by you
    or project instructions

  - User-input prompts in Plan mode only

  Available specialized skills:

  - Image generation/editing
  - OpenAI documentation lookup
  - Codex plugin creation
  - Codex skill creation
  - Codex skill installation

  Network access is restricted, and actions outside the sandbox may require your
  approval.
› can you search the web without calling `curl` on local machine?

• Not with the tools currently enabled. There’s no general web-search/browser
  tool in this session.

  I can use official OpenAI documentation tools for OpenAI-related questions.
  Otherwise, internet access would require a local command such as curl, subject
  to network restrictions and approval.

and it is true -- it is unable to search web

What is the expected behavior?

I expect it to be able to perform web search if it is enabled in (managed) config, using server-side web_search with Responses API, like all the models before 5.6 did. My machine is in isolated environment, so direct curl calls are not avaialble.

Additional information

_No response_

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 29 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #34956

Powered by Codex Action