minionsai 0.1.15 → 0.1.16

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.
@@ -1259,7 +1259,6 @@ def _run_chat(request_id: str, request: dict[str, Any]) -> None:
1259
1259
 
1260
1260
  clear_session_vars = _clear_session_vars
1261
1261
  session_tokens = set_session_vars(
1262
- platform="minions",
1263
1262
  chat_id=task_id,
1264
1263
  chat_name=task_title,
1265
1264
  session_key=session_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minionsai",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Mission Control for Hermes Agent — a Kanban board for autonomous agent tasks",
5
5
  "license": "MIT",
6
6
  "type": "module",