mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 15:13:46 +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