matevip
5d5eb7e2e6
fix(docker): add Node.js frontend build stage and clean up deploy config
...
- Add Node 22/pnpm stage to mateclaw-server/Dockerfile so docker compose
up -d --build produces a fully working image (the Vue SPA is now built
inside the image and copied into the JAR's classpath/static).
- Remove DASHSCOPE_API_KEY from .env.example and root docker-compose.yml;
LLM API keys are configured post-startup via the model management UI.
2026-04-24 11:16:52 +08:00
matevip
c152a8bae9
fix(docker): add Aliyun Maven mirror, fix port mapping, remove legacy schema init
...
- mateclaw-server/settings.xml: Maven mirror routes requests through Aliyun
so dependency:go-offline no longer hangs in restricted networks
- Dockerfile: COPY settings.xml into /root/.m2/ before any mvn command
- docker-compose.yml: fix port mapping 18080->18088 (app listens on 18088)
- docker-compose.yml: remove legacy schema.sql/data.sql MySQL mounts;
Flyway manages schema creation from V1 baseline on startup
2026-04-24 10:26:19 +08:00
matevip
27c4c3e5e2
feat(wiki): config UI overhaul — model strategy, search preview modal, graph fullscreen
2026-04-24 10:03:45 +08:00
matevip
4f67e31887
fix(wiki): eliminate per-chunk duplicate updates and fix token overflow
2026-04-24 06:55:21 +08:00
matevip
d04d90dfc5
feat(wiki): grouped page list, pageCount on raw materials, frosted-glass UI
2026-04-24 06:55:21 +08:00
matevip
c50977785a
fix(wiki): internal link navigation and source citation guidance
2026-04-24 06:55:20 +08:00
matevip
4be867a3e6
feat(wiki): ingest optimization — BatchCreate, document analysis, retry
2026-04-24 06:55:20 +08:00
matevip
58ec60a5b8
feat(skill-market): bilingual skill display names (nameZh / nameEn)
2026-04-24 06:55:20 +08:00
matevip
a8f4236d90
fix(pagination): auto-detect DbType for correct total counts on MySQL
2026-04-24 06:55:19 +08:00
matevip
af8c2fe6a9
feat(skill-market): security scan visibility, rescan action, pagination fix
2026-04-24 06:55:19 +08:00
matevip
aa6e2b6afe
feat(skill-market): paginated skill list with search and frosted-glass UI
2026-04-24 06:55:19 +08:00
matevip
1073890e64
feat(skill): BuiltinSkillSeedService — close SQL/SKILL.md double-write
2026-04-24 06:55:18 +08:00
matevip
cd74f94ffa
feat(model): add Bailian Token Plan, SiliconFlow CN/INTL, OpenCode providers (V32-V34)
...
- V32: Bailian Token Plan provider with 7 models (3 chat + 4 image)
- V33: Expand api_key column from VARCHAR(256) to VARCHAR(512)
- V34: SiliconFlow CN/INTL with 7 preset models each; OpenCode with 2 free models
- Update V1 baseline schema and seed data (zh + en)
2026-04-23 18:14:12 +08:00
matevip
10ea51f6fd
chore: add UPGRADING.md to .gitignore
2026-04-23 16:38:33 +08:00
matevip
7bac37cf73
chore: remove UPGRADING.md
2026-04-23 16:37:51 +08:00
matevip
755572aed4
fix(skills/docx): bump to v1.1.0 + reroute create-new intents to renderDocx
2026-04-23 16:31:13 +08:00
matevip
edaf762878
feat(tool): native Java DocxRender tool — eliminate Node.js subprocess
2026-04-23 16:31:13 +08:00
matevip
9740d46fbc
fix(delegate): distinguish outcome/blank/rawLength in parallel delegation, translate all comments to English
2026-04-23 08:09:48 +08:00
matevip
9632edb008
fix(webchat): persist assistant reply and publish memory event on stream end
2026-04-23 08:09:48 +08:00
matevip
869e0c47e6
refactor(memory): unify ConversationCompletedEvent publish
2026-04-23 08:09:48 +08:00
matevip
2e15369465
fix(delegate): fix parallel timeout + add real-time per-child visibility
2026-04-23 08:09:48 +08:00
matevip
95dd500a16
feat(ui): localize tool call display via useToolLabel
2026-04-23 08:09:37 +08:00
matevip
4168e34961
docs: tighten lane e review follow-ups
2026-04-22 21:01:19 +08:00
matevip
aed905efb7
feat(agent): implement Lane E — JDK 21 virtual threads, Spring AI observability, BeanOutputConverter
2026-04-22 21:00:40 +08:00
matevip
320e13b975
fix(agent): review fixes for Lane D — D-2 strategy split, D-4 naming, D-5 docs, D-6 instrumentation
2026-04-22 10:13:13 +08:00
matevip
23133ea45d
perf(agent): implement Lane D performance fixes
2026-04-22 10:13:07 +08:00
matevip
1a00b9276c
fix(ui): add parse_error to MessageContentPart type union
2026-04-22 10:13:01 +08:00
matevip
f8c7e5271b
fix(embedding): skip unconfigured provider in embedding model resolution
2026-04-22 10:12:57 +08:00
matevip
bc002fd302
fix(delegate): address P2 review findings for multi-agent delegation
2026-04-22 10:12:52 +08:00
matevip
11fa7487d0
fix(delegate): reliability patches for multi-agent delegation
2026-04-22 10:12:48 +08:00
matevip
41a040de35
fix(ui): add parse_error to MessageContentPart type union
2026-04-22 05:08:25 +08:00
matevip
d8f008e427
fix(embedding): skip unconfigured provider in embedding model resolution
2026-04-22 05:08:21 +08:00
matevip
639d1c80d4
fix(delegate): address P2 review findings for multi-agent delegation
2026-04-22 05:08:15 +08:00
matevip
8762a79ec9
fix(delegate): reliability patches for multi-agent delegation
2026-04-22 05:08:08 +08:00
matevip
2b867af959
chore: remove .codex + openspec, add to .gitignore
2026-04-21 17:36:39 +08:00
matevip
57b711e305
config(memory): enable production Dream v2 flags
2026-04-21 17:34:40 +08:00
matevip
2eebdf2a47
fix(memory): HiL edit uses exact key match, not substring contains
2026-04-21 17:34:34 +08:00
matevip
b02f2ebfee
fix(memory): HiL edit binds key to report's candidate entries
2026-04-21 17:34:28 +08:00
matevip
be9dfdf727
fix(memory): HiL edit validates key exists in MEMORY.md sections
2026-04-21 17:34:22 +08:00
matevip
e69aa2be04
fix(memory): P2 review fixes — API boundaries + identity + experimental flag
2026-04-21 17:34:15 +08:00
matevip
84c8f8f9a0
fix(memory): P1 review fixes — close 4 semantic gaps in data truth layer
2026-04-21 17:34:10 +08:00
matevip
13a3394ffd
chore(sync): exclude .codex and openspec from opensource rsync
2026-04-21 17:34:03 +08:00
matevip
824f20a69d
chore: remove .codex and openspec — private directories, not for public repo
2026-04-21 15:32:26 +08:00
matevip
96b89414f7
feat(memory): enable Memory Browser tab + audit fixes
2026-04-21 15:28:31 +08:00
matevip
0351cc369e
feat(memory): memory audit fixes — 4 missing items
2026-04-21 15:28:26 +08:00
matevip
6ae221b38d
feat(memory): batch 3 — Grafana dashboard + 3 Low fixes + issues cleanup
2026-04-21 15:28:21 +08:00
matevip
e42444f50a
feat(ui): batch 2 — Facts Tab + Contradiction Inbox + Trust Bar
2026-04-21 15:28:16 +08:00
matevip
0a776f96fd
feat(memory): batch 1 — 4 core fact projection fixes
2026-04-21 15:28:09 +08:00
matevip
c252cf50a4
docs: update README title and tagline
2026-04-21 09:27:42 +08:00
matevip
d9d677e762
refactor(ui): complete Memory view redesign — kill EP, match design system
2026-04-21 04:59:01 +08:00