From e82245200012ba9beae46c7c1a013865770b1a1d Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Mon, 19 Jan 2026 11:25:36 +0100 Subject: [PATCH] feat(guide): add AI Ecosystem section for complementary tools (v3.9.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New Section 11 documenting tool complementarity with Claude Code: - guide/ai-ecosystem.md (752 lines): detailed guide covering Perplexity, Gemini, Kimi, NotebookLM, IDE tools, and UI prototypers - Section 11 in ultimate-guide.md (~250 lines): condensed version with practical workflows and integration patterns - 4 workflow pipelines: Research→Code, Visual→Code, Documentation, Presentation - Ready-to-use prompts and cost optimization strategies Also includes: mobile-access.md enhancements from [Unreleased] Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 35 ++ README.md | 3 +- VERSION | 2 +- guide/README.md | 1 + guide/ai-ecosystem.md | 752 ++++++++++++++++++++++++++++++++ guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 256 ++++++++++- machine-readable/reference.yaml | 9 +- tools/mobile-access.md | 102 ++++- 9 files changed, 1149 insertions(+), 15 deletions(-) create mode 100644 guide/ai-ecosystem.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8e848..387d58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.9.1] - 2026-01-19 + +### Added + +- **AI Ecosystem: Complementary Tools** — New Section 11 documenting tool complementarity + - `guide/ultimate-guide.md` Section 11 (~250 lines) + - 11.1 Why Complementarity Matters — Claude Code strengths vs gaps + - 11.2 Tool Matrix — Decision guide for when to use which tool + - 11.3 Practical Workflows — 4 pipelines (Research→Code, Visual→Code, Documentation, Presentation) + - 11.4 Integration Patterns — Full workflows with budget recommendations + - `guide/ai-ecosystem.md` (NEW, ~750 lines) + - Detailed guide for each complementary tool + - Perplexity AI (research with verified sources) + - Google Gemini (image understanding → code) + - Kimi/Moonshot (PPTX generation, 128K context) + - NotebookLM (doc synthesis + audio overviews) + - IDE tools (Cursor, Windsurf, Cline) + - UI Prototypers (v0, Bolt, Lovable) + - Ready-to-use prompts appendix + - Cost optimization strategies + - Updated `guide/README.md` with navigation link + - Updated main `README.md` navigation table + - Updated `machine-readable/reference.yaml` with 6 new line number references + +### Changed + +- **tools/mobile-access.md** - Enhanced with verified data and alternatives + - Added Architecture Comparison section with 3 ASCII diagrams (ttyd, Happy Coder, Remoto.sh) + - Restructured comparison table with Type/Pros/Cons/ToS/Stars columns + - Added Happy Coder section: 7.8K ⭐ (verified 2026-01-19), MIT, Tauri/Expo stack, ToS-safe + - Added Remoto.sh warning: ToS risk documented (Anthropic §4.2 proxy policy) + - Added Sources section with all referenced projects + - Updated footer with data verification date + - File expanded from 300 to 385 lines + ## [3.9.0] - 2026-01-19 ### Added diff --git a/README.md b/README.md index c094ec2..c8ac17d 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Jump directly to any section in the [Ultimate Guide](./guide/ultimate-guide.md): | **[8. MCP Servers](./guide/ultimate-guide.md#8-mcp-servers)** | Extend Claude with databases, browsers, and external tools | Extended | | **[9. Advanced Patterns](./guide/ultimate-guide.md#9-advanced-patterns)** | Orchestrate Trinity workflows and CI/CD pipelines | Power user | | **[10. Reference](./guide/ultimate-guide.md#10-reference)** | Look up commands, shortcuts, and troubleshooting tips | Daily | +| **[11. AI Ecosystem](./guide/ultimate-guide.md#11-ai-ecosystem-complementary-tools)** | Chain Claude Code with Perplexity, Gemini, Kimi, NotebookLM | Workflow | --- @@ -741,7 +742,7 @@ Get notified about major updates, new templates, and Claude Code best practices: --- -*Version 3.9.0 | January 2026 | Crafted with Claude* +*Version 3.9.1 | January 2026 | Crafted with Claude*