You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(update-checker): surface update notice to non-TTY/agent runs
- drop the CI / non-TTY early-return so agents see "Update available" too
- widen check interval 4h→24h; stay silent inside the window (no per-command repeat)
- remove orphan isCI() helper (zero callers)
- versioning.md: drop the now-false "banner suppressed under agent" rationale
Copy file name to clipboardExpand all lines: skills/bailian-cli/assets/versioning.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,6 @@
3
3
> Hand-maintained. Lives in `assets/` (not auto-generated from `catalog.ts`).
4
4
> Entry point: [SKILL.md → Version & updates](../SKILL.md#version--updates-agent--do-first).
5
5
6
-
**Why this matters for agents:** when `bl` runs interactively it prints an
7
-
`Update available` banner. That banner is **suppressed when `bl` is piped by an
8
-
agent** (non-TTY stderr), so the user never learns their `bl` is outdated. The
9
-
agent must take over that responsibility.
10
-
11
6
## Agent pre-flight checklist (MANDATORY)
12
7
13
8
**Do NOT run any `bl` command until you complete this checklist.** Run it **once per session**, before the first `bl` command. Cache the result — do not re-check before every command.
0 commit comments