Skip to content

Commit e998e06

Browse files
committed
feat(nextjs): Export Claude Code integration types
1 parent 5a05bd6 commit e998e06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nextjs/src/index.types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
2525
// Different implementation in server and worker
2626
export declare const vercelAIIntegration: typeof serverSdk.vercelAIIntegration;
2727

28+
// Claude Code integration (server-only)
29+
export declare const claudeCodeIntegration: typeof serverSdk.claudeCodeIntegration;
30+
export declare const createInstrumentedClaudeQuery: typeof serverSdk.createInstrumentedClaudeQuery;
31+
export declare const patchClaudeCodeQuery: typeof serverSdk.patchClaudeCodeQuery;
32+
2833
export declare const getDefaultIntegrations: (options: Options) => Integration[];
2934
export declare const defaultStackParser: StackParser;
3035

0 commit comments

Comments
 (0)