Commit History

refactor(cli): use spawn instead of exec for browser launch
42a3145

jgor20 commited on

fix: enable strict tool parameter validation for Claude models
b672024

badri-s Claude commited on

fix: preserve whitespace-only chunks in SSE stream (#139)
2d48c88
unverified

themw mwalczakial commited on

Revert "fix: check allowedTiers when paidTier is free for tier detection"
18a12c2

badri-s commited on

fix: check allowedTiers when paidTier is free for tier detection
b7167a5

badri-s Claude commited on

fix: improve onboarding flow for non-free tier accounts
dfbbd09

badri-s Claude commited on

fix: improve subscription tier detection with paidTier priority and verbose logging
a53f42f

badri-s Claude commited on

fix: try model fallback before throwing RESOURCE_EXHAUSTED error
e169030

badri-s Claude commited on

fix: accurate quota reporting with project ID and improved rate limit handling
9853e0e

badri-s Claude commited on

Merge pull request #125 from IrvanFza/feat/webui-notif
4844846
unverified

Badri Narayanan S commited on

docs: update startup message to mention WebUI
4e14edf

IrvanFza commited on

feat: add automatic user onboarding for accounts without projects
b9f3c42

badri-s Claude commited on

revert: remove count_tokens endpoint (caused regression)
6cd929a

badri-s Claude commited on

fix: handle unsigned thinking blocks in tool loops (#120)
d5e7968

badri-s Claude commited on

fix: improve subscription tier detection for Pro accounts
98eaa14

badri-s Claude commited on

fix: defer inlineData parts to end of array for parallel tool calls (#91)
7fb9173

badri-s Claude commited on

docs: fix misleading tokenizer comments
3b8ea23

behemoth-phucnm commited on

feat: use official tokenizers for 99.99% accuracy
7396bcd

minhphuc429 commited on

fix: ensure account manager initialized for count_tokens
16512b1

minhphuc429 commited on

feat: use API-based token counting for 100% accuracy
63baa34

minhphuc429 commited on

feat: implement /v1/messages/count_tokens endpoint
d263916

minhphuc429 commited on

refactor: centralize TEST_MODELS and DEFAULT_PRESETS in constants.js
93c82be

badri-s Claude commited on

fix: use configured cooldown as cap for rate limit wait times
846af39

badri-s Claude commited on

fix: reduce default cooldown from 60s to 10s
11cdeef

badri-s Claude commited on

fix: improve loadCodeAssist for Google One AI Pro accounts
663306e

badri-s Claude commited on

Merge pull request #102 from liuwuyu118/fix/image-response-and-ui-performance
af53949
unverified

Badri Narayanan S commited on

feat: add API key authentication for /v1/* endpoints
2c81a66

fafqaw commited on

fix: add image response support
cae77ac

wuyuuuu Claude commited on

feat(webui): add configuration presets for Claude CLI
3db77c4

sbene Claude commited on

Address code review: use constant array for proxy env vars and clean empty env
919a67f

copilot-swe-agent[bot] simon-ami commited on

Add Restore Default Claude CLI button to settings page
a6bdb3d

copilot-swe-agent[bot] simon-ami commited on

fix: preserve tool_use stop reason from being overwritten by finishReason
3ba9bbf

badri-s Claude commited on

merge: sync with upstream/main (5xx error fallback feature)
e3259ff

Wha1eChai commited on

feat(webui): optimize CSS build system and enhance UI quality
c442196

Wha1eChai commited on

Merge pull request #47 from Wha1eChai/feature/webui
776ed91
unverified

Badri Narayanan S commited on

feat: fallback to alternate model when max retries exceeded with 5xx errors
1a1be62

Tiago Rodrigues commited on

feat(webui): add subscription tier and quota visualization
08900e7

Wha1eChai commited on

Merge branch 'main' into feature/webui
da590b3
unverified

Wha1eChai commited on

feat(webui): enhance settings UI, persistence and documentation
5e5f4df

Wha1eChai commited on

change cleanSchemaForGemini to cleanSchema
01d7c73

badri-s commited on

fix: convert schema types to Google uppercase format (fixes #82)
7b5d49f

Tiago Rodrigues commited on

merge: sync with origin/feature/webui after upstream merge
7904d8b

Wha1eChai commited on

merge: integrate upstream/main (v1.2.15) into feature/webui
629246c

Wha1eChai commited on

perf(webui): refactor dashboard modules and optimize API performance
29d3957

Wha1eChai commited on

fix: filter Antigravity system prompt from model responses
dc49b57

badri-s Claude commited on

fix: add optimistic reset for transient 429 rate limit errors
93f862e
unverified

SvDp Claude commited on

feat(webui): add hot-reload account management with OAuth support
1182876

Wha1eChai commited on

Update daily Cloud Code endpoint to production URL
89c1059

badri-s Claude commited on

Merge pull request #64 from BrunoMarc/fix/empty-response-retry
2fdbe10
unverified

Badri Narayanan S commited on

feat(webui): Enhance dashboard, global styles, and settings module
2961ea3

Wha1eChai Claude commited on