Releases: enu3379/kibitzer
Release list
Kibitzer extension v1.0.0
Prebuilt Chrome extension (apps/extension) — built from main @ c5f95b9. No build tools needed: the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Install
- Download kibitzer-extension-v1.0.0.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extensionfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 123. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built by the Release workflow with
npm run build(tests + typecheck green, model SHA-256 verified). - Asset SHA-256:
5646a6390aab01b563948a044e8b1497b92609ba08fab52616f50d1fe8928209 - kibitzer-extension-store-v1.0.0.zip is the Chrome Web Store upload variant (manifest.json at the zip root — not for manual installs). SHA-256:
471cc36dcf1cd4bec861e3d157beea8227d947298c9270e3d75dfba0322f2ef9
Kibitzer extension-next v0.3.0
Prebuilt Chrome extension (apps/extension-next) — built from main @ 2cde439. No build tools needed: the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Install
- Download kibitzer-extension-next-v0.3.0.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extension-nextfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 123. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built by the Release workflow with
npm run build(tests + typecheck green, model SHA-256 verified). - Asset SHA-256:
bc4a79780285994bff7cd522fae65523eaacca5281e7839eda56f3e0c01cb4fd - kibitzer-extension-next-store-v0.3.0.zip is the Chrome Web Store upload variant (manifest.json at the zip root — not for manual installs). SHA-256:
0649192417ba20e9c4cbd64bc1758211221d245fd92568e3a2fa47dc07ad7700
Kibitzer extension-next — dev preview build (2026-07-31)
Prebuilt preview of the serverless Chrome extension from the latest dev (apps/extension-next, commit 4e5292b). No build tools needed — the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Includes everything merged into dev since the v0.2.0 release — 27 commits:
- Product: multi-provider AI judge with tier routing + usage ledger (#158), tabbed options layout (#155), first-run onboarding wizard (#159), popup goal hint with example chips (#160), one-time explainer for the first nag toast (#161), 3-level drift-sensitivity presets (#153), overtime moon crossing the sundial (#157), simplified persona names (#156).
- Beta hardening: Tier-2 de-parroted writer (#163), page-title/goal clamps at ingress (#166), sensitive pages never named in logs or gauge traces (#168), dropped unused
web_accessible_resources(#167), expanded Korean sensitive domains (#170), user-editable domain block/allow lists in options (#173), Chrome Web Store zip variant in the release workflow (#169), onboarding popup embed sized to fit without inner scroll (#180). - Persona picker: per-persona preview sentences on the 말투 cards (#164), default 4 + 실험실 6 tier split per D15 (#174).
- Docs: Korean privacy policy (#171), Chrome Web Store submission kit (#172), planning/research notes hygiene (#175–#178), contact email removed from the policy (#179).
Install
- Download kibitzer-extension-next-dev-2026-07-31.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extension-nextfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 123. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- This is a preview build, not a store release — Chrome will show the usual developer-mode extension warning.
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built from
dev@4e5292bwithnpm run build(253 tests + typecheck green, model SHA-256 verified). - Asset SHA-256:
6fecc034ff900661d7c5dd3468b7ee8ae9436cfc2207ba91d1be1a8a4b962e0a
Kibitzer extension-next v0.2.0
Prebuilt Chrome extension (apps/extension-next) — built from main @ a09286c. No build tools needed: the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Install
- Download kibitzer-extension-next-v0.2.0.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extension-nextfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 123. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built by the Release workflow with
npm run build(tests + typecheck green, model SHA-256 verified). - Asset SHA-256:
f750426324b2583316fef22a942c23dc90003681b39cdfa8a07e80e957826adb
Kibitzer extension-next — dev preview build (2026-07-28)
Prebuilt preview of the serverless Chrome extension from the latest dev (apps/extension-next, commit 30410bc). No build tools needed — the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Includes everything merged into dev since the PR #131 preview — #145 (focused-window observation + presence-gated delivery), #146 (session-end summary with a Tier-2 persona recap), #147 (redesigned popup: goal-first, immersion gauge bar, sundial timer), and #149 (drop the "알림보기" test-nag hint from the popup).
Install
- Download kibitzer-extension-next-dev-2026-07-28.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extension-nextfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 123. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- This is a preview build, not a store release — Chrome will show the usual developer-mode extension warning.
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built from
dev@30410bcwithnpm run build(194 tests + typecheck green, model SHA-256 verified). - Asset SHA-256:
66384fa68c433d8cc575d568827a49146f9b2254eb28329c639174cf2654e781
Kibitzer extension-next — PR #131 preview build
Prebuilt preview of the serverless Chrome extension from PR #131 (apps/extension-next, commit dac8fc9). No build tools needed — the KoEn-E5 model, tokenizer, and ONNX runtime are bundled.
Install
- Download kibitzer-extension-next-pr131.zip below and unzip it.
- Open
chrome://extensionsand turn on Developer mode (top-right). - Click Load unpacked and select the unzipped
kibitzer-extension-nextfolder. - Pin the Kibitzer icon, click it, and declare a goal.
Requires Chrome ≥ 120. Works offline in Tier-0 mode; add Ollama Cloud API keys in 설정 → AI 판정 for LLM judging + persona nudges.
Notes
- This is a preview build, not a store release — Chrome will show the usual developer-mode extension warning.
- All data stays in the extension's local IndexedDB; nothing is sent to any server.
- Built from PR #131 with
npm run build(98 tests + typecheck green, model SHA-256 verified).
KoEn-E5-Tiny ONNX (O4) — extension embedding model asset
Build-time asset for the TS Tier 0 embedder. Source: HF exp-models/dragonkue-KoEn-E5-Tiny @ 961b7a27 (onnx/model_O4.onnx). sha256 8dd4551db5435efc2c3c724578569a8d6596df8f32447d1d109574c55b578234, 74893112 bytes. Not a product release; fetched by apps/extension/scripts/checkProviderAssets.mjs and verified against model-manifest.json.