@yemi33/minions 0.1.288 → 0.1.289
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.
- package/CHANGELOG.md +2 -1
- package/engine/lifecycle.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.289 (2026-04-03)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- all doc-chats use Sonnet with full tools (agent change)
|
|
7
7
|
|
|
8
8
|
### Fixes
|
|
9
|
+
- ' not 'Evaluate:'
|
|
9
10
|
- cross-platform compatibility — signal handling, paths, home dir
|
|
10
11
|
- engine sidebar badge only triggers on new dispatch errors
|
|
11
12
|
|
package/engine/lifecycle.js
CHANGED
|
@@ -1277,7 +1277,7 @@ function runPostCompletionHooks(dispatchItem, agentId, code, stdout, config) {
|
|
|
1277
1277
|
const parentItem = items.find(i => i.id === evalTargetId);
|
|
1278
1278
|
const evalItem = {
|
|
1279
1279
|
id: 'W-' + shared.uid(),
|
|
1280
|
-
title: `
|
|
1280
|
+
title: `Review: ${parentItem?.title || meta.item.title || evalTargetId}`,
|
|
1281
1281
|
type: 'review',
|
|
1282
1282
|
priority: meta.item.priority || 'high',
|
|
1283
1283
|
status: 'pending',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.289",
|
|
4
4
|
"description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
|
|
5
5
|
"bin": {
|
|
6
6
|
"minions": "bin/minions.js"
|