feat(w4): ship v1.5.0 timeline, character arc, and compliance
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -160,5 +160,13 @@ export const IPC = {
|
||||
PACK_ESTIMATE_EXPORT_ALL: 'pack:estimateExportAll',
|
||||
PACK_CANCEL: 'pack:cancel',
|
||||
PACK_NEEDS_CONFIRM: 'pack:needsConfirm',
|
||||
PACK_PROGRESS: 'pack:progress'
|
||||
PACK_PROGRESS: 'pack:progress',
|
||||
TIMELINE_LIST: 'timeline:list',
|
||||
TIMELINE_UPSERT: 'timeline:upsert',
|
||||
TIMELINE_DELETE: 'timeline:delete',
|
||||
TIMELINE_CONFLICTS: 'timeline:conflicts',
|
||||
ARC_GET_FOR_CHARACTER: 'arc:getForCharacter',
|
||||
COMPLIANCE_GET_WORDS: 'compliance:getWords',
|
||||
COMPLIANCE_SET_WORDS: 'compliance:setWords',
|
||||
COMPLIANCE_CHECK_TEXT: 'compliance:checkText'
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user