feat: update Makelore modules and conversations
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
||||
} from '../opencode/playwright-mcp';
|
||||
import { resolveOpencodeRuntimePaths } from '../opencode/paths';
|
||||
import {
|
||||
resolveBundledCourseAgentsDir,
|
||||
resolveBundledCourseSkillsDir,
|
||||
resolveBundledSuperpowersDir,
|
||||
} from '../opencode/superpowers';
|
||||
@@ -390,6 +389,7 @@ async function initialize(): Promise<void> {
|
||||
const localImageWorkspaceEnabled = isLocalImageWorkspaceDevelopmentEnabled({
|
||||
isPackaged: app.isPackaged,
|
||||
configuredMode: process.env.NIANCODE_IMAGE_WORKSPACE_MODE,
|
||||
isDevelopmentServer: Boolean(process.env.VITE_DEV_SERVER_URL),
|
||||
});
|
||||
const imageWorkspace = localImageWorkspaceEnabled
|
||||
? new LocalImageWorkspace({ userDataDir: app.getPath('userData') })
|
||||
@@ -505,17 +505,11 @@ if (gotTheLock) {
|
||||
resourcesPath: process.resourcesPath,
|
||||
appPath: app.getAppPath(),
|
||||
});
|
||||
const bundledCourseAgentsDir = resolveBundledCourseAgentsDir({
|
||||
isPackaged: app.isPackaged,
|
||||
resourcesPath: process.resourcesPath,
|
||||
appPath: app.getAppPath(),
|
||||
});
|
||||
opencodeManager = new OpencodeManager({
|
||||
port: 4096,
|
||||
binPath: opencodePaths.binPath,
|
||||
userDataDir: app.getPath('userData'),
|
||||
bundledSuperpowersDir,
|
||||
bundledCourseAgentsDir,
|
||||
bundledCourseSkillsDir,
|
||||
pythonRuntime,
|
||||
runtimeConfigProvider: async () => {
|
||||
|
||||
Reference in New Issue
Block a user