Skip to content
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

AgentClient - preparation for changes in the initialization process #36

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

tomaszgolebiowski
Copy link
Collaborator

This commit refactors the solution and prepares foundation for proper initialization process:

  • AgentConnector is now renamed to AgentClient
  • IAgentClient is now renamed to IAgentService
  • It's now possible to have more than one class with notification handlers (e.g., one class for handling webview notifications and another class for handling debug/message notifications)
  • There's no longer a need to use a factory to create the agent client
  • Warnings are now made useful again
  • Eliminated the usage of libraries containing known vulnerabilities
  • Removed unnecessary references from Cody.Core
  • Replaced packages.config with PackageReference

@abeatrix abeatrix merged commit aec1d77 into main Aug 13, 2024
1 check passed
@abeatrix abeatrix deleted the tg/agent-client branch August 13, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants