@sigil0/looking-glass 0.2.1 → 0.2.3

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,6 @@
1
1
  # Looking Glass
2
2
 
3
- ![Looking Glass title graphic](./looking-glass-title.svg)
3
+ ![Looking Glass title graphic](./looking-glass.png)
4
4
 
5
5
  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
6
 
@@ -650,5 +650,5 @@ src/
650
650
  tools/ Coding tools, schemas, approvals, and safety policy
651
651
  ui/ TUI and stdio interfaces
652
652
  test/ Unit and integration coverage
653
- looking-glass-title.svg README title graphic
653
+ looking-glass.png README title graphic
654
654
  ```
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.1";
14
+ const VERSION = "0.2.3";
15
15
  function usage() {
16
16
  return `Looking Glass ${VERSION}
17
17
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigil0/looking-glass",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
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,7 @@
20
20
  },
21
21
  "files": [
22
22
  "dist",
23
- "looking-glass-title.svg"
23
+ "looking-glass.png"
24
24
  ],
25
25
  "scripts": {
26
26
  "clean": "node --input-type=module -e \"import { rmSync } from 'node:fs'; rmSync('dist', { recursive: true, force: true })\"",
@@ -1,69 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 360" role="img" aria-labelledby="title desc">
2
- <title id="title">Looking Glass</title>
3
- <desc id="desc">A luminous terminal window opening onto a geometric glass portal.</desc>
4
- <defs>
5
- <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
6
- <stop offset="0" stop-color="#080b18"/>
7
- <stop offset="0.55" stop-color="#11152c"/>
8
- <stop offset="1" stop-color="#24113b"/>
9
- </linearGradient>
10
- <linearGradient id="portal" x1="0" y1="0" x2="1" y2="1">
11
- <stop offset="0" stop-color="#62e6ff"/>
12
- <stop offset="0.5" stop-color="#8d9bff"/>
13
- <stop offset="1" stop-color="#e18cff"/>
14
- </linearGradient>
15
- <linearGradient id="glass" x1="0" y1="0" x2="0.9" y2="1">
16
- <stop offset="0" stop-color="#d9fbff" stop-opacity="0.9"/>
17
- <stop offset="0.45" stop-color="#7edfff" stop-opacity="0.25"/>
18
- <stop offset="1" stop-color="#d19cff" stop-opacity="0.65"/>
19
- </linearGradient>
20
- <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
21
- <feGaussianBlur stdDeviation="7" result="blur"/>
22
- <feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
23
- </filter>
24
- <filter id="soft" x="-50%" y="-50%" width="200%" height="200%">
25
- <feGaussianBlur stdDeviation="22"/>
26
- </filter>
27
- <pattern id="grid" width="34" height="34" patternUnits="userSpaceOnUse">
28
- <path d="M34 0H0V34" fill="none" stroke="#8ca5ff" stroke-opacity="0.09"/>
29
- </pattern>
30
- </defs>
31
-
32
- <rect width="1200" height="360" rx="28" fill="url(#bg)"/>
33
- <rect x="1" y="1" width="1198" height="358" rx="27" fill="none" stroke="#8ea6ff" stroke-opacity="0.25"/>
34
- <ellipse cx="690" cy="180" rx="330" ry="180" fill="#7d5cff" fill-opacity="0.16" filter="url(#soft)"/>
35
- <path d="M0 282C240 245 390 316 620 278S1000 195 1200 232V360H0Z" fill="url(#grid)"/>
36
-
37
- <g opacity="0.7" fill="#c7f7ff">
38
- <circle cx="72" cy="58" r="2"/><circle cx="188" cy="102" r="1.5"/><circle cx="426" cy="42" r="1.5"/>
39
- <circle cx="1024" cy="58" r="2"/><circle cx="1110" cy="132" r="1.5"/><circle cx="954" cy="286" r="1.5"/>
40
- </g>
41
-
42
- <g transform="translate(80 74)">
43
- <rect width="430" height="212" rx="18" fill="#050711" fill-opacity="0.88" stroke="#62e6ff" stroke-opacity="0.7"/>
44
- <rect x="18" y="48" width="394" height="142" rx="9" fill="#0b1021" stroke="#9ba9ff" stroke-opacity="0.24"/>
45
- <path d="M18 48H412" stroke="#62e6ff" stroke-opacity="0.45"/>
46
- <circle cx="36" cy="25" r="5" fill="#ff728d"/><circle cx="56" cy="25" r="5" fill="#ffd166"/><circle cx="76" cy="25" r="5" fill="#70e1a0"/>
47
- <g fill="#91a7ff" font-family="monospace" font-size="15">
48
- <text x="36" y="82">$ glass schedule "check tests later"</text>
49
- <text x="36" y="113" fill="#70e1a0">[session] persisted after exit</text>
50
- <text x="36" y="144" fill="#62e6ff">[scheduler] future turn started</text>
51
- <text x="36" y="175"><tspan fill="#e7d3ff">_</tspan><tspan fill="#b98cff"> continuing with context + tools</tspan></text>
52
- </g>
53
- </g>
54
-
55
- <g transform="translate(635 180)" filter="url(#glow)">
56
- <path d="M0 -116L108 -54L108 70L0 132L-108 70L-108 -54Z" fill="#101735" stroke="url(#portal)" stroke-width="4"/>
57
- <path d="M0 -82L78 -37L78 52L0 97L-78 52L-78 -37Z" fill="url(#glass)" fill-opacity="0.18" stroke="#b7ecff" stroke-opacity="0.65" stroke-width="2"/>
58
- <path d="M0 -66L58 -32L58 38L0 72L-58 38L-58 -32Z" fill="none" stroke="#e3c2ff" stroke-opacity="0.7" stroke-width="2"/>
59
- </g>
60
-
61
- <g fill="#d9fbff" font-family="system-ui, -apple-system, sans-serif">
62
- <text x="760" y="105" font-size="17" letter-spacing="5" fill="#8fa9ff">LOCAL AI AUTOMATION</text>
63
- <text x="760" y="160" font-size="43" font-weight="700" letter-spacing="2">LOOKING GLASS</text>
64
- <text x="760" y="210" font-size="18" fill="#b9c8ff">Schedule the next turn. Close the terminal.</text>
65
- <text x="760" y="244" font-size="14" fill="#8c9ac5">Persistent agent sessions wake up later,</text>
66
- <text x="760" y="267" font-size="14" fill="#8c9ac5">resume the workspace, and continue working.</text>
67
- </g>
68
- <text x="760" y="304" fill="#62e6ff" font-family="monospace" font-size="13">glass | sessions | tools | agents | automation</text>
69
- </svg>