Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b600da7
feat: implement WindowSideBar two-column mock layout
Feb 14, 2026
c7a2a34
feat: move action buttons to sidebar and remove history view
Feb 14, 2026
1b9fce2
feat: add new thread mock page
Feb 15, 2026
8b6d917
feat: add mock chat page, refactor mock components, and add project g…
Feb 16, 2026
f11b74c
feat: add project selector to new thread page and project title to ch…
Feb 16, 2026
6698524
feat: add welcome page mock, default DeepChat agent, and sidebar coll…
Feb 16, 2026
c863e58
fix(preload): add URL protocol filter for openExternal (#1314)
zerob13 Feb 14, 2026
da9ce3d
feat: support default model setting (#1315)
zerob13 Feb 14, 2026
c653cda
fix(settings): disable auto-fallback in default model selection (#1316)
zerob13 Feb 15, 2026
bcd0cce
refactor: simplify window/session/presenter architecture and remove S…
Feb 16, 2026
b04f7f4
refactor: remove macOS-specific UI handling and improve icon inversio…
Feb 17, 2026
d06b6d2
feat: implement new UI store layer, page components, chat components,…
Feb 18, 2026
81f649a
fix: JSON-encode message content for agentPresenter.sendMessage
Feb 18, 2026
e223faa
fix: wire ChatPage to existing chat store for message display
Feb 18, 2026
1da054a
feat: agent-aware sessions, working status bar, markdown rendering (P…
Feb 18, 2026
d242350
feat: implement new agent architecture v0 with full processing pipeline
Feb 19, 2026
e5ab601
feat: add multi-turn context assembly and auto-scroll for new agent (v1)
Feb 20, 2026
202de5d
feat: add MCP tool calling with agent loop for new agent (v2)
Feb 23, 2026
e75229d
fix: include reasoning_content in agent loop for DeepSeek Reasoner
Feb 23, 2026
fe88c46
fix: scope reasoning_content to current agent loop exchange
Feb 23, 2026
056bc19
refactor: split stream processing into 5 focused modules (v3)
Feb 24, 2026
626904b
fix: stop passing sessionId as conversationId to tool definitions
Feb 24, 2026
a182407
docs: update specs and tasks for completed v2/v3 milestones
Feb 24, 2026
781af72
docs: mark all verification tasks as complete
Feb 24, 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: 0 additions & 2 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
Expand Down
Loading