Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
34ced6c
Document isError behavior for 404 in tool descriptions (#1206)
danmoseley Apr 29, 2026
6364656
Clarify branch list tool descriptions to indicate string return (#1204)
danmoseley Apr 29, 2026
cc8e0e4
[dependencies]: Bump typescript-eslint from 8.59.0 to 8.59.1 (#1202)
dependabot[bot] Apr 29, 2026
ff02c2e
[dependencies]: Bump @azure/msal-node from 5.1.4 to 5.1.5 (#1208)
dependabot[bot] Apr 29, 2026
e2e150a
Auto-resolve repository name to GUID in get_build_definitions (#1205)
danmoseley Apr 29, 2026
2e1f8e3
Return isError for missing paths in repo_list_directory (#1203)
danmoseley Apr 29, 2026
ddd430d
Avoid stack overflow flattening test results (#1183)
danmoseley Apr 29, 2026
2a73b4b
Harden artifact download path validation (#1185)
danmoseley Apr 29, 2026
c95c9b3
Fix test result outcome filtering (#1182)
danmoseley May 1, 2026
ba0ddca
Add support for default project and team configuration (#1225)
danhellem May 4, 2026
9da6b70
[dependencies]: Bump typescript-eslint from 8.59.1 to 8.59.2 (#1229)
dependabot[bot] May 5, 2026
feac5c9
[dependencies]: Bump ip-address and express-rate-limit (#1235)
dependabot[bot] May 7, 2026
1f89641
Add merge commit message option to repo_update_pull_request (#1217)
simontherry May 7, 2026
b23a2b4
[dependencies]: Bump hono from 4.12.14 to 4.12.18 (#1236)
dependabot[bot] May 7, 2026
d4895f4
[dependencies]: Bump fast-uri from 3.1.0 to 3.1.2 (#1240)
dependabot[bot] May 10, 2026
72d0b9b
Update README.md for clarity and improved onboarding instructions (#1…
danhellem May 11, 2026
f85662c
Enhance error handling in configureWikiTools for wiki page content re…
danhellem May 11, 2026
1d8dda8
Enhance error handling for pull request creation and update tests (#1…
danhellem May 11, 2026
fc45762
[dependencies]: Bump lint-staged from 16.4.0 to 17.0.0 (#1230)
dependabot[bot] May 15, 2026
e472c84
Delete .github/workflows/ai-issue-processing.yml (#1258)
nikolapeja6 May 18, 2026
bb008b1
Fixing repo_get_pull_request_changes to be able to get the file chang…
krid-583 May 19, 2026
5353ffc
Merge remote-tracking branch 'upstream/main' into sync/upstream-20260519
gadeynebram May 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/ai-issue-processing.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/TOOLSET.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Lists artifacts for a given build.
Downloads a pipeline artifact.

- **Required**: `project`, `buildId`, `artifactName`
- **Optional**: `destinationPath`
- **Optional**: `destinationPath` (relative local path; absolute paths and path traversal are not allowed)

## Repositories

Expand Down
Loading
Loading