• Joined on 2026-04-06
fujin pushed to main at fujin/nixarr 2026-04-26 12:28:28 +00:00
7cc521933d Merge pull request #142 from vicgeentor/fix-package-option
c95a949b12 fix: use cfg.package instead of pkgs.bazarr in the bazarr module
96973b6a8c Merge pull request #140 from nix-media-server/org-changes
ec44dbe4ff Org changes
204da9209a Merge pull request #115 from cramt/cramt/flake_update
Compare 10 commits »
fujin created branch main in fujin/nixarr 2026-04-26 12:28:28 +00:00
fujin created repository fujin/nixarr 2026-04-26 12:27:50 +00:00
fujin pushed to master at fujin/anthropic-proxy 2026-04-22 18:51:12 +00:00
86db3ca091 Update dependenciesd
fujin pushed to master at fujin/anthropic-proxy 2026-04-15 09:01:39 +00:00
0df28e9dd8 refactor: modularize codebase — deduplicate, extract, clean up
9150f466e5 test: add comprehensive test harness across all packages (156 tests)
Compare 2 commits »
fujin pushed to master at fujin/anthropic-proxy 2026-04-15 08:06:38 +00:00
d3fbfe8b42 Dashboard update
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 19:57:13 +00:00
a6c9a16833 Merge feat/embedded-perses: embedded Perses + VictoriaMetrics dashboard
34927d3a00 docs: add Perses dashboard example and update config
ee9c53791a feat(main): wire embedded Perses + VM toggle
859640d814 feat(embedded): add Perses + VictoriaMetrics subprocess management with auto-download
be4113e7ef feat(server): serve /metrics endpoint when embedded metrics enabled
Compare 8 commits »
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 15:54:37 +00:00
b07d999d86 docs: add metrics reference
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 12:25:36 +00:00
27b647e9b4 refactor(ratelimit): remove per-window token tracking from proxy
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 12:07:33 +00:00
273213cbed feat(ratelimit): persist window token counters across restarts
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:55:11 +00:00
b864092dad fix(stream): extract input tokens from message_start event
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:51:12 +00:00
0ab1896eef Revert "refactor(ratelimit): remove in-memory per-window token tracking"
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:49:11 +00:00
eda66ff7d4 refactor(ratelimit): remove in-memory per-window token tracking
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:37:11 +00:00
744abc1d24 fix(ratelimit): clear window token counters on reset from response headers
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:18:00 +00:00
e8af26d626 docs: rewrite README to cover all proxy features
fujin pushed to master at fujin/anthropic-proxy 2026-04-14 11:15:31 +00:00
fac9578975 feat(ratelimit): track per-window token usage and utilization
76aeeb6be1 fix(auth): add oauth-2025-04-20 beta header + debug logging
9cc052c162 Add telemetry
20049881ad Remove duplicate logging
3435f5f4c5 Update example
Compare 6 commits »
fujin pushed to master at fujin/anthropic-proxy 2026-04-11 13:21:30 +00:00
96e0a686d7 Remove duplicate logging
fujin pushed to master at fujin/anthropic-proxy 2026-04-10 16:27:37 +00:00
b5ee53b225 Update example
9dc664a3ba fix(nix): update vendorHash and vendor dir for new deps
da59d8f83b refactor(auth): migrate to zerolog structured logging
4e22c463cf refactor(proxy): migrate to zerolog structured logging
76bf651742 refactor(server): migrate to zerolog, add request logging middleware
Compare 8 commits »
fujin pushed to master at fujin/anthropic-proxy 2026-04-10 12:44:16 +00:00
c5f6962104 Package proxy with nix
fujin pushed to master at fujin/anthropic-proxy 2026-04-10 12:37:14 +00:00
5ec0004e4c Update example rules