Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"esp32",
"esp32-s3",
"xiaozhi-esp32",
"mcp",
"mcp-server",
"python",
"cross-platform",
"edge-computing",
"embodied-ai",
"iot",
"mcp-client",
"multi-modal",
"raspberry-pi",
"robotics",
"voice-assistant"
],
"is_fork": false,
"size_kb": 100700,
"has_wiki": true,
"homepage": "https://huangjunsen0406.github.io/py-xiaozhi/",
"languages": {
"CSS": 5545,
"QML": 174217,
"Vue": 67892,
"SCSS": 797,
"Shell": 10268,
"Python": 1061003,
"Batchfile": 1156,
"JavaScript": 4694,
"TypeScript": 7496
},
"pushed_at": "2026-07-26T13:14:12Z",
"created_at": "2025-02-15T18:40:27Z",
"owner_type": "User",
"updated_at": "2026-07-26T13:13:29Z",
"description": "Open-source AI assistant ecosystem with MCP integrations, multimodal workflows, IoT support, and cross-platform voice interaction.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"QML"
]
},
"owner": {
"blog": "https://Junsen.online",
"name": "Junsen Huang",
"type": "User",
"login": "huangjunsen0406",
"company": null,
"location": "Guangzhou, China",
"followers": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/66542771?v=4",
"created_at": "2020-06-07T03:21:18Z",
"is_verified": null,
"public_repos": 112,
"account_age_days": 2240
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2026-07-26T11:39:21Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-25T19:21:23Z"
},
{
"tag": "v2.0.8",
"kind": "patch",
"published_at": "2026-07-18T04:22:40Z"
},
{
"tag": "v2.0.7",
"kind": "patch",
"published_at": "2026-07-18T04:09:50Z"
},
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2026-06-04T15:00:22Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2026-05-18T08:41:45Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-05-18T03:15:18Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2026-05-15T16:37:26Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-05-15T15:45:31Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-05-15T15:07:00Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-05-15T12:26:25Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2025-08-19T17:02:16Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2025-08-19T06:56:10Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2025-04-20T13:49:52Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2025-04-14T10:58:45Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2025-03-23T14:44:04Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2025-03-21T08:17:00Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2025-03-18T18:21:00Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2025-03-17T17:23:57Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-03-17T14:59:17Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-03-01T16:49:20Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-02-16T14:16:49Z"
}
],
"recent_commits": [
{
"oid": "95bd792fad5603224de9cf7700dec0a07996891f",
"body": "unifypy environment_check 查 PATH 里的 pyinstaller 可执行文件;\n直接 python -m unifypy 时 PATH 无 .venv/bin 会误报未安装。",
"is_bot": false,
"headline": "fix(ci): mac x64 将 venv/bin 加入 PATH 供 unifypy 找 pyinstaller",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T13:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d34ee653fd0d89bedfef6f276afacce17664b9",
"body": "arch -x86_64 uv 会因 uv 本体为 arm64 报 Bad CPU type。\n改为 arch -x86_64 .venv/bin/python -m unifypy。",
"is_bot": false,
"headline": "fix(ci): mac x64 用 x86_64 Python 直接跑 unifypy",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T13:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61fb9170c7d9be66d37c912c797749859b8f9d0",
"body": "bundle_ffmpeg 优先 .venv 导致忽略 x86_64 解释器且找不到\nstatic_ffmpeg。PYTHON= 可覆盖;FFmpeg/unifypy 统一走项目 venv。",
"is_bot": false,
"headline": "fix(ci): mac x64 打包用 venv Python 注入 FFmpeg",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T13:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7998d7b008239a5a4e2a39908d6a6feb271d222",
"body": "actions/setup-python 的 darwin-x64 依赖 Intel Homebrew gettext/libintl,\n在 arm runner 上会 Abort trap。改为 python-build-standalone 自包含解释器\n+ Rosetta,并仅 arm64 job 装 Homebrew portaudio/opus。",
"is_bot": false,
"headline": "fix(ci): mac x64 改用 standalone x86_64 Python,避开 setup-python",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T12:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b61b75cb92d184bbcbc1938d458c09636f94a4",
"body": "- matrix 增加 macos-x64(macos-latest + Rosetta + x86_64 Python)\n- unifypy 注入 pyinstaller.target_architecture\n- 打包后 lipo/file 校验二进制架构",
"is_bot": false,
"headline": "ci(mac): 在 arm runner 交叉打 macOS x64,避免 macos-13 排队",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T12:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea42ba113647873c7f45a9f8bb95f41079b356d3",
"body": "--version 在 2.0.18 仅显示工具版本并 exit 0,导致打包空跑成功、\nRelease 无资产。改用 --app-version,并校验 installer 产物。",
"is_bot": false,
"headline": "fix(ci): 适配 unifypy 2.0.18 的 --app-version",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165c468b61642b7b6f571373e752e97c3f96e48e",
"body": null,
"is_bot": false,
"headline": "chore: release v2.1.1",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce9da2cce402002a5b22b2a895b50953c02da43",
"body": "feat: v2.1.1 — 内置 WebRTC AEC、并行混音、TUI 与采集增强",
"is_bot": false,
"headline": "Merge pull request #315 from huangjunsen0406/feature/2.1.1",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ebedd90cd3731a9f4f5f90e935183cbf0dae6ee",
"body": "重写回声消除文档、更新配置项与侧栏/目录入口,\n并修正实时对话模式对设备 AEC 的过时说明。",
"is_bot": false,
"headline": "docs(aec): 同步内置 WebRTC APM 配置与导航",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b544dec201997e0659ad8d1fc858e9ad0f51279c",
"body": "同步默认配置项说明,GUI 可调 MUSIC_PARALLEL / FRAME_DELAY /\nENABLE_PREPROCESS;启用 AEC 时子项可编辑,修改后重启生效。",
"is_bot": false,
"headline": "feat(ui): 设置页暴露 AEC 并行播放与延迟补偿",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f43b7d980c7f9e5d5d583b409b8701eec0e053",
"body": "播放路径已统一到采样级 PcmFifo,删除遗留 asyncio 帧队列。",
"is_bot": false,
"headline": "refactor(audio): 移除未使用的 AudioBuffer 队列",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e5cf36d1e56ca716c59758ac9f7b6a482dbab4",
"body": "区分 ConnectionClosedOK 与异常关闭:会话结束只收回通道,\n按需下次 open_audio_channel,避免误报网络错误。",
"is_bot": false,
"headline": "fix(protocol): 服务端正常关闭不触发自动重连与网络错误",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T11:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099e732f24493a0548d6fe315d739e83901a63ce",
"body": "- 新增 AEC_OPTIONS.MUSIC_PARALLEL(默认开):AEC 引擎在位时 TTS 不再暂停音乐,35% 闪避垫底播放\n- TTS stop 仍发恢复请求,兜底 TTS 期间起播被置为 tts 暂停的歌曲\n- 引擎旁路(库缺失/自禁)自动回退暂停策略;并行模式下恢复日志降为 debug\n- AudioCodec 暴露 aec_active 供策略判定",
"is_bot": false,
"headline": "feat(audio): AEC 在位时 TTS 与音乐并行播放(混音闪避替代暂停)",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T09:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334484062ca8929e683c845d0055a9ca5cdc7490",
"body": null,
"is_bot": false,
"headline": "feat(audio): 接入 webrtc_apm 回声消除与 TTS/音乐分轨混音",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T09:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff4d256821ac16879667df2f3293d426ca6be33",
"body": "核心架构图收敛到容器/插件/协议/音频/界面主干,去掉细枝末节节点;\n特性卡与模块清单改成短句,补 ViewPort 多界面(GUI/CLI/GPIO)说明。\nModuleDetails 图标加 shrink-0,长文案换行时不再被压扁。",
"is_bot": false,
"headline": "docs(architecture): 精简架构图与模块说明",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T07:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "301d8be08f2162ea2a96ba8ea0bd0ad95095c0f6",
"body": "TuiViewManager 实现同一套 ViewPort,仪表盘 + 设置屏可编辑配置,\n保存后发 CONFIG_CHANGED 触发热重载;激活阶段仍复用 CliActivation。\ntextual 走可选 extra(uv sync --extra tui),缺依赖时提示回退 cli。",
"is_bot": false,
"headline": "feat(ui): 新增 Textual TUI 模式(--mode tui)",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T07:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290fc0b683442e6f6aea376fa75449f426ffe139",
"body": "StatusBadge/激活状态点/SpinBox/主窗歌词区/唤醒词预览改用 Theme,去掉魔法数。",
"is_bot": false,
"headline": "style(ui): 圆角间距字号对齐 Theme token",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T02:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e4d71c6bd16e7ae6a4c7200172115eadf5c2fd",
"body": "更新 MCP 摄像头、配置说明、系统依赖与排障(中英)。",
"is_bot": false,
"headline": "docs: 同步摄像头后端与音频热刷新说明",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T02:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b353a526e43711a1df68da57d97dd5d7152283",
"body": "主窗初始隐藏,show_root(activate=False) 冷启动;托盘/切换仍可激活。",
"is_bot": false,
"headline": "fix(ui): macOS 冷启动不抢前台,避免挤掉全屏应用",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T02:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c9ed37de895bc56d8682db9102e6c31c695c31",
"body": "停流后重初始化 PortAudio 再枚举,设置页经 EventBus 协调;\nreload_devices 支持 reenumerate,便于后连蓝牙再选设备。",
"is_bot": false,
"headline": "feat(audio): 运行中热刷新设备列表与热重载",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T02:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae9e261664d67087974c83862ae7b25cd504c4a",
"body": "OpenCV/USB 与 picamera2 分流;预热帧、设备路径与 auto 回退。\n设置页与 camera_scanner 走统一枚举,配置增加 backend/device。",
"is_bot": false,
"headline": "feat(camera): 可插拔采集后端,支持 V4L2 与树莓派 CSI",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T02:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad34c10b11c55bca97d3c46695f9ee3a463ebe35",
"body": null,
"is_bot": false,
"headline": "docs(readme): 更新赞助商联系邮箱",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T01:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfcee2a19d066d94f084a6204b823993384e69fe",
"body": "- 更新全架构平台的预编译库文件\n- 为每个平台新增BUILD_INFO.txt构建信息文件\n- 删除Windows平台无用的.exp导出文件\n- 修复Linux arm64库的文件权限\n- 重构Python封装代码,移除未使用导入并统一格式",
"is_bot": false,
"headline": "feat(webrtc_apm): 支持跨平台加载并重构APM封装代码",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-26T01:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4dad51cb3f59357f88ee1649cf68943b55640a",
"body": "release: v2.1.0",
"is_bot": false,
"headline": "Merge pull request #314 from huangjunsen0406/feature/2.1-architecture",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T19:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6afba2dab31021414478361c2311b69e697001e",
"body": "将 APP_VERSION 与 build.json 版本更新为 2.1.0。",
"is_bot": false,
"headline": "chore: release v2.1.0",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T19:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81325019974f1397dcae212a276183eda483254",
"body": "中英文 plugins 页补充 runtime 对照、python-subprocess 用法与限制、\n设置页 MCP_TOOLS 黑名单与重连行为,并修正「子进程/设置 UI 未实现」过时表述。",
"is_bot": false,
"headline": "docs(mcp): 更新 VitePress 外挂文档(subprocess 与工具启停)",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T19:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df154a1fb042fb8a040ea674d45c90c7bb1839d4",
"body": "协议通道打开时默认会切到 LISTENING;保存 MCP 启停触发的重连仅刷新\ntools/list,应清除 keep_listening 并用一次性标志在通道打开后回到 IDLE。",
"is_bot": false,
"headline": "fix(session): MCP 工具配置重连后保持空闲不进入聆听",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T19:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852bae20570571b061487565f25f6f8f0997327c",
"body": "manifest 可声明 runtime=python-subprocess:宿主启动独立 worker 进程加载插件,\n主进程仅注册代理 McpTool 经 JSON 行协议调用;卸载时结束子进程。\n默认仍为 python-inprocess。新增示例 com.example.hello_sub 与单测。",
"is_bot": false,
"headline": "feat(mcp): 支持外挂插件 python-subprocess 进程隔离",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a8a4da70021a67eabe457438dcdc313a5a8368",
"body": "扫描 tools/*/register.py 与外挂插件生成工具目录(分组用包名/插件 id,不写死中文标题);MCP_TOOLS.DISABLED 过滤 tools/list 与 call;新增 MCP 工具设置页支持单工具与整组开关;禁用集变更保存后请求协议重连;设置保存改为原子写。测试覆盖目录扫描、配置迁移、路径与 efuse 等。",
"is_bot": false,
"headline": "feat(mcp): 设置页按扫描目录启停 MCP 工具",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c308a153e8bc937b36f24001283177e234fac428",
"body": "提供 pathDefault* 占位路径,系统选项中缓存/日志/音乐等字段绑定真实默认路径,不再使用 {用户数据}/cache 类模板文案。",
"is_bot": false,
"headline": "feat(ui): 数据目录输入框展示真实默认绝对路径",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecad71ec4da028e5d4062e724160c755063e5179",
"body": "只持久化 mac_address / serial_number / hmac_key / activation_status;加载与校验时剥离历史 device_fingerprint,并改为原子写入。",
"is_bot": false,
"headline": "refactor(activation): efuse.json 仅保留平铺身份字段",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd731e60c6b44ec03c0b6968232d6cefb0208513",
"body": "原生库优先精确文件名;cache 迁移在 music 独立配置时跳过 music 子树;支持清除路径覆盖;识别 Windows ARM64;并纳入 MSYS2 预编译的 libs/libopus/win/arm64/opus.dll。",
"is_bot": false,
"headline": "feat(paths): 完善目录覆盖/迁移并补充 win-arm64 opus",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09ce066f6797658a902377343f119ace7974817",
"body": "默认配置深拷贝避免污染、点分路径可穿过 null 中间节点、损坏文件先备份再回退;增加 CONFIG_VERSION(v1 补齐 MCP_TOOLS、规范化 MQTT subscribe_topic 字符串 null),并补全 MUSIC 等默认段。",
"is_bot": false,
"headline": "feat(config): 加固配置加载并引入 CONFIG_VERSION 迁移",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T18:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23ae19ca11b130808746ae9334d8426d584becf",
"body": "限制宽高并使用次要按钮外观,避免默认 Button 撑满难看。",
"is_bot": false,
"headline": "fix(ui): 数据目录选择/默认按钮改为紧凑样式",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T13:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dbc7bee805a18b6d4f4f8e72eec0ff43ac65987",
"body": "每项路径增加「选择」「默认」:QFileDialog 选目录写回配置,\n清空则恢复默认;仍可手动编辑路径。",
"is_bot": false,
"headline": "feat(ui): 数据目录支持系统文件夹选择对话框",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T13:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee93bdbd766a290d3accb8bca7e3f4ad486d6a9a",
"body": "在参数设置-系统选项中可编辑 PATHS 与 MCP 插件目录,\n保存写入 config;展示当前生效路径,提示重启后迁移。",
"is_bot": false,
"headline": "feat(ui): 系统选项增加缓存/日志/音乐等数据目录设置",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T13:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6fb35ef55aa381ce6dd2653cf599a13ac97993",
"body": "支持环境变量 XIAOZHI_*_DIR 与配置 PATHS.*(config 目录保持默认)。\n切换路径时将旧目录文件复制到新位置且不删除旧数据;音乐缓存走\nget_music_cache_dir。文档与单测同步。",
"is_bot": false,
"headline": "feat(paths): 可自定义 cache/logs/music 等目录并启动时迁移",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T13:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f711769034de73328e387c8b34475a4fe864c1",
"body": "说明 pure-Python 与原生 wheel 的打包差异、推荐\nid-version-platform.zip 命名,以及 ROS2/宇树等不可完整\nvendored 的环境依赖约定。",
"is_bot": false,
"headline": "docs(mcp): 外挂文档补充分平台发布与 ROS/SDK 环境依赖",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T12:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1883a5e7c8f412feafba6cd177713fbd0c90e4",
"body": "VitePress 中英新增 mcp/plugins:自带依赖插件包、安装目录、\nhost API 与配置;侧栏导航及开发指南、文档目录、内置 MCP 页交叉链接。",
"is_bot": false,
"headline": "docs(mcp): 新增外挂扩展指南并更新导航与交叉链接",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T12:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f99cc5ef89393ea474195b414f5971b6d6847c",
"body": "- manifest:api_version / min_host_version;可选强制 platforms、python_abi、前缀\n- McpServer:插件归属、unload_plugin、reload_external_plugins\n- scripts/check_mcp_plugin.py",
"is_bot": false,
"headline": "feat(mcp): 外挂校验增强、运行时卸载与插件检查脚本",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T12:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1bbb2135284b001e35df13b130125b64b24935",
"body": "实现 McpHost / PluginLoader:扫描用户 mcp_plugins,加载\nmanifest 插件包或单文件,register(host) 注入;支持禁用列表\n不加载与 lib/ vendored 依赖。配置 MCP_PLUGINS;示例\ncom.example.hello;add_common_tools 启动时装配。",
"is_bot": false,
"headline": "feat(mcp): 外挂插件 Host、目录加载与自带 lib",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T12:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6565caa92c50fa26719fc32799cdfe79ef8e0365",
"body": "更新中英 MCP 指南与音乐架构说明、开发/配置指南中的\nadd_common_tools 与 get_config,去掉过时单例与 _tools 表述。",
"is_bot": false,
"headline": "docs: 对齐 register.py 包结构与现行注入/配置 API",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T11:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fc6f0f671498998ce1e0aeb967cdb919e5d805",
"body": "灯控/开发指南中的 _tools.py 示例统一为 register.py。",
"is_bot": false,
"headline": "docs(mcp): 示例与指南改用 register.py 约定",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T11:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53b00aa93ef42c7c64edcd637349b989f8118c4",
"body": "将 _tools.py 重命名为 register.py;camera/screenshot 注册下沉;\nweather 拆为 register + service。包对外仍导出 register_*_tools。",
"is_bot": false,
"headline": "refactor(mcp): 统一工具包为 register.py 注册入口",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T11:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dedd19cffd157fc08667efd56a0aa68058c7aee",
"body": "更新中英 MCP 指南与开发指南、架构 ModuleDetails,与去掉\n@mcp_tool 自动发现后的生产路径一致。",
"is_bot": false,
"headline": "docs(mcp): 文档改为 register_* 显式注册,移除装饰器说明",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T10:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3492112678a2c860ebf36540c592c02bc0d1c809",
"body": "覆盖 _engine/_bus 访问、volume 无模块单例、app/weather register\n及 decorators 模块已移除的断言。",
"is_bot": false,
"headline": "test: 对齐 Music engine、volume 注入与无装饰器 MCP 注册",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T10:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b33f1c7f90542b614953f78e4b2f08c0e44aa2",
"body": "删除 decorators.py 与天气过时指南;app/weather 改为显式注册,\nadd_common_tools 仅挂 music/volume/app/weather 的 register 入口。",
"is_bot": false,
"headline": "refactor(mcp): 移除装饰器发现,内置工具统一 register_*",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T10:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f967fe4536df05f796774087d85c52c347d516e5",
"body": "VolumeController 收成门面;win/mac/linux 独立后端。\n去掉模块级单例与 @mcp_tool,改为 register_volume_tools 闭包注入。",
"is_bot": false,
"headline": "refactor(volume): 平台后端拆分并改为 register 注入",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T10:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257bfe31bbcdf0e190ef7c8edea6145d481c454c",
"body": "门面仅保留 is_playing/paused/current_song 等生产只读属性;\n测试与内部逻辑改碰 _engine/_bus,去掉兼容 setter 噪音。",
"is_bot": false,
"headline": "refactor(music): 收薄 MusicPlayer 属性转发,状态以 engine 为准",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-25T10:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7054718044ae3076eb10fb6123cd242acfd27145",
"body": "会话与门闩单测改为直接测 ConversationSession / health;\n去掉对 container 兼容委托与 WindowContext 的依赖。",
"is_bot": false,
"headline": "test: 对齐 bootstrap/session/health 与 Music 组合改造",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T11:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6dac7bbf1c82438522bcd9b6012823197f66e42",
"body": "MqttProtocol 专注控制面;UDP 收发与加解密下沉到独立模块,\n并修正配置初始化误落在 _schedule_coro 内的问题。",
"is_bot": false,
"headline": "refactor(protocols): 拆分 MQTT 的 UDP 音频通道与 AES-CTR",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T11:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bb3d8707ece1a13c80e80342d9b18f647f7a0d6",
"body": "去掉 mixin;播放状态机与 EventBus 绑定拆为独立组件,\n对外仍保留单一 MusicPlayer 入口。",
"is_bot": false,
"headline": "refactor(music): MusicPlayer 改为组合 PlaybackEngine 与 EventBridge",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T11:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0cb42459239798009f81536f50940667980c8f",
"body": "将会话状态机、健康门闩、插件装配与协议适配器拆到独立模块,\ncontainer 仅保留生命周期编排;删除无调用方的 WindowContext。",
"is_bot": false,
"headline": "refactor(bootstrap): 拆分 ServiceContainer 并去掉 Window 兼容层",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T11:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254cddd9c796b7d18cef9715941a206de03ea06a",
"body": "DeviceIdentity / OtaConfigClient / ActivationHttpClient / side_effects\n从巨型 service 抽出;GuiActivation 只继承 QObject,流程经 _ActivationFlow 组合。",
"is_bot": false,
"headline": "refactor(activation): 拆分 service 模块;GuiActivation 改为组合",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T07:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98365448525b1621f4999bd2787139c7f4b8001e",
"body": null,
"is_bot": false,
"headline": "test: 对齐 Gui/Cli/GpioViewManager 与 GuiActivation 命名",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T07:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0888f372db2ddd9d7566bf1e99af355fc9e89074",
"body": "ListenOnly 不拦截键盘流,避免挡 Ctrl+C;健康检查只 re-enable、不整树重建;\nCLI 路径补充 SIGINT 优雅关闭。",
"is_bot": false,
"headline": "fix(ui): 非 Linux 的 gpio 回退 cli;Event Tap 改为 ListenOnly",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T07:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c32b7d5dc669980488c23be8b409d9bba525477",
"body": "create_activation_ui 与 create_viewport 对称;Gui/CliActivation 命名统一;\nactivate 只做剪贴板/播报;EventBridge/GuiViewManager 不再挂激活状态。",
"is_bot": false,
"headline": "refactor(activation): 工厂创建 UI、去掉主窗死激活 API、副作用与展示分离",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T07:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9da1c2646aea5ca47842553272b690361c49ce8",
"body": "- 端实现统一命名;create_viewport 返回 ViewPort\n- GuiViewManager 拆为 QmlAppHost / MainWindowController / SettingsController\n- Qt ViewModel 从 shared/models 迁到 gui/models",
"is_bot": false,
"headline": "refactor(ui): 统一 Gui/Cli/GpioViewManager,拆分 GUI,Model 迁至 gui",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-23T07:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e79be6675f9c626d376fc791eb8f9f41e5fbfa5",
"body": "覆盖 initialize_config/get_config/reset_config,并断言\nConfigManager/Logging 不再暴露 get_instance。",
"is_bot": false,
"headline": "test: 对齐 Config/Logging 显式初始化与 get_instance 清零",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T16:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9d74387cdcd35f0c024ec75e588df853d5b6ef",
"body": "ConfigManager 用 initialize_config/get_config/reset_config;\nLoggingConfigManager 删除,改为 load_logging_config 纯函数;\nmain 先 initialize_config 再 setup_logging。",
"is_bot": false,
"headline": "refactor(config): 去掉 Config/Logging 懒单例,改为显式初始化",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T16:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1578f485b8238b238f881e9c6d0a897655694e7d",
"body": "移除 get_instance/bind 相关用例,改为注入注册与无单例断言;\n并补充 codec 事件、降级音频门闩、CLI mock 协议与 settings worker 异常出口。",
"is_bot": false,
"headline": "test: 对齐 MCP 注入改造,补充 EventBus/codec/冒烟覆盖",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T15:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6644a9770559bd2461642634ea89e0e9cf0d860d",
"body": "McpPlugin 强制注入 McpServer 与 MusicPlayer;工具经 register_* 闭包\n持有实例,不再走装饰器发现与 get_instance。vision 配置与 take_photo\n共用同一 camera。",
"is_bot": false,
"headline": "refactor(mcp): 音乐/摄像头/截图改为容器注入注册,去掉全局单例",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T15:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8db0cf74645182465d10ec99a6cea60cab9270",
"body": "去掉 get_instance 全局单例,改为显式 create() 工厂,与容器注入风格一致。",
"is_bot": false,
"headline": "refactor(activation): ActivationService 去单例,改 create()",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T15:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d041916ab526774d18a0829392bf3e53ca0aec",
"body": null,
"is_bot": false,
"headline": "refactor: AudioCodec 经事件注入,支持音频降级模式",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T13:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3620f5e6e4764b7c39e3345027eccec0045f625b",
"body": null,
"is_bot": false,
"headline": "fix(settings): 后台线程统一经 _run_worker 出口",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T13:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf585ece72afa663184ff366165996cfdde38ce",
"body": null,
"is_bot": false,
"headline": "fix(log): 补齐剩余 warning 路径的 exc_info",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-22T13:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d73c26fb80271666c8818b72f38496f88c574b",
"body": "解码只负责 PCM;整首缓存按网速后台 copy,不跟听进度绑死。",
"is_bot": false,
"headline": "refactor(music): 缓存与播放解耦,后台 FFmpeg copy 预取",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7344fb56013d108a84953ae60e9679d5e3227d8",
"body": "补充分槽展示、auto_mode 所有权、空闲发文本、tts_stop 顺序、\n废弃事件删除等回归用例。",
"is_bot": false,
"headline": "test: 覆盖 ViewPort/Session 与音乐相关修复",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919d7117e242b7901740b4ca666a5d30c4797682",
"body": null,
"is_bot": false,
"headline": "docs: 同步事件列表,去掉已删除的 UI_UPDATE 常量",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edafd17a1fd57649f549b0a2d10b2dc8f2c232c",
"body": "音乐 API 等 TextField 用 onTextEdited 提交,保存前 forceActiveFocus。\n避免清空后点保存仍写回旧直链地址。",
"is_bot": false,
"headline": "fix(settings): 输入框即时写回并保存后重载配置",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03ddf4a78dfdf77c91b9ed215047313e8c9f22c",
"body": "抽出 online_search、local_library、metadata、config。\n在线播放改为 FFmpeg 流式解码,完整听完后 copy 落缓存;\nTTS 进行中延迟开流。seek 支持 percent,并收紧工具描述避免误调歌词。",
"is_bot": false,
"headline": "refactor(music): 搜歌/本地库拆分与流式播放",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9c1b352e0f4afe75d82b3ad67170793bde653a",
"body": "TTS 结束后先 listen 再改状态;去掉状态回调里阻塞 sleep。\n打断后 keep_listening 回到 listening;空闲发文本先开会话。\n协议侧跳过已关闭通道上的 listen/文本发送。",
"is_bot": false,
"headline": "fix(session): 续听与空闲发文本的会话连续性",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05234ba70822c87d4c9544069d131a4877158696",
"body": "插件只经 ViewPort 写屏,对话与音乐分槽;会话操作由 SessionActions 收口。\n去掉废弃的 UI_UPDATE_* / UI_TOGGLE_MODE 写屏双路径。",
"is_bot": false,
"headline": "refactor(ui): ViewPort 展示面与 Presenter/Session 拆分",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-21T09:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a5bf1f39321ada9bfc2c2297ea23b89c4f2226",
"body": "Drop SRP/plan-A phrasing; keep short Chinese notes consistent with\nthe rest of the codebase.",
"is_bot": false,
"headline": "style(music): rewrite module comments in plain project voice",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-20T09:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9338776f19d50fd7a456cd24665fcad1e95d90b8",
"body": "…ack loop\n\nDecompose MusicPlayer along SRP: MusicCache for local paths, MusicDownloader\nfor HTTP fetch, pure lyric_at for line sync. Drop the independent lyrics\nasyncio task so a single playback loop owns audio and lyric ticks.",
"is_bot": false,
"headline": "refactor(music): split cache/download/lyrics; drive lyrics from playb…",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-20T09:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6671d78e1a5f4b8fad1871d6f8517c14db9986a1",
"body": "Collapse activation OTA network updates into a single config write,\nadd ConfigManager.update_configs, and defer MusicPlayer cache/config\nwork until first play so container bind stays cheap at startup.",
"is_bot": false,
"headline": "perf: batch OTA config saves and lazy MusicPlayer setup",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-19T13:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ceed509ba89db0ec169f11f89f2a757a10f8b5e",
"body": "Add exc_info=True on logger.error/warning paths that previously only\nformatted the exception message, including audio callbacks, wake-word,\nshortcuts, protocol reconnect, music player, and settings tests.",
"is_bot": false,
"headline": "fix: attach stack traces to error and warning logs",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-19T12:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b68fcb4aabc632c5a50984942a7ec08974e06ee",
"body": "Address architecture risks around swallowed errors, cascade failures, and\nstartup stalls: track protocol audio via a bounded queue, mark failed plugins\nand gate critical ones, bind Music/MCP to the container lifecycle, and defer\nSettings/OpenCV camera scans until the settings UI opens. Also fix lyrics task\ncancellation and GUI activation asyncio usage. Add regression tests and audit\nnotes (no Trellis scaffolding).",
"is_bot": false,
"headline": "fix: harden reliability, isolate plugins, and speed cold start",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-19T12:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7ef12c41861f56ac781f2058cfc99d2b982cb0",
"body": "Drop .trellis, .claude, and AGENTS.md to slim the repo after deciding not to keep the Trellis workflow tooling. Local build/cache artifacts were cleaned separately and remain gitignored.",
"is_bot": false,
"headline": "chore: remove Trellis and Claude agent scaffolding",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-19T11:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b21b9cffc0216fc386a51bd452ac013070211b7",
"body": null,
"is_bot": false,
"headline": "chore: record journal",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ecc6748b01fa7b9ca1284636ef8f4bfe9cc218",
"body": null,
"is_bot": false,
"headline": "chore(task): archive 07-18-fix-ci-bundle-ffmpeg-mac",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d441a4a771fb094e8de88ab2b829222af73ac49",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.8",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d584a733e415f2e7d4d2e599db3dc64d22ed34",
"body": "…-eval\n\nfix(ci): 避免 static-ffmpeg 下载日志被 eval 执行",
"is_bot": false,
"headline": "Merge pull request #313 from huangjunsen0406/fix/ci-mac-bundle-ffmpeg…",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b67dca34208de6e37e1be9f7a364538edf25f66",
"body": "mac 冷缓存时 get_or_fetch 向 stdout 打印 Downloading,\neval \"$(python ...)\" 会把进度行当命令执行导致 exit 127。\n改为将路径写入临时文件再读取。",
"is_bot": false,
"headline": "fix(ci): 避免 static-ffmpeg 下载日志被 eval 执行",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc459eec40dd25ccf8de554edb4431aae6723801",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.7",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2830ef829ba2e0646d6665f9f3aa840fab41b424",
"body": "…ling\n\nfix(build): 可移植 FFmpeg 注入 + 激活播报改为预置 WAV",
"is_bot": false,
"headline": "Merge pull request #312 from huangjunsen0406/fix/portable-ffmpeg-bund…",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ce1e99853e1a7cabad738ac756d2006aa7ccba",
"body": null,
"is_bot": false,
"headline": "chore: record journal",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c8329b694e02915a28144eaccf14c54f63c8f07",
"body": null,
"is_bot": false,
"headline": "chore(task): archive 07-18-ffmpeg-ffmpeg",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T04:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fcd1e2c633810afdb8c8517f3be9f815cefa1e",
"body": "- CI/本地用 scripts/bundle_ffmpeg.sh 注入 redistributable ffmpeg/ffprobe,\n 禁止 brew/apt/choco 动态链接副本;构建前隔离 PATH 冒烟\n- 激活音效 ogg→24kHz WAV,ActivationAnnouncer 用 wave 解码,不再依赖 FFmpeg\n- music_decoder 补充更清晰的内置/系统 FFmpeg 失败日志\n- 文档:安装包用户无需系统 FFmpeg;打包前注入步骤",
"is_bot": false,
"headline": "fix(build): 可移植 FFmpeg 注入 + 激活播报改为预置 WAV",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-18T03:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ff8e58f1ba17852e01eb7e82251632b7c80359",
"body": null,
"is_bot": false,
"headline": "docs: 新增赞助商",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-07-04T15:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841c5f1688c2ebfe1973998f0ff4163bd9d9e3cc",
"body": "* fix(win32): 修复 Windows 端 4 个已知问题\n\n1. audio_device: 输入固定 1ch,避免 Intel SST 阵列 4ch 模式下驱动\n DSP 处理增加 ~40ms 延迟,同时仍支持所有设备 (PortAudio 兜底转换)\n\n2. activation_announcer: 使用 get_ffmpeg_path() 替代裸 'ffmpeg' 命令,\n 修复打包版无法找到内置 FFmpeg 导致激活语音播报失败的问题\n\n3. container: 音频通道关闭时自动停止音乐播放器,修复断连后 music_decoder\n 无限输出队列超时日\n[…]\n音乐写入替代连接断开停止音乐\n\n- container: 撤销 _on_audio_channel_closed 中的音乐停止逻辑,\n 音频通道空闲关闭时音乐应继续播放\n- audio_codec: write_pcm_direct 改用 replace_oldest=True,\n 输出队列满时丢旧帧而非阻塞,从根本上防止 playback loop\n 卡死导致 decoder 无限超时刷屏",
"is_bot": false,
"headline": "fix(win32): 修复 Windows 端 4 个已知问题 (#310)",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-06-16T15:55:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45c8a0400df532e1e3c00843d76604574541f3c4",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.6",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-06-04T14:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc95f18dd64cd2b5bceec97f50e05b83160e48a",
"body": "- protocol_manager: _on_network_error 改为 async def,匹配基类 await 调用\n- websocket_protocol: 3 处 _on_network_error 调用补 await\n- mqtt_protocol: call_soon_threadsafe lambda 包裹 asyncio.create_task\n- container: audio_codec 改为通过 PluginManager.get_plugin('audio') 获取\n- spec: 新增回调注册 async/sync 一致性规范和回调矩阵\n\nCloses: TypeError: object NoneType can't be used in 'await' expression\nCloses: AttributeError: 'ServiceContainer' object has no attribute 'audio_codec'",
"is_bot": false,
"headline": "fix(protocol): 修复 async/sync 回调不匹配导致的 NoneType await 异常 (#309)",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-06-04T14:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3471260631eb56ec49566554220e9be5a4aa9e5",
"body": null,
"is_bot": false,
"headline": "docs(zh/guide/images): 重构图片目录,移除嵌套文件夹",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-25T09:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f9266353df4061f96a89158212e6ed9639bda9c",
"body": null,
"is_bot": false,
"headline": "docs: 完善项目中文文档体系并新增多类文档",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-25T08:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d45b4a7e107510b4b2b0b034b75362127a5470",
"body": null,
"is_bot": false,
"headline": "docs(readme): 调整readme显示",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-18T08:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced4352e6d6b8e239a819348837902e4a2620e42",
"body": null,
"is_bot": false,
"headline": "chore: record journal",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-18T08:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc92b5c2218f719a0deab7a1b2745cb7f3aceaf1",
"body": null,
"is_bot": false,
"headline": "chore(task): archive 05-18-fix-tts-stop",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-18T08:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d36e8c26d3433eacbcb577388e06adb8ca7e62f",
"body": "- clear_audio_queue 改用 clear_output_buffer 替代 clear_buffers,\n 不再清空输入 resampler 缓冲区,避免破坏麦克风管线\n- _handle_tts_stop 中 clear 调用加 try/except,\n 确保 set_device_state(LISTENING) 和 send_start_listening 一定执行\n- 修复\"一轮游\":第一次对话后卡在 SPEAKING 无法继续",
"is_bot": false,
"headline": "fix(audio): tts_stop 只清输出缓冲区 + 异常保护防卡死",
"author_name": "huangjunsen",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-18T08:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e689538b7c17f6f98c991e2051f4783cbc589d5",
"body": "* fix(gui): 切换自动模式时同步按钮文案\n\nset_auto_mode 之前只更新 _mode_text,导致 QML 中 manualBtn / autoBtn 共享的 buttonText 不会跟随 autoMode 变化(切到自动模式后仍显示\"按住后说话\")。同步刷新 _button_text 并 emit buttonTextChanged;顺手把初始值统一为\"按住后说话\",与 plugins/ui.py 中状态重置文案保持一致。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n* \n[…]\n无需入库)\n- build.yml: unifypy 安装改为不指定版本,始终用最新版\n\n* fix(ci): unifypy 加 --upgrade 绕过 UV 缓存\n\n* fix(ci): 打包前删旧 spec 文件防止缓存硬编码路径\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): 打包前删旧 spec 防缓存路径问题 (#305)",
"author_name": "Junsen Huang",
"author_login": "huangjunsen0406",
"committed_at": "2026-05-18T07:04:56Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 22,
"commits_last_year": 397,
"latest_release_at": "2026-07-26T11:39:21Z",
"latest_release_tag": "v2.1.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 28,
"days_since_latest_release": 0,
"mean_days_between_releases": 8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "documents",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/documents",
"is_deprecated": false,
"latest_version": null,
"repository_url": null,
"versions_count": 0,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 0,
"first_published_at": "2013-05-01T00:30:07.096000Z",
"latest_published_at": null,
"latest_version_yanked": null,
"days_since_latest_publish": null
}
]
},
"popularity": {
"forks": 712,
"stars": 3423,
"watchers": 34,
"fork_history": {
"days": [
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-18",
"count": 3
},
{
"date": "2025-02-20",
"count": 2
},
{
"date": "2025-02-21",
"count": 2
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-26",
"count": 4
},
{
"date": "2025-02-27",
"count": 5
},
{
"date": "2025-02-28",
"count": 3
},
{
"date": "2025-03-02",
"count": 2
},
{
"date": "2025-03-03",
"count": 8
},
{
"date": "2025-03-04",
"count": 4
},
{
"date": "2025-03-05",
"count": 9
},
{
"date": "2025-03-06",
"count": 3
},
{
"date": "2025-03-07",
"count": 2
},
{
"date": "2025-03-08",
"count": 8
},
{
"date": "2025-03-09",
"count": 4
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-11",
"count": 4
},
{
"date": "2025-03-12",
"count": 4
},
{
"date": "2025-03-13",
"count": 4
},
{
"date": "2025-03-14",
"count": 2
},
{
"date": "2025-03-15",
"count": 3
},
{
"date": "2025-03-16",
"count": 2
},
{
"date": "2025-03-17",
"count": 5
},
{
"date": "2025-03-18",
"count": 6
},
{
"date": "2025-03-19",
"count": 9
},
{
"date": "2025-03-20",
"count": 3
},
{
"date": "2025-03-21",
"count": 2
},
{
"date": "2025-03-22",
"count": 2
},
{
"date": "2025-03-23",
"count": 4
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-26",
"count": 4
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-03-29",
"count": 3
},
{
"date": "2025-03-30",
"count": 2
},
{
"date": "2025-03-31",
"count": 8
},
{
"date": "2025-04-01",
"count": 2
},
{
"date": "2025-04-02",
"count": 4
},
{
"date": "2025-04-03",
"count": 3
},
{
"date": "2025-04-05",
"count": 2
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-07",
"count": 6
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 3
},
{
"date": "2025-04-11",
"count": 2
},
{
"date": "2025-04-12",
"count": 2
},
{
"date": "2025-04-13",
"count": 2
},
{
"date": "2025-04-14",
"count": 2
},
{
"date": "2025-04-15",
"count": 3
},
{
"date": "2025-04-16",
"count": 7
},
{
"date": "2025-04-17",
"count": 3
},
{
"date": "2025-04-18",
"count": 9
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-20",
"count": 4
},
{
"date": "2025-04-21",
"count": 2
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-23",
"count": 5
},
{
"date": "2025-04-24",
"count": 3
},
{
"date": "2025-04-25",
"count": 2
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-04-29",
"count": 9
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-03",
"count": 3
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-05",
"count": 3
},
{
"date": "2025-05-06",
"count": 2
},
{
"date": "2025-05-07",
"count": 3
},
{
"date": "2025-05-08",
"count": 2
},
{
"date": "2025-05-09",
"count": 7
},
{
"date": "2025-05-10",
"count": 2
},
{
"date": "2025-05-12",
"count": 2
},
{
"date": "2025-05-13",
"count": 2
},
{
"date": "2025-05-14",
"count": 4
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-05-16",
"count": 3
},
{
"date": "2025-05-17",
"count": 3
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-19",
"count": 4
},
{
"date": "2025-05-20",
"count": 5
},
{
"date": "2025-05-21",
"count": 6
},
{
"date": "2025-05-22",
"count": 5
},
{
"date": "2025-05-23",
"count": 3
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-27",
"count": 2
},
{
"date": "2025-05-28",
"count": 4
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-04",
"count": 2
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-07",
"count": 3
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-09",
"count": 4
},
{
"date": "2025-06-11",
"count": 2
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-13",
"count": 2
},
{
"date": "2025-06-14",
"count": 3
},
{
"date": "2025-06-15",
"count": 2
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-17",
"count": 2
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-27",
"count": 3
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 5
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-04",
"count": 2
},
{
"date": "2025-07-05",
"count": 2
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-08",
"count": 2
},
{
"date": "2025-07-09",
"count": 3
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-12",
"count": 2
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-16",
"count": 3
},
{
"date": "2025-07-17",
"count": 2
},
{
"date": "2025-07-18",
"count": 2
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 2
},
{
"date": "2025-07-23",
"count": 3
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-07-29",
"count": 2
},
{
"date": "2025-07-30",
"count": 3
},
{
"date": "2025-07-31",
"count": 3
},
{
"date": "2025-08-01",
"count": 2
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-05",
"count": 2
},
{
"date": "2025-08-06",
"count": 2
},
{
"date": "2025-08-07",
"count": 2
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-11",
"count": 2
},
{
"date": "2025-08-12",
"count": 4
},
{
"date": "2025-08-13",
"count": 4
},
{
"date": "2025-08-14",
"count": 7
},
{
"date": "2025-08-15",
"count": 3
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-08-17",
"count": 3
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-20",
"count": 4
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-22",
"count": 2
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-25",
"count": 3
},
{
"date": "2025-08-26",
"count": 2
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 2
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-08-30",
"count": 3
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-09-01",
"count": 2
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-04",
"count": 5
},
{
"date": "2025-09-05",
"count": 3
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-07",
"count": 4
},
{
"date": "2025-09-08",
"count": 2
},
{
"date": "2025-09-09",
"count": 2
},
{
"date": "2025-09-11",
"count": 2
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-17",
"count": 3
},
{
"date": "2025-09-18",
"count": 2
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-27",
"count": 2
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-09-29",
"count": 3
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-02",
"count": 2
},
{
"date": "2025-10-03",
"count": 2
},
{
"date": "2025-10-06",
"count": 2
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-08",
"count": 2
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-11",
"count": 2
},
{
"date": "2025-10-12",
"count": 2
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 4
},
{
"date": "2025-10-16",
"count": 3
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-18",
"count": 2
},
{
"date": "2025-10-19",
"count": 2
},
{
"date": "2025-10-20",
"count": 2
},
{
"date": "2025-10-21",
"count": 2
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-23",
"count": 4
},
{
"date": "2025-10-24",
"count": 2
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-26",
"count": 4
},
{
"date": "2025-10-27",
"count": 4
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 4
},
{
"date": "2025-11-01",
"count": 2
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 3
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-09",
"count": 3
},
{
"date": "2025-11-10",
"count": 8
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 2
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-16",
"count": 2
},
{
"date": "2025-11-17",
"count": 3
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-19",
"count": 4
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-10",
"count": 2
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-18",
"count": 4
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-22",
"count": 2
},
{
"date": "2025-12-23",
"count": 2
},
{
"date": "2025-12-25",
"count": 3
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-30",
"count": 2
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-01",
"count": 2
},
{
"date": "2026-01-02",
"count": 2
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-04",
"count": 2
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-09",
"count": 3
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-12",
"count": 2
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 2
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-11",
"count": 2
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-25",
"count": 2
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-04-01",
"count": 4
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-07",
"count": 2
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-11",
"count": 3
},
{
"date": "2026-04-12",
"count": 3
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-24",
"count": 3
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 2
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-31",
"count": 2
},
{
"date": "2026-06-07",
"count": 2
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-10",
"count": 2
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 2
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-07",
"count": 2
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
},
{
"date": "2026-07-23",
"count": 2
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 707,
"total_forks": 712
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"documents/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 60449,
"source_files_sampled": 181,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"documents/package.json",
"pyproject.toml",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "aiohttp",
"direct": true,
"version": "3.13.2",
"severity": "critical",
"ecosystem": "pypi",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-2fqr-mr3j-6wp8",
"GHSA-2vrm-gr82-f7m5",
"GHSA-3wq7-rqq7-wx6j",
"GHSA-4fvr-rgm6-gqmc",
"GHSA-4m7w-qmgq-4wj5",
"GHSA-54jq-c3m8-4m76",
"GHSA-63hf-3vf5-4wqf",
"GHSA-63hw-fmq6-xxg2",
"GHSA-69f9-5gxw-wvc2",
"GHSA-6jhg-hg63-jvvf"
],
"fixed_version": "3.14.1",
"advisory_count": 58,
"oldest_advisory_days": 201
},
{
"name": "cryptography",
"direct": true,
"version": "46.0.3",
"severity": "critical",
"ecosystem": "pypi",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-537c-gmf6-5ccf",
"GHSA-m959-cc7f-wv43",
"GHSA-p423-j2cm-9vmq",
"GHSA-r6ph-v2qm-q3c2",
"PYSEC-2026-2141",
"PYSEC-2026-35",
"PYSEC-2026-36"
],
"fixed_version": "48.0.1",
"advisory_count": 7,
"oldest_advisory_days": 165
},
{
"name": "pillow",
"direct": true,
"version": "12.1.0",
"severity": "critical",
"ecosystem": "pypi",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-45hq-cxwh-f6vc",
"GHSA-4x4j-2g7c-83w6",
"GHSA-5x94-69rx-g8h2",
"GHSA-5xmw-vc9v-4wf2",
"GHSA-62p4-gmf7-7g93",
"GHSA-6r8x-57c9-28j4",
"GHSA-8v84-f9pq-wr9x",
"GHSA-9hw9-ch79-4vh6",
"GHSA-cfh3-3jmp-rvhc",
"GHSA-fj7v-r99m-22gq"
],
"fixed_version": "12.3.0",
"advisory_count": 38,
"oldest_advisory_days": 165
},
{
"name": "immutable",
"direct": false,
"version": "5.1.1",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-v56q-mh7h-f735",
"GHSA-wf6x-7x77-mvgw",
"GHSA-xvcm-6775-5m9r"
],
"fixed_version": "5.1.8",
"advisory_count": 3,
"oldest_advisory_days": 143
},
{
"name": "preact",
"direct": false,
"version": "10.26.5",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-36hm-qxxp-pg3m"
],
"fixed_version": "10.28.2",
"advisory_count": 1,
"oldest_advisory_days": 199
},
{
"name": "rollup",
"direct": false,
"version": "4.40.0",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-mw96-cpmx-2vgc"
],
"fixed_version": "4.59.0",
"advisory_count": 1,
"oldest_advisory_days": 150
},
{
"name": "postcss",
"direct": false,
"version": "8.5.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 93
},
{
"name": "urllib3",
"direct": false,
"version": "2.6.2",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-38jv-5279-wg99",
"GHSA-mf9v-mfxr-j63j",
"GHSA-qccp-gfcp-xxvc",
"PYSEC-2026-141",
"PYSEC-2026-142",
"PYSEC-2026-1996"
],
"fixed_version": "2.7.0",
"advisory_count": 6,
"oldest_advisory_days": 199
},
{
"name": "vite",
"direct": false,
"version": "5.4.18",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-859w-5945-r5v3",
"GHSA-93m4-6634-74q7",
"GHSA-fx2h-pf6j-xcff",
"GHSA-g4jq-h2w9-997c",
"GHSA-jqfw-vq24-v9c3",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 7,
"oldest_advisory_days": 452
},
{
"name": "echarts",
"direct": true,
"version": "5.6.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-fgmj-fm8m-jvvx"
],
"fixed_version": "6.1.0",
"advisory_count": 1,
"oldest_advisory_days": 61
},
{
"name": "requests",
"direct": true,
"version": "2.32.5",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 5.5,
"advisory_ids": [
"GHSA-gc5v-m9x4-r6x2",
"PYSEC-2026-2275"
],
"fixed_version": "2.33.0",
"advisory_count": 2,
"oldest_advisory_days": 123
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 531
},
{
"name": "idna",
"direct": false,
"version": "3.11",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-65pc-fj4g-8rjx",
"PYSEC-2026-215"
],
"fixed_version": "3.15",
"advisory_count": 2,
"oldest_advisory_days": 68
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-4fh9-h7wg-q85m"
],
"fixed_version": "13.2.1",
"advisory_count": 1,
"oldest_advisory_days": 236
},
{
"name": "pytest",
"direct": false,
"version": "9.0.2",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 6.8,
"advisory_ids": [
"GHSA-6w46-j5rx-g56g",
"PYSEC-2026-1845"
],
"fixed_version": "9.0.3",
"advisory_count": 2,
"oldest_advisory_days": 185
},
{
"name": "setuptools",
"direct": false,
"version": "80.9.0",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-h35f-9h28-mq5c",
"PYSEC-2026-3447"
],
"fixed_version": "83.0.0",
"advisory_count": 2,
"oldest_advisory_days": 18
},
{
"name": "pygments",
"direct": false,
"version": "2.19.2",
"severity": "low",
"ecosystem": "pypi",
"cvss_score": 3.3,
"advisory_ids": [
"GHSA-5239-wwwm-4pmq",
"PYSEC-2026-2987"
],
"fixed_version": "2.20.0",
"advisory_count": 2,
"oldest_advisory_days": 126
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 3,
"critical": 6,
"moderate": 7
},
"advisory_count": 137,
"affected_count": 17,
"assessed_count": 354,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 33,
"direct_affected_count": 5
},
"ecosystems": [
"npm",
"pypi"
],
"dependencies": [
{
"name": "@heroicons/vue",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "@tailwindcss/vite",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.4"
},
{
"name": "echarts",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^5.6.0"
},
{
"name": "tailwindcss",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.4"
},
{
"name": "@vue/repl",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.2"
},
{
"name": "@vue/theme",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.0"
},
{
"name": "dynamics.js",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.5"
},
{
"name": "gsap",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^3.12.5"
},
{
"name": "vue",
"manifest": "documents/package.json",
"ecosystem": "npm",
"version_constraint": "^3.5.13"
},
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.26.0"
},
{
"name": "sounddevice",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.4.4"
},
{
"name": "soxr",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.5.0"
},
{
"name": "opuslib",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.0.1"
},
{
"name": "aiohttp",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.9.0"
},
{
"name": "websockets",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=11.0.3"
},
{
"name": "paho-mqtt",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.1.0"
},
{
"name": "requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.31.0"
},
{
"name": "openai",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.0"
},
{
"name": "sherpa-onnx",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.12.26"
},
{
"name": "sherpa-onnx-core",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.12.26"
},
{
"name": "opencv-python-headless",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.9.0"
},
{
"name": "pillow",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=10.0.0"
},
{
"name": "cryptography",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=42.0.0"
},
{
"name": "psutil",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=5.9.0"
},
{
"name": "pendulum",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.0.0"
},
{
"name": "py-machineid",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.6.0"
},
{
"name": "platformdirs",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.0.0"
},
{
"name": "mutagen",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.47.0"
},
{
"name": "pypinyin",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.51.0"
},
{
"name": "lunar_python",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.3.0"
},
{
"name": "pyperclip",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.8.0"
},
{
"name": "pynput",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.7.6"
},
{
"name": "applescript",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2021.2.9"
},
{
"name": "pyobjc-framework-Quartz",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=10.0"
},
{
"name": "pyobjc-framework-Cocoa",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=10.0"
},
{
"name": "comtypes",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.4.0"
},
{
"name": "pycaw",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=20230407"
},
{
"name": "pywin32",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=306"
},
{
"name": "gpiozero",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0.1"
},
{
"name": "lgpio",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.2.2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@heroicons/vue",
"direct": true,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/vite",
"direct": true,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@vue/repl",
"direct": true,
"version": "4.5.1",
"ecosystem": "npm"
},
{
"name": "@vue/theme",
"direct": true,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "dynamics.js",
"direct": true,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "echarts",
"direct": true,
"version": "5.6.0",
"ecosystem": "npm"
},
{
"name": "gsap",
"direct": true,
"version": "3.12.7",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": true,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "vue",
"direct": true,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "aiohttp",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiohttp",
"direct": true,
"version": "3.13.2",
"ecosystem": "pypi"
},
{
"name": "applescript",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "applescript",
"direct": true,
"version": "2021.2.9",
"ecosystem": "pypi"
},
{
"name": "comtypes",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "comtypes",
"direct": true,
"version": "1.4.14",
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": true,
"version": "46.0.3",
"ecosystem": "pypi"
},
{
"name": "gpiozero",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "gpiozero",
"direct": true,
"version": "2.0.1",
"ecosystem": "pypi"
},
{
"name": "lgpio",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "lgpio",
"direct": true,
"version": "0.2.2.0",
"ecosystem": "pypi"
},
{
"name": "lunar-python",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "lunar-python",
"direct": true,
"version": "1.4.8",
"ecosystem": "pypi"
},
{
"name": "mutagen",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mutagen",
"direct": true,
"version": "1.47.0",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": "2.2.6",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": "2.4.0",
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": "2.14.0",
"ecosystem": "pypi"
},
{
"name": "opencv-python-headless",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opencv-python-headless",
"direct": true,
"version": "4.11.0.86",
"ecosystem": "pypi"
},
{
"name": "opuslib",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opuslib",
"direct": true,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "paho-mqtt",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "paho-mqtt",
"direct": true,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "pendulum",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pendulum",
"direct": true,
"version": "3.1.0",
"ecosystem": "pypi"
},
{
"name": "pillow",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pillow",
"direct": true,
"version": "12.1.0",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": true,
"version": "4.5.1",
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": true,
"version": "7.2.1",
"ecosystem": "pypi"
},
{
"name": "py-machineid",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "py-machineid",
"direct": true,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "pycaw",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pycaw",
"direct": true,
"version": "20251023",
"ecosystem": "pypi"
},
{
"name": "pynput",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pynput",
"direct": true,
"version": "1.8.1",
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-cocoa",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-cocoa",
"direct": true,
"version": "12.1",
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-quartz",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-quartz",
"direct": true,
"version": "12.1",
"ecosystem": "pypi"
},
{
"name": "pyperclip",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyperclip",
"direct": true,
"version": "1.11.0",
"ecosystem": "pypi"
},
{
"name": "pypinyin",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pypinyin",
"direct": true,
"version": "0.55.0",
"ecosystem": "pypi"
},
{
"name": "pywin32",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pywin32",
"direct": true,
"version": "311",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": "2.32.5",
"ecosystem": "pypi"
},
{
"name": "sherpa-onnx",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sherpa-onnx",
"direct": true,
"version": "1.13.0",
"ecosystem": "pypi"
},
{
"name": "sherpa-onnx-core",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sherpa-onnx-core",
"direct": true,
"version": "1.13.0",
"ecosystem": "pypi"
},
{
"name": "sounddevice",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sounddevice",
"direct": true,
"version": "0.5.3",
"ecosystem": "pypi"
},
{
"name": "soxr",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "soxr",
"direct": true,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": true,
"version": "15.0.1",
"ecosystem": "pypi"
},
{
"name": "@algolia/autocomplete-core",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-plugin-algolia-insights",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-preset-algolia",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-shared",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/client-abtesting",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-analytics",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-common",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-insights",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-personalization",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-query-suggestions",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/client-search",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/ingestion",
"direct": false,
"version": "1.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/monitoring",
"direct": false,
"version": "1.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/recommend",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-browser-xhr",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-fetch",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-node-http",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.25.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.25.9",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@bufbuild/protobuf",
"direct": false,
"version": "2.2.5",
"ecosystem": "npm"
},
{
"name": "@docsearch/css",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@docsearch/js",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@docsearch/react",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@iconify-json/simple-icons",
"direct": false,
"version": "1.2.32",
"ecosystem": "npm"
},
{
"name": "@iconify/types",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loongarch64-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-powerpc64le-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/core",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-javascript",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/transformers",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/node",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-android-arm64",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-arm64",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-x64",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-freebsd-x64",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm-gnueabihf",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-gnu",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-musl",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-gnu",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-musl",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-wasm32-wasi",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-arm64-msvc",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-x64-msvc",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@types/fs-extra",
"direct": false,
"version": "11.0.4",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/jsonfile",
"direct": false,
"version": "6.1.4",
"ecosystem": "npm"
},
{
"name": "@types/linkify-it",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@types/markdown-it",
"direct": false,
"version": "14.1.2",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.14.1",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/web-bluetooth",
"direct": false,
"version": "0.0.20",
"ecosystem": "npm"
},
{
"name": "@types/web-bluetooth",
"direct": false,
"version": "0.0.21",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-vue",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-api",
"direct": false,
"version": "7.7.5",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-kit",
"direct": false,
"version": "7.7.5",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-shared",
"direct": false,
"version": "7.7.5",
"ecosystem": "npm"
},
{
"name": "@vue/reactivity",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-core",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-dom",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/server-renderer",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.13",
"ecosystem": "npm"
},
{
"name": "@vueuse/core",
"direct": false,
"version": "10.11.1",
"ecosystem": "npm"
},
{
"name": "@vueuse/core",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/integrations",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/metadata",
"direct": false,
"version": "10.11.1",
"ecosystem": "npm"
},
{
"name": "@vueuse/metadata",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/shared",
"direct": false,
"version": "10.11.1",
"ecosystem": "npm"
},
{
"name": "@vueuse/shared",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "algoliasearch",
"direct": false,
"version": "5.23.4",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "body-scroll-lock",
"direct": false,
"version": "4.0.0-beta.0",
"ecosystem": "npm"
},
{
"name": "buffer-builder",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "character-entities-html4",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "colorjs.io",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "comma-separated-tokens",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "copy-anything",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex-xs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.18.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "focus-trap",
"direct": false,
"version": "7.6.4",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hast-util-to-html",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "hast-util-whitespace",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "5.5.3",
"ecosystem": "npm"
},
{
"name": "html-void-elements",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "immutable",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "is-what",
"direct": false,
"version": "4.1.16",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.29.2",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.17",
"ecosystem": "npm"
},
{
"name": "mark.js",
"direct": false,
"version": "8.11.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "minisearch",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "mitt",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "normalize.css",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "oniguruma-to-es",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "perfect-debounce",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.3",
"ecosystem": "npm"
},
{
"name": "preact",
"direct": false,
"version": "10.26.5",
"ecosystem": "npm"
},
{
"name": "property-information",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "regex",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "regex-recursion",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "regex-utilities",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.40.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "sass-embedded",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-android-arm",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-android-arm64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-android-ia32",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-android-riscv64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-android-x64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-darwin-arm64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-darwin-x64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-arm",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-arm64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-ia32",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-musl-arm",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-musl-arm64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-musl-ia32",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-musl-riscv64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-musl-x64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-riscv64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-linux-x64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-win32-arm64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-win32-ia32",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "sass-embedded-win32-x64",
"direct": false,
"version": "1.86.3",
"ecosystem": "npm"
},
{
"name": "search-insights",
"direct": false,
"version": "2.17.3",
"ecosystem": "npm"
},
{
"name": "shiki",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "space-separated-tokens",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "speakingurl",
"direct": false,
"version": "14.0.1",
"ecosystem": "npm"
},
{
"name": "stringify-entities",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "superjson",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "sync-child-process",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "sync-message-port",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "tabbable",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "tiny-decode",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "trim-lines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "varint",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "vfile",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-message",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "5.4.18",
"ecosystem": "npm"
},
{
"name": "vitepress",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "vue-demi",
"direct": false,
"version": "0.14.10",
"ecosystem": "npm"
},
{
"name": "zrender",
"direct": false,
"version": "5.6.1",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "aiohappyeyeballs",
"direct": false,
"version": "2.6.1",
"ecosystem": "pypi"
},
{
"name": "aiosignal",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "altgraph",
"direct": false,
"version": "0.17.5",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.12.0",
"ecosystem": "pypi"
},
{
"name": "async-timeout",
"direct": false,
"version": "5.0.1",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "25.4.0",
"ecosystem": "pypi"
},
{
"name": "backports-asyncio-runner",
"direct": false,
"version": "1.2.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2025.11.12",
"ecosystem": "pypi"
},
{
"name": "cffi",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.4",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "colorzero",
"direct": false,
"version": "2.0",
"ecosystem": "pypi"
},
{
"name": "distro",
"direct": false,
"version": "1.9.0",
"ecosystem": "pypi"
},
{
"name": "evdev",
"direct": false,
"version": "1.9.2",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "frozenlist",
"direct": false,
"version": "1.8.0",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.11",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "jiter",
"direct": false,
"version": "0.12.0",
"ecosystem": "pypi"
},
{
"name": "linkify-it-py",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "macholib",
"direct": false,
"version": "1.16.4",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.2.0",
"ecosystem": "pypi"
},
{
"name": "mdit-py-plugins",
"direct": false,
"version": "0.6.1",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "multidict",
"direct": false,
"version": "6.7.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "pefile",
"direct": false,
"version": "2024.8.26",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "propcache",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "py-xiaozhi",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "pycparser",
"direct": false,
"version": "2.23",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.12.5",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.41.5",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.19.2",
"ecosystem": "pypi"
},
{
"name": "pyinstaller",
"direct": false,
"version": "6.17.0",
"ecosystem": "pypi"
},
{
"name": "pyinstaller-hooks-contrib",
"direct": false,
"version": "2025.11",
"ecosystem": "pypi"
},
{
"name": "pyobjc-core",
"direct": false,
"version": "12.1",
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-applicationservices",
"direct": false,
"version": "12.1",
"ecosystem": "pypi"
},
{
"name": "pyobjc-framework-coretext",
"direct": false,
"version": "12.1",
"ecosystem": "pypi"
},
{
"name": "pyside6",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyside6",
"direct": false,
"version": "6.10.1",
"ecosystem": "pypi"
},
{
"name": "pyside6-addons",
"direct": false,
"version": "6.10.1",
"ecosystem": "pypi"
},
{
"name": "pyside6-essentials",
"direct": false,
"version": "6.10.1",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.2",
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.9.0.post0",
"ecosystem": "pypi"
},
{
"name": "python-xlib",
"direct": false,
"version": "0.33",
"ecosystem": "pypi"
},
{
"name": "pywin32-ctypes",
"direct": false,
"version": "0.2.3",
"ecosystem": "pypi"
},
{
"name": "qasync",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "qasync",
"direct": false,
"version": "0.28.0",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "15.0.0",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.14.10",
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": "80.9.0",
"ecosystem": "pypi"
},
{
"name": "shiboken6",
"direct": false,
"version": "6.10.1",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "textual",
"direct": false,
"version": "8.2.8",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.67.1",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "tzdata",
"direct": false,
"version": "2025.3",
"ecosystem": "pypi"
},
{
"name": "uc-micro-py",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.6.2",
"ecosystem": "pypi"
},
{
"name": "winregistry",
"direct": false,
"version": "2.1.2",
"ecosystem": "pypi"
},
{
"name": "yarl",
"direct": false,
"version": "1.22.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 387,
"direct_count": 72,
"indirect_count": 315
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 84,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 206,
"closed_unmerged_prs": 18
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "huangjunsen0406",
"commits": 671,
"avatar_url": "https://avatars.githubusercontent.com/u/66542771?v=4"
},
{
"type": "User",
"login": "Y-ASLant",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/77436463?v=4"
},
{
"type": "User",
"login": "vonweller",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/154695311?v=4"
},
{
"type": "User",
"login": "Yang-ZhiHang",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/152758723?v=4"
},
{
"type": "User",
"login": "calandnong",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/50078867?v=4"
},
{
"type": "User",
"login": "Clark-Clark-cn",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/228282756?v=4"
},
{
"type": "User",
"login": "akkuman",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7813511?v=4"
},
{
"type": "User",
"login": "xsa-dev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16959353?v=4"
},
{
"type": "User",
"login": "gdmec07150717",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21993287?v=4"
},
{
"type": "User",
"login": "520xcy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18565637?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.936
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"release.yml",
"vitepress.yml"
],
"has_docs_dir": false,
"linter_configs": [
".flake8"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml",
"uv.lock",
"yarn.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/9 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "94 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "95bd792fad5603224de9cf7700dec0a07996891f",
"ran_at": "2026-07-26T18:34:02Z",
"aggregate_score": 2.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T13:13:32Z",
"oldest_open_prs": [
{
"number": 311,
"created_at": "2026-07-07T16:03:35Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-26T11:35:51Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/huangjunsen0406/py-xiaozhi",
"host": "github.com",
"name": "py-xiaozhi",
"owner": "huangjunsen0406"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 24,
"vitality": 86,
"community": 61,
"governance": 58,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 397,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "397 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 397
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v2.1.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"forks": 712,
"stars": 3423,
"watchers": 34,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,423 stars",
"points": 57.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3423
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "712 forks",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 712
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "34 watchers",
"points": 8.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 34
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "critical",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"packages": [
"documents"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 0
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "0 downloads/month across npm",
"points": 0,
"status": "missed",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 0,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.936
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 84,
"open_issues": 0,
"closed_issues": 206,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 18
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "84/102 decided PRs merged",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 84,
"decided": 102
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 142,
"owner_type": "User",
"is_verified": null,
"owner_login": "huangjunsen0406",
"public_repos": 112,
"account_age_days": 2240
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "142 followers of huangjunsen0406",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 142,
"login": "huangjunsen0406"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "112 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 112
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": "Excluded from scoring (no data or not applicable): Publish recency. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"publish_recency"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"packages": [
"documents"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": null
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "0 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 0
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".flake8",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".flake8"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"esp32",
"esp32-s3",
"xiaozhi-esp32",
"mcp",
"mcp-server",
"python",
"cross-platform",
"edge-computing",
"embodied-ai",
"iot",
"mcp-client",
"multi-modal",
"raspberry-pi",
"robotics",
"voice-assistant"
],
"has_wiki": true,
"homepage": "https://huangjunsen0406.github.io/py-xiaozhi/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://huangjunsen0406.github.io/py-xiaozhi/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "15 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 15
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 21,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "94 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 354 resolved dependencies against OSV; 33 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 354
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 33
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "osv",
"advisories": 137,
"affected_packages": 17,
"assessed_packages": 354,
"unassessed_packages": 33,
"affected_by_severity": "critical 6, high 3, moderate 7, low 1",
"direct_affected_packages": 5
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "5 affected: aiohttp 3.13.2 (critical 9.1), cryptography 46.0.3 (critical 9.8), pillow 12.1.0 (critical 9.1), +2 more",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 5,
"packages": "aiohttp 3.13.2 (critical 9.1), cryptography 46.0.3 (critical 9.8), pillow 12.1.0 (critical 9.1)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 2
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "4 advisory-carrying package(s) unaddressed past 90 days; oldest published 201 days ago",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 4,
"oldest": 201
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 354,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml",
"uv.lock",
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"documents/tsconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".flake8",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".flake8"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "documents/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "documents/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 60449,
"source_files_sampled": 181,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (documents/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "documents/tsconfig.json",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/181 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 181,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch pypi package 'py-xiaozhi' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-26T18:34:25.997559Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/huangjunsen0406/py-xiaozhi.svg",
"full_name": "huangjunsen0406/py-xiaozhi",
"license_state": "standard",
"license_spdx": "MIT"
}