Skip to content

Chimera 0.0.6

Latest

Choose a tag to compare

@logic10492 logic10492 released this 07 Jul 04:58
· 87 commits to main since this release

Changes

  1. Prompt optimization — Completed prompt refinement through automated build test suite; all models now have improved performance.
  2. Tencent tokenhub support — Enhanced Tencent tokenhub integration for better model availability.
  3. hy3 adaptation with read dedup — Added hy3 model adapter support, enabled read deduplication after testing and evaluation.

Assets

Two variant matrices are provided:

  • with-webui (GPL) — Includes NewWeb/OpenCodeUI-derived WebUI assets
  • no-webui (MIT) — WebUI-free variant

Each matrix covers 12 platform targets: darwin-arm64/x64, linux-arm64/x64 (glibc/musl/baseline), windows-arm64/x64.

Install

# with-webui variant (GPL)
npm install -g ./chimera-darwin-arm64-with-webui-0.0.6.tgz ./chimera-with-webui-0.0.6.tgz

# no-webui variant (MIT)
npm install -g ./chimera-darwin-arm64-no-webui-0.0.6.tgz ./chimera-no-webui-0.0.6.tgz