mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
antigravity-cli: add migration news
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
time = "2026-03-13T03:09:51+00:00";
|
||||
condition = config.programs.gemini-cli.enable;
|
||||
condition = config.programs.antigravity-cli.enable;
|
||||
message = ''
|
||||
The `programs.gemini-cli.policies` option has been added to support configuring
|
||||
the Gemini CLI policy engine.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
time = "2026-03-31T17:22:36+00:00";
|
||||
condition = config.programs.gemini-cli.enable;
|
||||
condition = config.programs.antigravity-cli.enable;
|
||||
message = ''
|
||||
The `programs.gemini-cli.enableMcpIntegration` and `programs.gemini-cli.skills`
|
||||
options have been added to support configuring the Gemini CLI MCP servers and
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
config.programs.claude-code.enable
|
||||
|| config.programs.codex.enable
|
||||
|| config.programs.opencode.enable
|
||||
|| config.programs.gemini-cli.enable;
|
||||
|| config.programs.antigravity-cli.enable;
|
||||
message = ''
|
||||
The Claude Code, Codex, and OpenCode modules now expose a canonical
|
||||
`context` option for configuring their global assistant instructions.
|
||||
|
||||
15
modules/misc/news/2026/05/2026-05-20_12-00-00.nix
Normal file
15
modules/misc/news/2026/05/2026-05-20_12-00-00.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
time = "2026-05-20T12:00:00+00:00";
|
||||
condition = config.programs.antigravity-cli.enable;
|
||||
message = ''
|
||||
The `programs.gemini-cli` module has been renamed to
|
||||
`programs.antigravity-cli`.
|
||||
|
||||
Existing `programs.gemini-cli` configurations are migrated automatically
|
||||
and emit rename warnings. The Antigravity CLI module writes settings and
|
||||
permissions to `~/.gemini/antigravity-cli`, MCP server configuration to
|
||||
`~/.gemini/config/mcp_config.json`, and skills to
|
||||
`~/.gemini/config/skills`.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user