Skip to content

Conversation

@dannyighsu
Copy link
Contributor

CodebuffClientOptions is exposed publicly but these types in the signature are not. This is helpful for strongly typing tool overrides, among other things:

export function changeFile(
  parameters: unknown,
  cwd: string,
): CodebuffToolOutput<'str_replace'> { ... }

@dannyighsu dannyighsu changed the title Expose types in CodebuffClientOptions Bug: Expose types in CodebuffClientOptions Oct 10, 2025
@jahooma
Copy link
Contributor

jahooma commented Oct 10, 2025

Awesome! Great change. I just exposed ToolName instead of PublishedToolName, but will merge now!

@jahooma jahooma merged commit 8a2bb28 into CodebuffAI:main Oct 10, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants