Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-pre-alpha-v2
0.4.0-pre-alpha-v3
2 changes: 1 addition & 1 deletion cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared-context-engineering"
version = "0.4.0-pre-alpha-v2"
version = "0.4.0-pre-alpha-v3"
edition = "2021"
description = "Shared Context Engineering CLI"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@earendil-works/pi-coding-agent": "0.80.6",
"@earendil-works/pi-coding-agent": "0.84.2",
"@opencode-ai/plugin": "1.15.4",
"@types/bun": "1.3.11",
"@types/node": "25.5.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crocoder-dev/sce",
"version": "0.4.0-pre-alpha-v2",
"version": "0.4.0-pre-alpha-v3",
"description": "npm launcher package for the Shared Context Engineering CLI",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packaging/flatpak/dev.crocoder.sce.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<binary>sce</binary>
</provides>
<releases>
<release version="0.4.0-pre-alpha-v2" date="2026-07-24" />
<release version="0.4.0-pre-alpha-v3" date="2026-07-24" />
<release version="0.3.0-pre-alpha-v4" date="2026-07-02" />
</releases>
<content_rating type="oars-1.1" />
Expand Down
Loading