@sigil0/looking-glass 0.2.2 → 0.2.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/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Looking Glass
2
2
 
3
- ![Looking Glass title graphic](./looking-glass.png)
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="./looking-glass-dark.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="./looking-glass-light.svg">
6
+ <img alt="Looking Glass — Persistent AI Automation" src="./looking-glass-light.svg">
7
+ </picture>
4
8
 
5
9
  Looking Glass is an open-source local AI coding CLI for persistent, automatable sessions. It combines interactive terminal chat and one-shot prompts with workspace tools, configurable OpenAI-compatible gateways, durable SQLite state, and a scheduler for future model turns.
6
10
 
@@ -650,5 +654,6 @@ src/
650
654
  tools/ Coding tools, schemas, approvals, and safety policy
651
655
  ui/ TUI and stdio interfaces
652
656
  test/ Unit and integration coverage
653
- looking-glass.png README title graphic
657
+ looking-glass-light.svg README title graphic (light)
658
+ looking-glass-dark.svg README title graphic (dark)
654
659
  ```
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import { resolveWorkspacePath } from "./tools/paths.js";
11
11
  import { resolveExecutableFromPath } from "./tools/executable.js";
12
12
  import { credentialEnvironmentNames } from "./security.js";
13
13
  import { schedulerDoctorCheck } from "./doctor.js";
14
- const VERSION = "0.2.2";
14
+ const VERSION = "0.2.4";
15
15
  function usage() {
16
16
  return `Looking Glass ${VERSION}
17
17
 
