• Will Chen's avatar
    feat: make ask mode always use local agent handler (#2434) · 933dda65
    Will Chen 提交于
    ## Summary
    - Ask mode now always uses the local agent handler with read-only tools,
    regardless of Dyad Pro status
    - This gives all users access to code reading tools while in ask mode
    - Ask mode does not consume free agent quota
    
    ## Test plan
    - Test ask mode in a non-Pro account and verify it can use local agent
    tools (file reading, searching)
    - Verify ask mode still operates in read-only mode (no editing
    capabilities)
    - Confirm ask mode doesn't consume free agent quota
    
    #skip-bugbot
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    <!-- devin-review-badge-begin -->
    
    ---
    
    <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2434">
      <picture>
    <source media="(prefers-color-scheme: dark)"
    srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
    <img
    src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
    alt="Open with Devin">
      </picture>
    </a>
    <!-- devin-review-badge-end -->
    
    <!-- This is an auto-generated description by cubic. -->
    ---
    ## Summary by cubic
    Ask mode now always uses the local agent handler in read-only mode. It’s
    available to all users and doesn’t consume free agent quota.
    
    - **New Features**
      - Routes all Ask mode chats to the local agent.
      - Removes the Pro check; available to all users.
      - Read-only tools only; no edits.
    - Engine-dependent tools (code search, web search, web crawl) require
    Dyad Pro.
    
    - **Bug Fixes**
    - Skips file upload instructions in Ask mode since write tools aren’t
    available.
    
    <sup>Written for commit 9732679491a53e7be7fa40dae6f18db4b2d43701.
    Summary will update on new commits.</sup>
    
    <!-- End of auto-generated description by cubic. -->
    
    ---------
    Co-authored-by: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
    933dda65
chat_panel_toggle.spec.ts 1.0 KB