Skip to content

Commit 9b6fa96

Browse files
committed
chore: bump @7n/tauri-components to 0.13.9
Picks up today's AgentDialog fixes: model-label per turn, tier-select hidden when the agent has none, mid-conversation agent switch (chat continuity + context handoff), acp_spawn_agent/acp_prompt race fix, and the identity-confusion fix in the handoff context.
1 parent 9c3004c commit 9b6fa96

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:all": "bun run test && bun run test:rust"
1919
},
2020
"dependencies": {
21-
"@7n/tauri-components": "^0.12.0",
21+
"@7n/tauri-components": "^0.13.9",
2222
"@quasar/extras": "^2.0.2",
2323
"@tauri-apps/api": "^2.11.1",
2424
"@tauri-apps/plugin-dialog": "^2.7.2",

app/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tauri-plugin-dialog = "2"
3535
# mlmail/myshare/mikrotik apps use. Pinned to a specific rev (not floating) so
3636
# a future push to the package repo can't silently change this app's Rust
3737
# surface underneath it.
38-
tauri-plugin-agent = { git = "https://github.com/nitra/tauri-components", rev = "ef4b3419e5507f4212f07bf61b3b081886459656" }
38+
tauri-plugin-agent = { git = "https://github.com/nitra/tauri-components", rev = "87f87e74ab56358746e75af8904abec96f4648d1" }
3939
serde = { version = "1", features = ["derive"] }
4040
serde_json = "1"
4141
uuid = { version = "1", features = ["v4"] }

bun.lock

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

0 commit comments

Comments
 (0)