Urgent.News

What's breaking now, across thousands of outlets.

Tech

agent-usage 0.10.0: charts by agent, billing domain, and model

agent-usage 0.10.0 is live on npm — a local multi-agent usage dashboard with charts split by agent / billing domain / model . Honest local dashboard (vs glance-style menubar tools): see where quota and spend actually go across Codex, Claude Code, OpenCode, Grok, and more. Cursor connector is still experimental. Menubar remains roadmap (not shipped). npm i -g agent-usage-all-in-one agent-usage…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Stop Hardcoding Your Database Credentials in Lambda — Use IAM Authentication with RDS Proxy Instead

Your Lambda function works. It connects to RDS, queries the database, returns results. Somewhere in your environment variables sits a username and a password — plain text, sitting there quietly.

  • Lambda functions store database credentials in plain text environment variables.
  • IAM Authentication with RDS Proxy eliminates hardcoding credentials in Lambda.
  • Enable IAM Authentication on RDS and RDS Proxy, create MySQL user without password.

More from Friday 18 September →