cliskill 1.0.7 → 1.0.8

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.ts CHANGED
@@ -2202,6 +2202,7 @@ interface InkAppProps {
2202
2202
  declare const StatusBar: React.NamedExoticComponent<StatusBarProps>;
2203
2203
  declare const Spinner: React.NamedExoticComponent<{
2204
2204
  label: string;
2205
+ frame: number;
2205
2206
  }>;
2206
2207
  declare function InkApp({ model, toolCount, onSubmit, onCancel }: InkAppProps): React.ReactElement;
2207
2208
  declare function renderInkApp(props: InkAppProps): void;
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  renderInkApp,
29
29
  runAgentLoop,
30
30
  runCli
31
- } from "./chunk-SE4GOVKS.js";
31
+ } from "./chunk-4XDWZXBP.js";
32
32
  import {
33
33
  getGlobalSkillsDir,
34
34
  getHistoryPath
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cliskill",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Universal terminal AI assistant with multi-provider LLM support, 15 built-in tools, streaming execution, and agent orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",