Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
89f76e6
feat(mcp): Add plugin-scoped MCP tool support
dcramer Mar 17, 2026
14dfb62
fix(mcp): Preserve OAuth resume state
dcramer Mar 17, 2026
071d518
fix(security): Remove regex backtracking hotspots
dcramer Mar 17, 2026
6ead204
fix(mcp): Preserve loaded skills during auth pause
dcramer Mar 18, 2026
8d476f5
fix(mcp): Close all clients during teardown
dcramer Mar 18, 2026
4a492cb
fix(mcp): Preserve resumed file uploads
dcramer Mar 18, 2026
3ade506
feat(mcp): Dispatch plugin tools through stable host tools
dcramer Mar 18, 2026
4d725ed
chore(example): Update next-env route types import
dcramer Mar 18, 2026
70394e1
ref(mcp): Trim manager and auth store interfaces
dcramer Mar 18, 2026
079b67c
fix(oauth): Stop echoing callback errors in HTML
dcramer Mar 18, 2026
105f286
fix(mcp): Park handled auth pauses cleanly
dcramer Mar 18, 2026
fd49285
fix(mcp): Preserve loaded skill metadata
dcramer Mar 19, 2026
2968c09
ref(oauth): Simplify auth resume flow
dcramer Mar 19, 2026
361a470
test(logging): Cover escaped PEM redaction
dcramer Mar 19, 2026
c89a315
fix(mcp): Clear cached tools after session reset
dcramer Mar 19, 2026
281ee96
ref(mcp): Simplify provider tool ownership
dcramer Mar 19, 2026
4309ec7
ref(mcp): Clarify auth pause snapshot timing
dcramer Mar 19, 2026
8adcc78
fix(mcp): Handle auth challenges during connect
dcramer Mar 19, 2026
b31c536
fix(mcp): Preserve auth resume on checkpoint failures
dcramer Mar 19, 2026
5a7b11b
fix(logging): Remove enduser.id from console priority keys
dcramer Mar 19, 2026
d0bbfe8
fix(mcp): Keep completed turns after auth races
dcramer Mar 20, 2026
d85e877
fix(mcp): Restore auth resume checkpoint state
dcramer Mar 20, 2026
c40e3e8
fix(oauth): harden auth resume eval coverage
dcramer Mar 20, 2026
1b23e46
test(oauth): trim mock-heavy auth coverage
dcramer Mar 21, 2026
1c7f31f
fix(oauth): Reuse pending MCP auth sessions
dcramer Mar 21, 2026
e91b6dc
fix(mcp): Avoid duplicate auth activation retries
dcramer Mar 21, 2026
3101387
test(msw): Match unhandled request contract
dcramer Mar 21, 2026
b06748f
fix(mcp): Preserve raw transport 401 failures
dcramer Mar 21, 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
1 change: 1 addition & 0 deletions packages/junior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@chat-adapter/state-redis": "4.20.2",
"@mariozechner/pi-agent-core": "^0.59.0",
"@mariozechner/pi-ai": "^0.59.0",
"@modelcontextprotocol/sdk": "1.27.1",
"@sinclair/typebox": "^0.34.48",
"@slack/web-api": "^7.15.0",
"@vercel/queue": "^0.1.4",
Expand Down
Loading
Loading