Skip to content

Commit 6f82fe8

Browse files
docs: add v0.3.95 release notes to README for verdaccio
1 parent fde4234 commit 6f82fe8

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,57 @@
55

66
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.
77

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 |
44+
| Owner tags `@kaji` directly | Standard session creation flow (unchanged) |
45+
46+
#### What the session announcement looks like
47+
48+
```
49+
:rocket: OpenCode Session Started
50+
51+
Owner: @christine
52+
Started by: @bonnie
53+
Project: my-project
54+
Session: a1b2c3d4
55+
```
56+
57+
---
58+
859
## Features
960

1061
### Core Features

0 commit comments

Comments
 (0)