---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/cli-release-notes.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/cli-release-notes.md
title: List of SourceCraft CLI releases
description: This page presents SourceCraft CLI releases and their updates.
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt


# SourceCraft CLI releases

## Current version {#latest-release}

### Version 0.0.94 (08/06/26) {#v-0-0-94}

* Renamed commands used to manage links between tasks:
   * `src issue link-issue` → `src issue add-link`
   * `src issue unlink-issue` → `src issue remove-link`
   * `src issue linked-issues` → `src issue list-links`
* Deleted commands used to manage connections between pull requests and tasks: 
  * `src issue link-pr`
  * `src issue unlink-pr`
  * `src issue linked-prs`
* Deleted the `src config` command branch used to manage experimental features.

## Previous releases {#previous-release}

### Version 0.0.92 (21/05/26) {#v-0-0-92}

* Added context window usage estimate by category: system prompt, tools, AI skills, history, files, e.g., `AGENTS.md`, and MCP servers. 

  The usage estimate is shown in the right sidebar and calculated based on the last request; therefore, the **Usage by category** metric is not present when a new session is started.
* Added new commands for linking issues and pull requests:
   * Viewing: `src issue linked-issues`, `src issue linked-prs`.
   * Management: `src link-pr`, `src unlink-pr`, `src link-issue`, `src unlink-issue`.
* Added support for logical conditions for label-based search, for example:

  ```bash
  # Find issues with labels backend OR devops
  src issue list --label backend,devops

  # Find issues with labels devops AND k8s
  src issue list --label="devops & k8s"
  ```

* Fixed a login issue for new accounts when getting authorized via the SourceCraft domain.

### Version 0.0.90 (23/04/26) {#v-0-0-90}

* To avoid possible malfunctions with OpenCode installed independently of SourceCraft, OpenCode now cannot occupy the standard `~/.opencode/bin` directory.
* Fixed command description errors.

### Version 0.0.89 (22/04/26) {#v-0-0-89}

Improved the installation algorithm.

### Version 0.0.87 (22/04/26) {#v-0-0-87}

Released the first public version of the SourceCraft CLI.

### Useful links {#see-also}

* [Getting started with the SourceCraft CLI](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/cli-quickstart.md)
* [SourceCraft CLI reference](https://sourcecraft.dev/portal/docs/en/cli-ref/src.md)
* [SourceCraft release notes](https://sourcecraft.dev/portal/docs/en/sourcecraft/release-notes.md)
