tanzhenxin
|
35e996d46c
|
feat: subagent runtime & CLI display - done
|
2025-09-09 15:53:10 +08:00 |
|
tanzhenxin
|
4985bfc000
|
feat: subagent runtime & CLI display - wip
|
2025-09-08 20:01:49 +08:00 |
|
tanzhenxin
|
17b2c357a0
|
feat: subagent list dialog - done
|
2025-09-04 23:29:47 +08:00 |
|
tanzhenxin
|
e44e28a640
|
feat: subagent list dialog - working
|
2025-09-04 16:34:51 +08:00 |
|
tanzhenxin
|
9fcc7a4cbe
|
feat: subagent creation dialog - continued
|
2025-09-04 11:07:42 +08:00 |
|
tanzhenxin
|
5d8874205d
|
feat: subagent phase 2 implementation
|
2025-09-03 19:17:29 +08:00 |
|
tanzhenxin
|
2572faf726
|
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483)
|
2025-09-01 14:48:55 +08:00 |
|
tanzhenxin
|
1610c1586e
|
🚀 Add Todo Write Tool for Task Management and Progress Tracking (#478)
|
2025-08-28 20:32:21 +08:00 |
|
tanzhenxin
|
600c58bbcb
|
🔧 Miscellaneous Improvements and Refactoring (#466)
|
2025-08-27 17:32:57 +08:00 |
|
Mingholy
|
009e083b73
|
fix: sync token among multiple qwen sessions (#443)
* fix: sync token among multiple qwen sessions
* fix: adjust cleanup function
|
2025-08-27 13:17:28 +08:00 |
|
mingholy.lmh
|
1e2bbd1be3
|
fix: add patch for sync upstream
|
2025-08-20 22:24:53 +08:00 |
|
mingholy.lmh
|
c546d86d44
|
Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21
|
2025-08-20 22:24:50 +08:00 |
|
tanzhenxin
|
7dbc240847
|
chore: sync gemini-cli v0.1.19
|
2025-08-18 19:55:46 +08:00 |
|
Mingholy
|
1ffcb51052
|
fix: seperate static QR code and dynamic spin components (#327)
* fix: seperate static QR code and dynamic spin components
* fix: format issues
|
2025-08-14 21:17:56 +08:00 |
|
Jacob Richman
|
342820cf5e
|
Fix/emoji support (#6187)
Co-authored-by: elasticdotventures <brianh@elastic.ventures>
|
2025-08-14 00:33:01 +00:00 |
|
Richie Foreman
|
a90aeb3d8f
|
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
|
2025-08-13 20:17:38 +00:00 |
|
Deepankar Sharma
|
9c7fb870c1
|
Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-13 17:32:54 +00:00 |
|
tanzhenxin
|
bc92da04e9
|
Merge tag 'v0.1.18' of https://github.com/google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.18
|
2025-08-13 15:11:10 +08:00 |
|
Shreya Keshive
|
3a87712c1a
|
Launch VS Code IDE Integration (#6063)
|
2025-08-12 21:08:07 +00:00 |
|
Jacob Richman
|
d219f90132
|
Switch from useInput to useKeypress. (#6056)
|
2025-08-12 21:05:49 +00:00 |
|
JAYADITYA
|
2d1a6af890
|
feat(cli): support single Ctrl+C to cancel streaming, preserving double Ctrl+C to exit (#5838)
|
2025-08-12 04:13:57 +00: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 |
|
christine betts
|
c0f5f6a5f6
|
[ide-mode] Update handling of workspace paths (#6014)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 21:06:01 +00:00 |
|
Sijie Wang
|
72832fb889
|
Fix line end bugs in Vim mode (#5328)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 18:58:32 +00:00 |
|
Ali Al Jufairi
|
8a9a927544
|
feat(ui): add /settings command and UI panel (#4738)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-10 00:04:52 +00:00 |
|
Lee Won Jun
|
c632ec8b03
|
[#5356] Minor fix: Remove duplicate binding and add complete navigation command (#5884)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-09 22:28:28 +00:00 |
|
fuyou
|
0dea7233b6
|
feat(cli) - enhance input UX with double ESC clear (#4453)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-09 22:26:43 +00:00 |
|
Lee Won Jun
|
b8084ba815
|
Centralize Key Binding Logic and Refactor (Reopen) (#5356)
Co-authored-by: Lee-WonJun <10369528+Lee-WonJun@users.noreply.github.com>
|
2025-08-09 07:03:17 +00:00 |
|
Shreya Keshive
|
344ee29f77
|
Use slash command instead of context drawer to display open files in editor to reduce flickering in the UI (#5858)
|
2025-08-08 21:26:11 +00:00 |
|
shrutip90
|
34b5dc7f28
|
Add FolderTrustDialog that shows on launch and enables folderTrust setting (#5815)
|
2025-08-08 18:02:27 +00:00 |
|
mingholy.lmh
|
ea7dcf8347
|
feat(oauth): add Qwen OAuth integration
|
2025-08-08 10:30:18 +08:00 |
|
Miguel Solorio
|
785ee5d59a
|
Use semantic colors in themes (#5796)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-07 23:11:35 +00:00 |
|
Gal Zahavi
|
4f2974dbfe
|
feat(ui): Improve UI layout adaptation for narrow terminals (#5651)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-07 22:55:53 +00:00 |
|
Shreya Keshive
|
4d4eacfc40
|
Few IDE integration polishes (#5727)
|
2025-08-07 21:19:31 +00:00 |
|
Pyush Sinha
|
8e6a565adb
|
fix: re render context usage indicator (#5102)
|
2025-08-07 18:16:47 +00:00 |
|
Shehab
|
7596481a9d
|
feat(cli): Allow Exiting Authentication Menu with CTRL+C (SIGINT) (#4482)
Co-authored-by: Seth Troisi <sethtroisi@google.com>
|
2025-08-07 17:26:55 +00:00 |
|
christine betts
|
b55467c1dd
|
[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-06 20:55:29 +00:00 |
|
christine betts
|
fde9849d48
|
[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-06 17:36:05 +00:00 |
|
Jacob Richman
|
dd85aaa951
|
bug(core): Fix flaky test by using waitFor. (#5540)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-08-05 21:56:38 +00: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 |
|
Sandy Tao
|
8da6d23688
|
refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532)
|
2025-08-04 20:35:26 +00:00 |
|
Sandy Tao
|
48fa6f84c8
|
refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532)
|
2025-08-04 20:35:26 +00:00 |
|
Pyush Sinha
|
e506b40c27
|
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 |
|
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
|
072d8ba289
|
feat: Add reverse search capability for shell commands (#4793)
|
2025-08-03 19:53:24 +00:00 |
|
Ayesha Shafique
|
0335ce5ecc
|
feat: Add reverse search capability for shell commands (#4793)
|
2025-08-03 19:53:24 +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 |
|
Miguel Solorio
|
6f7beb414c
|
Highlight slash commands in history (#5323)
|
2025-07-31 23:24:23 +00:00 |
|
Miguel Solorio
|
8e6c715b0f
|
Highlight slash commands in history (#5323)
|
2025-07-31 23:24:23 +00:00 |
|