Skip to content

Console, home rework, cost cuts, DKIM fix, work removal#591

Merged
asim merged 1 commit into
mainfrom
claude/add-wallet-transfers-74PHC
May 12, 2026
Merged

Console, home rework, cost cuts, DKIM fix, work removal#591
asim merged 1 commit into
mainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented May 12, 2026

Summary

Home screen rework

  • Console prompt at top of home — calls /agent/run directly, saves as agent sessions
  • Follow-ups chain via context_id, conversation history preserved inline
  • Sessions visible at /agent page
  • Removed weather card (temp shown inline next to date)
  • Reminder moved to first position on mobile
  • Configurable cards via ⚙ gear icon on home (show/hide per user)
  • Weather fetches independently of card

Console fixes

  • Calls agent API directly (no stream polling, no overlay)
  • Markdown rendering in responses
  • Enter key works, full width, button fits on mobile
  • Placeholder: "Search or look up..." — utility framing, not oracle

Cost reduction

  • Background tasks switched to Haiku (summaries, tags, moderation, topics)
  • Article summaries on-demand only
  • Daily opinions 1 → was 2

DKIM + mail

  • Relaxed/relaxed canonicalization (was simple/simple — Google was rejecting)
  • SMTP rejects non-FQDN sender domains (blocks "no-reply@wetransfer" spam)

Stream package

  • Public event feed at /stream for agents/tools
  • MCP tools: stream, stream_post
  • System event throttling (30min cooldown per type)

Removed

  • Work/tasks package (1,928 lines)
  • Weather card
  • Status card from home (replaced by console)
  • System event auto-publishing to stream

Other

  • Invite request flow on signup page
  • Admin users page with Banned tab
  • App HTML content moderation
  • Video + news summaries opened to logged-out users
  • Various console UX iterations

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm


Generated by Claude Code

@asim asim merged commit a0e1b2a into main May 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants