k88936
|
75fda11b99
|
异步化 DirectProject 线程订阅
把历史末项读取和订阅初始化移入 spawn_blocking,避免同步命令阻塞。
|
2026-09-15 23:38:07 +08:00 |
|
k88936
|
62d413c792
|
记录 DirectProject 请求解决事件
将 serverRequest/resolved 转换为 request.resolved 事件,及时解除订阅请求占用。
|
2026-09-15 23:38:07 +08:00 |
|
k88936
|
63d16ae8c7
|
修复 DirectThread 生命周期锚点清理
让回合开始事件可清理,并保留模块测试所需的身份辅助导入。
|
2026-09-15 23:38:06 +08:00 |
|
k88936
|
6d351c2251
|
统一 DirectProject 线程订阅路径身份
订阅端复用 canonical project identity 并匹配 Windows 路径归一化。
|
2026-09-15 23:38:06 +08:00 |
|
k88936
|
c4c1428126
|
清理 DirectProject 空状态临时回复
Reducer 没有累计文本时同步清空旧的瞬时回复。
|
2026-09-15 23:38:05 +08:00 |
|
k88936
|
4f5e409115
|
补充 DirectProject 历史读取错误提示
捕获历史切片读取失败并保留加载状态清理。
|
2026-09-15 23:38:05 +08:00 |
|
k88936
|
7083ee9ffd
|
修复 DirectProject 历史可见数量
加载更早消息后同步增加会话可见窗口。
|
2026-09-15 23:38:05 +08:00 |
|
k88936
|
69a28847dc
|
修复 DirectThread 新回合状态残留
新回合开始时清空累计回复文本和活动 item 集合。
|
2026-09-15 23:38:04 +08:00 |
|
k88936
|
48fa394bfc
|
接入DirectProject交互请求事件
将app-server审批与用户输入请求投影为标准运行态事件\n仅转发请求标识,不暴露完整请求载荷
|
2026-09-15 23:38:04 +08:00 |
|
k88936
|
feb20ee659
|
整理DirectProject事件模块依赖
将历史记录类型依赖置于模块顶部
|
2026-09-15 23:38:04 +08:00 |
|
k88936
|
2bcf210552
|
接入DirectProject历史懒加载
进入项目先读取有限历史切片而非完整对话\n按最早item ID向前翻页并保留hasMore状态\n复用同一历史item投影构造聊天记录
|
2026-09-15 23:38:03 +08:00 |
|
k88936
|
9cd43b2ce8
|
补齐DirectProject历史完成项锚点
Thread Manager订阅在内存锚点为空时读取持久化最后item ID\n保持重启恢复与历史懒加载锚点一致
|
2026-09-15 23:38:03 +08:00 |
|
k88936
|
a18aecd0e0
|
接入DirectProject前端线程订阅
新增独立raw event reducer并按item与turn事件重建运行态\n页面进入时注册notify订阅并通过consume推进Rust内部游标\n队列过期后保留旧状态并重新bootstrap
|
2026-09-15 23:38:02 +08:00 |
|
k88936
|
f138cd7d55
|
收紧DirectProject公开事件投影
item事件仅传递类型与完成标记,不转发完整app-server载荷\nturn完成事件仅保留安全终态\n补充事件投影脱敏测试
|
2026-09-15 23:38:02 +08:00 |
|
k88936
|
147976218b
|
修正DirectProject事件队列队头清理
将运行态队列改为Vec加head索引\n仅清理可持久化事件的队头并保留未完成item事件\n增加定期compact避免已清理前缀长期占用内存
|
2026-09-15 23:38:01 +08:00 |
|
k88936
|
d5a023c87c
|
接入DirectProject线程事件消费命令
将app-server item与turn事件接入Thread Manager
新增subscribe、consume和历史切片Tauri命令
保证响应item持久化成功后才发布完成事件
|
2026-09-15 23:38:01 +08:00 |
|
k88936
|
c1b5f17c36
|
新增DirectProject线程事件队列
新增单thread全局事件序列与append-only队列
新增subscriber独立cursor、consume和过期回收语义
补充并发订阅、未完成item、生命周期锚点和队头清理测试
|
2026-09-15 23:38:01 +08:00 |
|
k88936
|
6f23293ca5
|
修正 Response item content 类型投影
区分 turn/start 的 text 与历史 message 的 input_text
将 AGC 私有引用转换为标准 input_text
新增回归测试避免未知 variant text
|
2026-09-15 23:38:00 +08:00 |
|
k88936
|
051c2ec898
|
收紧历史测试与注释口径
移除 legacy 投影描述
将历史测试统一为 Response item 合同
|
2026-09-15 23:38:00 +08:00 |
|
k88936
|
5576acdc11
|
接入前端 canonical 用户 Response item
按 Lexical 顺序构造 message.content
DirectProject payload 改为发送 userItem
策略重试保留同一 canonical item
|
2026-09-15 23:37:59 +08:00 |
|
k88936
|
6664b77142
|
补充前端用户 Response item 契约测试
覆盖 Lexical 文本与引用交错顺序
验证资源引用只发送稳定 resourceId
|
2026-09-15 23:37:58 +08:00 |
|
k88936
|
152041cd19
|
删除旧 DirectProject 引用协议
移除 DirectCodexTurnReference 平行 DTO 与渲染路径
将引用数量上限收回 canonical user item 校验模块
|
2026-09-15 23:37:58 +08:00 |
|
k88936
|
6d190e2f8c
|
补齐 Response item 严格合同测试
拒绝资源引用额外身份字段与未知 content part
补充历史 item wire 投影边界测试
同步 DirectProject 历史文档为无 fallback 合同
|
2026-09-15 23:37:58 +08:00 |
|
k88936
|
d48d09905d
|
严格使用 DirectProject Response item 历史
移除 game-creator-conversation.v1 读取 fallback
历史注入前逐项投影 canonical user item 为 Codex message
无效 item 在持久化前失败关闭
|
2026-09-15 23:37:57 +08:00 |
|
k88936
|
5bc7340304
|
抽离 DirectProject 身份解析模块
将项目 canonical identity 与 digest 放入独立文件
保持 Codex app-server 线程池调用接口不变
|
2026-09-15 23:37:57 +08:00 |
|
k88936
|
76bbeb6848
|
重构 DirectProject Agent 深模块
将 direct_runtime 与 codex_app_server 改为目录模块
拆分 user item 的模型、校验与 wire 投影文件
抽离 DirectProject 历史注入载荷构造 seam
|
2026-09-15 23:37:57 +08:00 |
|
k88936
|
24bbdfda7d
|
新增 DirectProject 用户 Response item 契约
新增 Rust canonical user item 与 Codex wire 转换模块
增加 ts-rs 绑定目录及生成文件检查边界
更新聊天素材引用规范与里程碑实施计划
|
2026-09-15 23:37:56 +08:00 |
|
suzmii
|
a8559597ca
|
去除 Markdown 多余空行
保留两个换行表示的正常空行,仅压缩普通正文中的连续多余换行
|
2026-09-15 23:37:53 +08:00 |
|
suzmii
|
5508456d3e
|
收紧对话 Markdown 间距
减少段落和列表之间的空白,避免回复出现过多空行
|
2026-09-15 23:34:02 +08:00 |
|
kdletters
|
34503990f2
|
修复 AGC 维护期登录错误提示
Project CI / AI game creator shell Rust shard 2/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (push) Has been cancelled
Project CI / AI game creator shell Rust smoke (push) Has been cancelled
Project CI / AI game creator shell Rust crates (push) Has been cancelled
Project CI / Backend tests (push) Has been cancelled
Project CI / Native shell tests (push) Has been cancelled
Project CI / Frontend tests (push) Has been cancelled
Project CI / Repository checks (push) Has been cancelled
Project CI / AI game creator shell web tests (push) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (push) Has been cancelled
按 HTTP 状态展示认证服务不可用、超时和维护提示
增加 503 非 JSON 维护页认证界面回归测试
同步 AGC 启动认证错误提示技术方案
|
2026-09-15 23:31:00 +08:00 |
|
suzmii
|
96f1889164
|
Merge remote-tracking branch 'origin/master' into feat/chat-codex-ui
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
|
2026-09-15 23:29:08 +08:00 |
|
suzmii
|
7970bc68bd
|
Merge remote-tracking branch 'origin/master' into feat/chat-codex-ui
# Conflicts:
# apps/ai-game-creator-shell/src/App.tsx
|
2026-09-15 23:26:00 +08:00 |
|
lhk229
|
390bfafed8
|
Opt/design simplify (#377)
Project CI / AI game creator shell Rust shard 2/4 (push) Successful in 5m21s
Project CI / AI game creator shell Rust shard 1/4 (push) Failing after 5m51s
Project CI / AI game creator shell Rust shard 4/4 (push) Successful in 4m48s
Project CI / AI game creator shell Rust smoke (push) Successful in 2m17s
Project CI / Frontend tests (push) Has been cancelled
Project CI / Repository checks (push) Has been cancelled
Project CI / AI game creator shell web tests (push) Has been cancelled
Project CI / Backend tests (push) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (push) Has been cancelled
Project CI / AI game creator shell Rust crates (push) Has been cancelled
Project CI / Native shell tests (push) Has been cancelled
Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/377
Co-authored-by: Linghong <ink29535@proton.me>
Co-committed-by: Linghong <ink29535@proton.me>
|
2026-09-15 23:20:06 +08:00 |
|
suzmii
|
1b8053de15
|
固定运行状态卡片高度
避免回复流式生成期间状态卡片随内容变化而收缩
|
2026-09-15 23:15:40 +08:00 |
|
suzmii
|
d6420c8db5
|
移除运行中重复耗时
运行中的回合只保留状态卡片耗时,历史回合继续显示会话耗时
|
2026-09-15 23:11:40 +08:00 |
|
suzmii
|
e39714e17d
|
删除对话空状态提示
移除工作台会话区域中的引导 hint
|
2026-09-15 23:07:53 +08:00 |
|
suzmii
|
05b4f9bc87
|
修复智能创作对话展示与工具调用
修复流式回复、运行状态卡片和回合耗时展示
保留创建项目时的初始提示词并调整输入区按钮
展示工具调用输入输出并清理命令输出中的 ANSI 编码
|
2026-09-15 23:00:45 +08:00 |
|
kdletters
|
7015f41a8e
|
修复 AGC Skill 清单指纹
Project CI / AI game creator shell Rust shard 2/4 (push) Successful in 5m46s
Project CI / AI game creator shell Rust shard 3/4 (push) Successful in 5m44s
Project CI / AI game creator shell Rust shard 1/4 (push) Successful in 6m4s
Project CI / AI game creator shell Rust shard 4/4 (push) Failing after 6m12s
Project CI / AI game creator shell Rust smoke (push) Successful in 1m58s
Project CI / AI game creator shell Rust crates (push) Successful in 2m26s
Project CI / Native shell tests (push) Successful in 6m44s
Project CI / Repository checks (push) Successful in 5m40s
Project CI / Backend tests (push) Successful in 9m15s
Project CI / Frontend tests (push) Successful in 8m43s
Project CI / AI game creator shell web tests (push) Successful in 3m56s
同步 taonier-art-assets 内容指纹
递增 Skill pack manifest 版本
|
2026-09-15 22:23:37 +08:00 |
|
kdletters
|
c7ba007463
|
修复 AGC 长回合鉴权与素材验收循环
Project CI / AI game creator shell Rust shard 1/4 (push) Failing after 4m39s
Project CI / AI game creator shell Rust shard 2/4 (push) Failing after 4m50s
Project CI / AI game creator shell Rust shard 3/4 (push) Failing after 4m18s
Project CI / Native shell tests (push) Has been cancelled
Project CI / Frontend tests (push) Has been cancelled
Project CI / Repository checks (push) Has been cancelled
Project CI / AI game creator shell web tests (push) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (push) Has been cancelled
Project CI / AI game creator shell Rust crates (push) Has been cancelled
Project CI / Backend tests (push) Has been cancelled
Project CI / AI game creator shell Rust smoke (push) Has been cancelled
修复 DirectProject 长回合平台会话保活与 401 分类
允许已登记普通平台图片通过运行时素材完成门禁
兼容预览 UUID 图片路径并补充技术方案说明
|
2026-09-15 22:16:12 +08:00 |
|
suzmii
|
d7f20a2f4d
|
补注册 read_agent_runtime_error_detail 到 Tauri handler 列表(合并时被 checkout 覆盖)
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 5m8s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 5m38s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 5m53s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 5m58s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m50s
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
|
2026-09-15 20:55:53 +08:00 |
|
suzmii
|
1b8e159153
|
同步 skill-pack 内容指纹(taonier-art-assets,version=2026-08-26.15)
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 5m21s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 5m37s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 4m37s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 3m52s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 2m27s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 2m39s
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
|
2026-09-15 20:54:27 +08:00 |
|
k88936
|
3907a8bf74
|
补齐资源 kind 字符串字段转换
资源编辑请求中的 sourceSubtype 统一从 AssetKind 显式转换字符串。
|
2026-09-15 20:52:53 +08:00 |
|
suzmii
|
1c1009c1d1
|
合并 origin/master(真合并:AGC 统一错误诊断 / 图集连通域切分)
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Failing after 5m31s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 5m19s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Failing after 5m44s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m54s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Failing after 4m13s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 2m18s
Project CI / Native shell tests (pull_request) Failing after 2m14s
Project CI / Repository checks (pull_request) Failing after 1m17s
Project CI / AI game creator shell web tests (pull_request) Failing after 51s
Project CI / Frontend tests (pull_request) Failing after 3m26s
Project CI / Backend tests (pull_request) Successful in 7m9s
- canvas_generation.rs:接入 master 新增的 slice_mode / grid_x / grid_y 结构体字段
- commands.rs:master 的 read_agent_runtime_error_detail 命令与本分支 read_direct_tool_calls 并存(两侧都保留)
- main.rs:两条命令都注册
- 冲突按"两侧语义都保住"处理;未跑测试
|
2026-09-15 20:51:19 +08:00 |
|
suzmii
|
b35f3efd55
|
Merge branch 'fix/resume-running-direct-turn' into feat/chat-codex-ui
|
2026-09-15 20:47:46 +08:00 |
|
suzmii
|
a3cedb5d50
|
合并 origin/master(AGC 统一错误诊断 / 图集连通域切分)
- commands.rs:接入 master 新增的 read_agent_runtime_error_detail 命令,并补上 prepare_local_project_asset_generation 里新增的 slice_mode / grid_x / grid_y 三个字段
- main.rs:注册 read_agent_runtime_error_detail
- 保留我们这边的 read_direct_tool_calls 等命令,两侧新增全部保留
- 冲突原为纯追加,按"两侧语义都保住"处理;未跑测试
|
2026-09-15 20:47:45 +08:00 |
|
k88936
|
46dfa2cffb
|
修复资源枚举迁移后的测试类型错误
将字体、角色和资源图 fixture 改为 AssetKind 枚举。
将资源 kind 回传到字符串字段时显式使用 to_string。
|
2026-09-15 20:45:55 +08:00 |
|
suzmii
|
7161e934e0
|
历史回读保留尚未落盘的运行时消息;过程卡不再渲染流式正文
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Successful in 5m8s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 5m38s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 4m53s
Project CI / Backend tests (pull_request) Failing after 11s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 4m0s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m44s
Project CI / Repository checks (pull_request) Failing after 11s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 3m14s
Project CI / AI game creator shell web tests (pull_request) Failing after 3m14s
Project CI / Frontend tests (pull_request) Failing after 3m29s
Project CI / Native shell tests (pull_request) Successful in 7m10s
|
2026-09-15 20:39:36 +08:00 |
|
suzmii
|
e788bf0fea
|
修复重进会话被堵死:前端打开项目时接管仍在运行的 Direct 回合
打开项目读项目对话之后调用 read_direct_codex_active_turn,返回回合时把它设回 activeDirectCodexTurnRef(字段与既有两处赋值同形),并置 directCodexStatus=running、chatAgentBusy=true,让过程卡、"任务执行中"与输入盒的终止按钮都出现
只读探测失败或没有回合等于没有回合,不影响打开项目;同一项目已接管时不重复接管,避免 /history 之类重读把 lastSequence 归零
恢复出来的回合挂 15 秒看门狗:窗口内一条本回合事件都没有,就在过程卡与输入盒提示"该回合已无响应,可在输入盒点「终止」结束它以继续";收到真实事件立刻撤掉提示与看门狗
终止按 cancel_direct_codex_turn 的返回值分流:outcome=released 说明守卫已被后端兜底释放、没有回合 promise 会回来复位,界面自己复位并展示后端可读原因;interrupted 仍等回合自身收尾
发消息若仍被"已有另一条 Direct 客户端回合正在运行"拒绝,延时接管那条回合并把出口写进提示(不与同 clientTurnId 的既有分类混用,新增独立判定)
新增 DirectActiveTurnView / DirectTurnCancelView 两个命令返回类型
|
2026-09-15 20:33:25 +08:00 |
|
suzmii
|
d833ca9d32
|
修复重进会话被堵死:终止可兜底释放残留守卫,并把拒绝文案改成可操作
cancel_direct_codex_turn 返回值改为 DirectTurnCancelView{outcome, message, clientTurnId},界面能区分"已发中断"与"守卫已被兜底释放"
cancel_direct_codex_turn_at 在拿不到可中断的活句柄(执行进程已退出 / 从没进执行器)时释放本地守卫,返回可读原因;"正在跑的是另一轮"仍保持原拒绝语义,什么都不释放
新增 release_stale_direct_taonier_active_invocation:释放条件写进注释——登记存在、clientTurnId 一致、调用方已确认执行器没有活句柄、"从没进执行器"时登记年龄还要超过 60 秒启动窗口
DirectTaonierStaleGuardReason 给出两种兜底原因与可读文案;DirectCodexActiveTurnTable 增加 registered_client_turn_id,另一轮拒绝文案提成共用常量
把"已有另一条 Direct 客户端回合正在运行"补成可操作文案:可在输入盒点终止,或等它结束后再发送(不改错误分类与前缀语义)
新增用例:同项目第二次进入仍被拒、clientTurnId 不匹配不释放、启动窗口内不释放、老过窗口释放后可再次进入、原守卫 Drop 不影响后来登记的回合
|
2026-09-15 20:33:01 +08:00 |
|
suzmii
|
48b482afaf
|
修复重进会话无法恢复运行中的 Direct 回合:Rust 增加活跃回合只读探测
新增 read_direct_codex_active_turn 只读命令:返回当前登记的 { clientTurnId, startedAt },供前端重进会话时接管正在跑的回合
DirectTaonierActiveInvocation 增加 started_at_ms 登记时刻,供只读探测与后续兜底释放判断这一轮的年龄
不改守卫互斥语义与 Drop 释放时机:探测既不进入也不抢占
把命令注册进 main.rs 的 invoke_handler
新增用例:登记中的回合能被只读探测看到、探测本身不占有不释放、Drop 之后回到 None
|
2026-09-15 20:32:29 +08:00 |
|