@vybestack/llxprt-ui 0.9.1 → 0.9.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/bun.lock CHANGED
@@ -884,7 +884,7 @@
884
884
 
885
885
  "gtoken": ["gtoken@7.1.0", "", { "dependencies": { "gaxios": "^6.0.0", "jws": "^4.0.0" } }, "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw=="],
886
886
 
887
- "happy-dom": ["happy-dom@20.8.3", "", { "dependencies": { "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", "entities": "^7.0.1", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" } }, "sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ=="],
887
+ "happy-dom": ["happy-dom@20.8.4", "", { "dependencies": { "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", "entities": "^7.0.1", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" } }, "sha512-GKhjq4OQCYB4VLFBzv8mmccUadwlAusOZOI7hC1D9xDIT5HhzkJK17c4el2f6R6C715P9xB4uiMxeKUa2nHMwQ=="],
888
888
 
889
889
  "has-bigints": ["has-bigints@1.1.0", "", {}, "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="],
890
890
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vybestack/llxprt-ui",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "Experimental terminal UI for llxprt-code",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -48,7 +48,7 @@
48
48
  "react": "^19.2.1"
49
49
  },
50
50
  "peerDependencies": {
51
- "@vybestack/llxprt-code-core": "^0.9.1"
51
+ "@vybestack/llxprt-code-core": "^0.9.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@eslint/js": "^9.39.1",
@@ -67,8 +67,8 @@ export function AuthModal(props: {
67
67
  Select an OAuth provider to authenticate:
68
68
  </text>
69
69
  <text fg={props.theme?.colors.text.muted}>
70
- Note: You can also use API keys via /key, /keyfile, --key, --keyfile, or
71
- environment variables
70
+ Note: You can also use API keys via /key, /keyfile, --key, --keyfile,
71
+ --key-name, or environment variables
72
72
  </text>
73
73
  <box flexDirection="column" style={{ gap: 0 }}>
74
74
  {renderAuthOptions(options, selectedIndex, props.theme)}