Skip to content

Releases: sourcegraph/sourcegraph

Cody App v2023.6.16+1314.6c2d49d47c

19 Jun 15:21
3602539
Compare
Choose a tag to compare
Pre-release

A new Cody App version is available.

What's new

  • Introduces "Cody-only" experience (removes Code Search).
  • The setup experience includes a step to "build your code graph" by selecting repos for automatic embeddings generation.
  • Streamlined settings and admin settings
  • Removes redundant Cody Chat from the system tray and adds multi-repo context to Cody Chat in the main UI

Note for anyone on previous versions

If you're on a version that's 2023.6.13 or older, we recommend you uninstall the app (see uninstallation instructions) and download the most recent version in order to add your projects to your code graph during setup. Also note that these older versions of the app were called "Sourcegraph" and included Sourcegraph code search. Going forward, the app will be a Cody-only experience (and branded accordingly) so that we can focus on making Cody as useful and intuitive as possible.

Join our Discord for interactive help, or file a GitHub issue

Sourcegraph 5.0.6

15 Jun 00:17
947b271
Compare
Choose a tag to compare

Sourcegraph 5.0.6 is now available!

Sourcegraph App v2023.6.13+1311.1af08ae774

13 Jun 22:38
6b6008e
Compare
Choose a tag to compare

A new Sourcegraph App version is available. No major changes here, it just fixes a big that was causing errors in Cody Chat.

Screenshot 2023-06-13 at 20 38 40

Sourcegraph App v2023.6.6+1309.585fa485ce

07 Jun 19:05
b456c3b
Compare
Choose a tag to compare

A new Sourcegraph App version is available

Sourcegraph App v2023.6.2+debug.6705220765

05 Jun 14:41
4d7811e
Compare
Choose a tag to compare

A new Sourcegraph App version is available

Changelog

  • Clear all data and reset everything in app to default settings #52726
  • Support for Intel Mac OS

Join our Discord for interactive help, or file a GitHub issue

Sourcegraph 5.0.5

01 Jun 14:54
8efe59f
Compare
Choose a tag to compare

Sourcegraph 5.0.5 is now available!

Sourcegraph App v2023.5.30+1306.85e549168c

30 May 23:35
295a043
Compare
Choose a tag to compare

Known issues

Intel mac builds (_x64.dmg) do not work yet. We're working on fixing the issue. Apple Silicon (_aarch64.dmg) works.

Changelog

A new Sourcegraph App version is available. In this release:

  • Users upgrading from the old Sourcegraph app version no longer need to delete directories / manually migrate.
  • Fixed issues around Postgres, improved error messages, fixed issues with Postgres on startup, etc.
  • The Cody chat window now shows a helpful error message if you aren’t signed in yet. #52344
  • Settings menu items now go to the new settings pages.
  • Improved setup experience with a new ‘You’re all set’ page at the end of the flow.
  • An ‘Oops, something went wrong’ page is now displayed if the app has issues #52453
  • Improved messaging if you haven’t verified your email on Sourcegraph.com yet
  • Fixed various bugs in setup wizard / VS Code connection process.
  • If Docker / src are not installed, and executors cannot run, the app will now start with precise code intel / batch changes disabled.

Join our Discord for interactive help, or file a GitHub issue

Sourcegraph App v2023.5.23+1291.bad22543d1

24 May 00:06
bad2254
Compare
Choose a tag to compare

This is a new (super experimental, early release) version of the Souregraph app which lets you use Cody on your local Git repositories!

image

Highlights

Adding your Git repositories is now much easier:

image

We made the app a much more native experience (by adopting Tauri), and you can now access Cody through the system tray:

image

Ask Cody questions side-by-side with your editor open:

image

If you use VS Code, the Cody extension now offers a Connect Sourcegraph App option (you may need to sign out using the settings gear to see it). Cody in VS Code will then talk to your Sourcegraph app to answer questions. In the future, this will enable much more powerful answers including context about all of your local code - not just what's open in your editor:

imageimage

IMPORTANT: Uninstall old app versions first

macOS

Uninstalling old Sourcegraph app versions on macOS

  1. Delete the app from your Applications folder in Finder.
  2. brew uninstall sourcegraph
  3. Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $HOME/Library/Application\ Support/sourcegraph-sp
rm -rf $HOME/Library/Caches/sourcegraph-sp
Linux

Uninstalling old Sourcegraph app versions on Linux

  1. Delete the binary from your system (which sourcegraph)
  2. Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $XDG_CACHE_HOME/sourcegraph-sp
rm -rf $XDG_CONFIG_HOME/sourcegraph-sp
rm -rf $HOME/.cache/sourcegraph-sp
rm -rf $HOME/.config/sourcegraph-sp

Installing the new version

Choose the relevant file for your OS below.

  • Intel mac support is coming soon.
  • Linux builds are extremely experimental; with the adoption of Tauri we expect some bugs here.
  • You may encounter a Postgres error, if you do then please restart the app manually.

Join our Discord for interactive help, or file a GitHub issue

Sourcegraph 5.0.4

18 May 15:13
72e1a0b
Compare
Choose a tag to compare

Sourcegraph 5.0.4 is now available!

Sourcegraph 5.0.3

03 May 22:18
e3f03f2
Compare
Choose a tag to compare

Sourcegraph 5.0.3 is now available!