Releases: oneworks-ai/shikitor
Releases · oneworks-ai/shikitor
Release list
Shikitor 1.0.1
Shikitor 1.0.1
This patch fixes the published dsh-shikitor browser entry for the DeepSeek
Harness module loader.
- Build the DSH client as one self-contained
dist/client.jsfile. - Reuse the package's bounded Shiki language and theme facade instead of
emitting hundreds of runtime chunks. - Fail the build if the client entry contains a relative
require()or an
additional JavaScript chunk. - Run release scripts through pnpm workspace filters so publish arguments are
forwarded correctly.
Shikitor 1.0.0
Shikitor 1.0.0
Shikitor 1.0.0 is the first stable release of the editor workspace and its DeepSeek Harness integration.
Highlights
- Publishes
@shikitor/core,@shikitor/react, anddsh-shikitortogether at version 1.0.0. - Adds a reusable input/editor core with keyboard, pointer, completion, popup, selection-toolbox, code-style, bracket, and symmetry plugins.
- Adds a DSH message-sender surface with session (
#), file and plugin (@), skill ($), and command (/) discovery. - Adds a workspace file editor with a lazy file tree, breadcrumbs, syntax highlighting, configurable file icons, and automatic or manual saving.
- Exposes the Cordis
ctx.shikitorservice so DSH plugins can contribute sender/editor plugins and file-icon rules. - Includes Simplified Chinese and English interfaces, light/dark appearance controls, and a documented public client type entry.
Compatibility
dsh-shikitorsupports the DeepSeek Harness 0.1 release line from
0.1.0-rc.5 up to, but not including, 0.2.0.- The published packages require modern browsers;
dsh-shikitorrequires Node.js 22.19 or newer for its host side.
0.0.4
Full Changelog: 0.0.3...0.0.4