@pome-sh/cli 0.34.2 → 0.34.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "pome-sh",
3
- "version": "0.34.2",
4
- "git_sha": "c22ae52053a642223912b32b0cb444be45b8d42e",
5
- "build_time": "2026-08-28T13:00:53.091Z"
3
+ "version": "0.34.3",
4
+ "git_sha": "2e419395f1b47b1a98d6f5c2318d03f3ae7b31db",
5
+ "build_time": "2026-08-29T15:19:40.046Z"
6
6
  }
@@ -4622,7 +4622,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
4622
4622
  var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
4623
4623
  var MAX_UNREADABLE_PATHS_SHOWN = 5;
4624
4624
  function readPackageVersion() {
4625
- if ("0.34.2".length > 0) return "0.34.2";
4625
+ if ("0.34.3".length > 0) return "0.34.3";
4626
4626
  try {
4627
4627
  const here = dirname(fileURLToPath(import.meta.url));
4628
4628
  const candidates = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/cli",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "description": "Test AI agents against digital twins of real SaaS APIs. Records tool-call traces and scores them on pome.sh.",
5
5
  "keywords": [
6
6
  "ai",