Skip to content

Refactor provider helper module naming and remove Anthropic entrypoint#7945

Merged
noanflaherty merged 1 commit into
mainfrom
codex/remove-legacy-anthropic-provider-helper
Feb 24, 2026
Merged

Refactor provider helper module naming and remove Anthropic entrypoint#7945
noanflaherty merged 1 commit into
mainfrom
codex/remove-legacy-anthropic-provider-helper

Conversation

@noanflaherty
Copy link
Copy Markdown
Contributor

@noanflaherty noanflaherty commented Feb 24, 2026

Summary

  • rename assistant/src/providers/anthropic-send-message.ts to assistant/src/providers/provider-send-message.ts
  • remove the legacy getAnthropicProvider() export to eliminate the Anthropic-only entrypoint
  • update all production imports and relevant tests to the renamed provider-agnostic helper module

Validation

  • cd assistant && bunx tsc --noEmit
  • cd assistant && bun test src/__tests__/clarification-resolver.test.ts src/__tests__/contradiction-checker.test.ts src/__tests__/classifier.test.ts src/__tests__/skills.test.ts src/__tests__/entity-extractor.test.ts src/__tests__/hooks-watch.test.ts src/__tests__/no-direct-anthropic-sdk-imports.test.ts

Open with Devin

@noanflaherty noanflaherty merged commit bbb372b into main Feb 24, 2026
1 check failed
@noanflaherty noanflaherty deleted the codex/remove-legacy-anthropic-provider-helper branch February 24, 2026 15:54
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

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.

1 participant