| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40b1dd7 commit f7e8dd2
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ import { Message } from "../session/message" | |||
| 10 | 10 | import { Provider } from "../provider/provider" | |
| 11 | 11 | import { App } from "../app/app" | |
| 12 | 12 | import { Global } from "../global" | |
| 13 | - import { filter, mapValues } from "remeda" | ||
| 13 | + import { mapValues } from "remeda" | ||
| 14 | 14 | import { NamedError } from "../util/error" | |
| 15 | 15 | import { ModelsDev } from "../provider/models" | |
| 16 | 16 | import { Ripgrep } from "../external/ripgrep" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ export namespace SystemPrompt { | |||
| 25 | 25 | export async function environment() { | |
| 26 | 26 | const app = App.info() | |
| 27 | 27 | ||
| 28 | - const tree = async () => { | ||
| 28 | + ;async () => { | ||
| 29 | 29 | const files = await Ripgrep.files({ | |
| 30 | 30 | cwd: app.path.cwd, | |
| 31 | 31 | }) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | import { z, type ZodSchema } from "zod" | |
| 2 | - import { Log } from "./log" | ||
| 2 | + // import { Log } from "./log" | ||
| 3 | 3 | ||
| 4 | - const log = Log.create() | ||
| 4 | + // const log = Log.create() | ||
| 5 | 5 | ||
| 6 | 6 | export abstract class NamedError extends Error { | |
| 7 | 7 | abstract schema(): ZodSchema | |
| Back | FazBrowse Home | New Git URL |
0 commit comments