Releases: jackwener/OpenCLI
Releases · jackwener/OpenCLI
v1.7.3
What's Changed
- feat(discord-app): add delete command to remove a message by ID by @himself65 in #976
- feat(maimai): add talent search with multi-dimensional filters by @ivanxia1988 in #977
- feat(ke): add Beike (贝壳找房) adapter by @runzhliu in #975
- feat(bilibili): add feed-detail and enhance feed command by @harveyyue in #974
- feat(clis/chatgptweb): add ChatGPT web image generation command by @asimons81 in #973
- fix(xiaohongshu): harden anti-detection flows by @Astro-Han in #980
- fix(douban): classify tv search results correctly by @Astro-Han in #979
- fix: address code audit findings (C1-C4, I1, I4, I6) by @jackwener in #981
- fix: code audit round 2 — safety, hot-reload, error diagnostics by @jackwener in #982
- feat: decouple extension version from CLI version by @jackwener in #985
- fix: clean up stale .yaml adapter files from older versions (#953) by @jackwener in #986
- docs: document undocumented environment variables by @jackwener in #983
- Remove unused OPENCLI_SKIP_FETCH env var by @jackwener in #987
- Rename chatgpt adapters: desktop → chatgpt-app, web → chatgpt by @jackwener in #989
- Fix automation window not closing on command failure by @jackwener in #992
- refactor: unify OPENCLI_VERBOSE and DEBUG=opencli by @jackwener in #991
- feat(mubu): add Mubu adapter with 5 commands by @SherlockSalvatore in #964
- chore: bump version to 1.7.3 by @jackwener in #997
New Contributors
- @ivanxia1988 made their first contribution in #977
- @runzhliu made their first contribution in #975
- @asimons81 made their first contribution in #973
- @SherlockSalvatore made their first contribution in #964
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- migrate: move binance adapters from src/clis/ to clis/ by @jackwener in #967
- refactor: smart sync adapters — hash-based diff instead of full copy by @jackwener in #966
- fix: include adapter tests in default npm test by @jackwener in #969
- fix(zsxq): accept topic_id as string in getTopicFromResponse by @fgksgf in #963
- feat(twitter): add lists command to retrieve user lists by @isanwenyu in #958
- feat(weibo): support for-you and following feed types by @iiilin in #959
- fix(zsxq): update topic test for group_id parameter by @jackwener in #971
- chore: bump version to 1.7.2 by @jackwener in #972
New Contributors
- @fgksgf made their first contribution in #963
- @isanwenyu made their first contribution in #958
- @iiilin made their first contribution in #959
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- docs(skills): unify browser tool names to opencli browser commands by @jackwener in #920
- docs(skills): improve oneshot & explorer with real-world SaaS patterns by @jackwener in #921
- refactor(adapters): migrate pipeline adapters to func() + { error, help } pattern; docs: skill improvements by @jackwener in #922
- refactor(errors): unify error output as YAML envelope to stderr by @jackwener in #923
- fix(build-manifest): import compiled JS from dist/clis/ instead of raw TS by @jackwener in #926
- refactor(adapters): convert adapter layer from TypeScript to JavaScript by @jackwener in #928
- fix(security): escape codegen strings and redact diagnostic body by @jackwener in #930
- chore: remove JS-first migration residuals by @jackwener in #931
- fix: clean up legacy shim files and stale tmp files on upgrade by @jackwener in #934
- fix: address deep review findings (security, correctness, consistency) by @jackwener in #935
- fix: sync package-lock.json to unblock CI by @jackwener in #937
- feat(skill): add upstream issue filing to opencli-autofix by @jackwener in #938
- docs: document autofix issue filing flow by @jackwener in #939
- chore: remove unused test-site.mjs script by @jackwener in #940
- refactor: normalize strategy into runtime fields at registration time by @jackwener in #941
- fix: project hygiene — docs, lint, daemon restart by @jackwener in #942
- refactor(validate): switch from YAML to registry-based validation by @jackwener in #943
- perf: P0 performance optimizations by @jackwener in #944
- fix: batch quality improvements — dedupe completion, unify logging, fix docs by @jackwener in #945
- fix: clean up stale .ts adapter files during upgrade by @jackwener in #948
- fix(bilibili): add missing domain for following cli by @harveyyue in #947
- fix: resolve alias target correctly in validate command by @jackwener in #949
- fix: warn when user .ts adapters are silently skipped by @jackwener in #951
- fix: DEBUG_SNAPSHOT should work without DEBUG=opencli by @jackwener in #952
- docs: fix stale adapter counts and .ts reference for release by @jackwener in #950
- docs: fix stale .ts adapter references in skills and guides by @jackwener in #954
- docs: add CHANGELOG.md entry for v1.7.0 by @jackwener in #955
- chore: bump version to 1.7.1 by @jackwener in #965
New Contributors
- @harveyyue made their first contribution in #947
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- refactor: make daemon persistent, remove idle timeout by @jackwener in #913
- docs: remove daemon status/restart references by @jackwener in #914
- fix(xiaoe): resolve missing episodes for long courses via auto-scroll by @Clearner1 in #904
- feat: auto-close adapter windows, add OPENCLI_WINDOW_FOCUSED, document config by @jackwener in #915
- fix(jianyu): stabilize search and add detail extraction contract by @leozejia in #912
- fix(jianyu): avoid early API bucket cutoff by @jackwener in #916
- chore: release v1.7.0 by @jackwener in #917
- fix: restore cross-platform entries in package-lock.json by @jackwener in #919
New Contributors
- @Clearner1 made their first contribution in #904
Full Changelog: v1.6.10...v1.7.0
v1.6.10
What's Changed
- feat: verified generate pipeline with structured contract by @jackwener in #878
- chore: release v1.6.9 by @jackwener in #875
- test: fix Windows verified-path CI assertion by @jackwener in #879
- fix(docs): add missing .md extension to adapter index links by @FnExpress in #874
- feat: opencli-generate skill spec + thin wrapper by @jackwener in #880
- fix: typecheck regression in skill-generate test by @jackwener in #881
- feat: P2 EarlyHint callback channel for cost gating by @jackwener in #882
- refactor: rename operate to browser by @jackwener in #883
- refactor: remove version field from GenerateOutcome and EarlyHint by @jackwener in #884
- docs: restructure README narrative by @jackwener in #885
- refactor: migrate all CLI adapters from YAML to TypeScript by @jackwener in #887
- refactor: eliminate any types in core (non-clis) files by @jackwener in #886
- refactor(skills): merge opencli-generate into opencli-explorer by @jackwener in #891
- feat(skills): add External CLI section to opencli-usage by @jackwener in #893
- refactor(skills): unify command reference by site instead of technology by @jackwener in #894
- docs(autofix): add "Empty ≠ Broken" pre-check before repair loop by @jackwener in #896
- feat: add jimeng workspace create command by @myluke in #895
- fix: retry on No window with id CDP error by @elias-didoo in #892
- Feat : add Gitee adapters and docs by @zwang-JS in #845
- feat: add jimeng workspaces list command by @myluke in #897
- perf: fast-path completion/version/shell-scripts to bypass full discovery by @jackwener in #898
- feat(jd,taobao,cnki): add JD, Taobao, and CNKI adapters by @Muuuun in #248
- fix: repair baseline main ci checks by @Astro-Han in #901
- docs: fix desktop adapter commands to match actual CLI output by @luka2chat in #900
- feat: replace tabId with targetId as cross-layer page identity by @jackwener in #899
- docs: mention refreshing skills in update instructions by @jackwener in #902
- refactor: unify browser error classification and deduplicate retry logic by @jackwener in #908
- chore: bump version to 1.6.10 by @jackwener in #910
New Contributors
- @FnExpress made their first contribution in #874
- @myluke made their first contribution in #895
- @elias-didoo made their first contribution in #892
- @zwang-JS made their first contribution in #845
- @Muuuun made their first contribution in #248
- @luka2chat made their first contribution in #900
Full Changelog: v1.6.9...v1.6.10
What's Changed
- feat: verified generate pipeline with structured contract by @jackwener in #878
- chore: release v1.6.9 by @jackwener in #875
- test: fix Windows verified-path CI assertion by @jackwener in #879
- fix(docs): add missing .md extension to adapter index links by @FnExpress in #874
- feat: opencli-generate skill spec + thin wrapper by @jackwener in #880
- fix: typecheck regression in skill-generate test by @jackwener in #881
- feat: P2 EarlyHint callback channel for cost gating by @jackwener in #882
- refactor: rename operate to browser by @jackwener in #883
- refactor: remove version field from GenerateOutcome and EarlyHint by @jackwener in #884
- docs: restructure README narrative by @jackwener in #885
- refactor: migrate all CLI adapters from YAML to TypeScript by @jackwener in #887
- refactor: eliminate any types in core (non-clis) files by @jackwener in #886
- refactor(skills): merge opencli-generate into opencli-explorer by @jackwener in #891
- feat(skills): add External CLI section to opencli-usage by @jackwener in #893
- refactor(skills): unify command reference by site instead of technology by @jackwener in #894
- docs(autofix): add "Empty ≠ Broken" pre-check before repair loop by @jackwener in #896
- feat: add jimeng workspace create command by @myluke in #895
- fix: retry on No window with id CDP error by @elias-didoo in #892
- Feat : add Gitee adapters and docs by @zwang-JS in #845
- feat: add jimeng workspaces list command by @myluke in #897
- perf: fast-path completion/version/shell-scripts to bypass full discovery by @jackwener in #898
- feat(jd,taobao,cnki): add JD, Taobao, and CNKI adapters by @Muuuun in #248
- fix: repair baseline main ci checks by @Astro-Han in #901
- docs: fix desktop adapter commands to match actual CLI output by @luka2chat in #900
- feat: replace tabId with targetId as cross-layer page identity by @jackwener in #899
- docs: mention refreshing skills in update instructions by @jackwener in #902
- refactor: unify browser error classification and deduplicate retry logic by @jackwener in #908
- chore: bump version to 1.6.10 by @jackwener in #910
- chore: bump extension version to 1.6.10 by @jackwener in #911
New Contributors
- @FnExpress made their first contribution in #874
- @myluke made their first contribution in #895
- @elias-didoo made their first contribution in #892
- @zwang-JS made their first contribution in #845
- @Muuuun made their first contribution in #248
- @luka2chat made their first contribution in #900
Full Changelog: v1.6.9...v1.6.10
v1.6.9
What's Changed
- fix: correct misleading behaviors in engine, fix, and generate by @Astro-Han in #826
- fix: include intercepted payloads in diagnostic by @Astro-Han in #829
- chore(deps): bump undici from 7.24.6 to 8.0.2 by @dependabot[bot] in #837
- chore(deps): bump vitest from 4.1.1 to 4.1.2 by @dependabot[bot] in #835
- chore(deps): bump @types/node from 22.19.15 to 25.5.2 by @dependabot[bot] in #838
- fix(twitter): use the dedicated composer for replies by @hiSandog in #860
- fix(twitter): relax reply composer textarea timeout to 15s by @jackwener in #862
- feat(jianyu): add search adapter for bid notices by @leozejia in #849
- fix: resolve plugin host root from published dist layout by @KehaoC in #852
- fix: graceful fallback when extension lacks network-capture support by @jackwener in #865
- feat: Self-Repair protocol for automatic adapter fixing by @jackwener in #866
- feat(zhihu): add interaction commands by @Astro-Han in #868
- feat(quark): add Quark Drive adapter by @xiangzy1 in #858
- feat: add GitHub Trending, Binance, and Weather adapters (24 commands) by @0xsline in #214
- fix(browser): reflect real Browser Bridge connection state by @jackwener in #871
- fix(xiaohongshu): scope note interaction selectors to .interact-container by @y4h2 in #839
- fix(test): repair binance pipeline imports by @Astro-Han in #870
- refactor(doctor/status): unify daemon health checks by @jackwener in #873
New Contributors
- @hiSandog made their first contribution in #860
- @xiangzy1 made their first contribution in #858
- @y4h2 made their first contribution in #839
Full Changelog: v1.6.8...v1.6.9
What's Changed
- fix: correct misleading behaviors in engine, fix, and generate by @Astro-Han in #826
- fix: include intercepted payloads in diagnostic by @Astro-Han in #829
- chore(deps): bump undici from 7.24.6 to 8.0.2 by @dependabot[bot] in #837
- chore(deps): bump vitest from 4.1.1 to 4.1.2 by @dependabot[bot] in #835
- chore(deps): bump @types/node from 22.19.15 to 25.5.2 by @dependabot[bot] in #838
- fix(twitter): use the dedicated composer for replies by @hiSandog in #860
- fix(twitter): relax reply composer textarea timeout to 15s by @jackwener in #862
- feat(jianyu): add search adapter for bid notices by @leozejia in #849
- fix: resolve plugin host root from published dist layout by @KehaoC in #852
- fix: graceful fallback when extension lacks network-capture support by @jackwener in #865
- feat: Self-Repair protocol for automatic adapter fixing by @jackwener in #866
- feat(zhihu): add interaction commands by @Astro-Han in #868
- feat(quark): add Quark Drive adapter by @xiangzy1 in #858
- feat: add GitHub Trending, Binance, and Weather adapters (24 commands) by @0xsline in #214
- fix(browser): reflect real Browser Bridge connection state by @jackwener in #871
- fix(xiaohongshu): scope note interaction selectors to .interact-container by @y4h2 in #839
- fix(test): repair binance pipeline imports by @Astro-Han in #870
- refactor(doctor/status): unify daemon health checks by @jackwener in #873
- chore: release v1.6.9 by @jackwener in #876
New Contributors
- @hiSandog made their first contribution in #860
- @xiangzy1 made their first contribution in #858
- @y4h2 made their first contribution in #839
Full Changelog: v1.6.8...v1.6.9
v1.6.8
What's Changed
- refactor: centralize build path resolution by @jackwener in #807
- fix: add safety boundaries to diagnostic output by @jackwener in #806
- test: remove flaky bloomberg e2e tests by @jackwener in #818
- fix(scaffold): replace non-existent extract step with select by @jackwener in #814
- feat(cdp): implement session-level network capture for CDPPage by @jackwener in #815
- feat(operate): unify network capture + implement CDP consoleMessages by @jackwener in #816
- feat:add 1688 assets downloadable by @BruceLoveDecimal in #820
- feat(xueqiu): add kline and groups adapters by @williamxie1989 in #809
- feat(extension): v1.6.8 — fix scripting permission + refresh icons by @jackwener in #822
- refactor: extract shared scoring + consolidate time utils by @jackwener in #823
- feat(linux-do): split topic content into a dedicated command by @tiaot33 in #821
- refactor: remove scoring heuristic, use noise filter + structured metadata by @jackwener in #824
- chore: release v1.6.8 by @jackwener in #825
New Contributors
- @williamxie1989 made their first contribution in #809
Full Changelog: v1.6.7...v1.6.8
v1.6.7
What's Changed
- fix: avoid inserting completion config inside multi-line shell commands by @kaichen in #796
- feat: structured diagnostic output for AI adapter repair by @jackwener in #802
New Contributors
Full Changelog: v1.6.6...v1.6.7
What's Changed
- fix: avoid inserting completion config inside multi-line shell commands by @kaichen in #796
- feat: structured diagnostic output for AI adapter repair by @jackwener in #802
- chore: bump version to 1.6.7 by @jackwener in #803
New Contributors
Full Changelog: v1.6.6...v1.6.7
v1.6.6
What's Changed
- fix: expose runtime deps to copied user adapters by @jackwener in #798
- chore: bump version to 1.6.6 by @jackwener in #800
Full Changelog: v1.6.5...v1.6.6
v1.6.5
What's Changed
- refactor: migrate adapter imports to package exports by @jackwener in #795
- chore: bump version to 1.6.5 by @jackwener in #797
Full Changelog: v1.6.4...v1.6.5