loki-mode 7.5.3 → 7.5.4

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/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: loki-mode
3
3
  description: Multi-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with minimal human intervention. Requires --dangerously-skip-permissions flag.
4
4
  ---
5
5
 
6
- # Loki Mode v7.5.3
6
+ # Loki Mode v7.5.4
7
7
 
8
8
  **You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
9
9
 
@@ -322,4 +322,4 @@ The following features are documented in skill modules but not yet fully automat
322
322
  | Quality gates 3-reviewer system | Implemented (v5.35.0) | 5 specialist reviewers in `skills/quality-gates.md`; execution in run.sh |
323
323
  | Benchmarks (HumanEval, SWE-bench) | Infrastructure only | Runner scripts and datasets exist in `benchmarks/`; no published results |
324
324
 
325
- **v7.5.3 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
325
+ **v7.5.4 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.5.3
1
+ 7.5.4
@@ -7,7 +7,7 @@ Modules:
7
7
  control: Session control API (start/stop/pause/resume)
8
8
  """
9
9
 
10
- __version__ = "7.5.3"
10
+ __version__ = "7.5.4"
11
11
 
12
12
  # Expose the control app for easy import
13
13
  try:
@@ -2,7 +2,7 @@
2
2
 
3
3
  The flagship product of [Autonomi](https://www.autonomi.dev/). Complete installation instructions for all platforms and use cases.
4
4
 
5
- **Version:** v7.5.3
5
+ **Version:** v7.5.4
6
6
 
7
7
  ---
8
8
 
@@ -362,7 +362,7 @@ Subcommands:
362
362
 
363
363
  This command is invoked by autonomy/run.sh between iterations. Users
364
364
  should not run it directly -- run \`loki start\` instead.
365
- `,J5;var $6=E(()=>{f();y1();J5=m1});f();import{readFileSync as V6}from"fs";import{resolve as H6,dirname as W6}from"path";import{fileURLToPath as G6}from"url";var l=null;function s1(){if(l!==null)return l;let $="7.5.3";if(typeof $==="string"&&$.length>0)return l=$,l;try{let Z=W6(G6(import.meta.url)),Q=P1(Z);l=V6(H6(Q,"VERSION"),"utf-8").trim()}catch{l="unknown"}return l}function r1(){return process.stdout.write(`Loki Mode v${s1()}
365
+ `,J5;var $6=E(()=>{f();y1();J5=m1});f();import{readFileSync as V6}from"fs";import{resolve as H6,dirname as W6}from"path";import{fileURLToPath as G6}from"url";var l=null;function s1(){if(l!==null)return l;let $="7.5.4";if(typeof $==="string"&&$.length>0)return l=$,l;try{let Z=W6(G6(import.meta.url)),Q=P1(Z);l=V6(H6(Q,"VERSION"),"utf-8").trim()}catch{l="unknown"}return l}function r1(){return process.stdout.write(`Loki Mode v${s1()}
366
366
  `),0}m();d();f();import{readFileSync as A6,existsSync as T6}from"fs";import{resolve as O6}from"path";var j6=["claude","codex","gemini","cline","aider"];function i1(){let $=O6(F(),"state","provider");if(!T6($))return"";try{return A6($,"utf-8").trim()}catch{return""}}function _6($,Z){return $||Z||process.env.LOKI_PROVIDER||"claude"}function I6($){let Z=i1(),Q=_6($,Z);switch(process.stdout.write(`${D}Current Provider${U}
367
367
  `),process.stdout.write(`
368
368
  `),process.stdout.write(`${A}Provider:${U} ${Q}
@@ -441,4 +441,4 @@ Set LOKI_LEGACY_BASH=1 to force the bash CLI for every command.
441
441
  `),2}default:return process.stderr.write(`Unknown command: ${Z}
442
442
  `),process.stderr.write(Q6),2}}process.on("SIGINT",()=>process.exit(130));process.on("SIGTERM",()=>process.exit(143));var M5=await B5(Bun.argv.slice(2));process.exit(M5);
443
443
 
444
- //# debugId=5A91EDB7DF77076264756E2164756E21
444
+ //# debugId=13CFDF7CBB190EFB64756E2164756E21
package/mcp/__init__.py CHANGED
@@ -57,4 +57,4 @@ try:
57
57
  except ImportError:
58
58
  __all__ = ['mcp']
59
59
 
60
- __version__ = '7.5.3'
60
+ __version__ = '7.5.4'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loki-mode",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "description": "Loki Mode by Autonomi - Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
5
5
  "keywords": [
6
6
  "agent",