create-message-kit 1.0.9 → 1.0.11

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
@@ -5,9 +5,13 @@ Is a command-line interface tool designed to help developers create and manage t
5
5
  To install it run the following command:
6
6
 
7
7
  ```bash
8
- npm init message-kit
8
+ npx create-message-kit@latest
9
9
  ```
10
10
 
11
11
  ```bash
12
12
  bun create message-kit
13
13
  ```
14
+
15
+ ```bash
16
+ yarn create message-kit
17
+ ```
@@ -123,7 +123,7 @@ export const commands: CommandGroup[] = [
123
123
  },
124
124
  {
125
125
  name: "Agent",
126
- triggers: ["/agent", "@agent"],
126
+ triggers: ["/agent", "@agent", "@bot"],
127
127
  description: "Manage agent commands.",
128
128
  commands: [
129
129
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",