docs(community): add Xenon Skill and MCP interoperability guide - #716
Open
xianyu-sheng wants to merge 4 commits into
Open
docs(community): add Xenon Skill and MCP interoperability guide#716xianyu-sheng wants to merge 4 commits into
xianyu-sheng wants to merge 4 commits into
Conversation
Author
Xenon v0.7.3 baseline update — 2026-07-27Xenon v0.7.3 is published, and this PR's bilingual guide now targets it in commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mddirectories and stdio MCP servers in Xenonexamples/codex_with_skill_and_mcpweather example for executable setup and verification commandsv0.8.0releaseAgent(runtime="xenon")supportAbout Xenon v0.8.0
Xenon is an open-source terminal AI coding agent built around an online Evidence Runtime — a deterministic, zero-LLM verification chain that runs vertically through the whole task lifecycle (plan → pre-tool → execution → patch-binding → delivery). Its core contract: an LLM statement is a claim; only a tool result is evidence. This catches "pasted a diff but never wrote the file" hallucinations at delivery time with zero false-kills.
On the SWE-bench_Lite official harness (30 instances × 5 engines, single attempt, cheapest model tier), Xenon reaches 36.7% instance-level with a fully reproducible report (sampling seed, grading method, cost accounting, no-patch attribution) committed to the repo.
Validation
fumadocs-mdx,next typegen, andtsc --noEmitpassed for the original integration change0errors; the v0.8.0 integration contract, Skill roots, and MCP transports are unchangedinitialize,tools/list, andget_weather2088 passed(unit + integration),ruffandcompileallgreen中文说明
本 PR 增加 Xenon 与 VeADK 在标准 Skill/MCP 组件层的双语互操作指南,并清楚区分「组件复用」和「VeADK 原生 Xenon runtime 适配」。文档以已发布的 Xenon v0.8.0 为稳定版本基线。
Xenon 是一个以「在线 Evidence Runtime 验证链」为核心的开源终端 AI 编程 Agent——LLM 的话只能作为 Claim,工具结果才是 Evidence,验证从事后审计升级为贯穿任务全生命周期的在线拦截。在 SWE-bench_Lite 官方评测(30 实例,最便宜模型档,单次尝试)上达到 36.7% 实例级通过率,完整评测方法与成本已入库可复现。