JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 289,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 17265,
"TypeScript": 100259
},
"pushed_at": "2026-04-11T13:38:33Z",
"created_at": "2026-04-07T01:53:18Z",
"owner_type": "User",
"updated_at": "2026-08-02T17:32:32Z",
"description": "tui-use lets agents interact with programs that expect a human at the keyboard — REPLs, debuggers, TUI apps, and anything else bash can't reach.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Yichao Cheng",
"type": "User",
"login": "onesuper",
"company": null,
"location": "China",
"followers": 246,
"avatar_url": "https://avatars.githubusercontent.com/u/977633?v=4",
"created_at": "2011-08-13T10:30:48Z",
"is_verified": null,
"public_repos": 65,
"account_age_days": 5468
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.18",
"kind": "patch",
"published_at": "2026-04-11T13:38:28Z"
},
{
"tag": "v0.1.17",
"kind": "patch",
"published_at": "2026-04-08T14:51:13Z"
},
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2026-04-08T14:45:32Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-04-08T14:42:42Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-04-08T14:39:45Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-04-08T14:36:07Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-04-08T14:28:43Z"
},
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-04-08T14:19:34Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-04-08T13:56:57Z"
}
],
"recent_commits": [
{
"oid": "0170481831ca57974d3c7da306c654a815e57efa",
"body": null,
"is_bot": false,
"headline": "0.1.18",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-11T13:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b809253ea9a0000f22ac631cc8b878ede06de4cc",
"body": "…umbers\n\nPreviously find() scanned absolute buffer lines 0-29, which didn't match\nthe viewport shown by snapshot(). Now uses buf.viewportY as the start\noffset so find results and snapshot line numbers always agree.\n\nAlso fixes integration test scenarios that relied on large-file (dict/words)\noutput — replaced with bounded seq output and semantic --text waits.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: find now searches viewport only, consistent with snapshot line n…",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-11T13:38:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d1080ccd0dda539133a2b2ae0d0b166c38af1bf8",
"body": "Fix rename type assertion, find regex handling, and scroll comments",
"is_bot": false,
"headline": "Merge pull request #7 from hobostay/fix/session-bugs",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-11T13:15:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "262ea012e0ad5cc8f250c09ef261c11d9e23029b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/session-bugs",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-11T13:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6bb632a1d0cf41203a64590fcaec77dfa7905f",
"body": "- Remove unnecessary (this as any) type assertion in rename() —\n label is already declared as a public property\n- Add try/catch around RegExp construction in find() to gracefully\n handle invalid regex patterns instead of throwing\n- Remove dead code in wait() — the listener filter\n `typeof l === \"\n[…]\n) already clears the array\n- Fix scroll direction comments to match xterm.js scrollLines()\n semantics (positive=down/newer, negative=up/older)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix rename type assertion, find regex error handling, and scroll comment",
"author_name": "Test User",
"author_login": null,
"committed_at": "2026-04-11T08:49:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "33263feb9d9dc4bef858b136c5976ecdd188c198",
"body": "Merge #2: Add --color flag to preserve ANSI escape sequences (with debounce fix)",
"is_bot": false,
"headline": "Merge pull request #6 from onesuper/merge-ansi-color",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-10T17:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb3e5a43c831525abed0206925421a1a950b1b1",
"body": "Add --color flag to preserve ANSI escape sequences in snapshot/wait output.\n\nConflicts resolved:\n- Retained debounce_ms parameter in WaitRequest (was removed in phiat branch)\n- Combined both features: debounce and color are now both supported\n- Updated wait() signature to accept both debounceMs and color options\n\nCo-Authored-By: phiat",
"is_bot": false,
"headline": "Merge branch 'phiat/feat/ansi-color-passthrough' into main",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-10T08:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976c61ab0e95e1890679ab329a8b06644628fbf1",
"body": "feat: Add Windows ConPTY support via TCP IPC",
"is_bot": false,
"headline": "Merge pull request #1 from nick-shanin/main",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-10T03:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9102ddcf79a25e2f2eea1ae9a74fbd888f5560d",
"body": "feat: add --debounce option to wait, update docs",
"is_bot": false,
"headline": "Merge pull request #5 from onesuper/feature/wait-debounce",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-09T04:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54df11f08f8fe74e60da4127b1352745ccd351d6",
"body": "- Add debounce_ms parameter to session.wait(), WaitRequest, and CLI\n- tui-use wait --debounce <ms> controls idle window before resolving (default: 100ms)\n- Rewrite README: How It Works focused on wait model, Why not tmux clarified\n- Add Smart Wait to Features, explain debounce vs timeout distinction\n- Update SKILL.md: fix Core Workflow, add --text semantic signal guidance, simplify structure\n- Bump plugin version to 0.4.0\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --debounce option to wait, update docs",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-09T03:58:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11597b37bd13841d91a1193c5fc4fdd68da49b9b",
"body": "- Update banner description to focus on interactive programs\n- Rewrite What is tui-use section with concrete pain points\n- Reorder and trim use cases: scientific computing and debugger sessions first\n- Remove scaffolding tools, database CLIs, SSH scenarios\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README intro and use cases based on user feedback",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-09T03:10:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "335d9d90c247eb661fbbcbc6c7cbc350c60d261e",
"body": "Inspired by real user feedback on HN — cossatot's scientific computing\nscenario and halfwhey's GDB/PDB debugging use case.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add scientific computing and debugger use cases to README",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-09T02:59:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "001c35cf1e993f2eb359090df0b295846d72100c",
"body": "Add OpenAI Codex plugin packaging",
"is_bot": false,
"headline": "Merge pull request #3 from shayne/codex/add-openai-codex-plugin",
"author_name": "Dreamsome",
"author_login": "onesuper",
"committed_at": "2026-04-09T02:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0a1721bbc7e32163f83f63933a477e947ad7d4",
"body": null,
"is_bot": false,
"headline": "Add OpenAI Codex plugin packaging",
"author_name": "shayne",
"author_login": "shayne",
"committed_at": "2026-04-09T02:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0291d626478e3e075d544e41fd8fa5a9f208d139",
"body": "…wait output\n\ntui-use strips all color and style information from terminal output, which is\ndocumented as a known limitation. This adds an opt-in --color flag to the\nsnapshot and wait commands that re-encodes xterm buffer cell attributes back\ninto ANSI SGR escape sequences.\n\nSupports the full range \n[…]\nt RGB, bold, dim, italic, underline, blink, inverse, and strikethrough.\nDefault behavior is unchanged — plain text unless --color is specified.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --color flag to preserve ANSI escape sequences in snapshot/…",
"author_name": "phiat",
"author_login": "phiat",
"committed_at": "2026-04-08T20:25:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "158fc5084bcf4734f9e4b6e50a7f4479bdb159ba",
"body": "**Item 3: Better Windows error messages**\n- daemon.ts: EADDRINUSE and EACCES errors now provide actionable guidance\n- client.ts: Connection errors show platform-specific debugging steps\n- startDaemon: Windows users get netstat command to diagnose port conflicts\n\n**Item 4: Signal handling and gracefu\n[…]\nn abrupt disconnect)\n\n**Item 9: Windows path handling**\n- Used existing platform-agnostic path handling (os.homedir, path.join)\n- Error messages reference platform-specific tools (netstat for Windows)",
"is_bot": false,
"headline": "refactor: Harden Windows IPC error handling and resource cleanup",
"author_name": "tui-use-windows-support",
"author_login": null,
"committed_at": "2026-04-08T19:01:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f628105e1859d45e3ed5ff18e5604b4c7e2e9f16",
"body": "- Removed 'Windows not supported' from limitations section\n- Added platform support matrix showing Windows is fully supported\n- Updated build tools section to clarify Windows has prebuilt binaries",
"is_bot": false,
"headline": "docs: Update README to reflect Windows support via ConPTY",
"author_name": "tui-use-windows-support",
"author_login": null,
"committed_at": "2026-04-08T18:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d1328fb845c3b5d1b8431776f5474ba1bc01d4",
"body": "- Replace Unix sockets with platform-aware IPC: TCP port 7654 on Windows, Unix socket on Unix\n- Add createConnection() helper in client.ts for platform detection\n- Add startServerListener() helper in daemon.ts for platform detection\n- Update daemon startup to listen on TCP port on Windows (port-base\n[…]\ndows by using ConPTY (via node-pty) while maintaining full backward compatibility with Unix systems.\n\nTested on Windows 11 with lazygit - daemon starts correctly, screens render, keyboard input works.",
"is_bot": false,
"headline": "feat: Add Windows ConPTY support via TCP IPC",
"author_name": "tui-use-windows-support",
"author_login": null,
"committed_at": "2026-04-08T18:00:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ef66f1e723132bbfe8cb2e7f3dd31ad19e5b69e",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump plugin version to 0.3.0",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T16:17:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f788dfbf911ddda3f208dc7c3b29e740c5902147",
"body": "…esses\n\ntui-use start parses all tokens starting with '-' as its own options, so\ncommands like 'git rebase -i' or 'git log --oneline' fail when passed as\nseparate args. Quoting the full command as a single string works because\ntui-use runs it via the shell, keeping flags out of commander's parser.\n\n\n[…]\nls/tui-use/SKILL.md: add the same example to the commands table\n- tests/rebase-conflict.md: switch all start invocations to use quoted commands\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document quoted-command pattern for passing flags to child proc…",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T16:16:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5cad375f3d78275ad62e03a912eb2866a8139762",
"body": "- Use master instead of main (system default branch name)\n- Wrap git commands with flags in '-- bash -c' to avoid tui-use flag consumption\n- Wait on 'greeting.txt' instead of 'CONFLICT' for locale-safe conflict detection\n- Fix conflict resolution: 3x dd from line 1, then 2G+dd for closing marker\n- vim always opens for commit message in rebase --continue; handle explicitly",
"is_bot": false,
"headline": "fix: update rebase-conflict spec after smoke-test",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f0fccc225a00450cb346ff95bafd53a25c3898",
"body": null,
"is_bot": false,
"headline": "feat: add rebase-conflict test spec to tui-use-git-test skill",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e548b18999e15c0ac228edf140a284c84010c59",
"body": null,
"is_bot": false,
"headline": "feat: add tui-use-git-test skill entry point",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "539deda813f69cc7a888515160c9b7a839309d64",
"body": "Step-by-step plan to create the skill files and smoke-test the full\ngit rebase -i conflict resolution workflow end-to-end.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add implementation plan for tui-use-git-test skill",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:48:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2adf603f9839db8c9b0a5403b2d7fb6be8498f9e",
"body": "Captures the agreed design for a new git-focused test skill that drives\ngit rebase -i conflict resolution entirely through tui-use + vim.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add design spec for tui-use-git-test skill",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:43:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a7ccd151cae9c800af7f75459aaad827debd72eb",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump plugin.json version to 0.2.0",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:42:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "31fef95efa0f263eaec66bcc4776a6efdf007d33",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump plugin version to 0.2.0",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:26:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "adf69fe8fcd3cff850f1ab86eef03152313f7064",
"body": "Covers three test suites:\n- edit: create file, insert text, save and verify\n- navigate: line jump, dd, undo, redo with ctrl+r\n- substitute: global :%s search & replace\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add vim integration test skill",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T15:15:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "625dc93ec7dbb564a3e1265d7bd18fc20aee8e97",
"body": null,
"is_bot": false,
"headline": "0.1.17",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc3beebd0b13f1d55e6b017756a0b248f3d5faa",
"body": "install.js:\n- Remove dead code: dist/prebuilds fallback (directory never existed)\n- Remove ineffective SDKROOT hack (node-gyp 12 ignores it)\n- Simplify findNodePtyPath: use __dirname-relative path directly\n- Consolidate file copy loop for pty.node + spawn-helper\n- Verify with testNodePty() after sou\n[…]\n Merge platform error messages into a lookup table\n\nsession.ts:\n- Remove posix_spawnp catch block (install.js now handles this at install time)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify install.js and remove redundant session.ts error handler",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:51:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab71c715fa219ca203e361e52cb82b34707c21f1",
"body": null,
"is_bot": false,
"headline": "0.1.16",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7df15b78d8cf2e8b7e02b5e5e60ffa0f3eae1feb",
"body": "…ocess\n\nShell quoting of paths with special chars in -e args caused the subprocess\ntest to always fail silently, making install fall through to source build.\nWrite a temp JS file instead to avoid the quoting problem entirely.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix testNodePty: use temp file to avoid shell quoting issues in subpr…",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:45:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "666592a649a711944dbb4be807d1250ca9a81a47",
"body": null,
"is_bot": false,
"headline": "0.1.15",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "decafbfc4c71bdcc47b96304221c38b842412b6a",
"body": "- testNodePty() now runs in a subprocess so native addon loads fresh after install\n- installPrebuild() copies spawn-helper alongside pty.node (required for PTY spawning)\n- Remove require cache clearing (ineffective for native addons)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix install: use subprocess for testNodePty and copy spawn-helper",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:42:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49ee3c9173b9d529b8d61443f46219b5b68558c4",
"body": null,
"is_bot": false,
"headline": "0.1.14",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082e774738a15329a67abb7127035ae85626a7fa",
"body": "The spawn-helper binary is required for PTY process spawning on macOS/Linux.\nPreviously only pty.node was copied, causing posix_spawnp failures even when\nthe native binding loaded successfully.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix install: copy spawn-helper alongside pty.node from prebuilds",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:39:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5618be45ffe2b804127d6589538aa744943272f9",
"body": null,
"is_bot": false,
"headline": "0.1.13",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91359cf621362ae57151803eb14f305df580f5f4",
"body": "- Use node-pty's own bundled prebuilds/ directory before falling back to source build\n- This fixes \"No Xcode or CLT version detected\" on macOS when node-pty already ships darwin-x64 prebuild\n- Also set SDKROOT env var as fallback for source builds on macOS\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix node-pty install on darwin-x64 by using bundled prebuilds",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:35:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e89765d82fa9a93f0ef7e7a337be4293ccd505f0",
"body": null,
"is_bot": false,
"headline": "0.1.12",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff175d5ed021a23318e4376f44d5485ecee0432",
"body": "- install.js: exit(1) on build failure with platform-specific fix commands\n- session.ts: catch posix_spawnp errors at runtime, replace with friendly message\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve node-pty build failure messages with actionable fix instructions",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:28:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e100c65008e53aab13d2709012111f4228f2798c",
"body": null,
"is_bot": false,
"headline": "0.1.11",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6678906d196f19672e05d4ab400bb2c71df72903",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Read version from package.json instead of hardcoding it",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:19:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57d85e59a936dc5cb1fb9663872f284ca682b188",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace Node badge with npm version badge",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T14:12:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3b2787455b890e0f0fc7fee43a6a087b3ae30ff7",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove PythonImportHelper completion JSON and package-lock.json",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T13:57:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c528fdd8cbd4fc6af6b6ae4421a8c70032239dd4",
"body": null,
"is_bot": false,
"headline": "0.1.10",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T13:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31bd5ab5bcd6e60b69752116688b31e42dec18b",
"body": "- Rename SendRequest → TypeRequest, add PressRequest with dedicated key validation\n- Add session.press(key) method that throws a descriptive error for unknown key names\n- Complete KEY_MAP with all 26 ctrl+[a-z] mappings (was missing ctrl+g through ctrl+z)\n- Export SUPPORTED_KEYS list for tui-use key\n[…]\n remove incorrect press q example\n- Update core workflow: start sets current session automatically, use only needed for multi-session switching\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Split send into type/press, complete ctrl key map, improve skill docs",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-08T13:56:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fc9acdc7d8d40e10c95e9390051da4497d73c717",
"body": "- Add package-lock.json, .DS_Store, .vscode/ to .gitignore\n- Fix install.js to not show false warning after successful rebuild\n- Update README with troubleshooting section\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update .gitignore and fix install.js rebuild detection",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:45:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9226630c48db8a3731edc087ab4db16c7462d419",
"body": "… handles it automatically",
"is_bot": false,
"headline": "Simplify README - remove manual rebuild instructions since install.js…",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad4e5843078c940cb9856df0f845d0c6c7b8c393",
"body": null,
"is_bot": false,
"headline": "0.1.9",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71750d11d8403341708158fb07ff9583c978e074",
"body": null,
"is_bot": false,
"headline": "Fix install.js cache clear to handle module not loaded",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc29c7c7fecf2dab56fe7e44fced22028a547d17",
"body": null,
"is_bot": false,
"headline": "0.1.8",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "230278593a2b73b46e7fbf5fb6a8470215d02faf",
"body": null,
"is_bot": false,
"headline": "Fix install.js to not exit with error after successful rebuild",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "829970536061224456d1c15b0f5883282bfa321a",
"body": null,
"is_bot": false,
"headline": "0.1.7",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01338629897adecc826a1e1cd5c947ed9bf89f44",
"body": "…urce build",
"is_bot": false,
"headline": "Update install.js to use bundled prebuilds first, then fallback to so…",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29488bc4bcfeb4a8f7f8983705acb16641a8d09",
"body": null,
"is_bot": false,
"headline": "0.1.6",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2917b43e9630729829d35f42f9f304de547a10",
"body": null,
"is_bot": false,
"headline": "Update README with rebuild instructions",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d81f4fe70d2576188dabf27d6b50f34e71b6c1e",
"body": "…ilure",
"is_bot": false,
"headline": "Change postinstall to warning-only, don't block install on rebuild fa…",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T09:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d5c0bbaab7e928091411529e5d244783308f2c",
"body": null,
"is_bot": false,
"headline": "0.1.5",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d654eb7b72054136136ffad16baaa001bb43b69",
"body": null,
"is_bot": false,
"headline": "Fix install.js to handle npx flat dependency structure",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f16ec18bdf36c52f5f6000fe73cf164a0d8fde3",
"body": null,
"is_bot": false,
"headline": "0.1.4",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2bbd5aef36e3727dd26aa34f345f88d166d8e8e",
"body": null,
"is_bot": false,
"headline": "Add prebuild system for multi-platform node-pty binaries",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df763799bcd32e97487ea5aab58b221d57d0ebc",
"body": null,
"is_bot": false,
"headline": "0.1.3",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4232b3f5e4ccf6767e21fac50e8a8d01f7265382",
"body": null,
"is_bot": false,
"headline": "Remove postinstall to let prebuild-install work natively",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014d6c41c3b014e43d93f7f77f9858bb90bedab4",
"body": null,
"is_bot": false,
"headline": "0.1.2",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3571bebb05f8a46fb4e6aee6aab921e4a9ddfea0",
"body": null,
"is_bot": false,
"headline": "Add postinstall to rebuild node-pty for target platform",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7366af6776eff621fe0ce59c2c82e4f6694e7a9",
"body": null,
"is_bot": false,
"headline": "0.1.1",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a497d28e2e71c448b6c01bee052c9eb2240b0e",
"body": null,
"is_bot": false,
"headline": "Remove postinstall script to fix npx installation",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58aa4b1bf0977e7433b0309736327a05e305e517",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add MIT license",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T08:01:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fae9c6028c72b43066f7150dfdbc07742a0c7800",
"body": "- Fix POSIX regex patterns in test specs (find, scroll)\n- Fix highlights test expectation: Settings -> Search\n- Fix interaction test to split paste and add proper indentation\n- Add CLAUDE.md contribution guidelines\n- Simplify README command documentation\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update integration tests and documentation",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T07:59:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f0c049cdc36b199eabe636ef42dffe30cf2c0ede",
"body": "- Add scroll() tests for Session class\n- Add startY parameter tests for extractHighlights()\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add unit tests for scroll and viewport offset",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T07:59:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b674bb2ca53106b6b28a888172487266b35a3971",
"body": "- Fix scroll() to actually call terminal.scrollLines() instead of noop\n- Add scrollback: 10000 to Terminal constructor for history support\n- Use viewportY offset in snapshot() and wait() for scrolled views\n- Add startY parameter to extractHighlights() for viewport awareness\n- Replace POSIX [[:space:\n[…]\nl \\s in test patterns\n- Update test expectations: \"Settings\" -> \"Search\" to match code\n- Add unit tests for scroll and startY offset handling\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix scroll functionality and POSIX regex compatibility",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T07:58:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b751c287c86b9e063a940bf01c8b55d0ae3773d1",
"body": "- Core Commands: essential commands (start, use, wait, type, press, snapshot, kill)\n- Session Management: options for start, plus info/rename/list\n- Interaction Options: wait/type options and paste\n- Screen Operations: snapshot options, scroll, find\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reorganize CLI documentation with Core Commands + sections",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T06:34:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fcc3b9fc2bf12525ea6fc3ff86103cd1a8fd8dd5",
"body": "- Session Management: start, use, info, rename, list, kill\n- Interaction: wait, type, press, paste\n- Screen Operations: snapshot, scrollup, scrolldown, find\n- Daemon Commands: status, stop, restart\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Group CLI commands by function in README",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T06:28:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ec2a786f1e10a2144923b2a2ecbc8fc43f619f7",
"body": "- Add find, paste, info, rename commands to Core Commands section\n- Keep alphabetical order for better readability\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add missing new commands to README",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T06:26:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3e553c41610ac5ac93e16172801d1534821d06fc",
"body": "- Replace single scroll command with two explicit commands:\n - scrollup <n>: Scroll up to view older content\n - scrolldown <n>: Scroll down to view newer content\n- Update README with new command syntax\n- Update integration test docs to use new commands\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Split scroll command into scrollup and scrolldown",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T06:25:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "62408f7d7711fe0a482ff45aa13143e3ddec1213",
"body": "Split monolithic test file into 5 focused test suites:\n- tests/session.md — Session lifecycle tests\n- tests/interaction.md — User interaction tests\n- tests/find.md — Text search tests\n- tests/scroll.md — Scroll functionality tests\n- tests/highlights.md — Highlights detection tests\n\nUpdate SKILL.md to support parameterized execution.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Refactor integration tests into functional groups",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T06:04:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2af191c34952a7734c3fe5e96e6d09ac2721c24b",
"body": null,
"is_bot": false,
"headline": "Add Test 9 for advanced features (find, scroll, paste, info, rename)",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b734c136596c4ab516ec264737d82ced36b5b04b",
"body": "- Remove blank lines between command groups for more compact view\n- Remove tui-use keys from Core Commands (redundant with press)\n- Consistent JSON format descriptions\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Minor README formatting - compact command layout",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:44:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a538102cb319081dea6277368e3ad8d6253a0a4f",
"body": "- Update Core Commands to use placeholder style matching README\n- Add Daemon Commands section\n- Remove detailed command sections (Start/Type/Press) in favor of consolidated format\n- Move 'wait before type/press' note earlier for visibility\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Sync SKILL.md with README CLI documentation",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:43:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d1e9739248c8ae80dd5826e93fab17d062a5897",
"body": "- Merge all commands into Core Commands and Daemon Commands sections\n- Use only placeholders (<cmd>, <text>, etc.) without concrete examples\n- Show different option combinations as separate lines\n- Remove duplicate keys section\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Consolidate CLI documentation with placeholders only",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:38:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8fe32bdba25882f33e368fbbb81a7117f3c311a5",
"body": "- Each command shows multiple usage examples with different option combinations\n- Examples demonstrate real-world use cases (Python REPL, npm, vim, etc.)\n- Options explained inline with comments\n- Removed separate options section in favor of inline examples\n- Similar style to agent-browser documentation\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite CLI documentation with usage examples style",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:36:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3dab827a12224f5c23887634687f4faa4c4f8b33",
"body": "- Add Quick Reference section for common usage\n- Each command now has its own subsection with detailed option descriptions\n- Options are listed individually with their defaults explained\n- Improved readability for users looking for specific option details\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Restructure CLI documentation with detailed option descriptions",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:34:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71351c66b87f51cc6c99fb6f004591c5e659680b",
"body": "- Core commands now use <cmd>, <session_id>, <text>, <key> placeholders\n- All options (--cwd, --label, --cols, --rows, --format, --text) documented with defaults\n- Grouped by command with clear option descriptions\n- Removed concrete examples in favor of consistent placeholder syntax\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Refactor CLI documentation to use placeholders and enumerate all options",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T05:28:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da65ad56baa60405f1161cf788b3a4cdc1c0bed7",
"body": "- Add bash language tag to code blocks\n- Fix indentation consistency\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Minor formatting improvements to README",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T03:57:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2885c5c52c3dcf0ea3e66ba4b5aa34a0d39f0297",
"body": "- Update SKILL.md with new format parameter (pretty/json)\n- Add pretty format output examples\n- Update JSON response documentation with new fields (title, is_fullscreen, cols, rows)\n- Update integration test SKILL with highlights field details\n- Ensure consistency between README and SKILL documentation\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README and SKILL documentation for new output format",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T03:55:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "15f564d04c1ed29cc7856c5167ccee3c6745defc",
"body": "- Unify format parameter: pretty (default) and json for all commands\n- Fix fullscreen initialization bug (was undefined on first snapshot)\n- Add cols/rows to ScreenResponse for accurate pretty formatting\n- Improve highlights display in pretty mode (show line numbers and text)\n- Update README with new output format documentation\n\nAll 8 integration tests pass.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve CLI output format and add PTY dimensions to response",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-08T03:52:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a18e6ea25323d98fea5a9ded1a21b99f29775c3c",
"body": "- Track OSC window title via terminal.onTitleChange\n- Track alternate buffer mode via terminal.buffer.onBufferChange\n- Expose title and is_fullscreen in all snapshot/wait responses\n- Fix wait() change detection to trigger on title/fullscreen changes,\n not just screen text changes (via new hasChange\n[…]\nr)\n- Export extractTitle, extractIsFullscreen, hasChanged as pure\n functions with unit tests\n- Update README features and limitations sections\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add title and is_fullscreen to session snapshots",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-07T12:59:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fadb5f5f231268d57584872a9960ba7cc9a4ffa0",
"body": "- Add Tests 6–8 covering vertical menu, tab bar, and dialog highlights\n- Update skill description to mention highlights detection\n- Expand summary from 5/5 to 8/8\n- Set Bash(*) in settings.json to avoid repeated permission prompts\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add highlights tests to integration skill and allow all Bash commands",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-07T12:15:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cb606497d1a6a8ccce12f73cab4cce3c6db2ce70",
"body": "- Flatten structure: Installation and Claude Code Plugin as top-level sections\n- Add note explaining CLI dependency for plugin usage\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README installation section",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T10:42:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8bd963b1975020c77000c9e9ca2ddde7796a3b7",
"body": "- Restructure README.md with code blocks for command groups\n- Move wait/snapshot to core commands section\n- Expand wait with detailed examples\n- Simplify SKILL.md with cleaner command organization\n- Update integration test skill for new CLI syntax\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reorganize CLI documentation and simplify command structure",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T10:31:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f494dc59330283b61f5fa05b709630008af01f9",
"body": "- Add files field to specify published files\n- Add prepublishOnly script for auto-build\n- Add publish:patch/minor/major scripts\n- Create .npmignore to exclude dev files\n\nCo-Authored-By: 程亦超 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add npm publish configuration",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T09:04:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b15b96ba83c5ba8a6e9c31b5b1aa802482d42dd",
"body": "- Add npm install option (recommended)\n- Add source install instructions\n- Separate coding agent plugin installation\n\nCo-Authored-By: 程亦超 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README with separate installation sections",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T09:00:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f71074241a8972b49f79e94a80c7e813389509f",
"body": "- Add postinstall to auto-rebuild node-pty from source\n- Add clean script for easy cleanup\n- Add chmod to build script for CLI executable\n- Downgrade vitest to v3 for Node 23 compatibility\n\nCo-Authored-By: 程亦超 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix build scripts and native module rebuild",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T08:23:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e27f90f7b86a8ac3b766228e224a97a8c6a08fc9",
"body": "- Add plugin metadata for Claude Code marketplace\n- Add AGENTS.md for agent documentation\n- Add CLAUDE.md with contribution guidelines\n- Update README to include marketplace installation option\n- Fix skill directory structure (use skills/tui-use/SKILL.md)\n\nCo-Authored-By: 程亦超 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Claude Code plugin marketplace configuration",
"author_name": "程亦超",
"author_login": null,
"committed_at": "2026-04-07T07:19:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5c4f5fd84760f712d8021515109900a66b7378b9",
"body": "TUI programs use inverse-video (reverse) styling to indicate selected\nitems — menu options, tabs, dialog buttons. The plain-text screen field\ncannot convey this, leaving agents unable to determine what is currently\nselected.\n\n- Add extractHighlights() in src/highlights.ts that scans xterm buffer\n c\n[…]\n)\n covering the highlight patterns agents will encounter in real TUIs\n- Update README: new Highlights feature entry, revised Limitations entry\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add highlights field to expose inverse-video spans in snapshots",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T15:50:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e95bd41d747eda937534bcfb265b9b22bcd73d88",
"body": "- Rewrite tagline and description to focus on the interactive terminal gap\n- Replace checklist with concrete use case descriptions (REPL, installers, DB CLIs, SSH, TUI apps)\n- Improve Snapshot Model explanation\n- Add How It Works ASCII diagram\n- Add Integration Tests section under Development\n- Remove outdated Quick Start and verbose usage examples\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve README clarity and add integration test docs",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T14:33:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4825d513554bec3180e43d031a0983614a0476e9",
"body": "Rename to tui-use-integration-test/SKILL.md per Claude Code convention\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix skill directory structure",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T13:29:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1782f23c610b2e2ce2251294b8015f2d74318c5d",
"body": "name + description fields are required for Claude Code to load the skill\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix skill: add required YAML frontmatter",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T13:26:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d70834ce36a4279e0c8ebbca99ad1640dfe70293",
"body": "commands/ is deprecated in newer Claude Code versions\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move integration-test from commands/ to skills/",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T13:25:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "315fd76669c12db81398295c7588f78af34de8fc",
"body": "Natural language test suite for Claude Code agents to run e2e tests\ncovering: prompt CLI, Python REPL, --until, --timeout, ctrl+c\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add /tui-use:integration-test command",
"author_name": "onesuper",
"author_login": "onesuper",
"committed_at": "2026-04-06T13:23:10Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 9,
"commits_last_year": 113,
"latest_release_at": "2026-04-11T13:38:28Z",
"latest_release_tag": "v0.1.18",
"releases_from_tags": true,
"days_since_last_push": 113,
"active_weeks_last_year": 1,
"days_since_latest_release": 113,
"mean_days_between_releases": 0.4
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 2,
"header": 2,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tui-use",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/tui-use",
"is_deprecated": false,
"latest_version": "0.1.20",
"repository_url": null,
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1208,
"first_published_at": "2026-04-08T08:45:55.571000Z",
"latest_published_at": "2026-04-11T14:10:34.074000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 113
}
]
},
"popularity": {
"forks": 20,
"stars": 253,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-04-08",
"count": 4
},
{
"date": "2026-04-09",
"count": 4
},
{
"date": "2026-04-10",
"count": 2
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"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": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 16817,
"source_files_sampled": 20,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1034
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@xterm/headless",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.0.0"
},
{
"name": "node-pty",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "onesuper",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/977633?v=4"
},
{
"type": "User",
"login": "phiat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/190444?v=4"
},
{
"type": "User",
"login": "shayne",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/79330?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.968
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-prebuilds.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"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 5 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": 1,
"reason": "Found 3/21 approved changesets -- score normalized to 1",
"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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": null,
"reason": "no releases found",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0170481831ca57974d3c7da306c654a815e57efa",
"ran_at": "2026-08-02T21:31:52Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 6,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-04-11T13:39:06Z",
"oldest_open_prs": [
{
"number": 4,
"created_at": "2026-04-09T02:46:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-11T13:15:25Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/onesuper/tui-use",
"host": "github.com",
"name": "tui-use",
"owner": "onesuper"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 51 is calibrated to 51 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 51,
"calibrated": 51,
"calibration": "2026-08-02"
}
}
],
"value": 51,
"inputs": {
"security": 33,
"vitality": 49,
"community": 50,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 59,
"ai_readiness": 63,
"weighted_overall_raw": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 49,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"commits_last_year": 113,
"human_commit_share": 1,
"days_since_last_push": 113,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 113 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "113 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 113
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.1.18",
"releases_from_tags": true,
"days_since_latest_release": 113,
"mean_days_between_releases": 0.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 113 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 20,
"stars": 253,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "253 stars",
"points": 39,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 253
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 2,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"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": 0,
"status": "missed",
"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": "moderate",
"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": 51,
"inputs": {
"packages": [
"tui-use"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1208
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,208 downloads/month across npm",
"points": 41.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1208,
"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": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.968
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"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": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 65,
"inputs": {
"followers": 246,
"owner_type": "User",
"is_verified": null,
"owner_login": "onesuper",
"public_repos": 65,
"account_age_days": 5468
},
"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": "246 followers of onesuper",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 246,
"login": "onesuper"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "65 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 65
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"tui-use"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 113
},
"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": "latest publish 113 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 113
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": 59,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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 5 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": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"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 5 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 3/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 2",
"points": 1,
"status": "partial",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 4
},
"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": 63,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.64,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1034
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "64 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.56,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "56 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 56,
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 16817,
"source_files_sampled": 20,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"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": 0,
"status": "missed",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:tui-use@0.1.20; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-08-02T21:32:01.448818Z",
"schema_version": "0.29.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/onesuper/tui-use.svg",
"full_name": "onesuper/tui-use",
"license_state": "standard",
"license_spdx": "MIT"
}