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
.
IBM
/
cpex-plugins
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
10
Code
Issues
22
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/output length guard rust migration
- #169
#169
Open
prakhar-singh1928
wants to merge 20 commits into
main
IBM/cpex-plugins:main
from
feat/output-length-guard-rust-migration
IBM/cpex-plugins:feat/output-length-guard-rust-migration
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Feat/output length guard rust migration
#169
prakhar-singh1928
wants to merge 20 commits into
main
IBM/cpex-plugins:main
from
feat/output-length-guard-rust-migration
IBM/cpex-plugins:feat/output-length-guard-rust-migration
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
feat: migrate output_length_guard plugin to Rust (closes #145)
Show description for 2e93a36
prakhar-singh1928
committed
2e93a36
View commit details
Copy full SHA for 2e93a36
Browse repository at this point
fix(output_length_guard): enforce max_structure_size on MCP content lists
Show description for f3ad819
prakhar-singh1928
committed
f3ad819
View commit details
Copy full SHA for f3ad819
Browse repository at this point
chore(output_length_guard): add uv.lock for reproducible dev installs
Show description for 5f91b7b
prakhar-singh1928
committed
5f91b7b
View commit details
Copy full SHA for 5f91b7b
Browse repository at this point
fix(output_length_guard): emit observability metrics for MCP CallToolResult dicts
Show description for 9ca8d4e
prakhar-singh1928
committed
9ca8d4e
View commit details
Copy full SHA for 9ca8d4e
Browse repository at this point
test(output_length_guard): kill 86 surviving mutants; fix detect-secrets false positive
Show description for 2682cc1
prakhar-singh1928
committed
2682cc1
View commit details
Copy full SHA for 2682cc1
Browse repository at this point
test(output_length_guard): kill surviving cargo-mutants via targeted unit tests
Show description for 57f5380
prakhar-singh1928
committed
57f5380
View commit details
Copy full SHA for 57f5380
Browse repository at this point
chore(output_length_guard): add mutants workspace dep for #[mutants::skip]
Show description for b0d8acf
prakhar-singh1928
committed
b0d8acf
View commit details
Copy full SHA for b0d8acf
Browse repository at this point
add mutants to cargo.lock
Show description for 0d66b8e
prakhar-singh1928
committed
0d66b8e
View commit details
Copy full SHA for 0d66b8e
Browse repository at this point
fix(output_length_guard): correct metrics mode/strategy and enforce max_structure_size in truncate mode
Show description for f7374ab
prakhar-singh1928
committed
f7374ab
View commit details
Copy full SHA for f7374ab
Browse repository at this point
fix clippy errors
Show description for 62b891e
prakhar-singh1928
committed
62b891e
View commit details
Copy full SHA for 62b891e
Browse repository at this point
fix(output_length_guard): fix metadata key collision and remove dead code in structured.rs
Show description for 39b1493
prakhar-singh1928
committed
39b1493
View commit details
Copy full SHA for 39b1493
Browse repository at this point
fix(output_length_guard): use char count for character-mode detection, not byte length
Show description for f6e14b5
prakhar-singh1928
committed
f6e14b5
View commit details
Copy full SHA for f6e14b5
Browse repository at this point
fix(test_plugin_catalog): update counts and splits for 8 Rust + 1 Python plugins
Show description for 30e41b0
prakhar-singh1928
committed
30e41b0
View commit details
Copy full SHA for 30e41b0
Browse repository at this point
fix(output_length_guard): resolve 4 blocking review issues from PR #169
Show description for 0e2de8a
prakhar-singh1928
committed
0e2de8a
View commit details
Copy full SHA for 0e2de8a
Browse repository at this point
fix(plugin_hooks): add mcp_error_code to PluginViolation stub
Show description for 66a1fcc
prakhar-singh1928
committed
66a1fcc
View commit details
Copy full SHA for 66a1fcc
Browse repository at this point
fix(output_length_guard): suppress unkillable mutants on log-only truncate warning
Show description for 5b6ef24
prakhar-singh1928
committed
5b6ef24
View commit details
Copy full SHA for 5b6ef24
Browse repository at this point
Commits on Sep 8, 2026
use unicode codepoint counting
Show description for 1e5c97d
prakhar-singh1928
committed
1e5c97d
View commit details
Copy full SHA for 1e5c97d
Browse repository at this point
preserve legacy metadata contract
Show description for 7bbe413
prakhar-singh1928
committed
7bbe413
View commit details
Copy full SHA for 7bbe413
Browse repository at this point
address comments
Show description for b3ae609
prakhar-singh1928
committed
b3ae609
View commit details
Copy full SHA for b3ae609
Browse repository at this point
fix(output-length-guard): default max_chars to None to match Python behaviour
Show description for 72fc3ef
prakhar-singh1928
committed
72fc3ef
View commit details
Copy full SHA for 72fc3ef
Browse repository at this point
You can’t perform that action at this time.