diff options
| author | Taylor Mullen <[email protected]> | 2025-05-24 12:06:44 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-24 12:40:06 -0700 |
| commit | e297b56390e81dcad4c87154ea50c2a995e633c3 (patch) | |
| tree | 90b8b7c6442f26389e5eecd5928712e60f785137 /packages/cli/src/ui/App.tsx | |
| parent | b4c16d1f56f4e19fffd3d7608b410570f35045f9 (diff) | |
feat: Add GEMINI.md tip to UI
- Display a tip to create a GEMINI.md file if one doesn't exist.
- Pass config to Tips component so it can inspect the initial GEMINI.md
count.
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 5860e36e..727450c0 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -296,7 +296,7 @@ export const App = ({ items={[ <Box flexDirection="column" key="header"> <Header /> - <Tips /> + <Tips config={config} /> </Box>, ...history.map((h) => ( <HistoryItemDisplay |
