mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-30 03:42:11 +00:00
refactor(core): import filesystem search schemas directly (#45684)
This commit is contained in:
parent
569a39c4ba
commit
38e4c97aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import path from "path"
|
|||
import { Clock, Context, Deferred, Duration, Effect, Layer, Schema, Scope } from "effect"
|
||||
import { Fff } from "#fff"
|
||||
import fuzzysort from "fuzzysort"
|
||||
import { FileSystem } from "../filesystem.js"
|
||||
import { FileSystem } from "@opencode-ai/schema/filesystem"
|
||||
import { Location } from "../location.js"
|
||||
import { Ripgrep } from "../ripgrep.js"
|
||||
import { RelativePath } from "../schema.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue