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.26
0.2.27
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.26",
"version": "0.2.27",
"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.26",
"version": "0.2.27",
"private": true,
"type": "module",
"description": "Weft mobile app (React + Vite + Capacitor, Android first).",
Expand Down
2 changes: 1 addition & 1 deletion openspec/changes/refine-explore-live-experience/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
- [x] 6.3 Implement pointer-follow, bounded rotation, adjacent-card reveal, exit, spring-back, keyboard, and reduced-motion behavior
- [x] 6.4 Increase the Live Copilot Dock height and render up to three ordered real assistant and tool events
- [x] 6.5 Add focused tests for integrated navigation, dense card layout, swipe motion, real activity ordering, and quiet working behavior
- [ ] 6.6 Run complete validation, review, merge, release, and verify production
- [x] 6.6 Run complete validation, review, merge, release, and verify production
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.26",
"version": "0.2.27",
"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.26",
"version": "0.2.27",
"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