feat: add remote channels and richer notes
This commit is contained in:
@@ -30,6 +30,17 @@ export const ipcChannels = {
|
||||
channelSettingsGet: 'settings:channels:get',
|
||||
channelSettingsApply: 'settings:channels:apply',
|
||||
channelSettingsTest: 'settings:channels:test',
|
||||
weixinBindingGet: 'settings:channels:weixin:binding:get',
|
||||
weixinBindingStart: 'settings:channels:weixin:binding:start',
|
||||
weixinBindingVerify: 'settings:channels:weixin:binding:verify',
|
||||
weixinBindingDisconnect:
|
||||
'settings:channels:weixin:binding:disconnect',
|
||||
weixinBindingChanged:
|
||||
'settings:channels:weixin:binding:changed',
|
||||
remoteChannelApprovalRespond: 'channels:remote-approval:respond',
|
||||
remoteChannelApprovalList: 'channels:remote-approval:list',
|
||||
remoteChannelApprovalRequested: 'channels:remote-approval:requested',
|
||||
remoteChannelActivity: 'channels:remote-activity',
|
||||
applicationSettingsGet: 'settings:application:get',
|
||||
applicationSettingsUpdate: 'settings:application:update',
|
||||
versionCheck: 'application:update:check',
|
||||
@@ -57,6 +68,7 @@ export const ipcChannels = {
|
||||
projectsDelete: 'projects:delete',
|
||||
conversationsList: 'conversations:list',
|
||||
conversationsReplace: 'conversations:replace',
|
||||
conversationsChanged: 'conversations:changed',
|
||||
workspaceChangesGet: 'workspace:changes:get',
|
||||
workspaceDirectoryList: 'workspace:directory:list',
|
||||
workspaceFileRead: 'workspace:file:read',
|
||||
@@ -108,6 +120,20 @@ export const ipcChannels = {
|
||||
contextCaptureWindow: 'context:capture-window',
|
||||
contextReadClipboard: 'context:read-clipboard',
|
||||
contextRemove: 'context:remove',
|
||||
magicNotesList: 'magic-notes:list',
|
||||
magicNotesGet: 'magic-notes:get',
|
||||
magicNotesCreate: 'magic-notes:create',
|
||||
magicNotesUpdate: 'magic-notes:update',
|
||||
magicNotesDelete: 'magic-notes:delete',
|
||||
magicNotesCreateEntry: 'magic-notes:create-entry',
|
||||
magicNotesUpdateEntry: 'magic-notes:update-entry',
|
||||
magicNotesDeleteEntry: 'magic-notes:delete-entry',
|
||||
magicNotesAnalyze: 'magic-notes:analyze',
|
||||
magicTodosList: 'magic-todos:list',
|
||||
magicTodosCreate: 'magic-todos:create',
|
||||
magicTodosUpdate: 'magic-todos:update',
|
||||
magicTodosDelete: 'magic-todos:delete',
|
||||
magicTodosAnalyze: 'magic-todos:analyze',
|
||||
knowledgeSnapshot: 'knowledge:snapshot',
|
||||
knowledgeCreateLibrary: 'knowledge:library:create',
|
||||
knowledgeUpdateLibrary: 'knowledge:library:update',
|
||||
|
||||
Reference in New Issue
Block a user