Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/.changes/260727-1637.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bump: patch
section: Fixed
---
Пін rev у git-залежності mt-core (Cargo.toml) — без нього CI резолвив пакет на живий HEAD nitra/mt і падав, щойно там змінювалась структура репо
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tauri-plugin-agent = { git = "https://github.com/nitra/tauri-components", rev =
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
mt-core = { git = "https://github.com/nitra/mt.git" }
mt-core = { git = "https://github.com/nitra/mt.git", rev = "03050b869db4828b351defe639b6d09a1c963b4c" }
notify = "8"
tauri-plugin-mcp-bridge = "0.12.0"
tauri-plugin-process = "2.3.1"
Expand Down
5 changes: 5 additions & 0 deletions owner/.changes/260727-1637.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bump: patch
section: Fixed
---
Полагоджено release-owner.yml: видалено вкладений owner/Cargo.toml (сторонній `[workspace]`, повернутий комітом #17), який перемикав owner/src-tauri з кореневого воркспейсу на незафіксований — пін rev у git-залежностях mt-core/llm-cascade, щоб CI більше не резолвив їх на живий HEAD nitra/mt і nitra/7n-rules
6 changes: 0 additions & 6 deletions owner/Cargo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion owner/owner-llm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Agent/LLM-логіка owner — тонкі функції пов
edition = "2021"

[dependencies]
llm-cascade = { git = "https://github.com/nitra/7n-rules.git" }
llm-cascade = { git = "https://github.com/nitra/7n-rules.git", rev = "c47c5248ecb45cd076dbc2558e3c2d04f010ddfe" }

[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
2 changes: 1 addition & 1 deletion owner/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tauri-plugin-notification = "2"
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
mt-core = { git = "https://github.com/nitra/mt.git" }
mt-core = { git = "https://github.com/nitra/mt.git", rev = "03050b869db4828b351defe639b6d09a1c963b4c" }
owner-llm = { path = "../owner-llm" }
notify = "8"
chrono = "0.4"
Expand Down
Loading