@pome-sh/cli 0.23.17 → 0.23.18

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "pome-sh",
3
- "version": "0.23.17",
4
- "git_sha": "74385b2e1bddb7bac97b42153ce73391d732b7e9",
5
- "build_time": "2026-08-12T11:51:44.980Z"
3
+ "version": "0.23.18",
4
+ "git_sha": "1adf28b457b9c890c4ca6c61718da42588776382",
5
+ "build_time": "2026-08-12T12:10:36.730Z"
6
6
  }
@@ -4541,7 +4541,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
4541
4541
  var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
4542
4542
  var MAX_UNREADABLE_PATHS_SHOWN = 5;
4543
4543
  function readPackageVersion() {
4544
- if ("0.23.17".length > 0) return "0.23.17";
4544
+ if ("0.23.18".length > 0) return "0.23.18";
4545
4545
  try {
4546
4546
  const here = dirname(fileURLToPath(import.meta.url));
4547
4547
  const candidates = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/cli",
3
- "version": "0.23.17",
3
+ "version": "0.23.18",
4
4
  "description": "Digital-twin testing for AI agents \u2014 run tasks against resettable local or hosted twins and record tool-call traces for evaluation on pome.sh.",
5
5
  "keywords": [
6
6
  "ai",