We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040c27e commit 1fd637bCopy full SHA for 1fd637b
4 files changed
claude-agent-github-wiki/app/api/analyze-repo/route.ts
@@ -1,5 +1,5 @@
1
import { tasks } from "@trigger.dev/sdk";
2
-import { analyzeRepo } from "@/trigger/analyze-repo";
+import type { analyzeRepo } from "@/trigger/analyze-repo";
3
import { NextRequest, NextResponse } from "next/server";
4
5
export async function POST(request: NextRequest) {
@@ -51,4 +51,4 @@ export async function POST(request: NextRequest) {
51
{ status: 500 },
52
);
53
}
54
-}
+}
claude-agent-github-wiki/app/response/[runId]/page.tsx
@@ -20,7 +20,7 @@ import {
20
XCircle,
21
} from "lucide-react";
22
import { agentStream } from "@/trigger/agent-stream";
23
24
import { useState } from "react";
25
import ReactMarkdown from "react-markdown";
26
0 commit comments