From af758c1652ab8c003277fa3aad96bbc2af469f1b Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:37:17 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 106df77..162850f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +
# Code from Teams @@ -427,7 +429,7 @@ inline; the short version: |---|---|---| | `repoDir` | the bridge's own directory | the repo the agent works in — point it at a scratch clone. `~` expands. Checked at startup for existence, being a git repo, and a **git identity**, because a missing identity otherwise fails a commit minutes into a turn | | `model` | runtime default | pinned, because the runtime default drifts as new models ship | -| `effort` | runtime default | `low` \| `medium` \| `high` \| `xhigh`. Also pinned — the default resolved to `medium`, so the agent was quietly thinking less hard than it could | +| `effort` | `xhigh` | `low` \| `medium` \| `high` \| `xhigh`. Also pinned — the default resolved to `medium`, so the agent was quietly thinking less hard than it could | | `yolo` | `true` | auto-approve every tool call. `false` does **not** prompt you — there is no approval path over Teams — it denies tools outright | | `voiceFile` | `prompts/teams-voice.md` | appended to the system prompt so replies suit a phone. Missing file = loud banner warning, not a silent revert | | `allowedAadIds` | `[]` — **anyone in the channel** | the only real authorisation control |