docs(changelog): require contributor thanks · openclaw/openclaw@78c5eea
steipete
·
2026-05-28
·
via Recent Commits to openclaw:main
File tree
.agents/skills/openclaw-changelog-update
| Original file line number | Diff line number | Diff line change |
|---|
@@ -46,6 +46,8 @@ preserving issue/PR refs and thanks.
|
46 | 46 | - `### Fixes`: user-facing fixes first, grouped by impact and surface |
47 | 47 | 6. Preserve attribution: |
48 | 48 | - keep `#issue`, `(#PR)`, `Fixes #...`, and `Thanks @...` |
| 49 | +- every human-authored merged PR represented by a user-facing entry needs |
| 50 | + its PR ref and `Thanks @author`, even when the PR had no linked issue |
49 | 51 | - do not add GHSA references, advisory IDs, or security advisory slugs to |
50 | 52 | changelog entries or GitHub release-note text unless explicitly requested |
51 | 53 | - never thank bots, `@openclaw`, `@clawsweeper`, or `@steipete` |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -63,7 +63,7 @@ Docs: https://docs.openclaw.ai
|
63 | 63 | - Voice: share activation-name matching and consult-transcript screening through the realtime voice SDK so Discord, browser voice, and meeting surfaces can reuse one implementation. |
64 | 64 | - Cron: default `cron.maxConcurrentRuns` to 8 so scheduled automations and their isolated agent turns can make progress in parallel without explicit configuration. |
65 | 65 | - QA-Lab: add `qa coverage --match <query>` so focused proof selection can discover matching scenarios from existing metadata before running live or remote lanes. |
66 | | -- Discord/model picker: surface an alpha-bucket select (e.g. `A–G (12) · H–N (18) · O–Z (5)`) when the provider list or a provider's model list exceeds 25 items, so configs with `provider/*` wildcards stay one click from the right page instead of paginating through prev/next; falls back to numeric chunks when every item shares the same first letter. |
| 66 | +- Discord/model picker: surface an alpha-bucket select (e.g. `A–G (12) · H–N (18) · O–Z (5)`) when the provider list or a provider's model list exceeds 25 items, so configs with `provider/*` wildcards stay one click from the right page instead of paginating through prev/next; falls back to numeric chunks when every item shares the same first letter. (#86181) Thanks @rendrag-git. |
67 | 67 | - Control UI: add an ephemeral Activity tab for sanitized live tool activity summaries without persisting raw telemetry. Fixes #12831. Thanks @BunsDev. |
68 | 68 | - Build: include `ui:build` in the `full` and `ciArtifacts` profiles of `scripts/build-all.mjs` so `pnpm build` always rebuilds `dist/control-ui` after `tsdown` cleans `dist`, removing the second-command requirement and the missing-asset failure mode for source/runtime installs and CI artifact uploads. (#85206) |
69 | 69 | - iOS: improve Talk mode with direct realtime voice sessions, compact toolbar status, and responsive voice waveform feedback. (#86355) Thanks @ngutman. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。