feat: ship v0.4.0 with interactive writing mode
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -63,5 +63,19 @@ export const IPC = {
|
||||
AI_TEST_CONNECTION: 'ai:testConnection',
|
||||
AI_NAMING_CHECK: 'ai:namingCheck',
|
||||
AI_STREAM_CHUNK: 'ai:streamChunk',
|
||||
AI_NETWORK_STATUS: 'ai:networkStatus'
|
||||
AI_NETWORK_STATUS: 'ai:networkStatus',
|
||||
INTERACTIVE_CHECK_GATE: 'interactive:checkGate',
|
||||
INTERACTIVE_GET_FLOW: 'interactive:getFlow',
|
||||
INTERACTIVE_START: 'interactive:start',
|
||||
INTERACTIVE_CONFIRM_CONTEXT: 'interactive:confirmContext',
|
||||
INTERACTIVE_SUGGEST_PLOTS: 'interactive:suggestPlots',
|
||||
INTERACTIVE_SELECT_PLOT: 'interactive:selectPlot',
|
||||
INTERACTIVE_GENERATE_SCENE: 'interactive:generateScene',
|
||||
INTERACTIVE_RESOLVE_NAMING: 'interactive:resolveNaming',
|
||||
INTERACTIVE_REFINE_SCENE: 'interactive:refineScene',
|
||||
INTERACTIVE_ACCEPT_SCENE: 'interactive:acceptScene',
|
||||
INTERACTIVE_FINISH_CHAPTER: 'interactive:finishChapter',
|
||||
INTERACTIVE_ABORT: 'interactive:abort',
|
||||
INTERACTIVE_STREAM_CHUNK: 'interactive:streamChunk',
|
||||
INTERACTIVE_GET_SCENE_DRAFT: 'interactive:getSceneDraft'
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user