Skip to content

docs(webhook): address review feedback for #55830 - #10

Open
yungchentang wants to merge 1 commit into
liuhao1024:liuhao/cron-bugfix-55829-webhook-raw-truncatefrom
yungchentang:codex/pr-55830-review-fix
Open

docs(webhook): address review feedback for #55830#10
yungchentang wants to merge 1 commit into
liuhao1024:liuhao/cron-bugfix-55829-webhook-raw-truncatefrom
yungchentang:codex/pr-55830-review-fix

Conversation

@yungchentang

Copy link
Copy Markdown

Summary

  • document {__raw__:N} in the public webhook-template guide
  • keep the bare {__raw__} and no-template defaults explicitly at 4000 characters
  • synchronize the English and zh-Hans documentation, including direct-delivery usage

Validation

  • pytest tests/gateway/test_webhook_adapter.py -q (72 passed)
  • Docusaurus production build (English and zh-Hans completed successfully)
  • git diff --check

Follow-up for NousResearch#55830 and its unresolved documentation review. This targets the original contributor branch so the original PR and authorship remain intact.

liuhao1024 pushed a commit that referenced this pull request Aug 15, 2026
…lves

A session title had no notion of who set it, so two bugs followed. An
auto-generated title could clobber a name the user typed, and every
compression rotation renumbered the conversation it forked - one piece of
work reaching 'Smallville Map Architecture Plan #10' in the sidebar.

Titles now carry a source (derived < llm < user) enforced by one
compare-and-swap, so an automatic write can only ever replace a title of
strictly lower authority. Compression carries the name across unchanged.
Legacy NULL rows rank as user, so auto-titling only fills genuinely
empty titles on existing data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant