Skip to content

fix: remove unsupported AI providers - #10

Merged
powerycy merged 1 commit into
shengjidaguai-china:mainfrom
GioiaZheng:fix-ai-provider-options
Jun 7, 2026
Merged

powerycy merged 1 commit into
shengjidaguai-china:mainfrom
GioiaZheng:fix-ai-provider-options

Conversation

@GioiaZheng

Copy link
Copy Markdown
Contributor

Summary

  • remove OpenAI/custom from the Web AI provider selector
  • update the config schema so it only advertises the currently supported Anthropic provider
  • update README requirements and FAQ to avoid promising unsupported provider routing
  • rebuild the tracked frontend bundle

Tests

  • python -c "import json; json.load(open('src/bosshunter/web/config_schema.json', encoding='utf-8')); print('ok')"
  • npm run build
  • git diff --check

Fixes #2

@powerycy powerycy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Reviewed the AI provider UI/schema cleanup. Removing OpenAI/custom from the advertised options aligns the UI with the current Anthropic-only backend and avoids misleading users until provider routing is implemented.

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.

[Bug] AI provider setting allows OpenAI/custom, but backend only calls Anthropic

2 participants