@tryarcanist/cli 0.1.164 → 0.1.165

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1040,6 +1040,7 @@ function printAutomationRule(rule) {
1040
1040
  console.log(`ID: ${rule.id}`);
1041
1041
  console.log(`Repo: ${rule.repoOwner}/${rule.repoName}`);
1042
1042
  console.log(`Cron: ${rule.normalizedCron}`);
1043
+ if (rule.modelId) console.log(`Model: ${rule.modelId}`);
1043
1044
  console.log(`Next fire: ${formatTime(rule.nextFireAt)}`);
1044
1045
  }
1045
1046
  function formatTime(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.164",
3
+ "version": "0.1.165",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {