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
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
github-actions[bot]
ac05b7e5e3
chore: bump version to 1.3.1-beta.0 [skip ci]
v1.3.1-beta.0
2026-01-20 03:25:57 +00:00
Tinh To
11abcb3c40
Merge pull request #246 from NoeFabris/fix/v1.3.1-bugfixes
...
fix: v1.3.1-beta.0 - Claude thinking model fixes, Zod v4, tool params, auth headers
2026-01-20 10:25:27 +07:00
tctinh
943ce66f4f
chore: remove subrepos from tracking, revert tsconfig.json
...
- Remove CLIProxyAPI, LLM-API-Key-Proxy, opencode, opencode-better-antigravity-auth from git tracking
- Add subrepo paths to .gitignore
- Revert tsconfig.json exclude changes to match main branch
2026-01-20 10:22:15 +07:00
tctinh
09a7ae4d00
chore: remove .hive workflow files, test artifacts, bump version to 1.3.1-beta.0
...
- Add .hive/ and test-file.ts to .gitignore
- Remove accidentally committed workflow files from tracking
- Bump version from 1.3.0 to 1.3.1-beta.0
2026-01-20 10:19:50 +07:00
tctinh
adc2b400fe
fix: strip thinking blocks from tool_use content when no valid cached signature is available
2026-01-20 10:15:03 +07:00
tctinh
edfd856a6e
hive: merge 01-create-test-file-structure (squashed)
2026-01-20 09:41:00 +07:00
tctinh
994e0d0c29
fix: add temporary file pattern to gitignore entries and improve error handling in saveAccounts function
2026-01-20 09:40:42 +07:00
tctinh
f66f8aaafc
refactor: unify synthetic thinking injection with debug text handling
2026-01-20 09:32:01 +07:00
Noe
a630d1e881
chore(triage): add few-shot examples to prompt to enforce read-only mode
2026-01-20 00:33:21 +00:00
Noe
a4b60dcba9
chore(triage): harden prompt against code modification
2026-01-20 00:32:56 +00:00
Noe
78e870386a
fix(triage): increase workflow timeout to 30m and forbid questions
2026-01-20 00:19:11 +00:00
Noe
06824ffcab
fix(triage): prevent infinite coding loops and fix gemini fallback limits
2026-01-19 22:35:43 +00:00
Noe
64d77cbf2c
fix: update source context and API endpoint in issue triage workflow
2026-01-19 21:10:31 +00:00
Noe
de21a44bb5
fix: improve session handling in issue triage workflow
2026-01-19 20:54:31 +00:00
Noe
02a38b172d
feat: enhance issue triage workflow
2026-01-19 20:12:20 +00:00
Noe
37ba030ebf
feat: add issue triage workflow for automated issue management
2026-01-19 19:50:17 +00:00
tctinh
78b6d17761
test: update ensureThoughtSignature test for sentinel fallback
2026-01-19 22:47:39 +07:00
tctinh
0c064d8645
hive: merge 05-add-tests-for-providermetadata-conversion (squashed)
2026-01-19 22:46:40 +07:00
tctinh
d0bd601282
hive: merge 04-add-signature-recovery-fallback (squashed)
2026-01-19 22:45:07 +07:00
tctinh
0f21acd97d
hive: merge 03-add-signature-caching-on-response-transformation (squashed)
2026-01-19 22:42:15 +07:00
tctinh
75515c4df1
hive: merge 01-add-providermetadata-conversion-in-transformgeminicandidate
2026-01-19 22:20:37 +07:00
tctinh
9edbaa6b9a
hive: merge 02-add-providermetadata-conversion-in-transformthinkingparts
2026-01-19 22:20:22 +07:00
tctinh
73d68e7772
hive(02-add-providermetadata-conversion-in-transformthinkingparts): Added providerMetadata conversion in transformThin
2026-01-19 22:15:57 +07:00
tctinh
bae6a8f145
hive(01-add-providermetadata-conversion-in-transformgeminicandidate): Added providerMetadata conversion in transformGemi
2026-01-19 22:15:17 +07:00
tctinh
814709c8e6
fix: v1.3.1 bugfixes - Zod v4 upgrade, keep_thinking, tool params, auth headers, quiet_mode
...
Changes:
- Upgraded to Zod v4 and adjusted schema generation for compatibility
- Fixed keep_thinking=true failing without debug mode (signature validation)
- Fixed tool calls failing for tools with no parameters (default args to {})
- Aligned auth headers with official Gemini CLI to reduce account issues
- Fixed quiet_mode not suppressing all toast notifications
2026-01-19 11:13:02 +07:00
Tinh To
cd6147b57c
Merge pull request #195 from bentcc/feat/configurable-rate-limit-delays
...
feat: add configurable rate limit retry delays [vibe by AI]
2026-01-19 09:10:28 +07:00
Tinh To
7119ef6371
Merge pull request #226 from starkdmi/fix/image-retry-loop
...
Fix image retry loop
2026-01-19 09:10:10 +07:00
Tinh To
cb3a85cac7
Merge pull request #231 from Romanok2805/fix/interactive-menu-improvements
...
feat: interactive account management menu
2026-01-19 09:08:04 +07:00
Romanok
4d30357918
fix: improve interactive account menu reliability
2026-01-18 05:43:15 +05:00
Dmitry Starkov
973dfbb77d
Fix image quota wait time calculation
2026-01-17 19:15:31 +03:00
Dmitry Starkov
2431459664
Fix image quota wait time calculation
2026-01-17 18:59:36 +03:00
Noè
7f73cb28ba
Merge pull request #217 from NoeFabris/dev
v1.3.0
2026-01-17 10:31:23 +00:00
Noe
e4ae356459
chore: update version to 1.3.0 in package.json and package-lock.json
2026-01-17 10:31:11 +00:00
tctinh
4206b0f1ab
test: update token balance assertion to use toBeCloseTo for floating point precision
v1.2.9-beta.10
2026-01-17 04:38:04 +07:00
github-actions[bot]
d159d52baa
chore: bump version to 1.2.9-beta.10 [skip ci]
2026-01-16 21:33:31 +00:00
Tinh To
77e1cbe497
Merge pull request #222 from NoeFabris/improve-docs-better-rate-limit-handling
...
Improve documentation with better rate limit handling guidance
2026-01-17 04:32:52 +07:00
tctinh
0407a66d30
docs: enhance documentation with load balancing details and formatting improvements
2026-01-17 04:32:22 +07:00
Tinh To
211cc58374
Merge branch 'dev' into improve-docs-better-rate-limit-handling
...
Signed-off-by: Tinh To <88414894+tctinh@users.noreply.github.com >
2026-01-17 04:30:58 +07:00
tctinh
36bac6314a
refactor: remove unnecessary toast notification for thinking recovery in quiet mode
2026-01-17 04:30:14 +07:00
tctinh
f0c1abf2c6
fix: update default values for keep_thinking and auto_resume options in documentation and schema
2026-01-17 04:16:06 +07:00