@mutmutco/cli 2.47.0 → 2.48.1
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/README.md +1 -1
- package/dist/main.cjs +7872 -7719
- package/dist/saga.cjs +1 -1
- package/package.json +1 -1
package/dist/saga.cjs
CHANGED
|
@@ -3715,7 +3715,7 @@ function stampSagaNoteContinuity(now = (/* @__PURE__ */ new Date()).toISOString(
|
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
3717
|
// src/saga-note.ts
|
|
3718
|
-
var AGENT_SURFACE_TOKENS = ["claude", "codex", "cursor", "gemini"];
|
|
3718
|
+
var AGENT_SURFACE_TOKENS = ["claude", "codex", "cursor", "gemini", "opencode"];
|
|
3719
3719
|
var ROUTE_LEVEL_403 = "saga API route-level 403 from HubSessionAuthorizer/session policy";
|
|
3720
3720
|
function agentSurface(env = process.env) {
|
|
3721
3721
|
const surface = env.MMI_AGENT_SURFACE?.trim() || (env.CODEX_THREAD_ID?.trim() && !env.CLAUDE_SESSION_ID?.trim() ? "codex" : "claude");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mutmutco/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.1",
|
|
4
4
|
"description": "MMI Future CLI — delivers the org rules (whole-file), plus saga and KB access. The cross-IDE engine the plugin's SessionStart hook drives.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|