john
bfb6356f7d
fix: wire memory v2 runtime helpers
2026-07-04 18:59:36 +08:00
john
cd81c4b2bb
fix(release): tolerate volatile persisted files during portal deploy
2026-07-04 14:13:17 +08:00
john
29d9a87d4f
feat: split h5 direct chat from goosed tasks
2026-07-04 14:02:18 +08:00
john
031c6e086a
feat(wechat): migrate schedule and sync handlers into wechat package
...
Extract schedule, greeting/status/connectivity replies, chat-general prompt, and display-name helpers from wechat-mp.mjs. Route sync intents via classifyWechatIntent and add channel isolation CI check.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 13:48:47 +08:00
tkmind
fafc1fe7fd
fix(guard): idempotent agent-run pause to stop portal restart loop
...
Skip repeat guard pause actions when code runs already disabled; add resume script and tests.
2026-07-04 05:41:51 +00:00
john
f36e8b9292
fix(build): externalize resvg when bundling wechat-mp runtime
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 12:54:27 +08:00
john
6bc5d128d2
fix(wechat): deliver failure notices and hot-swappable wechat-mp bundle
...
Notify users when HTML publish guards reject stub pages instead of silently
failing, send real page links when non-stub files exist, and split wechat-mp
into wechat-mp.bundle.mjs for fast production updates without full portal rebuilds.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 12:52:59 +08:00
john
cd2cbdbe78
fix: restore m.tkmind.cn public base
2026-07-03 17:27:51 +08:00
john
20116b161f
Merge Memory V2 runtime facade
2026-07-03 09:46:03 +08:00
john
7005c2a834
Add MindSpace service runtime release chain
2026-07-03 09:29:00 +08:00
john
506a551438
feat: polish mindspace decoupling flows
2026-07-03 00:34:03 +08:00
john
b258004dad
feat: complete mindspace conversation packages
2026-07-02 23:46:05 +08:00
Your Name
8e0ace1389
chore: add hourly runtime slo soak monitor
2026-07-02 12:45:55 +08:00
Your Name
f9a385f333
feat: add agent run heartbeat to slo reports
2026-07-02 12:41:04 +08:00
Your Name
054379ac98
feat: add worker heartbeat for agent runs
2026-07-02 12:38:34 +08:00
Your Name
c27bf04a71
feat: recover stale running agent runs
2026-07-02 12:12:41 +08:00
Your Name
79d310ba29
chore: keep agent run worker alive during gray rollout
2026-07-02 11:54:29 +08:00
Your Name
80b762053b
feat: add agent run guard rollout controls
2026-07-02 11:36:46 +08:00
Your Name
f1fd4cc316
feat: add agent run worker status check
2026-07-02 10:36:23 +08:00
Your Name
b12c1b371c
feat: support worker canary workdir override
2026-07-02 10:26:28 +08:00
Your Name
3654639bb3
feat: add agent run worker launchagent installer
2026-07-02 10:18:27 +08:00
Your Name
a2d69a0c36
feat: target agent run worker dispatch
2026-07-02 10:02:01 +08:00
John
21e03d86b5
feat: add tool gateway protocol
2026-07-02 09:23:55 +08:00
John
e24e6ca4a7
feat: add runtime worker heartbeat sidecar
2026-07-02 09:03:30 +08:00
John
a0af049fa7
fix: pass mindspace link bypass to prod release
2026-07-02 08:49:21 +08:00
John
c7d8140a69
feat: gate code runs by user whitelist
2026-07-02 08:42:44 +08:00
John
8a53dff856
chore: prune runtime slo reports
2026-07-02 08:38:56 +08:00
John
bb98734d9c
fix: let external agent worker drain before exit
2026-07-02 08:30:01 +08:00
John
a402509d6e
chore: schedule runtime slo reports
2026-07-02 08:12:02 +08:00
John
e3ce4032c6
feat: write runtime slo daily reports
2026-07-02 08:09:02 +08:00
John
12f74eb44e
feat: add first token latency window stats
2026-07-02 08:06:58 +08:00
John
05d29ce62d
feat: add external agent run worker entry
2026-07-02 08:02:03 +08:00
John
3ea973968e
feat: add agent run queue controls
2026-07-02 07:52:07 +08:00
John
8e5094fcd9
feat: record first token latency in runtime router
2026-07-02 07:45:47 +08:00
John
41b7b5ffa3
chore: add runtime metrics agent and slo report
2026-07-02 07:41:46 +08:00
John
a13808b462
feat: feed worker metrics into runtime router
2026-07-02 07:35:10 +08:00
John
b97c8e822e
chore: add worker stream reconcile dry run
2026-07-02 07:28:58 +08:00
John
e989526886
feat: gate code agent runs server side
2026-07-02 07:25:16 +08:00
John
304a9eaea2
chore: add code run entry check
2026-07-02 07:22:49 +08:00
John
e17dcaf4a8
feat: gate code tools by task mode
2026-07-02 07:12:18 +08:00
John
c9b7252832
fix: avoid opening sse in runtime check
2026-07-02 07:06:25 +08:00
John
4420cca340
chore: add runtime observability ops
2026-07-02 07:04:50 +08:00
John
04e308e582
feat: add streaming runtime router
2026-07-02 06:55:26 +08:00
john
62c1d72470
fix(agent): inject Asia/Shanghai time anchor on 0630007 line
...
Agent replies were reporting UTC time because 0630007-memind never injected
TKMind 当前时间基准 into session memory. Port the time anchor from the
0630004 work only—no miniapp branch changes—and add a 103 rollback script.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 18:31:32 +08:00
john
b273bb7aa2
fix: gate public page download links before Portal release
...
Add a MindSpace public HTML checker for missing companion docx/PDF paths, wire it into runtime packaging and release-portal-runtime-prod.sh, and document the workflow for agents and ops.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 18:18:27 +08:00
john
5a970e612e
chore: enforce standard branch release workflow
2026-07-01 18:14:24 +08:00
john
b7af5b00dc
fix(release): restart m.tkmind.cn portal tunnel after Portal deploy
...
Bundle memind-portal-tunnel.sh into the runtime artifact and kickstart
cn.tkmind.memind-portal-tunnel on 103 after Portal health checks so 105
nginx can reach 127.0.0.1:19081 following runtime releases.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 18:12:31 +08:00
john
d7cbf3cc96
chore: add 105 runtime and openhands ops tooling
2026-07-01 18:10:48 +08:00
john
722b18326f
feat(mindspace): 0630004 空间 UI、聊天连接、微信分享与 Agent 能力
...
含 MindSpace 三列布局与统计修复、聊天加载态与连接降级、平台页脚标记与 og:site_name 微信卡片、勾选资料删除 Agent 接口及内部话术过滤。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 18:08:06 +08:00
john
ea6c49f046
feat(mindspace): 全部页面管理、级联删除与页面同步去重
...
支持全部页面分页/多选/删除/分享,删除时可选移除广场帖并清理工作区附件;修复并发同步重复创建页面,并补齐预览下载链接重写与 iframe 下载权限。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 18:08:06 +08:00