@postqode/browser 0.7.1 → 0.7.2
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/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postqode/browser",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Browser automation tools for @postqode/agent. Stateless one-shot navigation plus a shared BrowserSession with 34 session-bound tools — full primitive parity with the in-extension postqode_browser_agent, with related primitives collapsed into action-discriminator tools (cookies, localStorage, sessionStorage, state, route, tracing, mouse, key) to keep prompt overhead at ~2.5K tokens. Playwright-core under the hood.",
|
|
6
6
|
"license": "SEE LICENSE IN ../../LICENSE",
|