Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9283160
Consolidating `test-plan` tools to match remote (#1431)
danhellem Jul 17, 2026
16789ce
[dependencies]: Bump azure-devops-extension-api from 5.274.0 to 5.275…
dependabot[bot] Jul 17, 2026
bf8ac29
refact: add Command on dispatch action functions and use compile-time…
Novaes Jul 17, 2026
b66cc50
[dependencies]: Bump lint-staged from 17.0.8 to 17.1.0 (#1437)
dependabot[bot] Jul 20, 2026
f75ac34
Add remotes configuration for streamable HTTP in server.json (#1439)
danhellem Jul 20, 2026
7bfb473
Tool consolidation for work items (#1435)
danhellem Jul 21, 2026
59c0cf7
Tool consolidation for repos (#1443)
danhellem Jul 22, 2026
95e76b8
Fix: apply multilineFieldsFormat regardless of field value length (#1…
jonathanlamela Jul 24, 2026
3d6abf6
[dependencies]: Bump body-parser from 2.2.1 to 2.3.0 (#1444)
dependabot[bot] Jul 27, 2026
f5a5570
[dependencies]: Bump fast-uri from 3.1.2 to 3.1.4 (#1450)
dependabot[bot] Jul 27, 2026
61cfa35
[dependencies]: Bump hono from 4.12.25 to 4.12.32 (#1456)
dependabot[bot] Jul 27, 2026
08e9921
Update test-plans read tools description to specify continuation toke…
dishainwati Jul 27, 2026
db19f31
docs: update README and TOOLSET documentation for Remote MCP Server m…
danhellem Jul 29, 2026
b43e9ad
chore: v2.9.0 (#1468)
aaudzei Jul 29, 2026
066365c
Update cooldown settings for dependabot (#1467)
Novaes Jul 29, 2026
8e03a95
feat: add support for hyperlink links in work item tools (#1469)
danhellem Jul 30, 2026
ba95628
Update README warning for tool consolidation and breaking changes (#1…
danhellem Jul 31, 2026
8dd80f3
[dependencies]: Bump hono from 4.12.32 to 4.13.0 (#1491)
dependabot[bot] Aug 7, 2026
ea528fb
[dependencies]: Bump fast-uri from 3.1.4 to 3.1.5 (#1493)
dependabot[bot] Aug 7, 2026
0673098
[dependencies]: Bump ip-address from 10.2.0 to 10.4.0 (#1488)
dependabot[bot] Aug 7, 2026
bdf33bc
[dependencies]: Bump ts-jest from 29.4.11 to 29.4.12 (#1459)
dependabot[bot] Aug 7, 2026
a4bf453
Enhance comment handling with email mentions and HTML formatting (#1495)
danhellem Aug 7, 2026
5fe5327
Add reorder functionality for backlog work items and tests (#1498)
danhellem Aug 10, 2026
49ec073
Merge remote-tracking branch 'upstream/main' into sync/upstream-20260812
gadeynebram Aug 12, 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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ updates:
- "xunit.*"
- "coverlet"
- "coverlet.*"
cooldown:
default-days: 8
semver-major-days: 15
semver-minor-days: 10
semver-patch-days: 8
743 changes: 97 additions & 646 deletions docs/TOOLSET.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ module.exports = {
"^(.+)/logger\\.js$": "$1/logger.ts",
"^(.+)/elicitations\\.js$": "$1/elicitations.ts",
"^(.+)/content-safety\\.js$": "$1/content-safety.ts",
"^(.+)/command\\.js$": "$1/command.ts",
"^(.+)/pipelines\\.dto\\.js$": "$1/pipelines.dto.ts",
"^(.+)/index\\.js$": "$1/index.ts",
},
};
Loading
Loading