Skip to content

Commit b8e4b92

Browse files
ddx-checkpointclaude
andcommitted
chore: bump fizeau to v0.14.46
Native-API claude transport (default-off FIZEAU_CLAUDE_TRANSPORT knob; subprocess remains default), claude-tui spec-compliance test hardening (8 new tests), Gate-E billing-observation harness, and ADR-013 disposition. No production routing behavior change: claude-tui stays the flat-rate default; native claude is opt-in metered transport. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a4a4f94 commit b8e4b92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.89
7-
github.com/easel/fizeau v0.14.45
7+
github.com/easel/fizeau v0.14.46
88
github.com/fatih/color v1.18.0
99
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1010
github.com/itchyny/gojq v0.12.19

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
8585
github.com/djherbis/times v1.6.0/go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0=
8686
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
8787
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
88-
github.com/easel/fizeau v0.14.45 h1:QlfxcLKQD2j37Qrd+n8gMlBuosSjt0F6aqGoBL3hMfk=
89-
github.com/easel/fizeau v0.14.45/go.mod h1:2xSov1bx32MxwWiXzj4AiRjQgLrm7RnAMMbdCRXA+eE=
88+
github.com/easel/fizeau v0.14.46 h1:L5SGD2lfvQ0mCxicZg9hXfsPwtA8MfoLDpRJuWXftn8=
89+
github.com/easel/fizeau v0.14.46/go.mod h1:2xSov1bx32MxwWiXzj4AiRjQgLrm7RnAMMbdCRXA+eE=
9090
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
9191
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
9292
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=

0 commit comments

Comments
 (0)