@pantheon.ai/agents 0.0.11 → 0.0.13

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +3311 -10279
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -36,6 +36,7 @@ Notes:
36
36
  - Default: concise one-line entries.
37
37
  - Table output: use `--no-concise`.
38
38
  - JSON output: use `--json`.
39
+ - Time filter: use `--since <time>` (alias: `--from <time>`) with an ISO-8601 timestamp (e.g. `2026-02-12T00:00:00Z`) to only include tasks with `queued_at >= since`.
39
40
 
40
41
  ## DB schema / migrations
41
42