clankie 0.2.12 → 0.3.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 +0 -5
- package/dist/cli.js +10562 -10318
- package/package.json +10 -10
- package/web-ui-dist/_shell.html +1 -1
- package/dist/koffi-216xhpes.node +0 -0
- package/dist/koffi-2erktc37.node +0 -0
- package/dist/koffi-2rrez93a.node +0 -0
- package/dist/koffi-2wv0r22g.node +0 -0
- package/dist/koffi-3kae4xj3.node +0 -0
- package/dist/koffi-3rkr2zqv.node +0 -0
- package/dist/koffi-abxfktv9.node +0 -0
- package/dist/koffi-c67c0c5b.node +0 -0
- package/dist/koffi-cnf0q0dx.node +0 -0
- package/dist/koffi-df38sqz5.node +0 -0
- package/dist/koffi-gfbqb3a0.node +0 -0
- package/dist/koffi-kjemmmem.node +0 -0
- package/dist/koffi-kkrfq9yv.node +0 -0
- package/dist/koffi-mzaqwwqy.node +0 -0
- package/dist/koffi-q49fgkeq.node +0 -0
- package/dist/koffi-q54bk8bf.node +0 -0
- package/dist/koffi-x1790w0j.node +0 -0
- package/dist/koffi-yxvjwcj6.node +0 -0
package/README.md
CHANGED
|
@@ -199,9 +199,6 @@ Each session maintains its own conversation history. Sessions persist across dae
|
|
|
199
199
|
Even though clankie lives in Slack, you also have CLI access:
|
|
200
200
|
|
|
201
201
|
```bash
|
|
202
|
-
# Interactive chat session (local terminal, uses pi's TUI)
|
|
203
|
-
clankie chat
|
|
204
|
-
|
|
205
202
|
# Send a one-off message (prints response and exits)
|
|
206
203
|
clankie send "What files are in the current directory?"
|
|
207
204
|
|
|
@@ -297,11 +294,9 @@ Logs are stored in `~/.clankie/logs/daemon.log`.
|
|
|
297
294
|
|
|
298
295
|
```bash
|
|
299
296
|
# Run directly with Bun (no build step)
|
|
300
|
-
bun src/cli.ts chat
|
|
301
297
|
bun src/cli.ts send "hello"
|
|
302
298
|
|
|
303
299
|
# Or use bun scripts
|
|
304
|
-
bun run dev chat
|
|
305
300
|
bun run dev send "hello"
|
|
306
301
|
|
|
307
302
|
# Build for production
|