Skip to content

Commit d8d0f05

Browse files
jlia0claude
andcommitted
chore: bump version to 0.0.19 and add release notes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 05c722b commit d8d0f05

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyagi",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Multi-agent, multi-team, multi-channel 24/7 AI assistant",
55
"workspaces": [
66
"packages/*"

releases/v0.0.19.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## TinyAGI v0.0.19
2+
3+
### Bug Fixes
4+
- Fixed scheduled messages not being persisted to the `agent_messages` table, ensuring scheduled content is properly stored and retrievable (#259)
5+
- Resolved `signalDone` grace period race condition in invoke flow that could cause premature completion (#258)
6+
- Fixed proactive messages not being delivered immediately by emitting SSE events so channels pick them up without polling delay (#257)
7+
8+
### Changelog (since v0.0.18)
9+
- 05c722b fix(schedules): persist scheduled messages to agent_messages table (#259)
10+
- afd2730 fix(invoke): resolve signalDone grace period race condition (#258)
11+
- fb29830 fix(channels): emit SSE event for proactive messages so channels deliver immediately (#257)

0 commit comments

Comments
 (0)