mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-27 15:50:57 -07:00
rename: handler -> agent framework; plugin -> tool
rename: handler -> agent framework; plugin -> tool lint refactor: more rename further rename
This commit is contained in:
parent
8963527b41
commit
8a84d9b468
60 changed files with 1382 additions and 1368 deletions
|
|
@ -105,7 +105,7 @@ export async function registerMenu(): Promise<void> {
|
|||
dir: activeWorkspace.wikiFolderLocation,
|
||||
commitOnly: false,
|
||||
commitMessage: i18n.t('LOG.CommitBackupMessage'),
|
||||
remoteUrl: activeWorkspace.gitUrl,
|
||||
remoteUrl: activeWorkspace.gitUrl ?? undefined,
|
||||
userInfo,
|
||||
});
|
||||
}
|
||||
|
|
@ -127,7 +127,7 @@ export async function registerMenu(): Promise<void> {
|
|||
dir: activeWorkspace.wikiFolderLocation,
|
||||
commitOnly: false,
|
||||
// Don't provide commitMessage to trigger AI generation
|
||||
remoteUrl: activeWorkspace.gitUrl,
|
||||
remoteUrl: activeWorkspace.gitUrl ?? undefined,
|
||||
userInfo,
|
||||
});
|
||||
}
|
||||
|
|
@ -151,7 +151,7 @@ export async function registerMenu(): Promise<void> {
|
|||
dir: activeWorkspace.wikiFolderLocation,
|
||||
commitOnly: false,
|
||||
commitMessage: i18n.t('LOG.CommitBackupMessage'),
|
||||
remoteUrl: activeWorkspace.gitUrl,
|
||||
remoteUrl: activeWorkspace.gitUrl ?? undefined,
|
||||
userInfo,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue