@aayambansal/squint 0.1.2 → 0.1.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 +10 -5
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
<pre>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
▄▄▄▄▄ ▄▄
|
|
5
|
+
▄▄█▀█▓▀██▄▄ ▄▄▓████▄▄▄ ▄▄ ▄▄▄ ▄▄▄▄▄▓ ▄▄▄▄▄ ▄▄▄▀▓▌ ▄▄▄▄▄▄▄████
|
|
6
|
+
█████▓▀▀█▓█▀ ▄▄████▄▓█████ ▄▄█▌ ▐███ ▐███▄█ ██████ █████▌ ▄▄▄█████▓█████▀
|
|
7
|
+
█▓█▄█▄ ▀ ▒▓██▓▀ ▀█▄██ ▒▓██▌ ▐█▄██ ▐█▓█▄█ ███▄██▄▄ ▐▓▄▓█▌▄████▄██▄██
|
|
8
|
+
▀▀██▓▄▄ ░▓███▌ ▐██▓▌░▓███▌ ▐██▓▌▐▓███▌ ▐██████▓▓▄▐█▓███ ▐███▓█
|
|
9
|
+
▀█████░░▄▐████▌ ▄▄▄▄ ▐███▌▐████▌ ▐███▌▐████▌▌▐█████████▓████▒ ▐███▌
|
|
10
|
+
▐█▄ ▓█▄▄▌ ▐███▓▄ ▀███▓██▌ ▐███▓▄ ▄▓██▌ ▐███▌ ▐████▌▀▀███████░ ▐████▌
|
|
11
|
+
▓██████████▓▌ ▀█████▓███████ ▀█████▓███████ █████ ▐████▌ ▀█▓▓████ ▐▓████
|
|
12
|
+
▀▀▀▓█████▀▀ ▀▀▀▀████▀███▄▄ ▀▀▀▀████▀▀ ▐▀███ ▐███▓▌ ▀███▀▓ ▓███▀▌
|
|
13
|
+
▀▀
|
|
9
14
|
</pre>
|
|
10
15
|
|
|
11
16
|
### Lovable for your terminal
|
package/dist/cli.js
CHANGED
|
@@ -651,7 +651,7 @@ ${result.a11y.slice(0, 5).join("\n")}`);
|
|
|
651
651
|
|
|
652
652
|
// src/cli.tsx
|
|
653
653
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
654
|
-
var VERSION = "0.1.
|
|
654
|
+
var VERSION = "0.1.3";
|
|
655
655
|
var program = new Command();
|
|
656
656
|
program.name("squint").description("Lovable for your terminal \u2014 a frontend harness on top of Claude Code, Codex, and friends.").version(VERSION);
|
|
657
657
|
program.command("run").description("Run one prompt headlessly and stream the result").argument("<prompt...>", "what to build or change").option("-e, --engine <id>", "engine to use (claude, codex, gemini, opencode)").option("-m, --model <name>", "model override for the engine").option("--no-brief", "send the prompt without the squint design brief").option("--json", "emit normalized agent events as ndjson").action(
|
package/package.json
CHANGED