Conversation
- Add VitePress docs site with home, install, usage, commands pages - Add GitHub Pages deployment workflow (dev branch) - Add scripts for docs:dev, docs:build, docs:preview - Support light/dark theme toggle
- Extract TUI components into detail/, layout/, types/ subdirectories - Simplify App.tsx (500→233 lines) and DetailPanel.tsx (175→47 lines) - Move utils/api.ts → utils/api/index.ts - Move utils/mask.ts → utils/crypto/mask.ts - Extract CLI commands definition to cli/commands.ts - Extract help function to cli/help.ts - Simplify index.ts (357→229 lines)
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.
Features
persona add --target codex- Add provider for Codexpersona add --target claude- Add provider for Claude (default)persona use --target codex <provider-id>- Switch Codex providerpersona use --target claude <provider-id>- Switch Claude providerpersona ls --target codex- List Codex providerspersona ls --target claude- List Claude providersCodex-Specific
TUI Improvements
Tabto switch between Claude and Codex modeConfiguration Changes
general/claude.json) and Codex (general/codex.toml)activeClaudeProviderandactiveCodexProviderRefactoring
useDialogshookuseProvidershook@iarna/tomlfor TOML file handling