Skip to content

VibeAround CLI 0.0.13

Choose a tag to compare

@github-actions github-actions released this 06 Aug 19:44

Highlights

  • Multimodal image resolver profiles now preserve the selected profile, API type, and model instead of silently falling back to OpenAI Chat.
  • Added protocol-correct multimodal request, authentication, and response handling for OpenAI Chat Completions, OpenAI Responses, Anthropic Messages, and Gemini GenerateContent profiles.
  • Kept image payloads redacted in Bridge Recorder traces while retaining resolver metadata for diagnosis.

Fixes

  • Fixed OpenAI Responses profile connection tests to use a valid output-token limit.

Payloads

  • macOS darwin-arm64: locally built, signed, notarized, and verified.
  • Linux x64, Windows x64, and web payloads: built by GitHub Actions.

npm

  • Published @vibearound/cli@0.0.13.
  • Install with npm install -g @vibearound/cli@0.0.13.

Compatibility

  • Existing multimodal configuration remains compatible; the configured API type is now honored end to end.
  • No configuration migration is required.

Fixes #275 via #277.