Skip to content

docs: align command list with shipped adapters#5

Closed
erixyuan wants to merge 1 commit intojackwener:mainfrom
erixyuan:main
Closed

docs: align command list with shipped adapters#5
erixyuan wants to merge 1 commit intojackwener:mainfrom
erixyuan:main

Conversation

@erixyuan
Copy link
Contributor

Summary

  • align README counts with the current shipped adapters (27 commands across 15 sites)
  • remove github command references that are not present in the current repo/runtime
  • update the public API examples in SKILL.md to use commands that actually exist

Verification

  • ran node dist/main.js list --json
  • confirmed the current runtime exposes 27 commands across 15 sites
  • confirmed there is no src/clis/github/ adapter directory in the repo

@jackwener
Copy link
Owner

感谢你的贡献!这个文档更新已经在 v0.2.0 版本的重构与文档统筹更新中被包含进去了。为了感谢你的付出,我已经将你设置为了相关 commit 的 Co-authored-by。🎉

@jackwener jackwener closed this Mar 15, 2026
jackwener added a commit that referenced this pull request Mar 15, 2026
- #1 Fix URL injection in subtitle.ts via JSON.stringify
- #2 Remove debug console.error from production code
- #3 Delete stale test_subtitle.ts
- #4 Add --lang option for multi-language subtitle selection
- #5 Fix duplicate comment numbering (two '// 4.')
- #6 Add clickLabels targeted clicking + --click flag to explore
- #7 Move empty-value penalty into scoreEndpoint() (affects filtering)
- #8 Add cascade request code template to CLI-CREATOR.md
jackwener added a commit that referenced this pull request Mar 19, 2026
Bug fixes:
- #1 /logs?level=error returned 404 — use pathname for route matching
- #2 Duplicate initialization — added 'initialized' guard flag

Should fix:
- #4 Added screenshot() to IPage interface
- #5 Graceful shutdown rejects pending requests before exit
- #6 Use process.execPath instead of 'npx tsx' for faster daemon spawn

Cleanup:
- #7 Removed duplicate 'browser' keyword in package.json
- #8 Removed unused normalizeEvaluateSource import from browser.ts
- #9 Changed dynamic import to static import in intercept.ts
- #10 Added explicit throw at end of sendCommand for clarity

61 tests pass (4 test files). Extension: 10.55KB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants