@agentskit/cli 0.5.2 → 0.6.0

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/README.md CHANGED
@@ -43,14 +43,25 @@ agentskit init --template ink --dir my-cli
43
43
  agentskit run --help
44
44
  ```
45
45
 
46
+ ### agentskit init
47
+
48
+ ![agentskit init](https://raw.githubusercontent.com/AgentsKit-io/agentskit/main/apps/docs-next/public/demos/init.gif)
49
+
46
50
  ## Features
47
51
 
48
52
  - `agentskit chat` — interactive streaming chat in the terminal powered by `@agentskit/ink`
49
53
  - `agentskit init` — interactive project generator (React or Ink templates, production-ready structure)
50
54
  - `agentskit run` — execute headless runtime agents from the terminal
55
+ - `agentskit doctor` — diagnose your environment, packages, and provider config
56
+ - `agentskit dev` — hot-reload agent development
57
+ - `agentskit tunnel` — expose local agent via public URL
51
58
  - Provider flags: `--provider`, `--model`, `--system`, `--skill`, `--memory`
52
59
  - Env-var based key injection — works seamlessly in CI and scripts
53
60
 
61
+ ### agentskit doctor
62
+
63
+ ![agentskit doctor](https://raw.githubusercontent.com/AgentsKit-io/agentskit/main/apps/docs-next/public/demos/doctor.gif)
64
+
54
65
  ## Ecosystem
55
66
 
56
67
  | Package | Role |