Skip to content

feat: support all Freebuff models - #5

Merged
LuneZ99 merged 1 commit into
devfrom
feat/freebuff-models
Aug 15, 2026
Merged

feat: support all Freebuff models#5
LuneZ99 merged 1 commit into
devfrom
feat/freebuff-models

Conversation

@LuneZ99

Copy link
Copy Markdown

Adds the five current Freebuff picker models and their matching base3 agents.

Switching models now ends the model-locked Freebuff session before opening the next one. Freebuff requests are serialized across the full run/stream lifecycle so concurrent model changes cannot invalidate an in-flight request.

Checks:

  • go build -o /tmp/cliproxy-freebuff ./cmd/server
  • go test -run ^TestFreebuffRequestLifecycle$ ./internal/runtime/executor
  • go test ./... (existing environment failures: 3 Claude OS fingerprint assertions and 1 WebRTC ICE gathering test)

@LuneZ99
LuneZ99 requested a review from corgi-botAugust 15, 2026 18:18
@LuneZ99
LuneZ99 merged commit a37049c into devAug 15, 2026
3 checks passed
@LuneZ99
LuneZ99 deleted the feat/freebuff-models branch August 15, 2026 18:19
Sign up for freeto 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.

1 participant

@LuneZ99