Mohamed Boudra
89a25276a5
chore(release): cut 0.1.20
2026-03-10 17:09:13 +07:00
Mohamed Boudra
244eed8696
Finalize release content
2026-03-10 17:08:25 +07:00
Mohamed Boudra
d69addaad2
Relax relay startup timeout in desktop smoke
2026-03-10 16:03:33 +07:00
Mohamed Boudra
845cf68d38
Refactor git actions and update React to 19.1.4
2026-03-10 15:49:33 +07:00
Mohamed Boudra
752d29c146
Prebuild macOS smoke app in CI
2026-03-10 14:38:24 +07:00
Mohamed Boudra
bf355aaaf3
Sign macOS managed runtime artifacts
2026-03-10 13:39:58 +07:00
Mohamed Boudra
98d91fd696
Instrument desktop smoke hangs
2026-03-10 13:07:10 +07:00
Mohamed Boudra
8dfc866d40
Enhance CLI section with bash syntax highlighting and updated examples
2026-03-10 13:04:58 +07:00
Mohamed Boudra
15e9569157
refactor: extract stream render model and segment-based rendering
2026-03-10 12:56:18 +07:00
Mohamed Boudra
6a0e48c10c
Fix desktop smoke managedHome references
2026-03-10 12:35:13 +07:00
Mohamed Boudra
7a4be5233c
Harden desktop smoke bootstrap check in CI
2026-03-10 12:19:16 +07:00
Mohamed Boudra
965704da20
refactor: extract settings styles and improve badge/button UI
2026-03-10 12:17:37 +07:00
Mohamed Boudra
f760255d50
Avoid macOS CI CLI shim prompt in smoke test
2026-03-10 11:49:35 +07:00
Mohamed Boudra
f3acdedfb1
Fix desktop release runtime bundling
2026-03-10 11:41:49 +07:00
Mohamed Boudra
cc45c3772f
feat: add multi-platform downloads and improve homepage animations
2026-03-10 11:20:17 +07:00
Mohamed Boudra
a3e271a1e7
fix: use freshest comparison base for git status and shortstat
2026-03-09 17:42:27 +07:00
Mohamed Boudra
7b22fc5c3f
refactor: extract Claude binary lookup into separate function
2026-03-09 16:49:00 +07:00
Mohamed Boudra
a15b52efc8
feat: add diff stats and archive actions to workspace sidebar
2026-03-09 16:38:36 +07:00
Mohamed Boudra
7f11b93e0f
fix: add missing Rust imports for Windows build and check in pending changes
...
Add `use std:#️⃣ :{DefaultHasher, Hash, Hasher}` behind #[cfg(windows)]
in runtime_manager.rs — these types are used in hash_seed() which only
compiles on Windows, causing CI failure.
Also includes: app component refactors (agent-list, agent-status-bar,
stream-strategy-web), website index updates, server dep additions
(fast-uri, rotating-file-stream sort), lockfile sync, and removal of
RUNTIME_SIMPLIFICATION_PLAN.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 16:09:48 +07:00
Mohamed Boudra
02d74777b2
fix(ci): regenerate lockfile for cross-platform optional deps
...
npm/cli#4828 caused package-lock.json to prune platform variants
not matching the local OS. Regenerated from scratch so Windows CI
gets @tauri-apps/cli-win32-x64-msvc and lightningcss-win32-x64-msvc.
Removed the lightningcss Windows install workaround from desktop
workflow. Removed deprecated asyncRequireModulePath from metro config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 15:42:35 +07:00
Mohamed Boudra
a90a7f454c
chore(release): cut 0.1.19
2026-03-09 11:41:44 +07:00
Mohamed Boudra
06f8722f25
Split stream rendering into platform-specific strategies
2026-03-09 11:13:57 +07:00
Mohamed Boudra
e3552f6365
Merge branch 'managed-daemon-bundling'
2026-03-08 20:48:39 +07:00
Mohamed Boudra
7c6eb2ad74
Add detailed logging to bottom anchor controller and scroll strategy
2026-03-08 20:48:37 +07:00
Mohamed Boudra
2721ce331a
Simplify managed runtime to execute in place from app bundle
2026-03-08 20:48:13 +07:00
Mohamed Boudra
ca787271b3
Support per-arch desktop builds and prune runtime artifacts
2026-03-08 17:06:05 +07:00
Mohamed Boudra
87948e956a
refactor keyboard shortcut tests into table-driven suites
2026-03-08 16:36:05 +07:00
Mohamed Boudra
1e5e0f625d
Clarify desktop daemon wording and helper text
2026-03-08 16:05:28 +07:00
Mohamed Boudra
93b5cc530c
test: align host runtime connection type
2026-03-08 15:41:04 +07:00
Mohamed Boudra
2a1ef17107
feat: implement two-shim CLI install with fallback instructions
2026-03-08 15:40:02 +07:00
Mohamed Boudra
2d5d0dcacd
Add managed desktop daemon runtime support
2026-03-08 15:40:02 +07:00
Mohamed Boudra
faa5aaab6f
Refine agent list attention handling
2026-03-08 15:39:40 +07:00
Mohamed Boudra
03e1915316
Improve agent input placeholder
2026-03-08 14:17:16 +07:00
Mohamed Boudra
b339c5e61d
Fix bottom anchoring and Claude wake routing
2026-03-08 12:54:08 +07:00
Josep Lluis Giralt D'Lacoste ( Pep )
870d95f35e
fix(test): add missing getRuntimeMetrics mock to MockSession ( #92 )
...
The production code calls connection.session.getRuntimeMetrics() when
closing the WebSocket server, but MockSession in the relay-reconnect
tests didn't implement this method, causing all close() calls to throw.
2026-03-07 22:35:18 +08:00
Zi Makki
cfb9784ea9
Fix Android autolinking cache for variant builds ( #93 )
2026-03-07 22:35:08 +08:00
Mohamed Boudra
356faa0563
feat(app): add project picker modal and simplify open project screen
2026-03-07 21:33:13 +07:00
Mohamed Boudra
7d76da3249
Update workspace and app changes
2026-03-07 19:09:00 +07:00
Mohamed Boudra
1d1c7058f1
feat: add agent delete command and bulk tab close operations
2026-03-07 12:32:49 +07:00
Mohamed Boudra
6b51088f39
fix(app): remove initial workspace white flash
2026-03-06 23:55:39 +07:00
Mohamed Boudra
efa6a6aed3
chore(release): cut 0.1.18
2026-03-06 23:48:34 +07:00
Mohamed Boudra
604b41db9b
refactor(app): extract project icon placeholder label logic
2026-03-06 23:43:02 +07:00
Zi Makki
8dd94757d7
fix(server): restore auto metadata generation
2026-03-06 17:36:29 +01:00
Mohamed Boudra
a99edcc0b2
feat(app): auto-focus terminal on create/switch, stabilize sidebar ordering for new items
2026-03-06 23:19:12 +07:00
Mohamed Boudra
1985bd6669
feat(server): add Phoenix priv/static to project icon search directories
2026-03-06 23:09:40 +07:00
Mohamed Boudra
7821a8a8af
feat(app): add Mod+W close-tab shortcut for desktop, simplify Android build scripts, and use universal DMG download
2026-03-06 22:53:03 +07:00
Mohamed Boudra
bb300fa2f8
fix(app): unblock deploy app timer typings [skip ci]
2026-03-06 22:33:20 +07:00
Mohamed Boudra
8a41c92488
chore(release): cut 0.1.17
2026-03-06 22:25:02 +07:00
Mohamed Boudra
d512932233
refactor: extract workspace terminal sessions, improve sidebar drag-and-drop with nestable lists, and consolidate tab presentation logic
2026-03-06 22:23:35 +07:00
Mohamed Boudra
304d42d969
Merge branch 'draft-status-controls-refactor'
2026-03-06 16:25:11 +07:00