@yemi33/minions 0.1.2318 → 0.1.2319
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.
|
@@ -2051,15 +2051,6 @@ async function ccExecuteAction(action, targetTabId, opts) {
|
|
|
2051
2051
|
wakeEngine();
|
|
2052
2052
|
break;
|
|
2053
2053
|
}
|
|
2054
|
-
case 'link-pr': {
|
|
2055
|
-
var prLinkRes = await _ccFetch('/api/pull-requests/link', { url: action.url, title: action.title || '', project: action.project || '', contextOnly: action.autoObserve === false });
|
|
2056
|
-
var prLinkData = await prLinkRes.json().catch(function() { return {}; });
|
|
2057
|
-
// eslint-disable-next-line no-unsanitized/property -- reason: structural HTML is a string literal; PR URL and server message wrapped in escHtml() (fields: action.url, prLinkData.message)
|
|
2058
|
-
status.innerHTML = '✓ PR linked: <strong>' + escHtml(action.url) + '</strong>' +
|
|
2059
|
-
(prLinkData.message ? '<div style="font-size:var(--text-base);color:var(--muted);margin-top:4px">' + escHtml(prLinkData.message) + '</div>' : '');
|
|
2060
|
-
status.style.color = 'var(--green)';
|
|
2061
|
-
break;
|
|
2062
|
-
}
|
|
2063
2054
|
case 'archive-meeting': {
|
|
2064
2055
|
await _ccFetch('/api/meetings/archive', { id: action.id });
|
|
2065
2056
|
// eslint-disable-next-line no-unsanitized/property -- reason: structural HTML is a string literal; meeting id wrapped in escHtml() (fields: action.id)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2319",
|
|
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"
|