mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
✨ feat: support use remote device in IM integration (#12798)
* support timezone in system prompt refactor to improve user prompts refactor tool engine refactor tools map mode add bot callback service clean improve cli update agentic tracing refactor cli login refactor cli add device auth improve device gateway implement implement gateway pipeline support device Gateway connect support gateway * revert electron device * inject builtins agent prompts * update tracing * add testing * refactor the activeDeviceId * refactor BotCallbackService * fix test and lint * fix test and lint * add tests * fix tests * fix lint
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { DataSyncConfig } from '@lobechat/electron-client-ipc';
|
||||
import retry from 'async-retry';
|
||||
import { session as electronSession, safeStorage } from 'electron';
|
||||
import querystring from 'node:querystring';
|
||||
import { URL } from 'node:url';
|
||||
|
||||
import type { DataSyncConfig } from '@lobechat/electron-client-ipc';
|
||||
import retry from 'async-retry';
|
||||
import { safeStorage, session as electronSession } from 'electron';
|
||||
|
||||
import { OFFICIAL_CLOUD_SERVER } from '@/const/env';
|
||||
import { appendVercelCookie } from '@/utils/http-headers';
|
||||
import { createLogger } from '@/utils/logger';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DataSyncConfig } from '@lobechat/electron-client-ipc';
|
||||
import type { DataSyncConfig } from '@lobechat/electron-client-ipc';
|
||||
import { beforeEach, describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import type { App } from '@/core/App';
|
||||
|
||||
Reference in New Issue
Block a user