Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Zoo-Code-Org
/
Zoo-Code
Public
Notifications
You must be signed in to change notification settings
Fork
280
Star
1.9k
Code
Issues
524
Pull requests
178
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(bailian): add Bailian (Alibaba Cloud) as an AI provider
- #421
#421
Closed
F915
wants to merge 28 commits into
Zoo-Code-Org:main
Zoo-Code-Org/Zoo-Code:main
from
F915:bailian
F915/Zoo-Code:bailian
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
feat(bailian): add Bailian (Alibaba Cloud) as an AI provider
#421
F915
wants to merge 28 commits into
Zoo-Code-Org:main
Zoo-Code-Org/Zoo-Code:main
from
F915:bailian
F915/Zoo-Code:bailian
Copy head branch name to clipboard
Commits
Commits on May 31, 2026
feat(bailian): add Bailian (Alibaba Cloud) as an AI provider (#420)(#421)
Show description for 8cc5b2f
F915
committed
8cc5b2f
View commit details
Copy full SHA for 8cc5b2f
Browse repository at this point
fix(bailian): initialize binary reasoning state, add null guard, fix comments (#420)(#421)
Show description for 32b64ba
F915
committed
32b64ba
View commit details
Copy full SHA for 32b64ba
Browse repository at this point
fix(bailian): add missing workspaceId tests, fix supportsPromptCache fallback (#420)(#421)
Show description for ef6b1f9
F915
committed
ef6b1f9
View commit details
Copy full SHA for ef6b1f9
Browse repository at this point
Commits on Jun 1, 2026
feat(bailian): dynamic model fetching, provider hardening, and bug fixes (#420)(#421)
Show description for 719c0a8
F915
committed
719c0a8
View commit details
Copy full SHA for 719c0a8
Browse repository at this point
docs: add implementation plan for 4 coderabbit review fixes
Show description for 6e22197
F915
committed
6e22197
View commit details
Copy full SHA for 6e22197
Browse repository at this point
fix(bailian): use matched preset metadata for versioned model IDs on cold start
Show description for 4eb9654
F915
committed
4eb9654
View commit details
Copy full SHA for 4eb9654
Browse repository at this point
docs(bailian): document why shared cache key across regions is safe
Show description for 73241c7
F915
and
claude
committed
73241c7
View commit details
Copy full SHA for 73241c7
Browse repository at this point
test(bailian): add suiteTeardown to restore default provider config
Show description for b160cbb
F915
and
claude
committed
b160cbb
View commit details
Copy full SHA for b160cbb
Browse repository at this point
fix(bailian): read region/workspaceId from message.values for refresh models
Show description for 1ec1a0b
F915
committed
1ec1a0b
View commit details
Copy full SHA for 1ec1a0b
Browse repository at this point
test(bailian): add bailian:{} to requestRouterModels test assertions
Show description for 141b567
F915
committed
141b567
View commit details
Copy full SHA for 141b567
Browse repository at this point
fix(bailian): show correct model params for auto-fetched models in UI (#420)(#421)
Show description for e0c26f5
F915
committed
e0c26f5
View commit details
Copy full SHA for e0c26f5
Browse repository at this point
Commits on Jun 2, 2026
fix(bailian): fix UI model info resolution, pricing canonicalization, and reasoning parameter handling (#420)(#421)
Show description for 9ec211f
F915
committed
9ec211f
View commit details
Copy full SHA for 9ec211f
Browse repository at this point
docs(bailian): remove docs/superpowers folder
F915
committed
77c5439
View commit details
Copy full SHA for 77c5439
Browse repository at this point
Commits on Jun 3, 2026
Merge branch 'main' into bailian
F915
authored
2a7f99e
View commit details
Copy full SHA for 2a7f99e
Browse repository at this point
feat(bailian): add preset models, remove hardcoded defaults, and fix UI behavior (#420)(#421)
Show description for edc7560
F915
committed
edc7560
View commit details
Copy full SHA for edc7560
Browse repository at this point
Commits on Jun 4, 2026
fix(bailian): extract BAILIAN_REGIONS as single source of truth, add pricing comment (#420)(#421)
F915
committed
61fd345
View commit details
Copy full SHA for 61fd345
Browse repository at this point
fix(bailian): use BAILIAN_REGIONS in Zod schema, add workspaceId format validation (#420)(#421)
F915
committed
a0e0a48
View commit details
Copy full SHA for a0e0a48
Browse repository at this point
fix(bailian): throw on unknown region instead of silent beijing fallback (#420)(#421)
F915
committed
d204423
View commit details
Copy full SHA for d204423
Browse repository at this point
fix(bailian): throw on empty completePrompt response instead of returning empty string (#420)(#421)
F915
committed
4df5498
View commit details
Copy full SHA for 4df5498
Browse repository at this point
fix(bailian): add telemetry for HTTP model fetch errors, log empty catch (#420)(#421)
F915
committed
8900fae
View commit details
Copy full SHA for 8900fae
Browse repository at this point
fix(bailian): add telemetry for URL construction failure in model router (#420)(#421)
F915
committed
8828cd9
View commit details
Copy full SHA for 8828cd9
Browse repository at this point
fix(bailian): catch buildApiHandler failures in Task constructor and updateApiConfiguration (#420)(#421)
F915
committed
068d04a
View commit details
Copy full SHA for 068d04a
Browse repository at this point
fix(bailian): add telemetry to remaining catch blocks, remove dead code, fix lint (#420)(#421)
Show description for 3278205
F915
committed
3278205
View commit details
Copy full SHA for 3278205
Browse repository at this point
fix(bailian): replace URL substring matching with hostname extraction to resolve CodeQL alerts (#420)(#421)
Show description for f778c75
F915
committed
f778c75
View commit details
Copy full SHA for f778c75
Browse repository at this point
Merge branch 'Zoo-Code-Org:main' into bailian
F915
authored
ec60ce5
View commit details
Copy full SHA for ec60ce5
Browse repository at this point
Commits on Jun 5, 2026
fix(bailian): address code review feedback — E2E interceptor, pricing, reasoning params, and handler refinements (#420)
Show description for a791c5f
F915
committed
a791c5f
View commit details
Copy full SHA for a791c5f
Browse repository at this point
Commits on Jun 6, 2026
fix(bailian): enable temperature for all models, fail-fast on handler errors, and fix custom model detection (#420)
Show description for 4f3581d
F915
committed
4f3581d
View commit details
Copy full SHA for 4f3581d
Browse repository at this point
Commits on Jun 8, 2026
docs: add Bailian (Alibaba Cloud) provider documentation
Show description for 3a03119
F915
committed
3a03119
View commit details
Copy full SHA for 3a03119
Browse repository at this point
You can’t perform that action at this time.