• Will Chen's avatar
    Code search tool (#2167) · 50ca2fa1
    Will Chen 提交于
    <!-- CURSOR_SUMMARY -->
    > [!NOTE]
    > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
    generating a summary for commit
    3cc11d352d12a0f51da474e5e3a281c128f2a9c4. Configure
    [here](https://cursor.com/dashboard?tab=bugbot).</sup>
    <!-- /CURSOR_SUMMARY -->
    
    <!-- This is an auto-generated description by cubic. -->
    ## Summary by cubic
    Adds a semantic code search tool to the local agent with an interactive
    UI card, so the agent can find relevant files by meaning, not just text.
    Includes E2E coverage for the full flow.
    
    - New Features
    - code_search tool: gathers project files, calls Dyad Engine
    /tools/code-search, and returns relevant file paths.
    - Streams a dyad-code-search tag while running; shows pending state in
    the UI. Requires a Dyad Pro API key.
    - DyadCodeSearch UI: collapsible card with query preview, results, and
    loading indicator.
    - Markdown parser now passes query and state; tool registered in
    tool_definitions.
    
    - Tests
      - Added E2E spec, fixture, and snapshot for local-agent code search.
    - Fake LLM server includes a mock /engine/v1/tools/code-search endpoint.
    
    <sup>Written for commit 3cc11d352d12a0f51da474e5e3a281c128f2a9c4.
    Summary will update on new commits.</sup>
    
    <!-- End of auto-generated description by cubic. -->
    50ca2fa1
名称
最后提交
最后更新
..
__tests__ 正在载入提交数据...
app 正在载入提交数据...
atoms 正在载入提交数据...
client_logic 正在载入提交数据...
components 正在载入提交数据...
constants 正在载入提交数据...
contexts 正在载入提交数据...
db 正在载入提交数据...
hooks 正在载入提交数据...
ipc 正在载入提交数据...
lib 正在载入提交数据...
main 正在载入提交数据...
neon_admin 正在载入提交数据...
pages 正在载入提交数据...
paths 正在载入提交数据...
pro 正在载入提交数据...
prompts 正在载入提交数据...
routes 正在载入提交数据...
shared 正在载入提交数据...
store 正在载入提交数据...
styles 正在载入提交数据...
supabase_admin 正在载入提交数据...
utils 正在载入提交数据...
backup_manager.ts 正在载入提交数据...
main.ts 正在载入提交数据...
preload.ts 正在载入提交数据...
renderer.tsx 正在载入提交数据...
router.ts 正在载入提交数据...