@ironbee-ai/cli 0.18.2 → 0.18.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.18.3 (2026-06-04)
4
+
3
5
  ## 0.18.2 (2026-06-04)
4
6
 
5
7
  ### Bug Fixes
@@ -767,7 +767,7 @@ const DEFAULT_MCP_COMMAND = "npx";
767
767
  * host session. Bump this on every devtools release that MUST reach existing
768
768
  * users (e.g. >= 0.10.6, which fixes the Playwright/Chromium auto-install).
769
769
  */
770
- const DEVTOOLS_PACKAGE_VERSION = "^0.10.6";
770
+ const DEVTOOLS_PACKAGE_VERSION = "^0.10.7";
771
771
  const DEFAULT_MCP_ARGS = ["-y", `@ironbee-ai/devtools@${DEVTOOLS_PACKAGE_VERSION}`];
772
772
  const BROWSER_IRONBEE_ENV = {
773
773
  TOOL_NAME_PREFIX: "bdt_",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironbee-ai/cli",
3
- "version": "0.18.2",
3
+ "version": "0.18.3",
4
4
  "description": "The CLI for IronBee — Verification and Intelligence Layer for Agentic Development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {