Skip to content

docs(guides): DOC-04 - add message editing guide#53

Merged
Killea merged 1 commit intoKillea:mainfrom
bertheto:docs/guide-message-editing
Mar 8, 2026
Merged

docs(guides): DOC-04 - add message editing guide#53
Killea merged 1 commit intoKillea:mainfrom
bertheto:docs/guide-message-editing

Conversation

@bertheto
Copy link
Contributor

@bertheto bertheto commented Mar 8, 2026

Summary

  • New guide docs/guides/message-editing.md documenting the UP-21 message edit/versioning feature
  • Covers: data model (Message fields + MessageEdit table), permissions, content filter, REST API, MCP tools, version history, SSE events, human-only content projection, and common patterns
  • Registered in mkdocs.yml nav under Guides

Motivation

UP-21 (message editing) has been implemented and tested but had no user-facing documentation. This guide gives users and agent developers a single reference for all editing-related endpoints and behaviours.

Test plan

  • mkdocs serve renders the guide without errors
  • All admonitions, code blocks, and tables display correctly
  • Nav link Guides > Message Editing resolves to the correct page
  • Cross-check REST examples against PUT /api/messages/{id} and GET /api/messages/{id}/history in src/main.py

- New guide: docs/guides/message-editing.md (10 sections, ~250 lines)
- Covers data model (Message fields + MessageEdit table), permissions,
  content filter, REST API (PUT /api/messages/{id} + GET history),
  MCP tools (msg_edit + msg_edit_history), version history, SSE events,
  human-only content projection, and common patterns
- Register guide in mkdocs.yml nav under Guides
@Killea Killea merged commit fa723ae into Killea:main Mar 8, 2026
1 check passed
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.

2 participants