We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702fed2 commit 5588630Copy full SHA for 5588630
2 files changed
packages/cli/src/commands/init.ts
@@ -9,7 +9,6 @@
9
10
import { cmdOk, cmdErr, AgentType } from '../core/types.js';
11
import { loadConfig, resolveModel } from '../core/config.js';
12
-import { getRepoInfo } from '../github/client.js';
13
import { listIssues, listSubIssues, listComments } from '../github/issues.js';
14
import { parseCommentMeta } from '../github/comments.js';
15
import { getPositionalArg, type CommandRegistry } from './types.js';
packages/cli/src/commands/types.ts
@@ -3,7 +3,7 @@
3
* Used by all command modules in packages/cli/src/commands/.
4
*/
5
6
-import { CmdResult, cmdErr } from '../core/types.js';
+import { type CmdResult, cmdErr } from '../core/types.js';
7
8
export type { CmdResult };
export { cmdErr };
0 commit comments