@@ -0,0 +1,49 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 600" role="img" aria-labelledby="title desc">
2
+ <title id="title">Looking Glass</title>
3
+ <desc id="desc">Looking Glass — Persistent AI Automation</desc>
4
+ <defs>
5
+ <linearGradient id="edge" x1="40" y1="60" x2="500" y2="540" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#20DFFF"/>
7
+ <stop offset="0.52" stop-color="#5792FF"/>
8
+ <stop offset="1" stop-color="#A33BFF"/>
9
+ </linearGradient>
10
+ <linearGradient id="panel" x1="120" y1="100" x2="430" y2="500" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#0A225B"/>
12
+ <stop offset="1" stop-color="#030C2D"/>
13
+ </linearGradient>
14
+ <linearGradient id="subtitle" x1="570" y1="0" x2="1870" y2="0" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#21CFF4"/>
16
+ <stop offset="0.52" stop-color="#5592FF"/>
17
+ <stop offset="1" stop-color="#9D46F5"/>
18
+ </linearGradient>
19
+ <linearGradient id="titleDark" x1="570" y1="0" x2="1830" y2="0" gradientUnits="userSpaceOnUse">
20
+ <stop offset="0" stop-color="#FFFFFF"/>
21
+ <stop offset="0.55" stop-color="#DCEBFF"/>
22
+ <stop offset="1" stop-color="#CBBEFF"/>
23
+ </linearGradient>
24
+ </defs>
25
+
26
+ <!-- No background rectangle: the canvas is genuinely transparent. -->
27
+
28
+ <g>
29
+ <path d="M270 45 L492 173 L492 427 L270 555 L48 427 L48 173 Z"
30
+ fill="url(#panel)" stroke="url(#edge)" stroke-width="22" stroke-linejoin="round"/>
31
+ <path d="M270 88 L454 194 L454 406 L270 512 L86 406 L86 194 Z"
32
+ fill="none" stroke="url(#edge)" stroke-width="5" stroke-linejoin="round"/>
33
+ <path d="M184 214 L292 300 L184 386"
34
+ fill="none" stroke="#FFFFFF" stroke-width="42"
35
+ stroke-linecap="round" stroke-linejoin="round"/>
36
+ <path d="M314 386 H396"
37
+ fill="none" stroke="#FFFFFF" stroke-width="38" stroke-linecap="round"/>
38
+ </g>
39
+
40
+ <g font-family="Inter, 'Inter Display', 'Segoe UI', Arial, sans-serif">
41
+ <text x="560" y="262" font-size="128" font-weight="800" letter-spacing="1"
42
+ fill="url(#titleDark)">LOOKING GLASS</text>
43
+ <text x="570" y="355" font-size="43" font-weight="500" letter-spacing="13"
44
+ fill="url(#subtitle)">PERSISTENT AI AUTOMATION</text>
45
+ <path d="M570 400 H1880" stroke="url(#subtitle)" stroke-width="4" stroke-linecap="round"/>
46
+ <text x="570" y="472" font-size="31" font-weight="400" letter-spacing="0.4"
47
+ fill="#C8DBFF">schedule the next turn · close the terminal · keep the session working</text>
48
+ </g>
49
+ </svg>
@@ -0,0 +1,49 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 600" role="img" aria-labelledby="title desc">
2
+ <title id="title">Looking Glass</title>
3
+ <desc id="desc">Looking Glass — Persistent AI Automation</desc>
4
+ <defs>
5
+ <linearGradient id="edge" x1="40" y1="60" x2="500" y2="540" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#20DFFF"/>
7
+ <stop offset="0.52" stop-color="#5792FF"/>
8
+ <stop offset="1" stop-color="#A33BFF"/>
9
+ </linearGradient>
10
+ <linearGradient id="panel" x1="120" y1="100" x2="430" y2="500" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#0A225B"/>
12
+ <stop offset="1" stop-color="#030C2D"/>
13
+ </linearGradient>
14
+ <linearGradient id="subtitle" x1="570" y1="0" x2="1870" y2="0" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#21CFF4"/>
16
+ <stop offset="0.52" stop-color="#5592FF"/>
17
+ <stop offset="1" stop-color="#9D46F5"/>
18
+ </linearGradient>
19
+ <linearGradient id="titleDark" x1="570" y1="0" x2="1830" y2="0" gradientUnits="userSpaceOnUse">
20
+ <stop offset="0" stop-color="#FFFFFF"/>
21
+ <stop offset="0.55" stop-color="#DCEBFF"/>
22
+ <stop offset="1" stop-color="#CBBEFF"/>
23
+ </linearGradient>
24
+ </defs>
25
+
26
+ <!-- No background rectangle: the canvas is genuinely transparent. -->
27
+
28
+ <g>
29
+ <path d="M270 45 L492 173 L492 427 L270 555 L48 427 L48 173 Z"
30
+ fill="url(#panel)" stroke="url(#edge)" stroke-width="22" stroke-linejoin="round"/>
31
+ <path d="M270 88 L454 194 L454 406 L270 512 L86 406 L86 194 Z"
32
+ fill="none" stroke="url(#edge)" stroke-width="5" stroke-linejoin="round"/>
33
+ <path d="M184 214 L292 300 L184 386"
34
+ fill="none" stroke="#FFFFFF" stroke-width="42"
35
+ stroke-linecap="round" stroke-linejoin="round"/>
36
+ <path d="M314 386 H396"
37
+ fill="none" stroke="#FFFFFF" stroke-width="38" stroke-linecap="round"/>
38
+ </g>
39
+
40
+ <g font-family="Inter, 'Inter Display', 'Segoe UI', Arial, sans-serif">
41
+ <text x="560" y="262" font-size="128" font-weight="800" letter-spacing="1"
42
+ fill="#071A49">LOOKING GLASS</text>
43
+ <text x="570" y="355" font-size="43" font-weight="500" letter-spacing="13"
44
+ fill="url(#subtitle)">PERSISTENT AI AUTOMATION</text>
45
+ <path d="M570 400 H1880" stroke="url(#subtitle)" stroke-width="4" stroke-linecap="round"/>
46
+ <text x="570" y="472" font-size="31" font-weight="400" letter-spacing="0.4"
47
+ fill="#071A49">schedule the next turn · close the terminal · keep the session working</text>
48
+ </g>
49
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigil0/looking-glass",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "A lean local coding harness for OpenAI-compatible gateways and LM Studio",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "files": [
22
22
  "dist",
23
- "looking-glass.png"
23
+ "looking-glass-light.svg",
24
+ "looking-glass-dark.svg"
24
25
  ],
25
26
  "scripts": {
26
27
  "clean": "node --input-type=module -e \"import { rmSync } from 'node:fs'; rmSync('dist', { recursive: true, force: true })\"",
package/looking-glass.png DELETED
Binary file