-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Add configuration provider interface #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f5a6625
Add PRD for configuration provider for Agent 365 SDK
2fa7ab0
Change to dynamic resolution for configuration settings
47f109c
feat: Add configuration provider interface
9778fd8
Merge branch 'main' into users/johanb/ConfigurationImprovements
65507a0
Update lock file
61ea5c2
fix: add backward-compatible overloads to GetAgenticUserToken
d007eb9
docs: clarify multi-tenant usage patterns for DefaultConfigurationPro…
0a88f22
docs: clarify AgenticTokenCache singleton usage and export class
0a141f7
add utility methods for parsing environment variables in RuntimeConfi…
461bf77
add setLogger and resetLogger tests
5484e0f
docs: enhance JSDoc comments for RuntimeConfigurationOptions
2fd9b3b
docs: update deprecation notices and provide usage examples for envir…
ccc09c3
refactor: update McpToolRegistrationService to use ClaudeToolingConfi…
ae18d5a
refactor: update McpToolRegistrationService to use specific tooling c…
328f414
refactor: ensure undefined checks for tooling overrides in ToolingCon…
eb92810
refactor: enhance ObservabilityConfiguration tests for environment va…
bda6efd
refactor: streamline McpToolRegistrationService by removing redundant…
7ea4b12
Address review feedback and discrepancies between documentation and c…
0a9a6ec
Address additional feedback; add missing tests, improve documentation
62f9ea6
Merge branch 'main' into users/johanb/ConfigurationImprovements
pontemonti 02cb9bb
Merge remote-tracking branch 'origin/main' into users/johanb/Configur…
e983d40
Merge branch 'users/johanb/ConfigurationImprovements' of https://gith…
c9d6c8f
fix: add guardrails comment for PerRequestSpanProcessor default const…
3efcbd4
fix: correct documentation
c3ee585
Refactor observability configuration to separate per-request settings
f4bbbde
Address PR feedback
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "recommendations": [ | ||
| "orta.vscode-jest" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "codeReview.agents": [ | ||
| "architecture-reviewer", | ||
| "code-reviewer", | ||
| "test-coverage-reviewer" | ||
| ], | ||
| "jest.jestCommandLine": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=tests/jest.config.cjs", | ||
| "jest.rootPath": "." | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.