Skip to content

v1.1.0 releasse

Choose a tag to compare

@dmae97 dmae97 released this 04 May 15:39
Immutable release. Only release title and notes can be modified.

• v1.1.0 — Scoped package rename & cross-platform hardening (2026-05-04)
Changed
• Package rename — npm package renamed from oh-my-kimi to @oh-my-kimi/cli. All install commands, update prompts, doctor checks, and init guidance u
ated to reference the new scoped name
• GitHub repository URLs — all docs, badges, and source constants aligned to the canonical repository https://github.com/dmae97/oh-my-kimi
Fixed
• CI test step cross-platform failure — replaced bash for loop with npm test -- --test-timeout=120000, fixing Windows (windows-latest) PowerShell g
b-expansion failures across the entire Node 20/22/24 matrix
• Scoped package tarball mismatch — release and smoke-test workflows now reference correct tarball glob oh-my-kimi-cli-.tgz for @oh-my-kimi/cli in
ead of the old oh-my-kimi-
.tgz
• Package audit link resolver — resolveLink now uses pure POSIX path resolution, eliminating Windows absolute drive-path bugs (M:/...) that broke m
kdown link validation on Windows
• Secret scan reliability — git ls-files invocations now include -c safe.directory= to survive container/CI ownership mismatches; filesystem f
lback activates when git is unavailable, with zero-scan pass strictly prevented
• Version truth alignment — package.json, package-lock.json, README.md, CHANGELOG.md, preset, and test fixtures all aligned to 1.1.0
• README claim accuracy — test count corrected to 234 across all language sections; command maturity tables aligned with actual CLI (omk sync → Alp
, omk agent/omk skill → Experimental, omk update/omk menu/omk runs added); Mermaid architecture diagrams updated to reflect actual router topolog
• cockpit-render test timeout — renderCockpit test calls now pass quick: true to skip slow network/git I/O, eliminating the 60-second timeout that
used test cancellation on slower environments