Mohamed Boudra
f1ffecfcd4
Merge branch 'storage-terminal-ui-dev' into dev
...
# Conflicts:
# nix/package.nix
# packages/app/src/app/_layout.tsx
# packages/app/src/components/sidebar-workspace-list.tsx
# packages/app/src/hooks/use-command-center.ts
# packages/app/src/screens/agent/draft-agent-screen.tsx
# packages/app/src/screens/workspace/workspace-desktop-tabs-row.tsx
# packages/app/src/screens/workspace/workspace-screen.tsx
# packages/server/src/server/session.ts
# packages/server/src/server/session.workspaces.test.ts
# packages/server/src/terminal/terminal.test.ts
# packages/server/src/terminal/terminal.ts
2026-04-01 21:51:29 +07:00
Mohamed Boudra
26d69e2006
chore(release): cut 0.1.41
2026-04-01 19:23:40 +07:00
Mohamed Boudra
1930a8a2f2
chore(release): cut 0.1.41-rc.1
2026-04-01 15:33:41 +07:00
Mohamed Boudra
30ebd4b777
chore(release): cut 0.1.40
2026-04-01 13:42:02 +07:00
Mohamed Boudra
b50b065bcc
chore(release): cut 0.1.39
2026-03-30 17:27:44 +07:00
Mohamed Boudra
0d3f59feed
Merge branch 'main' into storage-terminal-ui-dev
2026-03-30 17:14:03 +07:00
Mohamed Boudra
82a235dada
chore(release): cut 0.1.38
2026-03-30 12:39:23 +07:00
Mohamed Boudra
7d02e24d84
feat: add sqlite storage and terminal ui
2026-03-29 23:20:18 +07:00
Mohamed Boudra
efb8c8f229
feat(server): cache getPullRequestStatus with TTL and in-flight dedup
...
Adds @isaacs/ttlcache to avoid repeated gh CLI calls for the same
working directory. Concurrent lookups for the same cwd share a single
in-flight promise. Cache expires after 30s by default.
2026-03-29 16:42:39 +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
1318372e81
Remove dead agent-prompt and terminal-mcp code
...
Delete unused system-prompt.ts, agent-prompt.md, and the entire
terminal-mcp/ directory (tmux-based MCP server) — nothing imports
any of these. The codebase uses src/terminal/ (node-pty) instead.
2026-03-25 21:54:34 +07:00
Mohamed Boudra
e969f42c68
chore(release): cut 0.1.33
2026-03-23 23:21:14 +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
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
745f2e2768
chore(release): cut 0.1.28
2026-03-15 13:53:47 +07:00
Mohamed Boudra
fc7369384b
feat(voice): implement turn-detection and real-time audio streaming
2026-03-14 13:46:10 +07:00
Mohamed Boudra
c45b414476
chore(release): cut 0.1.27
2026-03-13 21:09:06 +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
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
e73d40b260
Fix release follow-up issues
2026-03-10 17:25:03 +07:00
Mohamed Boudra
89a25276a5
chore(release): cut 0.1.20
2026-03-10 17:09:13 +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
a90a7f454c
chore(release): cut 0.1.19
2026-03-09 11:41:44 +07:00
Mohamed Boudra
efa6a6aed3
chore(release): cut 0.1.18
2026-03-06 23:48:34 +07:00
Mohamed Boudra
8a41c92488
chore(release): cut 0.1.17
2026-03-06 22:25:02 +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
a060ae1256
test: harden daemon lifecycle and e2e reliability across app/cli/server
2026-02-25 10:21:46 +07: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
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