Commit graph

6 commits

Author SHA1 Message Date
jae
b94bbe2f3e fix(chat): render markdown in JAE-AI responses (bold/italic/code/links/headings) 2026-04-20 10:57:19 +00:00
jae
e73b74cfa2 feat(agent): agentic chat with wallet auth and tiered model routing
- New /api/agent/chat endpoint with Venice tool-calling loop (max 8 iter)
- Tiered models: glm-4.7-flash default, kimi-k2-thinking for Elite+
- Wallet auth: /api/auth/{nonce,verify,whoami,logout} with Ed25519 + JWT
- 10 tools registered: site search, crypto prices, SITREP, .sol lookup,
  wallet xray, contraband/awesomelist search, changelog, trigger_effect
- Per-tool rate limits, 30s timeout, \$30/mo budget guard
- Frontend: tier badge, tool call cards, wallet sign-in handshake
- Changelog v1.40.0
2026-04-20 10:40:27 +00:00
jae
d91c0bed11 feat(chat-cli): add SSH, adventure, figlet, fortunes, achievements, leaderboard, boss key 2026-04-20 02:44:25 +00:00
jae
ee8d313403 feat(chat): CLI easter egg with 17 commands + Konami dev-mode + matrix rain 2026-04-20 01:34:57 +00:00
jae
47b6562f48 feat: JAE AI chat memory system (Memoria-style) 2026-04-19 14:05:09 +00:00
jae
c9fe080042 feat: JAE-AI chat terminal replaces center logo - Venice API chat proxy endpoint in Flask API - Sci-fi chat terminal UI in center column - Typewriter effect, typing indicators, auto-greeting - System prompt with knowledge of all site areas - Chat history management with 20-message context 2026-04-01 21:12:57 +00:00