Skip to content

Conversation

@RichardHightower
Copy link
Contributor

Summary

Release v1.7.0 brings native Gemini CLI support, universal agent enhancements, and improved user feedback for skill path discovery.

Features

  • SKILZ-49: Gemini CLI Native Support - Gemini now reads skills natively from .gemini/skills/ with auto-detection
  • SKILZ-50: Universal Agent Custom Config - Added --config flag for custom config file targeting (legacy Gemini workflow)
  • Feature 11: Skill Path Fallback Discovery - Always displays warning when skill found at different path than expected

Bug Fixes

  • BUG-001: Fixed Codex agent detection from .codex/ directories

Documentation

  • Added docs/GEMINI_MIGRATION.md - Comprehensive Gemini migration guide
  • Added docs/UNIVERSAL_AGENT_GUIDE.md - Universal agent usage guide
  • Updated docs/USER_MANUAL.md with new sections
  • Added SDD specs for features 09-12

Tests

  • 620 tests passing (was 617, added 3 new tests for path fallback)
  • All quality checks pass (lint, typecheck, coverage)

Files Changed

  • 29 files changed, 4779 insertions(+), 85 deletions(-)

…ncements

SKILZ-49: Gemini CLI Native Support
- Gemini now reads skills natively from .gemini/skills/
- Auto-detection from .gemini/ directories
- Updated agent_registry.py with new Gemini config

SKILZ-50: Universal Agent Custom Config
- Added --config flag for custom config file targeting
- Legacy Gemini workflow support via universal agent

Feature 11: Skill Path Fallback Discovery
- Always display warning when skill found at different path than expected
- Warning goes to stderr for proper script integration
- Verbose mode shows expected vs found paths

BUG-001: Fixed Codex agent detection from .codex/ directories

Documentation:
- Added docs/GEMINI_MIGRATION.md
- Added docs/UNIVERSAL_AGENT_GUIDE.md
- Updated USER_MANUAL.md with new sections
- Added SDD specs for features 09-12

Tests: 620 tests passing (added 3 new tests for path fallback)
- Remove unused cmd_list import from test_gemini_integration.py
- Remove unused Path and pytest imports from test_universal_integration.py
@RichardHightower RichardHightower merged commit a7d5bac into main Jan 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants