Commit Graph

436 Commits

Author SHA1 Message Date
Noe
83e2f0e82d chore: bump version to 1.3.1-beta.2 and remove unused googleSearch config 2026-01-22 11:26:23 +00:00
Noe
42ac5df84d Merge remote-tracking branch 'origin/dev' into googleSearch 2026-01-22 11:23:17 +00:00
Noe
331842ef4d Merge remote-tracking branch 'origin/dev' into googleSearch 2026-01-22 11:22:58 +00:00
tctinh
3d81fce889 refactor(AccountManager): improve toast debouncing logic for account switch notifications v1.3.1-beta.1 2026-01-22 18:13:50 +07:00
Tinh To
721acc57ef Bump version to 1.3.1-beta.1
Signed-off-by: Tinh To <88414894+tctinh@users.noreply.github.com>
2026-01-22 17:41:01 +07:00
Tinh To
5e36368fa1 Merge pull request #269 from NoeFabris/spoof-improve
feat: Better spoofing method to prevent 429
2026-01-22 17:40:33 +07:00
tctinh
458ffc8200 hive: merge 08-write-comprehensive-tests (squashed) 2026-01-22 13:48:29 +07:00
tctinh
09528537a1 hive: merge 09-update-documentation (squashed) 2026-01-22 13:44:37 +07:00
tctinh
7bdcdd5f34 feat(fingerprint): add fingerprint restore operations to AccountManager 2026-01-22 13:43:06 +07:00
tctinh
0c2ed61162 hive: merge 06-extend-per-account-fingerprint-history (squashed) 2026-01-22 13:39:52 +07:00
tctinh
b9fc394cf5 hive: merge 05-add-exponential-backoff-for-503529 (squashed) 2026-01-22 13:35:54 +07:00
tctinh
f8ab8ca03a hive: merge 04-enhance-duration-parsing-for-go-format (squashed) 2026-01-22 13:35:54 +07:00
tctinh
c183fc2769 hive: merge 02-implement-cachefirst-scheduling-mode (squashed) 2026-01-22 13:34:11 +07:00
tctinh
6ab5c56ccc hive: merge 03-add-failure-count-ttl-expiration (squashed) 2026-01-22 13:34:10 +07:00
tctinh
38ec23ffa5 hive: merge 01-add-scheduling-mode-configuration (squashed) 2026-01-22 13:30:54 +07:00
tctinh
760bed217b Merge branch 'dev' of github.com:NoeFabris/opencode-antigravity-auth into spoof-improve 2026-01-22 12:57:46 +07:00
tctinh
7b8c5f057e Merge remote-tracking branch 'origin' into spoof-improve 2026-01-22 12:57:14 +07:00
tctinh
f72f8f1077 hive: merge 03-add-fingerprint-to-debug-output (squashed) 2026-01-22 12:56:45 +07:00
tctinh
c3b116c5b4 hive: merge 02-persist-fingerprint-per-account (squashed) 2026-01-22 12:56:44 +07:00
tctinh
446fe2925f hive: merge 01-add-fingerprint-to-storage-schema (squashed) 2026-01-22 12:56:44 +07:00
Tinh To
1e244ba696 Merge pull request #267 from ben-vargas/fix-image-generation
fix(model-resolver): prevent tier suffix on image generation models
2026-01-22 12:55:20 +07:00
Tinh To
7d6b7b6c91 Merge pull request #268 from PhucTruong-ctrl/fix/issue-263-redesign
fix(ratelimit): implement robust handling for capacity/5xx errors
2026-01-22 12:52:05 +07:00
Tinh To
9f62bfd823 Merge branch 'dev' into fix/issue-263-redesign
Signed-off-by: Tinh To <88414894+tctinh@users.noreply.github.com>
2026-01-22 12:51:44 +07:00
phuctruong
c883db4eef fix(ratelimit): remove duplicate sleep call 2026-01-22 12:08:10 +07:00
phuctruong
256c68aa7e fix(ratelimit): implement capacity retry limit to prevent infinite loops (Greptile review) 2026-01-22 12:04:39 +07:00
phuctruong
b1f4921cbe fix(ratelimit): reorder parsing logic to prioritize capacity checks (CodeRabbit review) 2026-01-22 11:57:14 +07:00
phuctruong
8df4735039 fix(ratelimit): correct loop retry logic and prevent state pollution (CodeRabbit review) 2026-01-22 11:53:25 +07:00
phuctruong
7ec3322647 fix(test): resolve TS2554 by passing required arguments to parseRateLimitReason 2026-01-22 11:49:17 +07:00
phuctruong
64d93f0c32 fix(ratelimit): refine logic based on AI review (remove 500, fix state pollution) 2026-01-22 11:47:25 +07:00
phuctruong
7450cce86e fix(ratelimit): implement robust handling for capacity/5xx errors (parity with Antigravity-Manager) 2026-01-22 11:02:59 +07:00
Noe
b57317020d refactor(config): remove deprecated web_search configuration and related logic 2026-01-22 00:19:38 +00:00
Ben Vargas
4bf2555c3a fix(model-resolver): prevent tier suffix on image generation models
Image models like gemini-3-pro-image were incorrectly getting -low
appended because they match the gemini-3-pro prefix check.

