Skip to content

Remove "minimal" thinking level that causes errors with vLLM/sglang providers #915

Description

@cast-vytautas

Problem

The minimal thinking level causes errors with vLLM/sglang-based model providers (LLM-2595). A proxy-level fix is already in place that maps minimallow for these providers, but the harness still exposes minimal as a selectable level — meaning the LLM can request it, the proxy silently rewrites it, and users see it in CLI help text and agent config docs.

Solution

Remove minimal from the ThinkingLevel type union, all enum lists, policy tables, tool schema descriptions, CLI help text, orchestration instructions, and documentation. The explore delegation scope's simple chunk — previously the only consumer of minimal as a base level — moves to low, which is exactly what the proxy was already mapping it to.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions