sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.59k stars 275 forks source link

[Cody Web]: Allow agent auth running without access token #4756

Closed vovakulikov closed 3 months ago

vovakulikov commented 3 months ago

Part of SRCH-632

This is one of the PRs that come from the main change PR that I made for Cody Web here: https://github.com/sourcegraph/cody/pull/4605.

This PR introduces the cody.web configuration field that allows running the cody agent

This change is safe to merge because it affects only Cody Web package and has no impact on any other agent clients

Test plan