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 +2 -2
- package/VERSION +1 -1
- package/dashboard/__init__.py +1 -1
- package/docs/INSTALLATION.md +1 -1
- package/loki-ts/dist/loki.js +2 -2
- package/mcp/__init__.py +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
325
|
+
**v7.5.4 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.5.
|
|
1
|
+
7.5.4
|
package/dashboard/__init__.py
CHANGED
package/docs/INSTALLATION.md
CHANGED
package/loki-ts/dist/loki.js
CHANGED
|
@@ -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.
|
|
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=
|
|
444
|
+
//# debugId=13CFDF7CBB190EFB64756E2164756E21
|
package/mcp/__init__.py
CHANGED