@pome-sh/cli 0.26.11 → 0.26.12

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.26.11",
4
- "git_sha": "984784e9c09eecd38fc7adbf7f6a342bda44c98e",
5
- "build_time": "2026-08-24T16:19:14.495Z"
3
+ "version": "0.26.12",
4
+ "git_sha": "fd297f205fd9dbc503a983312e3434884ae13913",
5
+ "build_time": "2026-08-25T10:21:23.835Z"
6
6
  }
@@ -4651,7 +4651,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
4651
4651
  var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
4652
4652
  var MAX_UNREADABLE_PATHS_SHOWN = 5;
4653
4653
  function readPackageVersion() {
4654
- if ("0.26.11".length > 0) return "0.26.11";
4654
+ if ("0.26.12".length > 0) return "0.26.12";
4655
4655
  try {
4656
4656
  const here = dirname(fileURLToPath(import.meta.url));
4657
4657
  const candidates = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/cli",
3
- "version": "0.26.11",
3
+ "version": "0.26.12",
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",