Skip to content

fix: correct typo in create_new_file success message#12062

Open
octo-patch wants to merge 1 commit intocontinuedev:mainfrom
octo-patch:fix/issue-12052-typo-create-new-file
Open

fix: correct typo in create_new_file success message#12062
octo-patch wants to merge 1 commit intocontinuedev:mainfrom
octo-patch:fix/issue-12052-typo-create-new-file

Conversation

@octo-patch
Copy link
Copy Markdown
Contributor

@octo-patch octo-patch commented Apr 7, 2026

Fixes #12052

Problem

The success message returned by the create_new_file tool contains a spelling typo: "successfuly" (missing an 'l') instead of "successfully". There was also an identical typo in a test description in CodebaseIndexer.test.ts.

Solution

  • Fixed core/tools/implementations/createNewFile.ts line 36: "File created successfuly""File created successfully"
  • Fixed core/indexing/CodebaseIndexer.test.ts line 211: test description string with the same typo

Testing

This is a string literal change with no logic impact. Existing tests continue to pass.


Summary by cubic

Fixes #12052 by correcting the typo in the create_new_file tool’s success message ("successfuly" → "successfully") and updating the matching test in CodebaseIndexer.test.ts.

Written for commit cb81b97. Summary will update on new commits.

…2052)

Fixed spelling typo in the create_new_file tool success message and
a matching typo in the CodebaseIndexer test description.
@octo-patch octo-patch requested a review from a team as a code owner April 7, 2026 04:33
@octo-patch octo-patch requested review from sestinj and removed request for a team April 7, 2026 04:33
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 7, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Typo in create_new_file success message

1 participant