Skip to content

Commit e3449ff

Browse files
github-actions[bot]anerli
authored andcommitted
Version Packages
1 parent bf26c16 commit e3449ff

File tree

10 files changed

+41
-29
lines changed

10 files changed

+41
-29
lines changed

.changeset/dirty-ants-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dull-ducks-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-crabs-peel.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/silent-coins-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/magnitude-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# magnitude-core
22

3+
## 0.2.32
4+
5+
### Patch Changes
6+
7+
- [`b1ee0c2`](https://github.com/sagekit/magnitude/commit/b1ee0c225ee33ac22f96a8c1828d6101921e57fc) Thanks [@anerli](https://github.com/anerli)! - - new MCP server for interacting with browser with persistent sessions
8+
- fix innerHTML assignment bugs causing issues for cursor visual and data extraction on google sites
9+
- fix cursor visual not having fixed positioning when scrolling main document
10+
- fix screenshot not breaking out of retry loop on success
11+
312
## 0.2.31
413

514
### Patch Changes

packages/magnitude-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnitude-core",
3-
"version": "0.2.31",
3+
"version": "0.2.32",
44
"description": "Magnitude e2e testing agent",
55
"publishConfig": {
66
"access": "public"

packages/magnitude-mcp/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# magnitude-mcp
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`b1ee0c2`](https://github.com/sagekit/magnitude/commit/b1ee0c225ee33ac22f96a8c1828d6101921e57fc) Thanks [@anerli](https://github.com/anerli)! - - new MCP server for interacting with browser with persistent sessions
8+
- fix innerHTML assignment bugs causing issues for cursor visual and data extraction on google sites
9+
- fix cursor visual not having fixed positioning when scrolling main document
10+
- fix screenshot not breaking out of retry loop on success
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`b1ee0c2`](https://github.com/sagekit/magnitude/commit/b1ee0c225ee33ac22f96a8c1828d6101921e57fc)]:
15+
- magnitude-core@0.2.32
16+
317
## 0.0.4
418

519
### Patch Changes

packages/magnitude-mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnitude-mcp",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "MCP server for Magnitude browser automation",
55
"publishConfig": {
66
"access": "public"
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@modelcontextprotocol/sdk": "^1.18.0",
5353
"patchright": "^1.49.0",
54-
"magnitude-core": "^0.2.31",
54+
"magnitude-core": "^0.2.32",
5555
"zod": "^3.24.2",
5656
"zod-to-json-schema": "^3.24.5"
5757
},

packages/magnitude-test/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# magnitude-test
22

3+
## 0.3.11
4+
5+
### Patch Changes
6+
7+
- [#131](https://github.com/sagekit/magnitude/pull/131) [`9d4b8a5`](https://github.com/sagekit/magnitude/commit/9d4b8a52badd6d5c39d3357b8a1713bd875154d6) Thanks [@ewired](https://github.com/ewired)! - Code structure change to improve IPC for future reworking and fix a build issue with a circular dependency.
8+
9+
- [#134](https://github.com/sagekit/magnitude/pull/134) [`510c24e`](https://github.com/sagekit/magnitude/commit/510c24e9ae85b9497a133f6ae93c9ccde3da56f5) Thanks [@ewired](https://github.com/ewired)! - magnitude-test now shows rich data in --debug logs including agent thoughts, token usage and known costs. --plain is now available for easily readable plain text logs. display.thoughts is now available in magnitude.config.ts to show thoughts in the TUI.
10+
11+
- [`9123917`](https://github.com/sagekit/magnitude/commit/9123917e4dd8be30687b43be6797d152fdffc571) Thanks [@anerli](https://github.com/anerli)! - fix: add array llm client type to test config
12+
13+
- Updated dependencies [[`b1ee0c2`](https://github.com/sagekit/magnitude/commit/b1ee0c225ee33ac22f96a8c1828d6101921e57fc)]:
14+
- magnitude-core@0.2.32
15+
316
## 0.3.10
417

518
### Patch Changes

packages/magnitude-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnitude-test",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "A TypeScript client for running automated UI tests through the Magnitude testing platform",
55
"publishConfig": {
66
"access": "public"
@@ -75,7 +75,7 @@
7575
"glob": "^11.0.1",
7676
"jiti": "^2.4.2",
7777
"log-update": "^6.1.0",
78-
"magnitude-core": "0.2.31",
78+
"magnitude-core": "0.2.32",
7979
"pino": "^9.6.0",
8080
"pino-pretty": "^13.0.0",
8181
"playwright": "^1.51.0",

0 commit comments

Comments
 (0)