You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Feat: add document and part "created" events (#48)
* Feat: add part_created and document_created events
Add PartCreatedEvent and DocumentCreatedEvent, fired after a part or
document has been created (POST create). Wire them into the event
unions, exports, JSON schema and reference docs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix: release notes
* Feat: add part_indexed and document_indexed events
Add PartIndexedEvent and DocumentIndexedEvent, fired after a part or
document has been indexed (a new version created). Wire them into the
event unions, exports, JSON schema and reference docs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* remove reference to new version created
* Refactor: clean up objects documentation and consolidate change order/request sections
* revert unintended change
* revert unintended change
* update release notes
---------
Co-authored-by: Jens Kürten <jens.kuerten@contact-software.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments