tanzhenxin
0265b67b90
chore: npm run format & lint
2025-08-14 16:48:51 +08:00
tanzhenxin
c58106079e
feat: prevent concurrent query submissions in useGeminiStream hook
2025-08-14 16:39:26 +08:00
tanzhenxin
fb9f2d292c
Merge pull request #274 from QwenLM/feat/memory_tool_docs
...
Make `/init` respect configured context filename and align docs with QWEN.md
2025-08-12 17:56:16 +08:00
mingholy.lmh
65c622c0ac
test: tweak test cases
2025-08-12 11:58:41 +08:00
mingholy.lmh
a3ec2f52c9
fix: terminal flicker when waiting for login
2025-08-12 11:58:41 +08:00
tanzhenxin
028a82ebeb
chore: format&lint
2025-08-11 12:01:43 +08:00
tanzhenxin
6b67cd1b57
make /init respect configured context filename and align docs with QWEN.md
2025-08-11 11:56:12 +08:00
AstroAir
e3a5806ae2
fix: simplify mock return values for QWEN.md in App tests
2025-08-10 10:19:47 +08:00
AstroAir
4807434d9f
refactor: rename GEMINI.md to QWEN.md across the codebase
2025-08-09 10:33:02 +08:00
mingholy.lmh
ce632725b0
refactor: re-organize Qwen related code files.
...
Co-authored-by: tanzhenxin <tanzhenxing1987@gmail.com >
Co-authored-by: pomelo-nwu <czynwu@outlook.com >
2025-08-08 11:55:58 +08:00
mingholy.lmh
ea7dcf8347
feat(oauth): add Qwen OAuth integration
2025-08-08 10:30:18 +08:00
Yiheng Xu
cd375fefe5
sync gemini-cli 0.1.17
...
Co-Authored-By: Qwen-Coder <qwen-coder@alibabacloud.com >
2025-08-05 17:09:19 +08:00
Harold Mciver
a7ea4ce0c8
Update MCP client to connect to servers with only prompts ( #5290 )
2025-08-04 21:38:23 +00:00
Mo Moadeli
3562ab8f5c
feat(cli): Prevent redundant opening of browser tabs when zero MCP servers are configured ( #5367 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2025-08-04 21:20:49 +00:00
Shreya Keshive
0895e29c1b
Improve user-facing error messages for IDE mode ( #5522 )
2025-08-04 21:06:17 +00:00
Sandy Tao
48fa6f84c8
refactor(core): Rename useSlashCompletion to useCommandCompletion ( #5532 )
2025-08-04 20:35:26 +00:00
Seth Vargo
016a263409
Use new URLs for downloading workflows ( #5524 )
2025-08-04 20:10:36 +00:00
Sandy Tao
8ba12269d5
feat(core): Add trailing space when completing an at completion suggestion ( #5475 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-04 18:30:59 +00:00
Sandy Tao
02e44e5db2
feat(cli): Handle Punctuation in @ Command Parsing ( #5482 )
2025-08-04 17:49:15 +00:00
Pyush Sinha
ca19aa9125
fix: /help remove flickering and respect clear shortcut (ctr+l) ( #3611 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Allen Hutchison <adh@google.com >
2025-08-04 16:53:50 +00:00
Ayesha Shafique
0335ce5ecc
feat: Add reverse search capability for shell commands ( #4793 )
2025-08-03 19:53:24 +00:00
koalazf.99
d666bcda0b
fix: ci
2025-08-02 15:10:29 +08:00
koalazf.99
23f6ae8513
merge main branch functionalities
2025-08-02 14:47:37 +08:00
Gal Zahavi
8d5fa18893
feat(autoupdate): Improve update check and refactor for testability ( #5389 )
2025-08-02 03:17:32 +00:00
Sandy Tao
e7699ddfb1
feat(core): Use completionStart/End for slash command auto-completion ( #5374 )
2025-08-01 18:51:38 +00:00
Billy Biggs
cab60a38a1
Add a setting to disable auth mode validation on startup ( #5358 )
2025-08-01 18:49:03 +00:00
奕桁
b69b2ce376
Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15
2025-08-01 23:06:11 +08:00
cornmander
138e52b61e
Add missing emacs entry in UI. ( #5351 )
2025-08-01 14:40:05 +00:00
Miguel Solorio
8e6c715b0f
Highlight slash commands in history ( #5323 )
2025-07-31 23:24:23 +00:00
Jacob Richman
750e647988
fix(ux) bug in replaceRange dealing with newLines that was breaking vim support ( #5320 )
2025-07-31 23:16:29 +00:00
Sandy Tao
150a2568b4
feat(cli): Improve @ autocompletion for mid-sentence edits ( #5321 )
2025-07-31 23:07:12 +00:00
Paige Bailey
598b2cf7f4
Add emacs support, as per user requests. :) ( #1633 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: matt korwel <matt.korwel@gmail.com >
Co-authored-by: matt korwel <mattkorwel@google.com >
2025-07-31 22:46:04 +00:00
JeromeJu
8be10b4c09
feat: Implement /setup-github command ( #5069 )
2025-07-31 22:14:22 +00:00
Yuki Okita
0c0881348d
feat: Multi-Directory Workspace Support (part2: add "directory" command) ( #5241 )
2025-07-31 19:02:08 +00:00
Niladri Das
8550d70a57
fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior ( #2978 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com >
2025-07-31 16:36:50 +00:00
Allen Hutchison
718f68d247
feat: update /bug command to point to Qwen-Code repo ( #154 )
...
This commit updates the /bug command to point to the Qwen-Code
repository instead of the Gemini CLI repository.
The following files were modified:
- `packages/cli/src/ui/hooks/slashCommandProcessor.ts`: Updated the URL
for the /bug command.
- `packages/cli/src/ui/hooks/slashCommandProcessor.test.ts`: Updated the
test for the /bug command to reflect the new URL.
- `docs/cli/commands.md`: Updated the documentation for the /bug
command and replaced all instances of "Gemini CLI" with "Qwen Code".
2025-07-31 14:04:43 +08:00
Seth Troisi
72af6e077f
Add render counter in debug mode ( #5242 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-31 00:43:11 +00:00
christine betts
aad8893322
Add toggleable IDE mode setting ( #5146 )
2025-07-30 22:36:24 +00:00
Allen Hutchison
5984eba070
fix(testing): make ModelStatsDisplay snapshot test deterministic ( #5236 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-30 22:09:32 +00:00
christine betts
3e1b2dc33a
Introduce IDE mode installer ( #4877 )
2025-07-30 21:26:31 +00:00
Yuki Okita
cb6a2161fe
feat: Multi-Directory Workspace Support (part1: add --include-directories option) ( #4605 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2025-07-30 20:38:20 +00:00
shamso-goog
f7c2091389
feat(ui): Update tool confirmation cancel button text ( #4820 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-30 20:37:51 +00:00
koalazf.99
b8e2852f96
update: installation instruction
2025-07-30 18:21:28 +08:00
Fan
df5c4e8079
Update: compress/hard constrained token usage ( #136 )
...
* setup truncation & folder structure
* fix: xml in prompt; qwen code in stats page
* fix: clear & continue logic
* preflight
* add maxSessionLimit in README
2025-07-30 18:14:24 +08:00
Sambhav Khanna
0b912e2e09
fix(update): correctly report new updates ( #4821 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-30 00:11:15 +00:00
Ava
1a92614c84
Add Starcraft ref to witty loading phrases ( #5120 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-29 23:22:13 +00:00
Shreya Keshive
a2c3dbd189
Adds centralized support to log slash commands + sub commands ( #5128 )
2025-07-29 20:20:37 +00:00
shamso-goog
72d6ef2d3c
feat(cli): introduce /init command for GEMINI.md creation ( #4852 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-07-29 16:49:01 +00:00
Daniel Lee
bf7fd08f7e
feat(commands): add custom commands support for extensions ( #4703 )
2025-07-29 01:40:47 +00:00
Gal Zahavi
c42d3b58e1
feat: Add auto update functionality ( #4686 )
2025-07-29 00:56:52 +00:00