Will Chen
06ad1a7546
Smart Context: deep (#1527)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Introduce a new "deep" Smart Context mode that supplies versioned
files (by commit) to the engine, adds code search rendering, stores
source commit hashes, improves search-replace recovery, and updates
UI/tests.
>
> - **Smart Context (deep)**:
> - Replace `conservative` with `deep`; limit context to ~200 turns;
send `sourceCommitHash` per message.
> - Build and pass `versioned_files` (hash-id map + per-message file
refs) and `app_id` to engine.
> - **DB**:
> - Add `messages.source_commit_hash` (+ migration/snapshot).
> - **Engine/Processing**:
> - Retry Turbo Edits v2: first re-read then fallback to `dyad-write` if
search-replace fails.
> - Include provider options and versioned files in requests; add
`getCurrentCommitHash`/`getFileAtCommit`.
> - **UI**:
> - Pro mode selector: new `deep` option; tooltips polish.
> - Add `DyadCodeSearch` and `DyadCodeSearchResult` components; parser
supports new tags.
> - **Tests/E2E**:
> - New `smart_context_deep` e2e; update snapshots to include `app_id`
and deep mode; adjust Playwright timeout.
> - Unit tests for versioned codebase context.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e3d3bffabb2bc6caf52103461f9d6f2d5ad39df8. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2025-11-06 10:45:39 -08:00
..
2025-11-06 10:45:39 -08:00
2025-04-14 21:55:51 -07:00
2025-04-18 11:29:31 -07:00
2025-04-23 12:59:09 -07:00
2025-05-02 13:47:59 -07:00
2025-05-06 12:15:42 -07:00
2025-05-12 21:51:08 -07:00
2025-06-10 13:52:20 -07:00
2025-06-17 16:59:26 -07:00
2025-07-17 15:54:08 -07:00
2025-08-04 16:36:09 -07:00
2025-08-18 10:41:22 -07:00
2025-08-18 13:25:11 -07:00
2025-09-19 15:43:39 -07:00
2025-10-06 12:44:18 -07:00
2025-10-13 16:41:46 -07:00
2025-10-14 15:34:42 -07:00
2025-11-06 10:45:39 -08:00