Skip to content

Commit 6a24069

Browse files
minor
1 parent af43ce4 commit 6a24069

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pi/.pi/agent/extensions/web-fetch/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ Non-code GitHub paths (`/issues`, `/pull`, `/discussions`, etc.) are intentional
8989
9090
## Configuration
9191

92-
All configuration is defined in code — there is no external config file. Edit `DEFAULT_GITHUB_CONFIG` in [`types.ts`](./types.ts) to change GitHub behaviour:
93-
94-
```ts
95-
export const DEFAULT_GITHUB_CONFIG: Readonly<GitHubCloneConfig> = {
96-
enabled: true, // GitHub extraction on/off
97-
maxRepoSizeMB: 350, // repos above this use the API instead of cloning
98-
cloneTimeoutSeconds: 60, // hard timeout for a git clone
99-
clonePath: "/tmp/pi-github-repos", // where shallow clones are stored
100-
};
101-
```
92+
All configuration is defined in code — there is no external config file. Edit `DEFAULT_GITHUB_CONFIG` in [`types.ts`](./types.ts) to change GitHub behaviour.
10293

10394
HTTP-fetch defaults (timeout, max bytes, User-Agents) are also constants in `types.ts`.

0 commit comments

Comments
 (0)