loki-mode 7.5.15 → 7.5.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.
- package/SKILL.md +2 -2
- package/VERSION +1 -1
- package/autonomy/completion-council.sh +168 -0
- package/dashboard/__init__.py +1 -1
- package/dashboard/server.py +74 -0
- package/dashboard/static/index.html +305 -134
- 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/docs/INSTALLATION.md
CHANGED
package/loki-ts/dist/loki.js
CHANGED
|
@@ -425,7 +425,7 @@ Subcommands:
|
|
|
425
425
|
|
|
426
426
|
This command is invoked by autonomy/run.sh between iterations. Users
|
|
427
427
|
should not run it directly -- run \`loki start\` instead.
|
|
428
|
-
`,O5;var z6=S(()=>{g();O1();O5=l1});g();import{readFileSync as H6}from"fs";import{resolve as G6,dirname as V6}from"path";import{fileURLToPath as J6}from"url";var o=null;function r1(){if(o!==null)return o;let $="7.5.
|
|
428
|
+
`,O5;var z6=S(()=>{g();O1();O5=l1});g();import{readFileSync as H6}from"fs";import{resolve as G6,dirname as V6}from"path";import{fileURLToPath as J6}from"url";var o=null;function r1(){if(o!==null)return o;let $="7.5.16";if(typeof $==="string"&&$.length>0)return o=$,o;try{let Q=V6(J6(import.meta.url)),z=E1(Q);o=H6(G6(z,"VERSION"),"utf-8").trim()}catch{o="unknown"}return o}function s1(){return process.stdout.write(`Loki Mode v${r1()}
|
|
429
429
|
`),0}p();n();g();import{readFileSync as T6,existsSync as O6}from"fs";import{resolve as j6}from"path";var _6=["claude","codex","gemini","cline","aider"];function i1(){let $=j6(x(),"state","provider");if(!O6($))return"";try{return T6($,"utf-8").trim()}catch{return""}}function I6($,Q){return $||Q||process.env.LOKI_PROVIDER||"claude"}function L6($){let Q=i1(),z=I6($,Q);switch(process.stdout.write(`${C}Current Provider${U}
|
|
430
430
|
`),process.stdout.write(`
|
|
431
431
|
`),process.stdout.write(`${A}Provider:${U} ${z}
|
|
@@ -508,4 +508,4 @@ Set LOKI_LEGACY_BASH=1 to force the bash CLI for every command.
|
|
|
508
508
|
`),2}default:return process.stderr.write(`Unknown command: ${Q}
|
|
509
509
|
`),process.stderr.write(Q6),2}}process.on("SIGINT",()=>process.exit(130));process.on("SIGTERM",()=>process.exit(143));var I5=await _5(Bun.argv.slice(2));process.exit(I5);
|
|
510
510
|
|
|
511
|
-
//# debugId=
|
|
511
|
+
//# debugId=F75824E4E6AD1D6064756E2164756E21
|
package/mcp/__init__.py
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loki-mode",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.16",
|
|
4
4
|
"description": "Loki Mode by Autonomi. Multi-agent autonomous SDLC framework. Spec to deployed app: PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers (Claude Code, OpenAI Codex, Google Gemini, Cline, Aider). 11 quality gates.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|