TidGi-Desktop/src/services
2025-04-25 14:36:53 +08:00
..
agent refactor: rename to agent tabs 2025-04-25 14:36:53 +08:00
auth fix: git token form not saved, not overwrite userInfo that user manually written 2024-01-08 19:42:56 +08:00
context refactor: remove language model support, use ollama instead 2024-06-29 18:41:02 +08:00
database refactor: split agent service, and reuse AiAPIConfig type for global ai config, and agent/task level config 2025-04-20 01:30:36 +08:00
deepLink fix: Invalid URL at deeplink handler at startup 2025-02-12 00:36:32 +08:00
externalAPI feat: fix messy ai generated UI 2025-04-21 01:24:39 +08:00
git refactor: use getTiddlerText on WikiOperations instead of service.getTiddlerText 2024-01-15 22:01:21 +08:00
libs fix: edge case of ui 2025-04-21 14:28:23 +08:00
menu feat: deeplink 2025-02-01 23:56:01 +08:00
native feat: dragging import support auto copy file to wiki folder 2024-11-24 21:59:23 +08:00
notifications lint: dprint 2023-05-19 11:22:38 +08:00
pages fix: agent sidebar icon button and route 2025-04-07 14:34:55 +08:00
preferences refactor: model provider setting and add i18n 2025-04-10 20:07:32 +08:00
sync feat: support check wysiwyg edit before wync 2024-11-24 17:11:16 +08:00
systemPreferences docs: OpenAtLoginMinimized only work in MacOS 2023-05-20 13:32:34 +08:00
theme feat: restore old workflow UI 2025-04-04 21:59:08 +08:00
updater docs: for version 2024-04-17 17:56:29 +08:00
view fix: menubar can't auto resize 2025-02-01 18:18:00 +08:00
wiki docs: add plugin stability badge 2025-02-01 22:50:05 +08:00
wikiGitWorkspace chore: upgrade deps 2024-11-24 16:59:21 +08:00
windows refactor: deprecated electron canGoBack API 2024-11-24 18:44:17 +08:00
workspaces feat: support using wiki name and Chinese tiddler name 2025-02-02 00:23:03 +08:00
workspacesView feat: print tiddler as html and compress it 2025-02-01 22:29:32 +08:00
container.ts refactor: sendToAllWindows 2021-02-06 22:42:42 +08:00
Readme.md wip: create network on server side 2023-09-26 20:50:31 +08:00
serviceIdentifier.ts refactor: split agent service, and reuse AiAPIConfig type for global ai config, and agent/task level config 2025-04-20 01:30:36 +08:00
types.ts feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00

services

Adding new Service

See docs/internal/ServiceIPC.md.