feat: update Makelore modules and conversations
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-07-31 10:08:41 +08:00
parent b8ca3f8eea
commit 80e8386fa6
175 changed files with 8036 additions and 10581 deletions

View File

@@ -8,7 +8,6 @@ import {
type SpawnOptionsWithoutStdio,
} from 'node:child_process';
import {
ensureBundledCourseAgents,
ensureBundledCourseSkills,
ensureBundledSuperpowersPlugin,
getManagedOpencodeConfigDir,
@@ -163,7 +162,6 @@ export interface OpencodeManagerOptions {
binPath: string;
userDataDir?: string;
bundledSuperpowersDir?: string;
bundledCourseAgentsDir?: string;
bundledCourseSkillsDir?: string;
pythonRuntime?: PythonRuntime;
spawn?: SpawnFn;
@@ -582,10 +580,6 @@ export class OpencodeManager extends EventEmitter {
managedConfigDir,
sourceDir: this.options.bundledCourseSkillsDir,
});
ensureBundledCourseAgents({
managedConfigDir,
sourceDir: this.options.bundledCourseAgentsDir,
});
const environment = {
...runtimeEnv,
OPENCODE_CONFIG_DIR: managedConfigDir,