Release
qm v0.1.11
QM 0.1.11 is a stability release, mostly fixes. Retries after a failed turn now back off instead of hammering, and sessions keep their titles when the model errors. Web fixes: drag targets stay put…
QM 0.1.11 is a stability release, mostly fixes.
- Retries after a failed turn now back off instead of hammering, and sessions keep their titles when the model errors.
- Web fixes: drag targets stay put during streaming redraws, transcripts measure correctly after markdown renders, prompt expansion controls work inside message bubbles, and runtime-default prompts stay in sync across panes.
- Verified human replies in threads can use admin routes again, and the admin's internal member override editor is back.
- For operators: chart pods can run as a configurable service account.
What's Changed
- docs: update README screenshot to Victor Hugo conversation by @16francej in https://github.com/yc-software/qm/pull/1123
- fix(admin): restore internal member override editor by @16francej in https://github.com/yc-software/qm/pull/1089
- Fix prompt expansion controls inside message bubbles by @16francej in https://github.com/yc-software/qm/pull/1128
- chart: run pods as a configurable service account by @jackowfish in https://github.com/yc-software/qm/pull/1122
- Fix bottom-following when streamed replies finish by @16francej in https://github.com/yc-software/qm/pull/1131
- Fix admin authorization for human thread replies by @16francej in https://github.com/yc-software/qm/pull/1134
- Synchronize runtime-default prompts across multiview panes by @16francej in https://github.com/yc-software/qm/pull/1130
- Fix stuck file-drop overlay during streaming by @16francej in https://github.com/yc-software/qm/pull/1135
- fix: back off failed-turn retries by @16francej in https://github.com/yc-software/qm/pull/1005
- fix: keep session titles on model failure by @16francej in https://github.com/yc-software/qm/pull/1139
New Contributors
- @jackowfish made their first contribution in https://github.com/yc-software/qm/pull/1122
Full Changelog: https://github.com/yc-software/qm/compare/v0.1.10...v0.1.11