The resolveModelForHeaderStyle() function was missing the isImageModel
check that exists in resolveModelWithTier(), causing requests to fail
with model not found errors.

This adds the IMAGE_GENERATION_MODELS check before appending the
thinking tier suffix.
2026-01-21 14:08:49 -07:00
Noe
52bb0eba7f fix(search): remove unused SEARCH_THINKING_BUDGET constants from search module 2026-01-21 15:55:56 +00:00
Noe
c180290542 fix(search): update SEARCH_MODEL to gemini-3-flash and refactor thinking budget logic in executeSearch function 2026-01-21 15:36:09 +00:00
tctinh
99596fc112 hive: merge 03-fix-toast-debounce-for-any-switch (squashed) 2026-01-21 22:21:19 +07:00
tctinh
734c0c0160 hive: merge 02-fix-lastused-timing (squashed) 2026-01-21 22:21:17 +07:00
tctinh
a22a4d8312 hive: merge 01-add-stickiness-to-selecthybridaccount (squashed) 2026-01-21 22:21:17 +07:00
tctinh
924df6f3c5 hive: merge 02-integrate-into-request-headers (squashed) 2026-01-21 21:26:46 +07:00
tctinh
0e92cb347d hive: merge 01-create-fingerprint-module (squashed) 2026-01-21 21:26:45 +07:00
Noe
dd3385af9c fix(triage): change labelsToRemove declaration from const to let for flexibility 2026-01-21 11:03:13 +00:00
Noe
6337b5210b fix(triage): enhance triage logic to prevent skipping issues with 'needs-triage' label and refine label removal process 2026-01-21 10:56:58 +00:00
Noe
0fa210a859 fix(triage): change labelsToAdd declaration from const to let for flexibility 2026-01-21 00:04:28 +00:00
Noe
3557760917 feat(search): implement google_search tool for web search with enhanced capabilities and deprecate legacy configurations 2026-01-21 00:04:10 +00:00
Noe
800b4da7f1 Merge remote-tracking branch 'origin/main' into dev 2026-01-20 23:38:14 +00:00
Noe
eec6f46e9e fix(triage): enhance label management by removing conflicts and enforcing single label selection 2026-01-20 14:28:15 +00:00
Noe
ddb7c1ac7c feat(triage): streamline issue triage process and enhance validation 2026-01-20 14:05:42 +00:00
Noe
df7384ad98 fix(triage): remove model and variant parameters 2026-01-20 12:16:03 +00:00
Noe
561b464bc5 feat(triage): switch to self-hosted runner and opencode cli 2026-01-20 11:35:42 +00:00
Noe
58f05307b9 feat(pi): add opencode cli setup script 2026-01-20 11:26:43 +00:00
Noe
058d302277 feat(ci): add scripts for setting up self-hosted raspberry pi runner 2026-01-20 11:12:56 +00:00