Guide TUI users through Anthropic secret setup - #131
Merged
nishu-builder merged 1 commit intoAug 20, 2026
Conversation
nishu-builder
force-pushed
the
codex/tui-secret-setup-guidance
branch
from
August 20, 2026 21:08
f55f994 to
30eb708
Compare
nishu-builder
force-pushed
the
codex/tui-secret-setup-guidance
branch
from
August 20, 2026 21:32
30eb708 to
25483fd
Compare
malcolmredheron
added a commit
that referenced
this pull request
Aug 20, 2026
Drops nothing of ours. The only conflict was an import list in `std/llm-step/src/main.rs` — our side added `eval_then_catching`, main's added `secret` — resolved by taking both. `Fix TUI clippy regression (#133)` supersedes the `#[allow]` reverted in a1ddfbd: it takes `SubmitMessagePolicy` where the function was taking `require_absent`/`proposal` loose and packing them into that struct two lines later. Seven arguments, no suppression. A suppression that outlives its cause is worse than none — the next reader takes it to mean "these arguments travel together" when one of them was two arguments wearing a trenchcoat. Also arriving: `Use secrets in conversations (#113)` and `Guide TUI users through secret setup (#131)`, which move the secret store this branch threads through `ClientEvalHost::mark_curry` and the eval memo key — worth the full gate rather than an assumption. Verified on the merged tree: nix build, lint-flake-src.sh, cargo build/clippy/fmt/test, `cargo doc -D warnings`, and `CAOS_SALT=$(date --iso=s) run-tool test` — 45/45.
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.
Stacked on #113.
Before entering raw terminal mode, the TUI now verifies that the conversation secret is configured. Missing credentials produce a complete setup recipe: the local file, both
llm-stepandllm-callreaders, and the entropy command. The same checked loader is used by turn preparation, title generation, dispatch, and recovery so their errors stay consistent.Tests:
cargo fmt --all -- --checkcargo test --workspacenix buildCAOS_SALT=$(date -u +%Y-%m-%dT%H:%M:%SZ) result/bin/caos-cli run-tool test(44/44)git diff --check.caos-secrets(confirmed instructions render before raw mode)