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: AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Alongside the correctly generated pipeline yaml, an agent file is generated from
41
41
│ ├── mod.rs
42
42
│ ├── create_pr.rs
43
43
│ ├── create_work_item.rs
44
-
│ ├── edit_wiki_page.rs
44
+
│ ├── update_wiki_page.rs
45
45
│ ├── memory.rs
46
46
│ ├── missing_data.rs
47
47
│ ├── missing_tool.rs
@@ -894,7 +894,7 @@ safe-outputs:
894
894
- Content validation: text files are scanned for `##vso[` commands
895
895
- Extension filtering: can restrict to specific file types
896
896
897
-
#### edit-wiki-page
897
+
#### update-wiki-page
898
898
Updates the content of an existing Azure DevOps wiki page. The wiki page must already exist; this tool edits its content but does not create new pages.
899
899
900
900
**Agent parameters:**
@@ -905,7 +905,7 @@ Updates the content of an existing Azure DevOps wiki page. The wiki page must al
905
905
**Configuration options (front matter):**
906
906
```yaml
907
907
safe-outputs:
908
-
edit-wiki-page:
908
+
update-wiki-page:
909
909
wiki-name: "MyProject.wiki" # Required — wiki identifier (name or GUID)
910
910
wiki-project: "OtherProject" # Optional — ADO project that owns the wiki; defaults to current pipeline project
911
911
path-prefix: "/agent-output" # Optional — prepended to the agent-supplied path (restricts write scope)
0 commit comments