Conversation
|
Thanks @BX166 for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
|
Addressed the review: AICraft is now documented in
This satisfies |
|
thank you! will work on getting this in |
Once `aicraft` joins the tuple in `hosted_openai_compat_hosts_are_templates_not_enum_variants` the line exceeds the width, so `cargo fmt --all -- --check` rejected it and the required Lint check stayed red. Applied by a maintainer rather than sent back as a review round-trip. The contribution is unchanged; only its formatting. Pushing to the fork was refused despite maintainerCanModify, so this lands on an integration branch per AGENTS.md.
|
Thank you for this, @BX166 — and I'm sorry it took the route it did. I'm closing it, but not because anything was wrong with the work. It followed We're removing provider setup templates entirely (#6289). The founder's call AICraft stays supported. I checked it out, and it's a real service — Hainan One correction worth having on the record: the PR set the default model to Two things that went wrong on our side, so you know none of it was you:
If you want to keep contributing here — and I hope you do — #6289 itself is open, |
#6171 added AICraft as an eleventh provider setup template. It is closed unmerged — not because anything was wrong with it, but because it is what made the template layer's cost visible, and the decision now is to remove that layer entirely and let named OpenAI-compatible hosts be ordinary providers (#6289). A contribution that changes a design is a contribution. Credited in the "Reports and reproductions" half of the band rather than "Merged or adapted", because the honest claim is that it shaped a decision, not that its code shipped. All four credit surfaces move together, which the contract requires: the `### Contributors` block in `CHANGELOG.md`, the v0.9.14 band in `docs/CONTRIBUTORS.md`, `RELEASE_HELPERS` in `web/lib/release-credits.ts`, and `repository.requiredCandidateCredits` in `docs/public-surface-facts.json`. `public-copy.test.ts` asserts the handle sets are identical across the first three, so a partial update is a red build rather than a quiet omission — which is the right shape for a credit gate. Their base URL and key env are carried into #6289 so the replacement docs keep them, and the note not to carry `claude-4.6-sonnet` across is recorded there too: AICraft advertises DeepSeek, Qwen, GLM, MiniMax and Doubao, and lists no Anthropic models. Tests: `npx vitest run` in `web/` — 51 files, 471 tests, all passing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: CodeWhale Bot <bot@codewhale.net>
Summary
Adds AICraft (
aicraftapi.com) as an OpenAI-compatible provider setup template, following the same descriptor-row pattern as SenseNova, Baseten, Groq, Cerebras, and Command Code.AICRAFT_TEMPLATE_ID = "aicraft"AICRAFT_BASE_URL = "https://aicraftapi.com/v1"AICRAFT_DEFAULT_MODEL = "claude-4.6-sonnet"AICRAFT_API_KEY_ENV = "AICRAFT_API_KEY"Changes
ProviderSetupApply::Compatibledescriptor row, inserted before the unpublishedagnesentry.settings_value_names_fillable_then_unpublishedto includeaicraftin the fillable list.aicraftentry tohosted_openai_compat_hosts_are_templates_not_enum_variants.Test plan
settings_value_names_fillable_then_unpublished,hosted_openai_compat_hosts_are_templates_not_enum_variants) are expected to pass under the existingcrates/configtest suite.No-Issue: provider setup template addition; no tracking issue was filed for AICraft. (Line added by a maintainer to satisfy the required
linkcheck — the contribution itself is unchanged.)