Mohamed Boudra
5b22aedaff
feat(app): polish file explorer tree with material icons and visual refinements
...
Replace lucide file icons with colored SVGs from material-icon-theme covering
53 language/filetype-specific icons. Add chevron expand indicators for
directories, indent guide lines, rounded rows, and restyle the header toolbar
to match the git diff pane pattern.
2026-03-30 17:05:14 +07:00
Mohamed Boudra
82a235dada
chore(release): cut 0.1.38
2026-03-30 12:39:23 +07:00
Mohamed Boudra
e2b2b7c701
chore(release): cut 0.1.37
2026-03-27 21:11:53 +07:00
Mohamed Boudra
57291b1fd9
chore(release): cut 0.1.36
2026-03-27 18:30:49 +07:00
Mohamed Boudra
f2000ff789
chore(release): cut 0.1.35
2026-03-26 18:14:00 +07:00
Mohamed Boudra
ff2fc72581
chore(release): cut 0.1.34
2026-03-25 22:33:28 +07:00
Mohamed Boudra
e969f42c68
chore(release): cut 0.1.33
2026-03-23 23:21:14 +07:00
Mohamed Boudra
ed3ed78ec3
feat(app): add xterm addons and improve daemon memory reporting
2026-03-23 12:06:21 +07:00
Mohamed Boudra
83b681cebb
fix(desktop): harden packaged launcher and desktop build
2026-03-22 17:38:10 +07:00
Mohamed Boudra
5f065c2685
Extract isomorphic @getpaseo/highlight package with syntax-highlighted file preview
...
- Create packages/highlight with shared Lezer-based syntax highlighting (types, parsers, highlighter, color maps)
- Add syntax highlighting and line numbers to file-pane.tsx with memoized CodeLine component
- Import shared highlight colors in git-diff-pane.tsx instead of local definitions
- Delete duplicated syntax-highlighter.ts from both app and server
- Fix TSX dialect to "ts jsx" (correct per Lezer docs)
2026-03-21 19:56:49 +07:00
Mohamed Boudra
b15159caeb
chore(release): cut 0.1.32
2026-03-21 14:47:53 +07:00
Mohamed Boudra
ec8c51a014
chore(release): cut 0.1.31
2026-03-21 14:46:58 +07:00
Mohamed Boudra
0bc693f157
feat(desktop): manual window dragging and agent tab pruning
2026-03-21 14:40:30 +07:00
Mohamed Boudra
111576e2ca
chore: finalize electron desktop migration
2026-03-21 01:50:00 +07:00
Mohamed Boudra
7609ccee4c
feat: expand diff syntax highlighting languages
2026-03-19 15:44:04 +07:00
Mohamed Boudra
675d825f6b
chore(release): cut 0.1.30
2026-03-19 08:59:23 +07:00
Mohamed Boudra
5f2d4ac122
chore(release): sync 0.1.29 versions
2026-03-18 19:47:30 +07:00
Mohamed Boudra
90fb5e1f33
fix(app): build workspace audio module during EAS install
2026-03-15 14:28:30 +07:00
Mohamed Boudra
745f2e2768
chore(release): cut 0.1.28
2026-03-15 13:53:47 +07:00
Mohamed Boudra
e80db346da
fix(deploy): force production deployment on Cloudflare Pages
...
Add --branch main to wrangler pages deploy so tag-triggered deploys
go to production instead of preview. Add app-v* tag for retriggering.
2026-03-15 11:08:53 +07:00
Mohamed Boudra
cad4110e24
feat: add expo-two-way-audio module to workspace
2026-03-14 16:46:35 +07:00
Mohamed Boudra
c45b414476
chore(release): cut 0.1.27
2026-03-13 21:09:06 +07:00
Mohamed Boudra
69d8427bd9
chore(release): cut 0.1.26
2026-03-12 21:34:33 +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
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
845cf68d38
Refactor git actions and update React to 19.1.4
2026-03-10 15:49:33 +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
Zi Makki
cfb9784ea9
Fix Android autolinking cache for variant builds ( #93 )
2026-03-07 22:35:08 +08:00
Mohamed Boudra
efa6a6aed3
chore(release): cut 0.1.18
2026-03-06 23:48:34 +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
8a41c92488
chore(release): cut 0.1.17
2026-03-06 22:25:02 +07:00
Mohamed Boudra
f418f3ab02
feat: add file tabs and improve terminal rendering with WebGL
2026-03-02 20:02:54 +07:00
Mohamed Boudra
fed842e9f1
chore(release): cut 0.1.16
2026-02-22 18:43:55 +07:00
Mohamed Boudra
0d28dae444
feat(app): add tauri web overlay module resolution
2026-02-22 11:12:53 +07:00
Mohamed Boudra
810ac63e21
chore(release): cut 0.1.15
2026-02-19 13:07:40 +07:00
Mohamed Boudra
f1f4afaaa9
chore(release): cut 0.1.14
2026-02-19 09:55:55 +07:00
Mohamed Boudra
a5842482b0
chore(release): cut 0.1.13
2026-02-17 21:39:24 +07:00
Mohamed Boudra
93ec537095
chore(release): cut 0.1.12
2026-02-17 17:17:21 +07:00
Mohamed Boudra
a03da6774a
chore(release): cut 0.1.11
2026-02-17 16:22:01 +07:00
Mohamed Boudra
7c5bbc8048
chore(release): cut 0.1.10
2026-02-17 16:19:52 +07:00
Mohamed Boudra
93d6eb611e
chore(release): cut 0.1.9
2026-02-17 14:53:22 +07:00
Mohamed Boudra
4300750001
chore(release): cut 0.1.8
2026-02-17 13:32:13 +07:00
Mohamed Boudra
de99646880
chore(release): cut 0.1.7
2026-02-16 23:19:16 +07:00
Mohamed Boudra
170ee27813
feat: improve agent workspace flows and directory suggestions
2026-02-16 23:19:01 +07:00