Feature/mode#61
Merged
Merged
Conversation
- implement safety confirmation for large repositories during tests/runs - update command help to include new review sub-commands
- include empty line for readability - categorize commands into review and investigate modes - add new commands: $env, $trace, $diagnose - update handleReviewDollar to route new commands
- apply semantic repository updates
- implement shell command firewall to block dangerous commands - modify cost display to show "free" in cloud mode - adjust token count display to use "tok" instead of "tkn" - enhance startup banner rendering with title bar
- split interactive onboarding into stages: confirmation, identity, provider selection
andev0x
commented
Jul 7, 2026
andev0x
left a comment
Member
Author
There was a problem hiding this comment.
Changes in internal/ui/program.go:
- Removed the Tier 3 global ~/.izen/config.yml bypass. initStage is now driven exclusively by local presence (Branch 1: .izen/config.json on disk → initComplete; Branch 2: local missing → initConfirm, regardless of any global config).
- The global config is now read read-only purely to seed initPrefillUsername / initPrefillProvider defaults.
Prefill wiring: - model.go:407: added initPrefillUsername / initPrefillProvider fields.
- update_init.go: initConfirm pre-fills the identity input from the global username, and initProviderSelect pre-selects the global default provider index — so the user can just hit Enter.
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.
No description provided.