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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-29Lines changed: 2 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,9 @@
1
1
# Changelog
2
2
3
-
# 2026.1.12-1
3
+
##2026.1.12
4
4
5
5
### Changes
6
-
- Heartbeat: raise default `ackMaxChars` to 300 so any `HEARTBEAT_OK` replies with short padding stay internal (fewer noisy heartbeat posts on providers).
7
-
8
-
## 2026.1.11-5
9
-
10
-
### Fixes
11
-
- Auto-reply: prevent duplicate /status replies (including /usage alias) and add tests for inline + standalone cases.
12
-
13
-
## 2026.1.11-4
14
-
15
-
### Fixes
16
-
- CLI: read the git commit hash from the package root so npm installs show it.
17
-
18
-
## 2026.1.11-3
19
-
20
-
### Fixes
21
-
- CLI: avoid top-level await warnings in the entrypoint on fresh installs.
22
-
- CLI: show a commit hash in the banner for npm installs (package.json gitHead fallback).
23
-
24
-
## 2026.1.11-2
25
-
26
-
### Fixes
27
-
- Installer: ensure the CLI entrypoint is executable after npm installs.
28
-
- Packaging: include `dist/plugins/` in the npm package to avoid missing module errors.
29
-
30
-
## 2026.1.11-1
31
-
32
-
### Fixes
33
-
- Installer: include `patches/` in the npm package so postinstall patching works for npm/bun installs.
6
+
- Cron: add optional `agentId` binding (CLI `--agent` / `--clear-agent`), route cron runs + summaries to the chosen agent, and document/test the fallback to the default agent. (#770)
0 commit comments