Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c779d52
feat: add Sentry error tracking (#287)
jmaxdev Apr 29, 2026
1bb0749
Revert "feat: add Sentry error tracking (#287)" (#291)
jmaxdev Apr 29, 2026
c3cb5a8
feat: cloud AI streaming for OpenAI / Anthropic / Gemini / OpenRouter…
matiaspalmac Apr 29, 2026
e6e3b36
feat: store cloud AI provider keys in OS keychain (#294)
matiaspalmac Apr 29, 2026
9207f5e
feat: cloud AI tool calling and agent mode for OpenAI / Anthropic / G…
matiaspalmac Apr 29, 2026
f7d6531
feat: detach bottom panel into a floating window (#296)
matiaspalmac Apr 29, 2026
97c4c43
feat: cross-window chat history sync between main and floating window…
matiaspalmac Apr 29, 2026
86a6067
feat: JSON Crack-style graph view for .json files (#298)
matiaspalmac Apr 29, 2026
285a668
feat: drag-to-reorder rows in .env and package.json visual editors (#…
matiaspalmac Apr 29, 2026
61b47a9
feat: open another workspace in a new window via Ctrl+Shift+N (#300)
matiaspalmac Apr 29, 2026
3c3f936
Sentry telemetry (#292)
jmaxdev Apr 29, 2026
bf9f325
fix(desktop): avoid Tauri state TypeId collision between Ollama and C…
matiaspalmac Apr 29, 2026
c75ec25
fix(desktop): use crypto.getRandomValues fallback for WINDOW_SESSION_…
matiaspalmac Apr 30, 2026
feb4c00
feat: implement core UI components, localization hooks, and agent con…
jmaxdev May 1, 2026
8b9d495
Improvement: Add Discord RPC
jmaxdev May 1, 2026
7be4bd4
add: Included colavorative features using discord (beta)
jmaxdev May 1, 2026
896b1e8
feat: implement agent architecture with context providers, workspace …
jmaxdev May 1, 2026
94d0ea1
feat: implement StatusBar and TitleBar components with integrated col…
jmaxdev May 1, 2026
6298be1
feat: implement CollaborationContext for Yjs-based real-time sessions…
jmaxdev May 1, 2026
3e71a46
feat: implement CollaborationContext for Yjs-based real-time syncing …
jmaxdev May 1, 2026
105c40d
feat: implement Status Bar and Tab Bar components with collaboration …
jmaxdev May 1, 2026
da7d3d9
feat: add real-time collaboration support via Yjs and WebRTC with sta…
jmaxdev May 1, 2026
70b97eb
chore: increment version
jmaxdev May 1, 2026
9f45ed2
fix: fixed wrong version
jmaxdev May 1, 2026
1714577
Merge branch 'main' into dev
jmaxdev May 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trixty/desktop",
"version": "1.0.14",
"version": "1.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading