@akonwi/kit 0.2.0 → 0.2.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/README.md +1 -1
- package/dist/kit +0 -0
- package/dist/plugin.d.ts +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# kit
|
|
2
2
|
|
|
3
|
-
Kit is a TUI coding agent heavily inspired by [Pi](https://pi.dev) and built on top of [`pi-agent-core`](https://github.com/
|
|
3
|
+
Kit is a TUI coding agent heavily inspired by [Pi](https://pi.dev) and built on top of [`pi-agent-core`](https://github.com/earendil-works/pi-mono/tree/main/packages/agent) with [OpenTUI](https://opentui.com/).
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
package/dist/kit
CHANGED
|
Binary file
|
package/dist/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AgentMessage } from "@
|
|
2
|
-
import type { Api, Model, Static, TSchema } from "@
|
|
1
|
+
import type { AgentMessage } from "@earendil-works/pi-agent-core";
|
|
2
|
+
import type { Api, Model, Static, TSchema } from "@earendil-works/pi-ai";
|
|
3
3
|
import type { ToastInput } from "./toasts";
|
|
4
4
|
|
|
5
5
|
export type Disposer = () => void;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akonwi/kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"author": "Akonwi Ngoh <akonwi@gmail.com>",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "A TUI coding agent",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"repository": {
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"typecheck": "tsc --noEmit"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
53
|
+
"@earendil-works/pi-agent-core": "^0.74.0",
|
|
54
|
+
"@earendil-works/pi-ai": "^0.74.0",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
56
56
|
"@opentui/core": "0.2.2",
|
|
57
57
|
"@opentui/solid": "0.2.2",
|
|
58
58
|
"@pierre/diffs": "^1.1.16",
|
|
59
|
-
"glob": "^
|
|
59
|
+
"glob": "^13.0.6",
|
|
60
60
|
"ignore": "^7.0.5",
|
|
61
61
|
"solid-js": "1.9.12",
|
|
62
62
|
"web-tree-sitter": "0.25.10",
|