Commit 3fdd2e0
update(chat, workspace): the crawl verbs join the chat commands palette + slash-shortcut recognition
The chat rail's commands toggle renders a client-side COMMANDS array
that only knew /inbox and /promote-snapshot — the crawl capability was
chat-legal but undiscoverable. /crawl-links, /crawl-streams, and
/crawl-team land in the palette (arg = the org slug, the code chip on
the org card), and WORKBENCH_CHAT_VERBS gains the matching VERB
RECOGNITION SHORTCUTS plus the slug-shaped-input rule so didi invokes
directly instead of asking when given a real slug.
Rider on #33.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UvYzx7vDWeafnkAi2nEQeb1 parent 5252efc commit 3fdd2e0
2 files changed
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
37 | 58 | | |
38 | 59 | | |
39 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
125 | 131 | | |
126 | 132 | | |
127 | 133 | | |
| |||
0 commit comments