Commit Graph

460 Commits

Author SHA1 Message Date
john 205b5fd8be feat: add system disclosure policy gate
Memind CI / Test, build, and release guards (pull_request) Successful in 3m14s
2026-07-23 22:53:15 +08:00
john ba6cc10f08 merge: semantic WeChat session actions
Memind CI / Test, build, and release guards (push) Successful in 2m39s
2026-07-23 17:44:04 +08:00
john 7e20ec14f1 feat: add semantic WeChat session actions 2026-07-23 17:18:25 +08:00
john 890264ba10 feat: combine dedicated and web search providers 2026-07-23 12:38:20 +08:00
john d9eb11f5f5 feat: refresh MeMind welcome copy 2026-07-23 11:48:56 +08:00
john 6ee8542da2 fix: stop stuck loading after session run conflict 2026-07-23 11:48:56 +08:00
john baa383548c Merge fix: harden agent and WeChat run completion
Memind CI / Test, build, and release guards (push) Has been cancelled
2026-07-23 10:24:40 +08:00
john a69e2766ed fix: harden agent and WeChat run completion 2026-07-23 10:24:21 +08:00
tkmind d81e798b28 Merge pull request #25: fix WeChat session isolation and page links
Memind CI / Test, build, and release guards (push) Successful in 3m44s
修复微信历史图片会话污染、换新会话失效及普通聊天误追加历史页面链接。
2026-07-22 06:16:26 +00:00
john db225b784e fix(wechat): isolate stale images and page links
Memind CI / Test, build, and release guards (pull_request) Successful in 2m36s
2026-07-22 14:08:18 +08:00
tkmind aea3c1e83e Merge pull request #24: fix WeChat episodic recall
Memind CI / Test, build, and release guards (push) Successful in 3m9s
2026-07-22 05:42:38 +00:00
john 5242cbf08b fix: inject episodic memory into WeChat agent
Memind CI / Test, build, and release guards (pull_request) Successful in 3m24s
2026-07-22 13:41:40 +08:00
tkmind 881f70f4bf Merge pull request 'feat: 补充历史会话记忆召回' (#23) from codex/episodic-memory-recall into main
Memind CI / Test, build, and release guards (push) Successful in 3m53s
CI passed; merge episodic history recall with rollout gates.
2026-07-22 04:59:42 +00:00
john 93d7bc0cd5 feat: add episodic history recall
Memind CI / Test, build, and release guards (pull_request) Successful in 4m37s
2026-07-22 12:36:20 +08:00
tkmind 092ed16d82 Merge pull request 'fix: 修复微信服务号新缩略图交付失败' (#22) from codex/wechat-thumbnail-delivery-fix into main
Memind CI / Test, build, and release guards (push) Successful in 4m7s
Reviewed-on: #22
2026-07-22 04:21:16 +00:00
john cb62b36cd5 fix: recover WeChat page thumbnail delivery
Memind CI / Test, build, and release guards (pull_request) Successful in 5m1s
2026-07-22 11:51:48 +08:00
john 57d2c14fca fix(memory): honor empty extraction results
Memind CI / Test, build, and release guards (push) Successful in 2m55s
2026-07-22 11:43:45 +08:00
john d52aab8ab0 fix(memory): add bounded hybrid recall
Memind CI / Test, build, and release guards (push) Successful in 3m52s
2026-07-22 11:15:00 +08:00
john c10788dfe1 fix(memory): extract from original user messages
Memind CI / Test, build, and release guards (push) Successful in 2m59s
2026-07-22 10:56:18 +08:00
tkmind 1f9e147dea merge: retry missing WeChat page thumbnails
Memind CI / Test, build, and release guards (push) Successful in 2m59s
Retry a service-account page once in a fresh session when the first run omits its required current-run thumbnail; notify only after the retry also fails.
2026-07-22 01:43:27 +00:00
john 7b3acb6813 fix(wechat): retry missing page thumbnails in fresh sessions
Memind CI / Test, build, and release guards (pull_request) Successful in 4m1s
2026-07-22 09:38:13 +08:00
tkmind aafda0cf64 merge: trust configured imgproxy generated images
Memind CI / Test, build, and release guards (push) Successful in 3m40s
Service-account generated images may be served from the configured imgproxy origin. Preserve explicit origin trust and reject unknown hosts.
2026-07-22 01:10:46 +00:00
john c6ae7cd21c fix(wechat): trust configured imgproxy generated images
Memind CI / Test, build, and release guards (pull_request) Successful in 2m56s
2026-07-22 09:05:18 +08:00
tkmind 1765cac65a merge: honor explicit WeChat page generation negation
Memind CI / Test, build, and release guards (push) Successful in 2m49s
Merge real-WeChat acceptance fix after successful CI.
2026-07-21 15:44:24 +00:00
john efbbe69e2c fix(wechat): honor explicit page generation negation
Memind CI / Test, build, and release guards (pull_request) Successful in 2m56s
2026-07-21 23:40:29 +08:00
john c2e2209344 fix(memory): sync new memories into pgvector
Memind CI / Test, build, and release guards (push) Successful in 2m31s
2026-07-21 23:30:18 +08:00
tkmind 6f4a3b53d0 merge: add WeChat image generation delivery policy
Memind CI / Test, build, and release guards (push) Successful in 2m39s
Merge service-account image generation policy after successful CI validation.
2026-07-21 15:27:00 +00:00
john 28581310da feat(wechat): add image generation delivery policy
Memind CI / Test, build, and release guards (pull_request) Successful in 2m45s
2026-07-21 23:22:06 +08:00
john bfb1f6fea9 fix(memory): initialize candidates and enforce lifecycle rollout
Memind CI / Test, build, and release guards (push) Successful in 3m29s
2026-07-21 22:55:19 +08:00
tkmind 0dd9331e5b merge: verify MindSpace service replacement
Memind CI / Test, build, and release guards (push) Successful in 2m15s
CI run 1065 passed. Fixes the 8082 listener race and validates the replacement launchd job.
2026-07-21 10:59:04 +00:00
john 4e6db07123 fix: verify MindSpace service replacement
Memind CI / Test, build, and release guards (pull_request) Successful in 2m26s
2026-07-21 18:55:23 +08:00
tkmind fe4b8c0da9 merge: preserve MindSpace runtime data during release
Memind CI / Test, build, and release guards (push) Successful in 2m30s
CI run 1063 passed. Required release safety fix for the image_make production canary.
2026-07-21 10:41:21 +00:00
john fa777fa195 fix: preserve MindSpace runtime data during release
Memind CI / Test, build, and release guards (pull_request) Successful in 2m31s
2026-07-21 18:37:49 +08:00
tkmind b63c906c23 merge: complete reviewed image generation delivery
Memind CI / Test, build, and release guards (push) Successful in 2m57s
Merge validated 0717-dev image generation delivery changes. No 103 runtime artifact or production deployment.
2026-07-20 12:09:06 +00:00
john 4b15610aa8 feat(image): complete reviewed generation delivery
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
2026-07-20 20:04:53 +08:00
john fc3d27aae0 fix(mindspace): do not block home on job summary 2026-07-20 20:04:53 +08:00
john b6f2b40942 fix(page-data): isolate invalid workspace bindings 2026-07-20 20:04:53 +08:00
john 105a72c1f1 feat: add guarded image generation controls 2026-07-20 20:04:53 +08:00
john 72ed4dde83 fix: complete image_make asset delivery 2026-07-20 20:04:53 +08:00
john 9cf12e3786 feat: expose image generation to page agents 2026-07-20 20:04:53 +08:00
john 5b88f8ece5 feat: integrate image_make with MindSpace assets 2026-07-20 20:04:53 +08:00
john 2f4366e882 merge: enable WeChat media for all users
Memind CI / Test, build, and release guards (push) Successful in 2m18s
2026-07-18 21:21:13 +08:00
john 2ce1527edd feat: enable WeChat media for all users 2026-07-18 21:20:56 +08:00
john 1161292482 merge: fix WeChat multi-image gray flow
Memind CI / Test, build, and release guards (push) Successful in 2m28s
2026-07-18 19:53:21 +08:00
john 711a7d2061 fix: aggregate WeChat multi-image batches 2026-07-18 19:53:09 +08:00
john 341cf5ae89 merge: fix WeChat media gray pipeline
Memind CI / Test, build, and release guards (push) Successful in 1m55s
2026-07-18 19:10:13 +08:00
john ae3e1ba3fa fix: recover stale WeChat active requests 2026-07-18 19:05:33 +08:00
john 8eaf4d23f3 fix: route WeChat media through shared vision pipeline 2026-07-18 18:15:22 +08:00
john 8ccaf3b39d merge: add WeChat media analysis gray rollout
Memind CI / Test, build, and release guards (push) Successful in 2m35s
2026-07-18 17:50:06 +08:00
john 94f347398d feat: gate WeChat media analysis by user 2026-07-18 17:46:20 +08:00