@24klynx/tui 0.1.0 → 0.1.4
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/dist/index.d.mts +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
2
|
import { Key } from "ink";
|
|
3
|
-
import { Message, Session } from "@
|
|
3
|
+
import { Message, Session } from "@24klynx/core";
|
|
4
4
|
|
|
5
5
|
//#region src/components/PermissionRequest.d.ts
|
|
6
6
|
/** Safety level determines badge color and severity. */
|
|
@@ -40,7 +40,7 @@ declare function PermissionRequest({
|
|
|
40
40
|
}: PermissionRequestProps): React.ReactElement;
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region src/types.d.ts
|
|
43
|
-
/** Model descriptor for the model picker. Mirrors @
|
|
43
|
+
/** Model descriptor for the model picker. Mirrors @24klynx/llm's ModelInfo. */
|
|
44
44
|
interface TuiModelInfo {
|
|
45
45
|
/** Provider‑unique model identifier. */
|
|
46
46
|
id: string;
|