feat(owner): integrate cascading LLM access - #17
Merged
vitaliytv merged 1 commit intoJul 27, 2026
Conversation
Плановик/критик/штаб тепер ходять через один Tauri-command (owner-llm, окремий workspace crate без залежності на tauri — n-tauri: core_test_isolation) замість трьох незалежних createOpenAiChat. Драбина: ACP-підписка (Cursor/Codex CLI), лише якщо клас external_comms дозволено autonomy.yml вузла → local/cloud тир крейта llm-cascade поверх онбординг-конфігу omlx. Драбину компонує JS (use-llm-cascade.js), крейт свідомо без вбудованого retry. llm-cascade — nitra/7n-rules (llm-lib/crates/llm-cascade), тепер публічний репозиторій, тому git-залежність без потреби в CI-секреті для приватного доступу. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 tasks
vitaliytv
added a commit
that referenced
this pull request
Jul 27, 2026
…rkspace (#26) release-owner.yml падав на кожному owner-релізі з owner@0.16.0: PR #17 (67e3744) повернув owner/Cargo.toml зі своїм [workspace], видаленим ще в 1efb2bd — Cargo відтоді резолвив owner/src-tauri й owner/owner-llm у незафіксований вкладений воркспейс замість кореневого. Без Cargo.lock там git-залежності mt-core/llm-cascade (без rev) щоразу тягнули живий HEAD nitra/mt і nitra/7n-rules — а структура nitra/mt відтоді розійшлась, тому cargo не міг знайти Cargo.toml за очікуваним шляхом. - видалено owner/Cargo.toml (вкладений workspace) - pin rev на mt-core (app/src-tauri, owner/src-tauri) і llm-cascade (owner/owner-llm) — той самий канон, що вже в tauri-plugin-agent - перевірено cargo check --workspace з чистим CARGO_HOME (як на CI-раннері) Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
vitaliytv
deleted the
codex/reconcile-feat-owner-integrate-cascading-llm-acces-2
branch
July 31, 2026 05:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Джерело:
branch:refs/remotes/origin/claude/llm-cascade-owner-integration-8fc74c.Completed LLM cascade integration includes Rust and JS implementations, UI integration, tests, behavioral documentation, and change metadata.
Перевірки:
git diff --check origin/main...HEADnpx @7n/rules lint changelog --no-fix