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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Zoo-Code-Org
/
Zoo-Code
Public
Notifications
You must be signed in to change notification settings
Fork
279
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
fix: mimo-parallel-tool-call-policy (2/2)
- #1130
#1130
Closed
myk1yt
wants to merge 33 commits into
Zoo-Code-Org:main
Zoo-Code-Org/Zoo-Code:main
from
myk1yt:pr/b12-mimo-enforcement-v2
myk1yt/Zoo-Code:pr/b12-mimo-enforcement-v2
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Closed
fix: mimo-parallel-tool-call-policy (2/2)
#1130
myk1yt
wants to merge 33 commits into
Zoo-Code-Org:main
Zoo-Code-Org/Zoo-Code:main
from
myk1yt:pr/b12-mimo-enforcement-v2
myk1yt/Zoo-Code:pr/b12-mimo-enforcement-v2
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
feat: add model-level tool-call capability and policy resolution
Zoo (VP)
committed
3e60771
View commit details
Copy full SHA for 3e60771
Browse repository at this point
feat: wire MiMo provider controls and tighten argument normalization
Show description for 51fc0ba
Zoo (VP)
committed
51fc0ba
View commit details
Copy full SHA for 51fc0ba
Browse repository at this point
feat: add ghost quarantine and max-one tool call enforcement
Show description for 6026969
Zoo (VP)
committed
6026969
View commit details
Copy full SHA for 6026969
Browse repository at this point
feat: add tool-call policy telemetry events
Show description for d56b7fd
Zoo (VP)
committed
d56b7fd
View commit details
Copy full SHA for d56b7fd
Browse repository at this point
fix: resolve no-explicit-any lint errors in mimo and telemetry files
Zoo (VP)
committed
c54608b
View commit details
Copy full SHA for c54608b
Browse repository at this point
fix: preserve parallel behavior for known providers without explicit capabilities
Zoo (VP)
committed
05341fd
View commit details
Copy full SHA for 05341fd
Browse repository at this point
fix: port NativeToolParseFailure infrastructure and clean error-interception refs from backup
Zoo (VP)
committed
9fa4256
View commit details
Copy full SHA for 9fa4256
Browse repository at this point
fix: port cleaned mimo.ts provider from backup to match spec types
Zoo (VP)
committed
d759504
View commit details
Copy full SHA for d759504
Browse repository at this point
fix(mimo): suppress parallel tool calls at provider stream level
Zoo (VP)
committed
12fb091
View commit details
Copy full SHA for 12fb091
Browse repository at this point
fix(mimo): apply strict tool schemas via convertToolsForOpenAI()
Show description for d2265b5
myk1yt
authored and
Zoo (VP)
committed
d2265b5
View commit details
Copy full SHA for d2265b5
Browse repository at this point
fix(mimo): pass openAiToolStrictMode setting to convertToolsForOpenAI
Zoo (VP)
committed
169c842
View commit details
Copy full SHA for 169c842
Browse repository at this point
fix(mimo): pass tools to convertToolsForOpenAI without extra strictMode arg
Zoo (VP)
committed
0cd4577
View commit details
Copy full SHA for 0cd4577
Browse repository at this point
fix(mimo): drop argument fragments of disguised parallel tool calls
Show description for 976b525
Zoo (VP)
committed
976b525
View commit details
Copy full SHA for 976b525
Browse repository at this point
fix: correct misleading error-interception comments in tool-call parser
Show description for 2a6ed0b
Zoo (VP)
committed
2a6ed0b
View commit details
Copy full SHA for 2a6ed0b
Browse repository at this point
fix: clear stale native tool-call parse failures on new API request
Show description for 07db8c9
Zoo (VP)
committed
07db8c9
View commit details
Copy full SHA for 07db8c9
Browse repository at this point
fix(mimo): retry once without strict tool schemas on endpoint rejection
Show description for 86477b0
Zoo (VP)
committed
86477b0
View commit details
Copy full SHA for 86477b0
Browse repository at this point
test(b12): add coverage tests for tool-call-policy streaming state and telemetry events
Zoo (VP)
committed
b9c3687
View commit details
Copy full SHA for b9c3687
Browse repository at this point
ci: retrigger workflow after transient infra outage
Zoo (VP)
committed
ff3662a
View commit details
Copy full SHA for ff3662a
Browse repository at this point
fix: prune stale eslint-suppressions.json entries
Zoo (VP)
committed
8efafae
View commit details
Copy full SHA for 8efafae
Browse repository at this point
chore: remove temp file progress.txt
Zoo (VP)
committed
aabcb53
View commit details
Copy full SHA for aabcb53
Browse repository at this point
Commits on Aug 7, 2026
merge: resolve eslint-suppressions.json conflict with upstream/main
Zoo (VP)
committed
4210613
View commit details
Copy full SHA for 4210613
Browse repository at this point
test(b12): add coverage tests for mimo provider, NativeToolCallParser, and Task policy resolution
Zoo (VP)
committed
2e269f2
View commit details
Copy full SHA for 2e269f2
Browse repository at this point
test(b12): cover all ghost-quarantine blocks in Task.ts for 99.9% diff coverage
Zoo (VP)
committed
2854245
View commit details
Copy full SHA for 2854245
Browse repository at this point
test(task): fix async timer teardown and unhandled rejections in throttle tests
Zoo (VP)
committed
176d0da
View commit details
Copy full SHA for 176d0da
Browse repository at this point
chore: remove temporary docs and scripts from PR diff
Zoo (VP)
committed
5c376dc
View commit details
Copy full SHA for 5c376dc
Browse repository at this point
Commits on Aug 8, 2026
test(e2e): add MIMO parallel enforcement suite
Zoo (VP)
committed
520ccb1
View commit details
Copy full SHA for 520ccb1
Browse repository at this point
fix(e2e): widen mimoBaseUrl schema + fix mimo-parallel test types (PR #1130)
Show description for 4885fa5
Zoo (VP)
committed
4885fa5
View commit details
Copy full SHA for 4885fa5
Browse repository at this point
fix(vscode-e2e): fix mimo-parallel test base url and type assertions
Zoo (VP)
committed
64d6569
View commit details
Copy full SHA for 64d6569
Browse repository at this point
fix(vscode-e2e): capture say messages with partial undefined in mimo-parallel test
Zoo (VP)
committed
8d52e02
View commit details
Copy full SHA for 8d52e02
Browse repository at this point
fix(vscode-e2e): capture ask tool messages and complete Turn 2 in mimo-parallel test
Zoo (VP)
committed
b745aef
View commit details
Copy full SHA for b745aef
Browse repository at this point
Commits on Aug 9, 2026
Merge branch 'main' into pr/b12-mimo-enforcement-v2
myk1yt
authored
849457d
View commit details
Copy full SHA for 849457d
Browse repository at this point
fix: add missing clearAllMocks import in mimo.spec.ts
Zoo (VP)
committed
e935251
View commit details
Copy full SHA for e935251
Browse repository at this point
fix(test): add deterministic mocks to Task.throttle.test.ts to prevent EnvironmentTeardownError
Zoo (VP)
committed
055b3b3
View commit details
Copy full SHA for 055b3b3
Browse repository at this point
You can’t perform that action at this time.