Skip to content

Commit fe2d1ac

Browse files
francoluxorclaude
andcommitted
Document the tenki_project_id removal as an operator upgrade note
Flagged in review: the valve disappears from plugin settings with no explanation. A stale stored value is ignored rather than fatal, so this is a docs matter, not a migration — say so, and point operators at tenki_workspace_id. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent a8046ca commit fe2d1ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ between runs**, is **non-blocking** (async), enforces a **timeout**, and is
8282
| `max_concurrent_executions` | `5` | Cap on simultaneous sandboxes per instance. |
8383
| `max_output_bytes` | `100000` | Truncation cap for captured output. |
8484

85+
> **Upgrade note — `tenki_project_id` was removed.** Tenki dropped project
86+
> scoping from the API, so the SDK no longer accepts a project ID at all. If you
87+
> had set this valve, no action is needed: the stored value is ignored and
88+
> nothing breaks. Use `tenki_workspace_id` to scope sandboxes instead.
89+
8590
### Per-user keys (UserValves)
8691

8792
Each user may set their **own** Tenki key under their personal plugin settings.

0 commit comments

Comments
 (0)