merge: integrate upstream main with local Makelore changes

This commit is contained in:
inman
2026-08-31 10:55:48 +08:00
128 changed files with 8278 additions and 3030 deletions

View File

@@ -1,4 +1,5 @@
import { EventEmitter } from 'node:events';
import path from 'node:path';
import { runInNewContext } from 'node:vm';
import { describe, expect, it, vi } from 'vitest';
import type {
@@ -284,7 +285,7 @@ class FakePreviewDataSession {
}
}
const projectPath = 'D:\\student\\clock';
const projectPath = path.resolve('D:\\student\\clock');
async function openBrowser(adapter = new FakeAdapter()) {
const module = new AgentBrowserModule(adapter);