TGINSIGHT CHAT
ご注文はうさぎですか?
@order_usagi
Recent posts
Page 35 of 84 · 1,000 posts
Posted Mar 14
Innei 向 mx-space/core 提交了多个更改 docs: add comment reader ref design docs: update comment route design refactor(note): enqueue ai slug backfill tasks
Posted Mar 14
Innei 向 mx-space/core 提交了一个更改 chore(release): bump @mx-space/api-client to v2.3.0
Posted Mar 14
Innei 向 mx-space/core 提交了多个更改 feat(recently): add typed metadata schema and model fields feat(recently): pass type/metadata in service create/update feat(api-client): add RecentlyTypeEnum and metadata interfaces test(recently): add E2E tests for typed metadata CRUD fix(recently): resolve type compatibility issue in RecentlyDto
Posted Mar 14
mx-space/core 发布了一个新版本 v10.5.0,前往查看: https://github.com/mx-space/core/releases/tag/v10.5.0
Posted Mar 14
Innei 向 mx-space/core 提交了一个更改 release: v10.5.0
Posted Mar 14
mx-space/mx-admin 发布了一个新版本 v6.4.0,前往查看: https://github.com/mx-space/mx-admin/releases/tag/v6.4.0
Posted Mar 14
Innei 向 mx-space/mx-admin 提交了一个更改 release: v6.4.0
Posted Mar 14
Innei 向 mx-space/core 提交了一个更改 feat(note): enhance note pagination with summary retrieval Updated the NoteController to conditionally include the 'text' field in pagination queries when the 'withSummary' option is enabled. Added AiSummaryService mock for e2e tests to support summary retrieval in note listings. Signed-off-by: Innei <[email protected]>
Posted Mar 14
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/23085026204/job/67060538663
Posted Mar 14
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/23085022800/job/67060531547
Posted Mar 14
Innei 向 mx-space/core 提交了一个更改 chore(release): bump @mx-space/api-client to v2.2.0
Posted Mar 14
Innei 向 mx-space/core 提交了一个更改 feat(note): add withSummary option to note list API Add batch summary retrieval for note listings, fix TypeScript type errors in note controller without using `any`.