Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bad45fb
feat(agent): add Agent Wallet page, useAgent hooks, and API key integ…
claude Apr 28, 2026
128dc8b
feat(agent): track simplified MVP — drop caps and allowlist, fetch on…
claude Apr 28, 2026
c11c74b
chore(agent): match useBalances polling cadence (5s + skip when backg…
claude Apr 28, 2026
0e0b95c
fix(agent): escape JSX apostrophes for react/no-unescaped-entities
claude Apr 29, 2026
0580245
fix(agent): act on UI code review
claude Apr 29, 2026
cb686b7
fix(agent): hide expo-router 'agent/index' header, restyle setup card
claude Apr 29, 2026
9c3fc5a
style(agent): use brand-variant button on setup card to match /card/r…
claude Apr 29, 2026
7dbffcb
style(agent): match /card/pending layout for empty state
claude Apr 29, 2026
df900cd
feat(agent): add ?status= debug override to force render-state
claude Apr 29, 2026
bf81479
feat(agent): restructure provisioned page to /card/details layout
claude Apr 29, 2026
c1451c6
feat(agent): wire borrow-against-savings deposit, header actions + ba…
claude Apr 29, 2026
f2012d6
feat(agent): ResponsiveModal deposit flow + centered header + blue ba…
claude Apr 29, 2026
e45c2fb
style(agent): restore flex-row justify-between in desktop header
claude Apr 29, 2026
deb9322
style(agent): bump balance gradient first stop to rgb(0,117,255)
claude Apr 29, 2026
eba7e98
feat(agent): clone CardDepositInternalForm BORROW source for agent de…
claude Apr 30, 2026
368ad4e
refactor(agent): session-stamped provisioning flow
claude Apr 30, 2026
11cb913
refactor(agent): hoist provisioning types out of api.ts into types.ts
claude Apr 30, 2026
35308be
fix(agent): scope session to sub-org, skip step 2 on orphan adoption
claude Apr 30, 2026
7aaafa6
style(agent): use ResponsiveModal + brand button for API key reveal
claude Apr 30, 2026
a304a12
feat(agent): rewrite prompt template + add external-wallet deposit
claude Apr 30, 2026
435b422
feat(agent): QR-only external deposit, non-prod borrow warning, ask-f…
claude May 3, 2026
6409bf0
feat(agent): inline source dropdown in deposit modal, drop options sc…
claude May 3, 2026
83d6eb6
chore(agent): drop 'See supported networks' link from external deposit
claude May 3, 2026
fc0760c
feat(agent): hide Agent tab in production until release
claude Jun 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/(protected)/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ export default function ProtectedLayout() {
animation: 'slide_from_right',
}}
/>
<Stack.Screen
name="agent/index"
options={{
headerShown: false,
}}
/>
</Stack>
);
}
Loading
Loading