Skip to content

Documentation needed for recent CLI features: AskQuestion tool, CheckBackgroundJob defaults, and AI SDK environment variable #10997

@continue

Description

@continue

Summary

Several recent feature PRs have been merged that require documentation updates:

1. AskQuestion Tool (PR #10845)

Merged: 2026-03-01

A new interactive tool has been added to the CLI that allows the agent to ask clarifying questions to gather requirements, preferences, or implementation details before proceeding. Users can select from options or provide free-form answers.

Documentation needed:

  • Add AskQuestion to the list of tools in docs/cli/tool-permissions.mdx
  • Document this interactive capability in docs/cli/tui-mode.mdx
  • Explain how the quiz/question flow works in the TUI

2. CheckBackgroundJob Tool Default Permission (PR #10874)

Merged: 2026-03-01

The CheckBackgroundJob tool is now allowed by default in both standard and plan mode policies. This is a read-only CLI-specific tool for checking background job status.

Documentation needed:

  • Add CheckBackgroundJob to the list of read-only tools in docs/cli/tool-permissions.mdx that default to allow

3. CONTINUE_USE_AI_SDK Environment Variable (PR #10775)

Merged: 2026-03-01

A new environment variable CONTINUE_USE_AI_SDK=1 enables the Vercel AI SDK for OpenAI and Anthropic providers. This provides an alternative path for API calls.

Documentation needed:

  • Document this environment variable in the CLI configuration docs or a new advanced configuration section
  • Explain when/why users might want to enable this

Related PRs

Generated with Continue

Co-Authored-By: Continue noreply@continue.dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:docsRelates to documentation

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions