SourceCraft CLI releases
Current version
Version 0.0.94 (08/06/26)
- Renamed commands used to manage links between tasks:
src issue link-issue→src issue add-linksrc issue unlink-issue→src issue remove-linksrc issue linked-issues→src issue list-links
- Deleted commands used to manage connections between pull requests and tasks:
src issue link-prsrc issue unlink-prsrc issue linked-prs
- Deleted the
src configcommand branch used to manage experimental features.
Previous releases
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.
- Viewing:
-
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.
Version 0.0.90 (23/04/26)
- To avoid possible malfunctions with OpenCode installed independently of SourceCraft, OpenCode now cannot occupy the standard
~/.opencode/bindirectory. - 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.
Useful links
Was the article helpful?
Previous
Next