Skip to content

Commit 2b53ac3

Browse files
github-actions[bot]finalfantasiapkx07CopilotCopilot
authored
chore(sync): feat/hot-reload-smooth onto upstream/dev (#8)
* feat(opencode): add `cljfmt` formatter support for Clojure files (anomalyco#13426) * fix(website): correct zh-CN translation of proprietary terms in zen.mdx (anomalyco#13734) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * chore: generate * desktop: use process-wrap instead of manual job object (anomalyco#13431) * feat(opencode): Add Venice support in temperature, topP, topK and smallOption (anomalyco#13553) * feat(opencode): add conservative workspace hot reload * fix(opencode): reset caches and emit hot reload event * feat(experimental): add hot reload API trigger * chore(sdk): regenerate OpenAPI for hot reload * test(hotreload): gate darwin path alias on macOS * chore(flags): simplify hot reload gating * chore(flags): align hot reload env with experimental * feat(hotreload): emit change events and support manual mode * feat(hotreload): make reload userland-driven * chore(sdk): include hot reload changed event * feat(hotreload): reset plugins, tools, and mcp on apply * fix(cli): allow --agent with --attach * Revert "fix(cli): allow --agent with --attach" This reverts commit 7f1c77f. * fix(hotreload): apply within instance context --------- Co-authored-by: Salam Elbilig <finalfantasia@users.noreply.github.com> Co-authored-by: Pan Kaixin <pan_kaixin@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Brendan Allan <brendonovich@outlook.com> Co-authored-by: dpuyosa <dpuyosa@users.noreply.github.com> Co-authored-by: Benjamin Shafii <benjamin.shafii@gmail.com>
1 parent 09b6972 commit 2b53ac3

File tree

11 files changed

+293
-257
lines changed

11 files changed

+293
-257
lines changed

packages/desktop/src-tauri/Cargo.lock

Lines changed: 84 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src-tauri/Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tauri-plugin-single-instance = { version = "2", features = ["deep-link"] }
3434

3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
37-
tokio = "1.48.0"
37+
tokio = { version = "1.48.0", features = ["process"] }
3838
listeners = "0.3"
3939
tauri-plugin-os = "2"
4040
futures = "0.3.31"
@@ -52,6 +52,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
5252
tracing-appender = "0.2"
5353
chrono = "0.4"
5454
tokio-stream = { version = "0.1.18", features = ["sync"] }
55+
process-wrap = { version = "9.0.3", features = ["tokio1"] }
5556

5657
[target.'cfg(target_os = "linux")'.dependencies]
5758
gtk = "0.18.2"
@@ -62,14 +63,6 @@ objc2 = "0.6"
6263
objc2-web-kit = "0.3"
6364

6465

65-
[target.'cfg(windows)'.dependencies]
66-
windows = { version = "0.61", features = [
67-
"Win32_Foundation",
68-
"Win32_System_JobObjects",
69-
"Win32_System_Threading",
70-
"Win32_Security"
71-
] }
72-
7366
[patch.crates-io]
7467
specta = { git = "https://github.com/specta-rs/specta", rev = "591a5f3ddc78348abf4cbb541d599d65306d92b9" }
7568
specta-typescript = { git = "https://github.com/specta-rs/specta", rev = "591a5f3ddc78348abf4cbb541d599d65306d92b9" }

0 commit comments

Comments
 (0)