feat: ship v0.7.0 with AI knowledge context integration
Add semi-automatic knowledge suggestions and user-confirmed injection across chat, interactive, auto, and wizard modes; fix writing flows to persist full systemPrompt in contextJson. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -82,6 +82,7 @@ export const IPC = {
|
||||
AUTO_GET_FLOW: 'auto:getFlow',
|
||||
AUTO_START: 'auto:start',
|
||||
AUTO_SET_GOAL: 'auto:setGoal',
|
||||
AUTO_CONFIRM_CONTEXT: 'auto:confirmContext',
|
||||
AUTO_PLAN_SCENES: 'auto:planScenes',
|
||||
AUTO_GENERATE: 'auto:generate',
|
||||
AUTO_RESOLVE_NAMING: 'auto:resolveNaming',
|
||||
@@ -110,6 +111,7 @@ export const IPC = {
|
||||
KNOWLEDGE_BATCH_APPROVE: 'knowledge:batchApprove',
|
||||
KNOWLEDGE_CREATE_FROM_BOOKMARK: 'knowledge:createFromBookmark',
|
||||
KNOWLEDGE_STATS: 'knowledge:stats',
|
||||
KNOWLEDGE_SUGGEST_CONTEXT: 'knowledge:suggestContext',
|
||||
COCKPIT_SUMMARY: 'cockpit:summary',
|
||||
COCKPIT_MARK_SEEN: 'cockpit:markSeen',
|
||||
COCKPIT_SHOULD_SHOW: 'cockpit:shouldShowOnOpen',
|
||||
|
||||
Reference in New Issue
Block a user