You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,57 @@
5
5
6
6
Control [OpenCode](https://opencode.ai) remotely via Mattermost direct messages. Send prompts to your OpenCode session by messaging a bot user, and receive real-time streaming responses.
7
7
8
+
---
9
+
10
+
## Release Notes
11
+
12
+
### v0.3.95 — Teammate Delegated Sessions (New Feature)
13
+
14
+
**Teammates can now summon the session owner's Kaji on their behalf.**
15
+
16
+
#### Setup
17
+
18
+
The session owner adds teammates via DM with Kaji:
19
+
20
+
```
21
+
!team add @bonnie
22
+
!team add @yiran
23
+
!team list
24
+
```
25
+
26
+
#### How It Works
27
+
28
+
In any channel where **Kaji, the owner, and the teammate** are all members, the teammate tags both:
29
+
30
+
```
31
+
@kaji @christine please fix the login bug on line 42
32
+
```
33
+
34
+
This creates a session **owned by @christine**, using her Kaji instance. The teammate is auto-approved and can keep sending prompts and approve others to collaborate in the thread.
35
+
36
+
#### Rules
37
+
38
+
| Scenario | Result |
39
+
|----------|--------|
40
+
| Teammate tags `@kaji @owner` in a shared channel | Session created under owner's Kaji |
41
+
| Teammate tags only `@kaji` (without owner) | Owner's Kaji stays silent; teammate's own Kaji may respond |
42
+
| Teammate tags `@kaji @owner` in a channel the owner isn't in | Nothing happens |
43
+
| Non-teammate tags `@kaji @owner`| Owner's Kaji does not respond |
0 commit comments