@keystrokehq/cli 0.0.118 → 0.0.120

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.
@@ -18,8 +18,8 @@ Set Slack app credentials per `@keystrokehq/slack` docs (client id, secret, sign
18
18
  ## Install & bind
19
19
 
20
20
  1. `keystroke start`
21
- 2. Dashboard → install Slack app (OAuth)
22
- 3. **Gateways → Slack → Attach** — agent key + channel
21
+ 2. Dashboard → install Slack app (OAuth) — includes `chat:write.customize` for agent-named replies
22
+ 3. **Gateways → Slack → Attach** — agent key + channel (attach URLs include `team` + `channel` query params)
23
23
  4. Send a test message in Slack
24
24
 
25
25
  ## Audit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/cli",
3
- "version": "0.0.118",
3
+ "version": "0.0.120",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dallinbentley/keystroke.git",
@@ -36,9 +36,9 @@
36
36
  "typescript": "^6.0.3",
37
37
  "vitest": "^4.1.7",
38
38
  "@keystrokehq/oxlint-config": "0.0.3",
39
+ "@keystrokehq/tsconfig": "0.0.3",
39
40
  "@keystrokehq/tsdown-config": "0.0.3",
40
- "@keystrokehq/vitest-config": "0.0.4",
41
- "@keystrokehq/tsconfig": "0.0.3"
41
+ "@keystrokehq/vitest-config": "0.0.4"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsdown && node scripts/copy-templates.mjs && node scripts/copy-skills-bundle.mjs",