| name | nexus-elements-view-history |
| description | DEPRECATED — ViewHistory has been removed. Intent history is not included in Nexus One V1. Use sdk.getMyIntents() directly for programmatic history access. Refer to the nexus-sdk-* agent skills for guidance. |
⚠️ Deprecated — Use Nexus One
ViewHistory has been removed from Nexus Elements.
Intent history is not included in Nexus One V1. For programmatic access to intent history, use the Nexus SDK directly:
const intents = await sdk.getMyIntents();
Install Nexus One
npx shadcn@latest add @nexus-elements/nexus-one
Current skills to use instead
For SDK APIs, refer to the Nexus SDK agent skills (.agents/skills/):
nexus-sdk-balances-metadata-utils — balances, supported chains/tokens, intent history
nexus-sdk-setup — SDK initialization and wallet wiring
nexus-sdk-integration — end-to-end integration guide
Documentation