Mohamed Boudra
aa1dc3ac21
chore(release): cut 0.1.29
2026-03-18 14:33:44 +07:00
Mohamed Boudra
745f2e2768
chore(release): cut 0.1.28
2026-03-15 13:53:47 +07:00
Mohamed Boudra
e526f375c8
Merge branch 'fix-tests-suite-loop'
...
# Conflicts:
# package-lock.json
# packages/server/src/server/speech/speech-config-resolver.ts
# packages/server/src/shared/tool-call-display.ts
2026-03-14 22:06:42 +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
402f3e32ae
fix(tests): iteration 2
2026-03-13 13:42:51 +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
ba54aae206
fix(server): pin sherpa runtime deps
2026-03-13 08:48:28 +07:00
Mohamed Boudra
69d8427bd9
chore(release): cut 0.1.26
2026-03-12 21:34:33 +07:00
Mohamed Boudra
91dde29146
feat(server): bundle Codex and OpenCode binaries instead of requiring global installs
2026-03-12 10:25:53 +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
cc45c3772f
feat: add multi-platform downloads and improve homepage animations
2026-03-10 11:20:17 +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
efa6a6aed3
chore(release): cut 0.1.18
2026-03-06 23:48:34 +07:00
Zi Makki
226ece2bdd
add expo stuff
2026-03-06 16:49:40 +01: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
01faa3467d
feat(daemon): split console/file logging defaults with rotation ( #88 )
2026-03-02 12:18:30 +07:00
Mohamed Boudra
aa2f35656e
Add daemon dev scripts and linux Tauri CLI dependency
2026-02-26 03:26:25 +00:00
Mohamed Boudra
fed842e9f1
chore(release): cut 0.1.16
2026-02-22 18:43:55 +07:00
Lakshmi Narasimhan
cc7483ea12
fix: pin @opencode-ai/sdk to 1.2.6 to fix startup crash
...
Versions 1.2.7–1.2.9 have a broken npm publish where compiled files
land in dist/src/ but the package exports map references dist/v2/,
causing ERR_MODULE_NOT_FOUND on startup. Pin to 1.2.6 which has the
correct layout.
Closes #64
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-20 16:35:22 +05:30
Mohamed Boudra
810ac63e21
chore(release): cut 0.1.15
2026-02-19 13:07:40 +07:00
Mohamed Boudra
dd5218ebdb
docs(website): add changelog page and publish v0.1.14 notes
2026-02-19 10:07:03 +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
0dc944df3a
fix(server): pin node-pty beta with macOS spawn-helper fix
2026-02-17 21:07:11 +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
Mohamed Boudra
36ac228bef
chore(release): cut 0.1.6
2026-02-16 08:29:45 +07:00
Mohamed Boudra
b105409844
chore(release): cut 0.1.5
2026-02-16 08:27:54 +07:00
Mohamed Boudra
25a6f204a4
chore(release): cut 0.1.4
2026-02-14 13:52:34 +07:00
Mohamed Boudra
0bbdefa7b8
chore: commit remaining local changes
2026-02-14 01:07:23 +07:00
Mohamed Boudra
6f6677fc7a
chore(release): cut 0.1.3 and add release playbook
2026-02-12 18:22:33 +07:00
Mohamed Boudra
018edef3bb
feat: add onboarding command and migrate git diff to checkout API
2026-02-12 17:00:35 +07:00
Mohamed Boudra
00be27c9cc
chore: bump workspace versions to 0.1.2
2026-02-11 14:39:30 +07:00