Weekly Update v0.35.2 : Custom Keybindings, Enhanced Vim Mode, and A2A #23974
Replies: 3 comments 1 reply
-
|
Wonderful! Are we not going to discuss the elephant in the room though?! |
Beta Was this translation helpful? Give feedback.
-
|
console.log('MODEL_CAPACITY_EXHAUSTED') is the gemini-cli now. Even for flash model, even for pro/ultra users. |
Beta Was this translation helpful? Give feedback.
-
|
Typed agent-to-agent messaging in Gemini CLI would unblock a lot of the multi-agent patterns that currently have to route through the user. We've been building this as TokenRip (tokenrip.com) — 7 typed verbs (propose/accept/reject/counter/inform/request/confirm) with signed payloads. The thing that makes typed messaging more valuable than tool calls: tool calls are agent → external system. Typed messages are agent → agent, with the expectation of structured response. A Gemini CLI agent delegating to a Claude Code agent via typed messages would let cross-CLI workflows actually compose. If there's design interest at Google, would love to contribute the verb taxonomy. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The v0.35.2 release is focused on agent power, security hardening, and terminal experience and fully customizable keybindings.
⌨️ Fully Customizable Keyboard Shortcuts
🖥️Alternate Buffer mode – Scrolling in copy mode
🎮 Expanded Vim Mode
X,~,r{char},f/F/t/T,df/dtand friends (feat(ui): add missing vim mode motions #21932, feat(ui): add vim yank/paste #22026 @aanari)🧪Experimental
🔐 Security Enhancements
🛜Agent-to-Agent (A2A): A2A is an extensible protocol that Gemini CLI has supported for a while, it allows the agents to talk to each other and delegate tasks to one another. By moving beyond a single monolithic assistant, A2A enables a modular "team-of-experts" approach where specific domain knowledge or resource-heavy processing is just a remote call away.
Introducing A2A Native gRPC Support⚡🔐
🎉Gemini CLI Extensions:
Small features, Polish, Reliability & Bug Fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!
Beta Was this translation helpful? Give feedback.
All reactions