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 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