Skip to content

Commit f928d37

Browse files
Wolfe-Jamclaude
andcommitted
chore: Bump to v4.1.0 - Gemini Native Handshake
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c8984c6 commit f928d37

4 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to faf-cli will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.0] - 2026-01-31 — Gemini Native Handshake
9+
10+
### 🔷 Zero-Config Google AI Integration
11+
12+
FAF now auto-detects Gemini CLI and creates native bridges automatically.
13+
14+
### ✨ What's New
15+
16+
- **`--gemini` flag** - Explicit Gemini CLI integration
17+
- **Auto-detection** - Detects Gemini CLI even without flag
18+
- Checks: `gemini` command, `~/.gemini`, `GEMINI_API_KEY`, `gcloud`
19+
- **Native bridge** - Creates `.gemini/context.yaml` pointing to `project.faf`
20+
- **Symlink** - `.gemini/project.faf → project.faf` for direct access
21+
- **gemini: section** - Added to project.faf with integration config
22+
23+
### 🎯 The Native Handshake
24+
25+
Every `faf init` is now Gemini-aware. If Gemini CLI is installed, FAF automatically:
26+
1. Detects the installation
27+
2. Creates `.gemini/` directory
28+
3. Writes context bridge config
29+
4. Links to project.faf
30+
31+
Zero config. Native integration. Just works.
32+
33+
---
34+
835
## [4.0.0] - 2026-01-24 — Foundation Layer
936

1037
### 🏛️ The Format That Became a Standard

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faf-cli",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "The Persistent AI Context Standard • Foundation Layer for AI • IANA-Registered • Anthropic-Approved • project.faf = AI's foundation",
55
"icon": "https://faf.one/orange-smiley.svg",
66
"logo": "https://faf.one/orange-smiley.svg",

project.faf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ preferences:
7878
documentation: as_needed
7979
state:
8080
phase: development
81-
version: 3.4.8
81+
version: 4.1.0
8282
focus: production_deployment
8383
status: green_flag
8484
next_milestone: npm_publication

0 commit comments

Comments
 (0)