mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 02:06:41 +00:00
feat(tui): file viewer, select messages
This commit is contained in:
@@ -32,7 +32,7 @@ export namespace Ripgrep {
|
||||
}),
|
||||
})
|
||||
|
||||
const Match = z.object({
|
||||
export const Match = z.object({
|
||||
type: z.literal("match"),
|
||||
data: z.object({
|
||||
path: z.object({
|
||||
|
||||
Reference in New Issue
Block a user