Skip to content

add webbot auth#48

Merged
giordano-lucas merged 1 commit intomainfrom
feat/add-web-auth
Feb 11, 2026
Merged

add webbot auth#48
giordano-lucas merged 1 commit intomainfrom
feat/add-web-auth

Conversation

@giordano-lucas
Copy link
Member

@giordano-lucas giordano-lucas commented Feb 11, 2026

Greptile Overview

Greptile Summary

Adds support for web bot authentication by introducing an optional web_bot_auth field in the generated API client models and exposing a corresponding --web-bot-auth boolean flag on the session start command. The flag is only included in the request payload when explicitly provided, matching the existing pattern for other boolean flags.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Changes are limited to generated model/flag additions and follow existing patterns (omitempty pointer field + only set when flag changed). No new control flow or side effects were introduced in hand-written logic.
  • No files require special attention

Important Files Changed

Filename Overview
internal/api/client.gen.go Adds WebBotAuth (web_bot_auth) optional field to generated request/response structs; no behavioral logic changes.
internal/cmd/sessionstart_flags.gen.go Adds --web-bot-auth flag and maps it into ApiSessionStartRequest.WebBotAuth when explicitly set.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@giordano-lucas giordano-lucas merged commit 2ca73b5 into main Feb 11, 2026
6 checks passed
Sign up for free to 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