feat(settings): add edgee settings profile for the e2ee debug-log passphrase#155
Open
KokaKiwi wants to merge 2 commits into
Open
feat(settings): add edgee settings profile for the e2ee debug-log passphrase#155KokaKiwi wants to merge 2 commits into
KokaKiwi wants to merge 2 commits into
Conversation
| pub mod profile; | ||
|
|
||
| /// Coding agents whose keys can be configured. Order is reused for the interactive picker. | ||
| const PROVIDERS: &[&str] = &["claude", "codebuddy", "codex", "opencode", "crush"]; |
Member
There was a problem hiding this comment.
missing cursor (no fallback/reroute), copilot in vscode
Member
Author
There was a problem hiding this comment.
The agents weren't there before, so didn't change that
But I will add them anyway
CLEMENTINATOR
requested changes
Jul 24, 2026
CLEMENTINATOR
left a comment
Member
There was a problem hiding this comment.
missing 2 agents but otherwise good
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.
Checklist
Description of Changes
Adds an
edgee settings profilecommand so the E2EE debug-log passphrase can be set from the CLI itself, rather than only via an env var or by hand-editingcredentials.toml.EDGEE_DEBUG_LOG_E2EE_PASSPHRASEor a manual edit to thedebug_log_e2ee_passphrasefield incredentials.tomledgee settings profile→ "Debug-log encryption passphrase" shows whether one is configured (and whether the env var is currently shadowing it), then lets you set (double-entry, validated viaDebugLogKeypair::derivebefore persisting so a bad passphrase never gets written) or clear itsettings.rsis split into a directory module —settings/agent.rsnow holds the existing per-agent compression/routing wizard unchanged,settings/profile.rsholds the new profile-wide flow,settings/mod.rsis a thin dispatcher between themRelated Issues
Related to EDGEE-1547