@leviyuan/lodestar 0.3.13 → 0.4.1

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@leviyuan/lodestar",
3
- "version": "0.3.13",
3
+ "version": "0.4.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Lodestar (夜航星) — IM-native frontend for Claude Code via Feishu Card Kit streaming",
7
+ "description": "Lodestar (夜航星) — IM-native frontend for Codex via Feishu Card Kit streaming",
8
8
  "type": "module",
9
9
  "license": "MIT",
10
10
  "author": "leviyuan",
@@ -17,8 +17,8 @@
17
17
  "keywords": [
18
18
  "feishu",
19
19
  "lark",
20
- "claude-code",
21
- "claude",
20
+ "codex",
21
+ "openai",
22
22
  "ai",
23
23
  "agent",
24
24
  "im",
@@ -30,8 +30,8 @@
30
30
  "scripts": {
31
31
  "start": "bun daemon.ts",
32
32
  "build:daemon": "bun build cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar.js",
33
- "build:setup": "bun build src/setup-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-setup.js",
34
- "build:stop": "bun build src/stop-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-stop.js",
33
+ "build:setup": "bun build src/setup-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-setup.js",
34
+ "build:stop": "bun build src/stop-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-stop.js",
35
35
  "build:update": "bun build src/update-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-update.js",
36
36
  "build:version": "bun build src/version-cli.ts --target=node --minify --banner='#!/usr/bin/env node' --outfile=dist/lodestar-version.js",
37
37
  "build": "bun run build:daemon && bun run build:setup && bun run build:stop && bun run build:update && bun run build:version",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "bin": {
42
42
  "lodestar-daemon": "./dist/lodestar.js",
43
- "lodestar-setup": "./dist/lodestar-setup.js",
44
- "lodestar-stop": "./dist/lodestar-stop.js",
43
+ "lodestar-setup": "./dist/lodestar-setup.js",
44
+ "lodestar-stop": "./dist/lodestar-stop.js",
45
45
  "lodestar-update": "./dist/lodestar-update.js",
46
46
  "lodestar-version": "./dist/lodestar-version.js"
47
47
  },