Skip to content

Commit 8a2bb28

Browse files
dannyighsujahooma
andauthored
Bug: Expose types in CodebuffClientOptions (#340)
Co-authored-by: James Grugett <jahooma@gmail.com>
1 parent 7d95bfc commit 8a2bb28

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sdk/src/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
export type * from './run'
21
export type * from '../../common/src/types/json'
32
export type * from '../../common/src/types/messages/codebuff-message'
43
export type * from '../../common/src/types/messages/data-content'
4+
export type * from '../../common/src/types/print-mode'
5+
export type * from './run'
56
// Agent type exports
67
export type { AgentDefinition } from '../../common/src/templates/initial-agents-dir/types/agent-definition'
78
// Re-export code analysis functionality
89
export * from '../../packages/code-map/src/index'
910

11+
export type { ClientToolCall, ClientToolName, CodebuffToolOutput } from '../../common/src/tools/list'
1012
export * from './client'
1113
export * from './custom-tool'
14+
export * from './native/ripgrep'
1215
export * from './run-state'
16+
export { ToolHelpers, ToolName } from './tools'
1317
export * from './websocket-client'
14-
export * from './native/ripgrep'
15-
export { ToolHelpers } from './tools'
18+

0 commit comments

Comments
 (0)