@midscene/core 0.28.1 → 0.28.2-beta-20250909133629.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/agent/utils.mjs +1 -1
- package/dist/es/utils.mjs +2 -2
- package/dist/lib/agent/utils.js +1 -1
- package/dist/lib/utils.js +2 -2
- package/package.json +3 -3
package/dist/es/agent/utils.mjs
CHANGED
|
@@ -138,7 +138,7 @@ function trimContextByViewport(execution) {
|
|
|
138
138
|
}) : execution.tasks
|
|
139
139
|
};
|
|
140
140
|
}
|
|
141
|
-
const getMidsceneVersion = ()=>"0.28.
|
|
141
|
+
const getMidsceneVersion = ()=>"0.28.2-beta-20250909133629.0";
|
|
142
142
|
const parsePrompt = (prompt)=>{
|
|
143
143
|
if ('string' == typeof prompt) return {
|
|
144
144
|
textPrompt: prompt,
|