lupacode 1.0.5 → 1.0.6
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/bin/lupacode +2 -1
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/bin/lupacode
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
import dotenv from "dotenv";
|
|
3
3
|
import { homedir } from "node:os";
|
|
4
4
|
import { join } from "node:path";
|
|
5
|
+
import { cwd } from "node:process";
|
|
5
6
|
|
|
6
|
-
|
|
7
|
+
dotenv.config({ path: join(cwd(), ".env"), quiet: true });
|
|
7
8
|
dotenv.config({ path: join(homedir(), ".lupacode", ".env"), quiet: true });
|
|
8
9
|
|
|
9
10
|
// @ts-expect-error - dist/index.js is a Bun bundle with no exports
|
package/dist/index.js
CHANGED
|
@@ -96422,7 +96422,7 @@ var import_react35 = __toESM(require_react(), 1);
|
|
|
96422
96422
|
// package.json
|
|
96423
96423
|
var package_default2 = {
|
|
96424
96424
|
name: "lupacode",
|
|
96425
|
-
version: "1.0.
|
|
96425
|
+
version: "1.0.6",
|
|
96426
96426
|
description: "AI-powered terminal coding assistant",
|
|
96427
96427
|
type: "module",
|
|
96428
96428
|
bin: {
|
|
@@ -98799,8 +98799,6 @@ function BotMessage({
|
|
|
98799
98799
|
children: /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV("markdown", {
|
|
98800
98800
|
content: part.text,
|
|
98801
98801
|
syntaxStyle: globalSyntaxStyle,
|
|
98802
|
-
conceal: true,
|
|
98803
|
-
concealCode: true,
|
|
98804
98802
|
streaming,
|
|
98805
98803
|
tableOptions: {
|
|
98806
98804
|
style: "grid",
|