You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Team
Run ID: 0a66efe3-89f1-4ce0-ac59-88966213b2df
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更摘要
Session 创建与 Deployment Run 的初始文件引用现在共用资源计划和初始事件校验。相同的末尾
system.message携带 URL 图片时,两条入口都拒绝;合法文本顺序继续接受。直接创建 Session 的公开事件保留原始附件字段。initial_events,与资源在同一个创建事务内提交。SessionFileMount与EventFileBinding,继续复用insertSessionTx。依赖与范围
依赖 #227 的运行中事件文件引用与 worker 转换。当前目标分支为
codex/session-event-file-references,Files changed 只展示创建入口的增量。#227 合并后将目标分支改为main。前端附件能力由另一个 PR 提供,本 PR 不依赖它。
验证
just test,全量集成测试未通过:当前共享数据库缺少deployment_runs.scheduled_at、environment_work.session_uuid、Vault 加密列等 schema,阻断 Session/Deployment API 集成用例。