Skip to content

Commit bfdad54

Browse files
committed
Bump version to v2.0.15
Includes: - #447: Dashboard hostname display - #448: Spawn improvements (no-spec + GitHub naming) - #449: codev update --agent - #452: Reconnect status dot + give-up fix - #453: af send composing state - #455: ASPIR progress calculator fix - CI cron false alert fix
1 parent a1f314c commit bfdad54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.af-cron/ci-health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: CI Health Check
66
schedule: "*/30 * * * *"
77
enabled: true
8-
command: gh run list --limit 5 --json status,conclusion --jq '[.[] | select(.conclusion == "failure")] | length'
8+
command: gh run list --limit 5 --json status,conclusion --jq '[.[] | select(.conclusion == "failure")] | length' || (sleep 5 && gh run list --limit 5 --json status,conclusion --jq '[.[] | select(.conclusion == "failure")] | length')
99
condition: "output != '0'"
1010
message: "CI Alert: ${output} recent failure(s) on main. Run `gh run list --limit 5` to investigate."
1111
target: architect

packages/codev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cluesmith/codev",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Codev CLI - AI-assisted software development framework",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)