Releases: WDZ-Dev/agent-ledger
Releases · WDZ-Dev/agent-ledger
v0.1.0
Changelog
- b81d238 feat: enable Homebrew tap formula publishing on release
- c7723c6 Fix Docker build context path in GoReleaser Dockerfile
- f167973 Remove WEBSITE_BRIEF.md and untrack CLAUDE.md
- 86dbab7 Remove roadmap from docs, README, and navigation
- a696ce3 Add source-available license with commercial use clause
- 56d561e Replace waitlist landing page with full documentation site
- 7d0468f Add octopus logo mark to dashboard header and docs landing page
- 581c16c Add nolint:goconst to original QueryCostTimeseries switch cases
- 43f3038 Add dashboard feature enhancements: session history, budget gauges, agent/model charts, latency percentiles, token timeseries, blocked keys UI
- 3c097d3 Fix 15 security audit findings for v0.1.0 release
- b69af5d Add OpenClaw integration guide and use case
- 84a31df Merge pull request #14 from WDZ-Dev/chore/demo-tooling
- 3d698ef Fix API Keys tab using unauthenticated fetch
- e1edc1e Replace docs site with waitlist landing page
- fa35ae8 Add demo config, seed script, and website brief
- b7d8e8c Bump Node.js to 22 for Astro compatibility
- 0914672 Use GH_PAT to checkout private agent-ledger-website repo
- af2b054 Serve landing page at root, move docs to /docs
- 5d2e373 Fix button rendering on docs landing page
- e43d1f9 Replace LiteLLM comparison with generic competitors table in docs
- 8a07898 Merge pull request #11 from WDZ-Dev/chore/readme-updates
- 78508e0 Fix goconst lint for provider string in sqlite.go
- c61d3d7 Update README with all 15 providers, export command, and docs link
- 2f191b3 Merge pull request #10 from WDZ-Dev/docs/mkdocs-material
- 3fb2cda Fix architecture diagram to use plain ASCII characters
- e66462c Add MkDocs Material documentation site
- 392938b Merge pull request #9 from WDZ-Dev/feat/roadmap-quick-wins
- 92fe751 Add minute-level timeseries and unify chart to line/area format
- b832696 Add dashboard charts, expensive requests, error stats, and dark theme fixes
- 91c76ab Fix goconst lint for postgres switch cases in export and costs commands
- 95bc87a Add CSV/JSON export, API key blocklist, per-tenant budgets, OpenAI Responses API, and Grafana dashboard
- 5c03d58 Merge pull request #8 from WDZ-Dev/feat/more-providers
- e4c78dd Add 9 providers and update pricing for GPT-5 and Claude 4.5/4.6
- f60f43a Merge pull request #7 from WDZ-Dev/fix/codebase-audit-fixes
- 76dbd62 Fix codebase audit issues: tenant filtering, orphaned migrations, CLI parity
- 6c5f3f7 Merge pull request #6 from WDZ-Dev/phase-7/multi-provider
- 90fb95a Fix goconst lint for gemini/cohere Name() methods
- 7fc6ae9 Add ROADMAP.md with future feature ideas and priority matrix
- 775adfe Add Postgres integration tests, agent tracker alert wiring, and dashboard admin UI
- 3940c70 Add multi-provider support, Postgres, multi-tenancy, alerting, rate limiting, and admin API (Phases 7-12)
- ac981f9 Merge pull request #5 from WDZ-Dev/phase-6/polish-launch
- 2a5e836 Update README for Phase 6 launch
- e9f05ea Add docker, helm-lint, and release-dry Makefile targets
- e4b6766 Add Helm chart for Kubernetes deployment
- 822c705 Add healthcheck command and docker-compose
- e0188f0 Add GitHub Actions release workflow
- e26743d Add GoReleaser configuration
- 683d0fe Add Dockerfile and .dockerignore
- 7d75636 Merge pull request #4 from WDZ-Dev/phase-5/mcp-integration
- 03b17eb Add MCP tool call metering (Phase 5)
- 52de78e Merge pull request #3 from WDZ-Dev/phase-4/observability
- 582a2eb Fix timeseries query for Go timestamp format in SQLite
- 64a11a3 Wire session/alert metrics and fix empty-path panic guard
- ec2bda8 Add embedded web dashboard with REST API
- 80223ee Add ActiveSessionCount and ListSessions to agent tracker
- 5d90c72 Instrument proxy with OTel metrics
- 4759c90 Add QueryCostTimeseries to Ledger interface
- a6c4ffa Add OpenTelemetry metrics with Prometheus exporter
- 140c8bc Merge pull request #2 from WDZ-Dev/phase-3/agent-attribution
- b26c1f4 Fix data race, memory leak, and log flooding in agent tracker
- 5cddd8d Add agent and session cost grouping to CLI and queries
- 3b36b70 Add query parameter fallback for agent identification
- 256c1a8 Integrate agent tracker into proxy and serve command
- 0f6e56d Add agent detector and session tracker tests
- 3d193b8 Add agent session tracking core: types, storage, and config
- e4d5196 Merge pull request #1 from WDZ-Dev/phase-2/budget-enforcement
- fcf9421 Add gpt-4.1 family and claude-haiku-4 to pricing table
- 62307c0 Fix CI: extract goconst strings, make vulncheck advisory
- 2c278ca Remove competitor comparison table from README
- 3a0a935 Add comprehensive README with quickstart, architecture, and config reference
- fa69e40 Add pre-flight cost estimation to reject requests exceeding budget
- 1776277 Integrate budget enforcement and circuit breaker into proxy
- 6dbdaaf Add circuit breaker transport for upstream failure protection
- 8f5ac24 Add budget enforcement manager with per-key spend limits
- bb76bec Add tiktoken fallback, config search paths, tests, and benchmarks
- aad0661 Fix Go toolchain compatibility and vulncheck
- ce20591 Implement Phase 1: core proxy with cost metering
- c12d196 Add code quality tooling and project scaffold
- 392a420 Initial commit: project setup with CLAUDE.md and gitignore