matevip
|
c619ffee4e
|
fix(ui): prevent modals from closing on backdrop click
|
2026-04-11 18:06:48 +08:00 |
|
matevip
|
408ad980dd
|
feat(i18n): complete remaining i18n — DefaultToolGuard, LLM/Datasource services, Channels UI
|
2026-04-11 18:02:03 +08:00 |
|
matevip
|
af9addaaec
|
feat(i18n): structured i18n keys for exceptions and auto-translate 100+ error messages
|
2026-04-11 17:52:25 +08:00 |
|
matevip
|
81ff1bf491
|
feat(i18n): complete backend i18n — guard rules, tool errors, response codes
|
2026-04-11 17:26:58 +08:00 |
|
matevip
|
e662cce91a
|
fix(chat): improve thinking segment display and message bubble rendering
|
2026-04-11 17:09:25 +08:00 |
|
matevip
|
aa09345403
|
feat(i18n): add backend internationalization — tool descriptions, error messages, guard rules, runtime context
|
2026-04-11 17:08:43 +08:00 |
|
matevip
|
cc28f665f1
|
feat(db): introduce Flyway migration framework and unify H2/MySQL schemas
- Add Flyway baseline migration (V1) for both H2 and MySQL
- Remove 5 legacy SchemaMigration ApplicationRunner classes
- Add WorkspacePathGuard for file tool sandbox enforcement
- Inject workspace basePath context into agent graph state and tool executor
- Add workspace basePath config UI in frontend
- Fix workspace slug preservation on update
|
2026-04-11 16:34:09 +08:00 |
|
matevip
|
f98f4d68b9
|
refactor(ui): publish tested chat UI simplification
|
2026-04-11 14:25:37 +08:00 |
|
matevip
|
795fb5eb0a
|
feat(ui): extract ModelSelector component with grouped layout and search
|
2026-04-11 10:29:37 +08:00 |
|
matevip
|
79c31ead32
|
fix(chat): prevent stale approval UI after SSE error/done
|
2026-04-11 10:04:41 +08:00 |
|
matevip
|
f36c5b0aaa
|
chore: remove stray text.txt
|
2026-04-11 08:52:02 +08:00 |
|
matevip
|
bfd1cbac56
|
feat(chat): ChatGPT tool calling + fix cross-turn message pollution
|
2026-04-11 08:46:21 +08:00 |
|
matevip
|
fb634c1d05
|
chore: remove stray text.txt
|
2026-04-11 06:53:42 +08:00 |
|
matevip
|
c41bda0f95
|
fix(chat): prevent cross-conversation message leakage and tool call duplication
|
2026-04-11 06:48:14 +08:00 |
|
matevip
|
7cc4788c97
|
fix(wiki): use markdown renderer for wiki page content
|
2026-04-11 01:27:37 +08:00 |
|
matevip
|
b002db65f1
|
fix(ui): replace sidebar footer icons with Element Plus, fix collapsed workspace dropdown
|
2026-04-11 01:21:50 +08:00 |
|
matevip
|
f08581daa7
|
fix(guard): detect find -delete as dangerous shell command
|
2026-04-11 00:35:59 +08:00 |
|
matevip
|
281b1efffd
|
fix(chat): enrich stream metadata with plan/approval/browser tracking, fix thinking segment ordering
|
2026-04-11 00:20:47 +08:00 |
|
matevip
|
8725ecd0c7
|
fix(chat): merge persisted and local assistant timelines
|
2026-04-11 00:16:42 +08:00 |
|
matevip
|
f28ad8d9d4
|
fix(chat): preserve refresh history and thinking order
|
2026-04-11 00:16:33 +08:00 |
|
matevip
|
0020f43584
|
docs: fact-check Claude Code/Cursor/Windsurf — correct comparison table
|
2026-04-10 23:34:40 +08:00 |
|
matevip
|
a17a09d5b3
|
docs: fact-check and correct comparison table against latest competitor data
|
2026-04-10 23:28:01 +08:00 |
|
matevip
|
96d17a1960
|
docs: rewrite comparison table and sharpen product narrative
|
2026-04-10 18:47:22 +08:00 |
|
matevip
|
e5380031f4
|
docs: add competitive comparison table to README
|
2026-04-10 18:40:37 +08:00 |
|
matevip
|
134afc61df
|
docs: add preview screenshot to README
|
2026-04-10 18:35:13 +08:00 |
|
matevip
|
fa5fb34c52
|
docs: redesign README with architecture diagrams and streamlined content
|
2026-04-10 18:30:20 +08:00 |
|
matevip
|
16d22f7e6f
|
feat(ui): design system upgrade — responsive layout, collapsible panels, and unified tokens
|
2026-04-10 18:14:23 +08:00 |
|
matevip
|
367dd4bed0
|
fix(agent): preserve per-subtask results in multi-task answer synthesis, add listAvailableSkills tool
|
2026-04-10 17:10:02 +08:00 |
|
matevip
|
ba34f1eed3
|
fix(chat): preserve intermediate reasoning in segments via phase-based splitting
|
2026-04-10 07:58:19 +08:00 |
|
matevip
|
dafdcb4182
|
feat(chat): segmented message display, progressive loading, and real-time segment persistence
|
2026-04-10 07:36:24 +08:00 |
|
matevip
|
ec7ea038e7
|
feat(agent): context compression upgrade, 429 retry, iteration limit & repetition fixes
|
2026-04-10 00:52:26 +08:00 |
|
matevip
|
250a5f6d46
|
feat(memory): multi-layer memory system with pluggable provider architecture
|
2026-04-09 22:26:19 +08:00 |
|
matevip
|
a219f92410
|
feat: productize webchat channel config
|
2026-04-09 21:28:47 +08:00 |
|
matevip
|
1c2acfd2e9
|
refactor(ux): simplify interactions and humanize UI with Jobs-inspired review
|
2026-04-09 20:56:50 +08:00 |
|
matevip
|
4cd373dcdd
|
feat(ux): agent templates, chat status indicator, dashboard trend chart
|
2026-04-09 20:11:19 +08:00 |
|
matevip
|
62b7998975
|
refactor(ui): move Workspaces/Members/Activity from Security to Settings
|
2026-04-09 19:55:51 +08:00 |
|
matevip
|
c4edcbd95c
|
feat(ui): unify workspace and platform console surfaces
|
2026-04-09 19:48:17 +08:00 |
|
matevip
|
5124842526
|
feat(platform): workspace isolation, info architecture, and UI redesign
|
2026-04-09 16:29:02 +08:00 |
|
matevip
|
d44ba0cdd8
|
fix(security): close workspace isolation gaps and audit context loss
|
2026-04-09 14:19:51 +08:00 |
|
matevip
|
3506c55bc8
|
feat(platform): Phase 3 Sprint 1-3 — permission, agent binding, dashboard
|
2026-04-09 11:58:20 +08:00 |
|
matevip
|
3d58a48eae
|
feat(platform): add workspace foundation and channel execution upgrades
|
2026-04-09 10:29:16 +08:00 |
|
matevip
|
f6a3a1592a
|
feat(ux): Phase 1 — onboarding, doctor, templates, navigation convergence
|
2026-04-09 00:32:35 +08:00 |
|
matevip
|
b4a7378888
|
fix(db): add missing OAuth columns to MySQL schema
|
2026-04-08 18:25:27 +08:00 |
|
matevip
|
1334d93ee5
|
release: v1.0.314
|
2026-04-08 16:58:06 +08:00 |
|
matevip
|
7cf9a21acd
|
docs: update README for v1.0.314 snapshot highlights and add wiki config
|
2026-04-08 16:49:51 +08:00 |
|
matevip
|
c568b4faa8
|
fix(db): unify schema and seed data across H2/MySQL, en/zh
|
2026-04-08 16:30:33 +08:00 |
|
matevip
|
f6102c4733
|
fix(wiki): auto-resolve kbId, improve search and processing robustness
|
2026-04-08 16:09:22 +08:00 |
|
matevip
|
642360a773
|
feat(wiki): add LLM Wiki knowledge base system
|
2026-04-08 10:55:50 +08:00 |
|
matevip
|
7007ea844d
|
feat: add TTS, STT, music generation, video providers (Runway/MiniMax), image providers (Google Imagen/MiniMax), and tool registry fix
|
2026-04-08 08:49:09 +08:00 |
|
matevip
|
43acd2bf94
|
feat(image,tts): add image generation with 4 providers and TTS with 3 providers
|
2026-04-07 22:14:31 +08:00 |
|