@howler/cli 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 CHANGED
@@ -49,9 +49,7 @@ Type `/` in the message input to see autocomplete suggestions.
49
49
 
50
50
  | Command | Description |
51
51
  |---------|-------------|
52
- | `/vault <query>` | Search your Obsidian vault |
53
52
  | `/agent <goal>` | Create an agent task (bot chats only) |
54
- | `/bot <name> <message>` | Send a message to a named bot |
55
53
  | `/addmember @username` | Add a member to the current group |
56
54
  | `/change-branch` | Switch branch in repo bot chats |
57
55
  | `/current-branch` | Show the active branch |
@@ -63,7 +61,6 @@ Type `/` in the message input to see autocomplete suggestions.
63
61
  - **Real-time** — messages appear instantly via Supabase subscriptions
64
62
  - **Multi-device** — works alongside the web app on the same account
65
63
  - **Bot/agent support** — interact with AI agents, view branch-based conversations
66
- - **Vault search** — query your Obsidian vault from the terminal
67
64
 
68
65
  ## Requirements
69
66
 
package/dist/bin.js CHANGED
@@ -1330,7 +1330,6 @@ __export(signal_exports, {
1330
1330
  });
1331
1331
  var init_signal = __esm({
1332
1332
  "../../packages/core/src/lib/signal/index.ts"() {
1333
- "use strict";
1334
1333
  init_define_import_meta_env();
1335
1334
  init_db();
1336
1335
  init_store();
@@ -2225,7 +2224,6 @@ function getTranscriptCacheProvider() {
2225
2224
  var DB_NAME2, DB_VERSION2, dbInstance2, attachmentBlobUrlCache, transcriptCacheProvider;
2226
2225
  var init_cache = __esm({
2227
2226
  "../../packages/core/src/lib/audio/cache.ts"() {
2228
- "use strict";
2229
2227
  init_define_import_meta_env();
2230
2228
  DB_NAME2 = "howler-audio-cache";
2231
2229
  DB_VERSION2 = 3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howler/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "Terminal UI client for Howler encrypted messaging",
6
6
  "bin": {