ekko
f1e6896c41
perf: optimize first-screen loading
2026-07-14 09:15:45 +08:00
ekko
3fe9535e57
fix realtime voice recovery and approval overlay ( #2067 )
2026-07-14 08:46:21 +08:00
IvanShang
e70c7bb186
fix: preserve extensions for Markdown downloads ( #2058 )
2026-07-14 08:45:58 +08:00
ekko
84d6d0e601
fix mobile voice transcription and Codex duplicate messages ( #2066 )
...
* fix Codex duplicate assistant messages
* fix mobile realtime voice transcription
* document mobile realtime voice behavior
2026-07-13 23:03:09 +08:00
ekko
160412cdef
fix: add mobile browser speech fallback ( #2064 )
2026-07-13 21:57:18 +08:00
ekko
42c6b2c255
feat: add realtime voice mode for single chat ( #2063 )
2026-07-13 21:28:50 +08:00
ekko
f0399f4c11
feat: add durable Ekko Agent memory ( #2057 )
...
* add Ekko Agent chained memory
* harden Ekko agent provider integrations
* add model-driven Ekko memory review
* fix: harden Ekko memory summaries
2026-07-13 12:44:39 +08:00
ekko
70465210f6
add session model switch loading state ( #2056 )
2026-07-13 09:08:43 +08:00
Abner
defa013298
fix: preserve custom provider state in Studio bridge ( #2054 )
...
* fix: preserve custom provider state in Studio bridge
* docs: record Studio provider alias fix commit
* docs: link Studio provider fix PR
---------
Co-authored-by: abner <nimengbo@qq.com >
2026-07-13 08:55:02 +08:00
ekko
4b9cd7113f
fix(mcu): synchronize remote disconnects and bound TLS discovery ( #2049 )
...
* fix(mcu): clear stale remote login
* fix(mcu): bound remote discovery TLS
2026-07-12 16:51:06 +08:00
ekko
934b116709
boost ESP32-C3 v2 playback volume ( #2045 )
2026-07-12 09:33:24 +08:00
ekko
8e8c6a3f4b
add ESP32-C3 v2 firmware ( #2044 )
2026-07-12 08:47:35 +08:00
ekko
b11098e815
feat: unify model usage analytics ( #2039 )
...
* record unified session usage
* record Ekko model call usage
* record Hermes usage and add usage analytics
2026-07-11 13:35:03 +08:00
ekko
904ee7f9fe
fix Bridge tool result context limits ( #2036 )
2026-07-11 11:10:07 +08:00
IvanShang
657e1e1013
fix(client): handle malformed session export filenames ( #2026 )
...
* fix(client): handle malformed session export filenames
* docs: add session export chain fragment
2026-07-11 10:02:08 +08:00
ekko
c99ccc5005
[codex] collapse workspace diffs and restore chat input background ( #2032 )
...
* restore dark chat input background
* collapse workspace diff details
* link workspace diff change record
2026-07-11 09:55:15 +08:00
ekko
3d401dd907
[codex] compress MCU uplink audio with IMA-ADPCM ( #2024 )
...
* add MCU uplink ADPCM compression
* link MCU ADPCM change record
2026-07-10 20:10:21 +08:00
mo
ac184a0e27
fix: keep new files in workspace diffs ( #2008 )
...
Co-authored-by: 王.W <kingboyandgirl@users.noreply.github.com >
2026-07-10 08:50:32 +08:00
mo
6b1967e4a6
fix: hide SQLite sidecars from workspace diffs ( #2003 )
...
* fix: hide sqlite sidecars from workspace diffs
* docs: note sqlite sidecar diff filtering
* fix: filter sqlite sidecars in git workspace diffs
---------
Co-authored-by: 王.W <kingboyandgirl@users.noreply.github.com >
Co-authored-by: ekko <fqsy1416@gmail.com >
2026-07-09 18:28:12 +08:00
Kagura
bde8f2b0eb
fix: write session ended_at/end_reason when bridge run terminates ( #2004 )
...
* fix: write session ended_at/end_reason when bridge run terminates (#1998 )
When an agent run completes (normally or with error), the session's
ended_at and end_reason fields were never written to the database.
This caused the UI to permanently show 'thinking' for completed sessions.
Add updateSession calls at three run termination points:
- handleBridgeRun catch block (early error, empty queue)
- resumeBridgeRun catch block (stream error, empty queue)
- applyBridgeChunkAsync normal completion (no queued runs)
Each call is wrapped in try-catch to prevent masking the original
error or producing unhandled rejections.
Closes #1998
* fix: reopen bridge sessions when runs restart
---------
Co-authored-by: ekko <fqsy1416@gmail.com >
2026-07-09 12:41:28 +08:00
ekko
f367515eb9
fix workflow approval rerun states ( #2002 )
2026-07-09 11:09:25 +08:00
ekko
b7d282f59b
add workflow node approval gates ( #2001 )
2026-07-09 10:40:34 +08:00
ekko
cc21e0ba6a
[codex] Fix session workspace file drawer ( #1999 )
...
* Fix session workspace file drawer
* Fix session workspace test mocks
2026-07-09 09:57:16 +08:00
Zhicheng Han
90b7a3c461
Persist group chat workspace diff runs ( #1981 )
2026-07-09 07:55:10 +08:00
ekko
a4173df72b
skip empty workspace diff changes ( #1986 )
2026-07-08 09:33:15 +08:00
Zhicheng Han
904130de32
[codex] 拆分 Group Chat 房间工作区绑定 ( #1980 )
...
* Add group chat room workspace binding
* fix group chat workspace modal width
---------
Co-authored-by: ekko <fqsy1416@gmail.com >
2026-07-08 09:00:51 +08:00
ekko
f1315ba326
[codex] refine default workspace favorite UI ( #1985 )
...
* feat: add default workspace feature
- Add useDefaultWorkspace composable for managing default workspaces
- Support multiple default workspaces with chip-based UI
- Add star icon to pin/unpin current workspace as default
- Show default workspace chips with '/' separator
- Implement dropdown menu for overflow workspaces
- Highlight active workspace chip with theme-consistent style
- Add tooltip for full path display in FolderPicker
- Add i18n translations for workspace-related UI elements
Features:
- Store default workspaces globally in localStorage
- Track recent workspace usage for smart selection
- Auto-select most recently used default workspace
- Visual feedback for selected workspace state
- Responsive layout with dynamic visible chip count
* refine default workspace favorite UI
* document default workspace favorite change
---------
Co-authored-by: ramonouyang <ouyangyuanbin@gmail.com >
2026-07-08 08:49:09 +08:00
ekko
524ee52bfd
fix claude code model api mode prompt ( #1963 )
2026-07-06 12:11:30 +08:00
ekko
2f018b39ae
fix chat input frame height setting ( #1962 )
2026-07-06 11:56:51 +08:00
ekko
3006c11530
fix ekko context usage updates ( #1957 )
2026-07-06 09:36:36 +08:00
牧濑红莉栖(BOT)
0bfa9d2ed4
fix(coding-agent): 持久化会话 API 模式 ( #1944 )
...
* fix(coding-agent): persist API mode per session
* docs(chat-chain): document coding agent API mode persistence
---------
Co-authored-by: x1051445024 <你的GitHub注册邮箱>
2026-07-06 08:17:49 +08:00
ekko
cd15791d3f
[codex] Add global Ekko runtime context handling ( #1950 )
...
* Add global Ekko runtime context handling
* Pass managed MCP servers to Ekko runs
* Register MCP tools in Ekko runtime
* Watch Ekko agent sources in dev
* Document Ekko chat chain changes
2026-07-05 19:40:34 +08:00
ekko
785bc79685
Add ekko-agent browser tools ( #1942 )
2026-07-05 15:54:39 +08:00
ekko
9f22804b63
align coding agent tool events ( #1941 )
2026-07-05 14:33:33 +08:00
牧濑红莉栖(BOT)
0dc16d5642
fix(chat): 为代码代理会话显示推理和上下文设置 ( #1938 )
...
* fix(chat): 为代码代理会话显示推理和上下文设置
* docs(chat-chain): 记录代码代理推理上下文设置
* test(chat): 更新代码代理推理上下文断言
* fix(chat): 刷新代码代理上下文用量
---------
Co-authored-by: x1051445024 <你的GitHub注册邮箱>
2026-07-05 14:09:50 +08:00
ekko
7dac859fe8
[codex] fix Windows worker dynamic port fallback ( #1937 )
...
* fix(agent-bridge): avoid Windows reserved worker ports
* docs(chat-chain): document Windows worker port fallback
* fix agent bridge worker dynamic port fallback
---------
Co-authored-by: x1051445024 <x1051445024@users.noreply.github.com >
Co-authored-by: x1051445024 <你的GitHub注册邮箱>
2026-07-05 11:08:30 +08:00
ekko
33016aa2a6
Add ekko agent chat integration ( #1928 )
2026-07-04 14:22:53 +08:00
ekko
a8a1810ea0
[codex] Add ekko agent chat runtime ( #1925 )
...
* add ekko agent runtime
* Add ekko agent chat runtime
2026-07-04 10:51:02 +08:00
ekko
cf053dce4b
add filesystem workspace run diffs ( #1919 )
2026-07-03 15:58:55 +08:00
ekko
8620ba9449
fix execute_code guard bridge compatibility ( #1910 )
2026-07-03 10:35:06 +08:00
ekko
76d2b6f42c
show dot workspace folders ( #1905 )
2026-07-03 08:24:03 +08:00
ekko
7359635352
[codex] fix chat input resize ( #1904 )
...
* fix chat input resize
* add chat input resize chain note
2026-07-03 08:06:20 +08:00
ekko
fc53be91d7
Polish mobile chat chrome ( #1900 )
2026-07-02 19:35:46 +08:00
ekko
76ce827b66
Add workspace run diff cards ( #1895 )
2026-07-02 14:36:25 +08:00
ekko
18618ad8ea
fix bridge terminal error detection ( #1890 )
2026-07-02 09:54:04 +08:00
ekko
5b3e7a0a8f
[codex] refresh chat input toolbar ( #1883 )
...
* refresh chat input toolbar
* fix chat input ci checks
* tune mobile chat input sizing
* compact mobile settings button
* swap model and settings toolbar buttons
* restore mobile settings chevron
* compact mobile model button
* avoid mobile voice overlay overlap
* strengthen voice overlay background
* raise mobile voice overlay layer
2026-07-01 17:29:27 +08:00
Zhicheng Han
ce06c6f6f9
修复 Windows 跨盘符 junction 文件夹选择器 ( #1868 )
...
* fix Windows workspace junction picker
* docs: mark Windows junction hotfix PR
2026-07-01 15:30:12 +08:00
ekko
15e1f3df7d
stream global agent tts segments ( #1873 )
2026-07-01 10:01:32 +08:00
ekko
751802fbd4
[codex] fix desktop mcp shutdown ( #1871 )
...
* fix desktop mcp shutdown
* docs desktop mcp shutdown
2026-07-01 09:21:25 +08:00
Zhicheng Han
899520c1b8
新增 profile 配置编辑入口 ( #1860 )
...
* Add profile config edit affordance
* fix: focus profile config editor route
---------
Co-authored-by: ekko <fqsy1416@gmail.com >
2026-06-30 20:02:24 +08:00