Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed agent cache issue when only single agent.version file was used …
…to create agent cache (#164) CLOSE https://linear.app/sourcegraph/issue/CODY-4472/cody-agent-is-cached-using-only-agentagentversion-file Changes in the agent/buildAgent.ps1 and agent/runBuildAgent.ps1 don't trigger building agent, but they should. Example - latest changes to buildAgent.ps1, like copying `agent.version` file to VSIX installer, didn't take effect because old cache from the agent was used. In this case call to `VersionService.GetAgentVersion()` fails.
- Loading branch information