Feature request for product/service
Cursor IDE
Describe the request
Hi folks,
Currently, Cursor captures AI interactions and code diff in its database, but the documentation part is still mostly manual.
It would be extremely useful if Cursor could automatically generate a human-readable development history — not just raw diffs or commit logs, but structured summaries that combine:
Prompt → AI Plan → Code Changes (summarized in natural language)
Visual context, e.g. flow diagrams or annotated code snippets
Linked references from documentation text back to the exact lines or commits that changed
The goal is to make every coding session self-documenting — a narrative of the development process that can be searched, browsed, and exported (as Markdown or HTML).
This would help with:
Auto-generating design docs or changelogs
Contextual onboarding for new team members
Traceable reasoning behind each code change
Future integrations with knowledge graphs or context search
And pls make it up to date😭