Mohamed Boudra
502dd2d2e2
refactor(app): remove debug logging from voice and UI components
2026-03-13 21:07:18 +07:00
Mohamed Boudra
80a2f8052c
refactor(app): replace voice hooks with voice runtime and audio engine architecture
2026-03-13 20:53:55 +07:00
Mohamed Boudra
730f34753a
fix(app): use platform-specific components for markdown links
2026-03-13 13:27:24 +07:00
Mohamed Boudra
013f573cff
refactor: migrate to shell-env and custom desktop notifications bridge
2026-03-13 12:26:14 +07:00
Mohamed Boudra
bed03be332
feat(app): support file:// protocol URLs for opening workspace files
2026-03-13 10:24:01 +07:00
Mohamed Boudra
6db99c03cb
feat(app): allow agents to open workspace files from chat
2026-03-12 23:43:59 +07:00
Mohamed Boudra
9190d86148
feat(app): improve image picker, markdown rendering, and UI interactions
2026-03-12 23:29:26 +07:00
Mohamed Boudra
847e1d2c60
fix(app): avoid metro exclusionList breakage on windows
2026-03-12 23:06:36 +07:00
Mohamed Boudra
970df6478b
fix(app): make metro blocklist regex windows-safe
2026-03-12 22:56:46 +07:00
Mohamed Boudra
fe84c5c9a3
Match explorer files pane sidebar background
2026-03-12 22:34:42 +07:00
Mohamed Boudra
2ff8041e15
Fix hidden sidebar workspace shortcuts
2026-03-12 22:33:27 +07:00
Mohamed Boudra
1d3e551e7f
fix(release): recover desktop release builds
2026-03-12 22:26:44 +07:00
Mohamed Boudra
69d8427bd9
chore(release): cut 0.1.26
2026-03-12 21:34:33 +07:00
Mohamed Boudra
be93f8b240
refactor: remove performance monitoring and diagnostics infrastructure
2026-03-12 21:15:01 +07:00
Mohamed Boudra
b09a731d85
refactor: replace welcome message with server_info status payload
...
Unify the initial connection handshake and capability update paths.
The server now sends a server_info status message on connect and
whenever capabilities change, enabling the onboarding flow where
voice becomes available after models are configured.
2026-03-12 20:38:03 +07:00
Mohamed Boudra
554017b0b8
refactor: move daemon registry into host-runtime store
2026-03-12 19:02:06 +07:00
Mohamed Boudra
9f089be946
refactor: rename sockPath to listen in pid lock, add startup timing instrumentation
2026-03-12 14:19:21 +07:00
Mohamed Boudra
a79134ec9e
feat: add single-instance support, Android APK download, and splash screen styling
2026-03-12 10:42:40 +07:00
Mohamed Boudra
586b48e150
Update files
2026-03-11 23:13:36 +07:00
Mohamed Boudra
aeefa22ddf
fix: hide chrome on home route
2026-03-11 21:34:16 +07:00
Mohamed Boudra
b60d253926
fix: update metro exclusionList import for Expo compatibility
2026-03-11 21:01:31 +07:00
Mohamed Boudra
4c6d21af4a
refactor(desktop): simplify managed runtime by removing state file and delegating to CLI daemon status
2026-03-11 19:01:49 +07:00
Mohamed Boudra
eb5f011161
Add screen orientation polyfill, refactor provider launch config, and update desktop runtime manager
...
- Add .claude schedule tasks to .gitignore
- Add screen-orientation polyfill for Expo web
- Refactor agent provider launch config into shared utility
- Update desktop runtime manager with improved binary management
- Update desktop release workflow
2026-03-11 14:01:07 +07:00
Mohamed Boudra
e2068e3d72
chore(release): cut 0.1.25
2026-03-11 11:09:56 +07:00
Mohamed Boudra
4e4a751921
Improve command center keyboard navigation and new tab shortcut
2026-03-10 20:32:22 +07:00
Mohamed Boudra
bfa7f65c3d
chore(release): cut 0.1.24
2026-03-10 18:12:16 +07:00
Mohamed Boudra
7b4ca8394b
chore(release): cut 0.1.23
2026-03-10 18:01:55 +07:00
Mohamed Boudra
9604b8d57b
chore(release): cut 0.1.22
2026-03-10 17:44:28 +07:00
Mohamed Boudra
f3338ee824
chore(release): cut 0.1.21
2026-03-10 17:25:20 +07:00
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
845cf68d38
Refactor git actions and update React to 19.1.4
2026-03-10 15:49:33 +07:00
Mohamed Boudra
15e9569157
refactor: extract stream render model and segment-based rendering
2026-03-10 12:56:18 +07:00
Mohamed Boudra
965704da20
refactor: extract settings styles and improve badge/button UI
2026-03-10 12:17:37 +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
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