LLM-powered message refinement for Lumiverse. Refine AI responses, enhance your own drafts, and run multi-stage quality passes asynchronously.
Full documentation lives in the Wiki. Start with Installation and Quick Start.
TODO
LLMs that handle long creative context tend to drift. Anti-slop instructions, banlists, and "don't do X" prompts fight the model's own distribution. You're forcing it to suppress high-probability tokens while also writing creatively, and it gets harder to maintain quality writing while adhering to these rules the longer the cotext runs.
Hone lets your storywriting model generate creatively with full context, then edits the result in a second pass with a shorter context and targeted instructions. Whether you're polishing prose, translating a passage, enforcing lorebook consistency, or adding UI elements, only the message itself plus relevant context is needed. The main chat stays clean, and Hone quietly applies a revertable second pass whenever you want it.
More on the philosophy in Core Concepts.
Full feature tour: Interaction Surfaces, Pipeline Editor, Strategies, Automation.
Install via Lumiverse's Extensions panel using this repository's URL. See Installation for required permissions and first-run setup.
Requires Bun.
bun install
bun run buildProduces dist/backend.js and dist/frontend.js.
- GitHub issues: enable Debug Logging in Advanced settings, reproduce, click Copy Debug Logs, and paste into the issue
- Discord:
amousepad
Hone has a split-license structure.
- Source code, build scripts, tests, and documentation outside
built-in-presets/are under the Hone Community License (Version 1.0) (see LICENSE and NOTICE). Adapted by permission from the Lumiverse Community License by Prolix OCs. Permits personal, academic, and non-profit use; requires improvements to be contributed back; forbids redistribution, public deployment, commercial use, government use, and AI/ML training without separate permission. - Bundled prompt presets in
built-in-presets/are under CC BY-NC-SA 4.0 (see built-in-presets/LICENSE and built-in-presets/NOTICE.md). The prompt text is adapted from ReDraft by MeowCatboyMeow (Discord:catboytimemeow), originally released under CC BY-NC-SA 4.0.
Derivative distributions may omit built-in-presets/ to avoid the CC-BY-NC-SA obligations; the rest of the repository remains governed by the Hone Community License. See License and Credits.