Dorian and Claude Opus 4.6
84ccdc7048
feat(app): content detection overhaul, apps tab, chat UX, web search
...
- Overhaul content detection: expand all query/response classifiers with
broader AI response patterns (news, music, books, TV, places, websites)
- Add Nostr detection (isNostrQuery, isNostrLikeResponse) and App detection
(isAppQuery, isAppLikeResponse) classifiers
- Add bare domain extraction from AI text (e.g. "check out damus.io")
- Add Apps tab with curated database of ~30 Nostr + Bitcoin ecosystem apps
(clients, wallets, privacy tools, node software, dev tools)
- Create AppsGrid + AppDetail components with search, filtering, how-to
- Wire app extraction and Nostr detection into useContentPanel
- Add PromptIndex badges for Apps and Nostr tabs
- Chat UX: dedicated history button, settings modal (memory + advanced),
fix collapsed chat v-if/v-else chain bug
- Web search: add Brave Search API as primary backend, expand SearXNG pool
- iOS HIG: comprehensive mobile UX rules in cursor rules + CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 05:03:03 +00:00
Dorian
c28e6dd811
feat: initialize AIUI monorepo with project rules and core types
...
Foundation for the next-generation AI content surface UI:
- 16 Cursor rules files covering philosophy, Vue conventions, design system,
content surfaces, plugin system, AI integration, renderers, security,
Bitcoin-only policy, dev/prod modes, accessibility, performance, animation,
mobile UX, and git workflow
- pnpm workspaces + Turborepo monorepo (@aiui/core, @aiui/app)
- Vue 3 + Vite + TypeScript + Tailwind CSS 4
- Core type system: plugins, renderers, messages, content blocks
- Plugin registry with renderer registration
- 50 mock film fixtures with search/filter utilities
- App shell with chat page layout
- Environment config templates
Made-with: Cursor
2026-03-02 14:15:39 +00:00