Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
f410b12
feat(tools): flyai 检索工具 typed 参数契约第一刀(issue #112,D-30)——query json bl…
Danceiny Sep 4, 2026
4b09e1d
feat(tools): D-30 第二刀——session/hotel/weather 三工具 typed 参数契约迁移(issue #…
Danceiny Sep 4, 2026
7671dc5
feat(tools): D-30 第三刀——七高频工具 typed 参数契约迁移(issue #112)——session_login/…
Danceiny Sep 4, 2026
59be5fb
feat(tools): D-30 第四刀——query blob 清零,wish_pool/trip_log/flight_verify…
Danceiny Sep 4, 2026
63ae136
feat(tools): D-30 第五刀收官——23/23 工具 typed 参数契约迁移完成(issue #112)——feasibi…
Danceiny Sep 4, 2026
33e5db2
feat(tools): 工具描述首行生成 + doctor 宿主插件覆盖面(issue #113,L1 残量收口)——①toolRout…
Danceiny Sep 4, 2026
4c2d859
feat(bootstrap): 启动一次性 doctor 摘要(issue #114,L2)——web/headless 启动时 inn…
Danceiny Sep 4, 2026
01d5e07
feat(effects): 解译器迁移收尾(issue #115,D-23 收口)——anything/web/github/video…
Danceiny Sep 4, 2026
c512377
feat(session): 商店版扩展检测——needs-extension 文案自适应跳过 dev-mode(#117,D-24 清偿…
Danceiny Sep 4, 2026
f7eed98
runtime: 移除 legacy vendored dsh 回退路径(#120,D-27 清偿,决策=移除) (#130)
Danceiny Sep 4, 2026
7b11fa9
feat(facts): 事实闸覆盖面——酒店 claim 入闸 + 渲染原语单向生成(issue #118,D-26 收口)——Hote…
Danceiny Sep 4, 2026
edd656e
merge: feat 线(#116/#119/#132 文档与状态面)合入 stack——#117/#118/#120 与 #116/#…
Danceiny Sep 4, 2026
fcc1957
chore(release): rc.19 版本 bump——extension/manifest.json 跟随主版本(0.0.1-rc…
Danceiny Sep 4, 2026
ea48470
Merge remote-tracking branch 'origin/feat/session-hotel-train-doctor'…
Danceiny Sep 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "GoTry Session Bridge",
"version": "0.0.1.18",
"version": "0.0.1.19",
"description": "GoTry 会话检索桥(issue #21):在你自己的登录态里只读嗅探检索回包(机票/酒店/火车)与登录票据 cookie 名;零凭证经手,登录在官网由你完成,检索只读不写。",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnuzBX8rT8+RZKEUip5VRA0cY056pExy9PNdN9YCiuY3dgglRbcIBhjuFJoR6EX3/MaUv82vJVyItRVrowXLTwDk4WZof0vwFgKL0zBK304PC46pUaAKTSu1PgXeL1+j5KTAGz/9a9+RnPdbj7jND5rM/MOmBHNPVPpp1NlwxRGIgF9OxHSOfXORcH4Iyte1aJSFUJbFtNS/DaE5D+KjyupPLyIqVN/dCiKnNsTCEHQB9ngeli665PFp76hkccHQQZ4sVuMLS4zBPcazUsp1kcnW+xsQoUATkODTCY+Pzk3zUVF1QOESTjRCVnbNi8tkO43RMRs2q63gX/3inFivcEwIDAQAB",
"permissions": [
Expand Down Expand Up @@ -46,5 +46,5 @@
"run_at": "document_start"
}
],
"version_name": "0.0.1-rc.18"
}
"version_name": "0.0.1-rc.19"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danceiny/gotry",
"version": "0.0.1-rc.18",
"version": "0.0.1-rc.19",
"description": "GoTry — 从出发到下一次出发的 AI 旅行 Agent(dsh 插件)。npm/源码入口共用锁定的 dsh runtime + README 安装路径。",
"type": "module",
"main": "ts/src/index.ts",
Expand Down
Loading