Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/docs-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/docs-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test/gh-aw-staging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    8fd22bd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. Test claude engine with direct sonnet model (cloud-on-k8s pattern)

    No alias env vars, no [1m], model set directly to llm-gateway/claude-sonnet-4-6.
    Tests whether this avoids the clear_thinking_20251015 gateway error.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    2e63fe5 View commit details
    Browse the repository at this point in the history
  2. test: switch issue-triage to llm-gateway/claude-sonnet-5

    Testing whether sonnet-5 alias on the LiteLLM gateway handles
    clear_thinking_20251015 without error (sonnet-4-6 does not).
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    a6c9737 View commit details
    Browse the repository at this point in the history
  3. test: add issue-triage variant using codex engine with gpt-5.4-mini v…

    …ia LiteLLM
    
    Testing whether the codex engine + gpt-5.4-mini avoids the
    clear_thinking_20251015 error that claude-sonnet-4-6/5 hit on the gateway.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    31df0c9 View commit details
    Browse the repository at this point in the history
  4. test: upgrade gh-aw to v0.83.1 and fix codex engine config for gpt-5.…

    …4-mini
    
    - Bump gh-aw compiler from v0.71.5 to v0.83.1 (test branch only)
    - Switch engine.model to top-level model: (deprecated in v0.83.1)
    - Use api-target instead of OPENAI_BASE_URL (routes AWF proxy correctly)
    - Lock file now schema v4; GH_AW_MODEL_AGENT_CODEX is properly wired
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    7863d71 View commit details
    Browse the repository at this point in the history
  5. test: fix codex engine routing — use OPENAI_BASE_URL not api-target

    api-target sets the copilot proxy target, OPENAI_BASE_URL sets the
    openai proxy target. Codex engine uses the openai target, so OPENAI_BASE_URL
    is what redirects requests to elastic.litellm-prod.ai.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    f7e148a View commit details
    Browse the repository at this point in the history
  6. test: switch issue-triage to llm-gateway/claude-haiku-4-5

    Testing haiku-4-5 while OpenAI is experiencing high demand.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    theletterf and claude committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    e9ce302 View commit details
    Browse the repository at this point in the history
Loading