Skip to content
Merged
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.2.27
0.2.28
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-extension",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"type": "module",
"description": "Weft Copilot CLI extension with a dormant bootstrap and lazy active runtime. Source in src/, bundled by esbuild with @github/copilot-sdk external.",
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-mobile",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"type": "module",
"description": "Weft mobile app (React + Vite + Capacitor, Android first).",
Expand Down
6 changes: 3 additions & 3 deletions openspec/changes/polish-session-command-experience/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
## 7. Land and Release

- [x] 7.1 Create and link the matching work item and feature PR
- [ ] 7.2 Merge the feature after all required checks pass
- [ ] 7.3 Build and deploy the next patch release with the normal release script
- [ ] 7.4 Merge the release PR, verify production and immutable manifests, and complete the work item
- [x] 7.2 Merge the feature after all required checks pass
- [x] 7.3 Build and deploy the next patch release with the normal release script
- [x] 7.4 Merge the release PR, verify production and immutable manifests, and complete the work item
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weft",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"description": "Weft — your Copilot command center. Mobile app that binds to live Copilot CLI sessions via a session-bound CLI extension + Supabase Realtime relay.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-shared",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"description": "Weft shared contracts: message schema, E2E crypto, and pluggable transport. Zero runtime dependencies so both the Node extension and the browser app can import it directly.",
"license": "Apache-2.0",
Expand Down
Loading