File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { promptAiSdkStructured } from '@codebuff/backend/llm-apis/vercel-ai-sdk/
66import { models } from '@codebuff/common/constants'
77import { generateCompactId } from '@codebuff/common/util/string'
88import { withTimeout } from '@codebuff/common/util/promise'
9- import { CodebuffClient } from '@codebuff/ sdk'
9+ import { CodebuffClient } from '../../ sdk/src/client '
1010import pLimit from 'p-limit'
1111
1212import {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { execSync } from 'child_process'
55import path from 'path'
66
77import { generateCompactId } from '@codebuff/common/util/string'
8- import { CodebuffClient } from '@codebuff/ sdk'
8+ import { CodebuffClient } from '../../ sdk/src/client '
99import { Command , Flags } from '@oclif/core'
1010
1111import { extractRepoNameFromUrl , setupTestRepo } from './setup-test-repo'
Original file line number Diff line number Diff line change 33import fs from 'fs'
44
55import { generateCompactId } from '@codebuff/common/util/string'
6- import { CodebuffClient } from '@codebuff/ sdk'
6+ import { CodebuffClient } from '../../ sdk/src/client '
77import { Command , Flags } from '@oclif/core'
88
99import { extractRepoNameFromUrl , setupTestRepo } from './setup-test-repo'
You can’t perform that action at this time.
0 commit comments