SourceCraft CLI releases

Current version

Version 0.0.92 (21/05/26)

  • 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:

    # 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.

Previous releases

Version 0.0.90 (23/04/26)

  • 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)

Improved the installation algorithm.

Version 0.0.87 (22/04/26)

Released the first public version of the SourceCraft CLI.

See also