Skip to content

docs: sync missing content from v2 and rename What's New to Changelog#284

Merged
arora-saurabh448 merged 15 commits intomainfrom
docsupdate-branch
Mar 19, 2026
Merged

docs: sync missing content from v2 and rename What's New to Changelog#284
arora-saurabh448 merged 15 commits intomainfrom
docsupdate-branch

Conversation

@ppradnesh
Copy link
Contributor

@ppradnesh ppradnesh commented Mar 19, 2026

Summary

  • Rename "What's New" to "Changelog" across docs nav, page heading, and README
  • Populate changelog page with full release history (v0.1.0 through v0.4.9) from v2 repo
  • Add inline permission examples to security FAQ (permission level table, pattern-based bash permissions, per-agent read-only config)
  • Add Data Engineering agents table (builder, analyst, validator, migrator) and Agent Permissions JSON example to agents page
  • Add Non-interactive Usage section (piped input, model override, debug logging, --no-trace) and Tracing section to CLI docs
  • Add missing nav entries: Web UI, Claude Code/Codex guides, Memory Tools, Observability (Tracing/Telemetry), Training (Overview/Team Deployment), and Extend (SDK/Server API/Plugins/Ecosystem) under Reference

Test plan

  • Verify docs site builds without errors (mkdocs build)
  • Check all new nav entries resolve to existing .md files
  • Confirm changelog page renders with full release history
  • Verify inline JSON examples render correctly in security FAQ, agents, and CLI pages
  • Check no broken internal links from new/modified pages

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • New Features

    • Simplified installation command: npm install -g altimate-code
    • Added support for Oracle and SQLite databases (10 total warehouses)
    • Introduced --yolo flag to auto-approve permission prompts
    • New keybinding (Leader + i) for AI-powered prompt enhancement
    • Enhanced SQL write access control for Builder and Analyst modes
  • Agent Modes

    • Streamlined from 7 specialized modes to 3 purpose-built modes: Builder, Analyst, and Plan
    • Builder: SQL writes require approval; Analyst: SQL writes blocked entirely; Plan: read-only, no SQL/bash
  • Documentation

    • Expanded tool count to 100+
    • Complete documentation restructure and relocation to docs.altimate.sh
    • Added comprehensive guides for warehouses, governance, permissions, skills, and tools
    • Simplified installation messaging from multi-step setup to "Zero additional setup"

Saurabh Arora and others added 10 commits March 18, 2026 13:17
- Standardize tool count to 50+ across all docs (was 99+/55+)
- Update install command to unscoped `altimate-code` package
- Remove stale Python/uv auto-setup claims (all-native TypeScript now)
- Update docs badge URL to docs.altimate.sh
- Remove altimate-core npm badge from README
- Add --yolo flag to CLI reference and builder mode subtext
- Add new env vars (YOLO, MEMORY, TRAINING) to CLI docs
- Add prompt enhancement keybind (leader+i) to TUI and keybinds docs
- Add tool_lookup to tools index
- Add built-in skills table (sql-review, schema-migration, pii-audit, etc.)
- Add altimate-dbt CLI section to dbt-tools.md
- Add Oracle and SQLite to warehouse lists
- Update security FAQ: replace Python engine FAQ with native engine, add sensitive_write FAQ
- Update telemetry docs to remove Python engine references
- Add v0.4.2 to README "What's New" section
- Update llms.txt URLs to docs.altimate.sh and bump version to v0.4.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace 304 em-dashes across 38 docs files with natural sentence
  structures (colons, commas, periods, split sentences) to avoid
  AI-generated content appearance
- Fix pill-grid CSS: increase gap/padding, add responsive breakpoints
  at 768px and 480px for reliable scaling across viewport sizes
- Simplify quickstart /discover step to brief description + link to
  Full Setup; add (Optional) marker to getting-started warehouse step

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rewrite quickstart as a full Setup page covering warehouse connections,
LLM provider switching, agent modes, skills, and permissions. Update
overview page with ADE-Bench results (74.4%), fix install command, and
change 70+ to 50+ tools. Replace query example with NYC taxi cab
analytics prompt. Remove time blocks from step headings and trim
redundant sections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move CI page from data-engineering/guides to usage/. Remove duplicate
non-interactive and tracing sections from CLI page, link to CI instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove data-engineering-specific agent table from agents.md (now covered
elsewhere), replace grid cards in quickstart with a compact link list,
and rename "Complete Setup" → "Setup" in nav.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Rename "What's New" to "Changelog" across docs, nav, and README
- Populate changelog with full release history (v0.1.0 through v0.4.9)
- Add inline permission examples to security-faq (permission table, JSON configs)
- Add Data Engineering agents table and Agent Permissions example to agents page
- Add Non-interactive Usage and Tracing sections to CLI docs
- Add missing nav entries: Web UI, Claude Code/Codex guides, Memory Tools,
  Observability (Tracing/Telemetry), Training, and Extend (SDK/Server/Plugins/Ecosystem)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 19, 2026 01:12
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates and reorganizes the documentation to reflect the current docs site structure, expand missing content synced from v2, and rename “What’s New” to “Changelog”.

Changes:

  • Restructures MkDocs navigation and adds multiple missing reference/configuration pages.
  • Adds/updates docs content across CLI usage, governance/security, telemetry/tracing, and data-engineering tool references.
  • Renames/aligns branding and marketing copy (e.g., “50+ tools”), updates install/package references, and refreshes examples.

Reviewed changes

Copilot reviewed 57 out of 58 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/mkdocs.yml Reorganizes site nav and reference locations
docs/docs/usage/web.md Clarifies web config table defaults
docs/docs/usage/tui.md Updates TUI descriptions and keybind list
docs/docs/usage/cli.md Adds --yolo, env var sections, tracing info
docs/docs/usage/ci-headless.md Adds headless/CI usage page
docs/docs/reference/windows-wsl.md Updates Windows install + wording tweaks
docs/docs/reference/troubleshooting.md Wording/formatting and link updates
docs/docs/reference/telemetry.md Updates event descriptions and links
docs/docs/reference/security-faq.md Expands security/permissions guidance + engine update
docs/docs/reference/network.md Adds network/proxy/firewall reference page
docs/docs/reference/changelog.md Adds full changelog page content
docs/docs/quickstart.md Updates quickstart copy and formatting
docs/docs/llms.txt Updates docs index metadata and URLs
docs/docs/index.md Updates homepage copy + supported DB list
docs/docs/getting-started/quickstart.md Adds expanded setup guide page
docs/docs/getting-started/quickstart-new.md Adds “10-minute” quickstart page
docs/docs/getting-started/index.md Adds “Getting Started” landing page
docs/docs/getting-started.md Updates full setup guide copy
docs/docs/examples/index.md Adds examples showcase landing page
docs/docs/drivers.md Updates driver docs wording/formatting
docs/docs/develop/server.md Formatting updates to server endpoint list
docs/docs/develop/sdk.md Formatting updates to SDK import table
docs/docs/develop/plugins.md Formatting updates + clarifies hook behavior
docs/docs/develop/ecosystem.md Formatting updates to integrations/community
docs/docs/data-engineering/training/team-deployment.md Improves clarity and heading formatting
docs/docs/data-engineering/training/index.md Improves wording + examples formatting
docs/docs/data-engineering/tools/warehouse-tools.md Removes outdated Python engine snippet
docs/docs/data-engineering/tools/sql-tools.md Formatting consistency improvements
docs/docs/data-engineering/tools/schema-tools.md Formatting consistency improvements
docs/docs/data-engineering/tools/memory-tools.md Formatting consistency improvements
docs/docs/data-engineering/tools/index.md Updates tool-count copy + adds tool_lookup
docs/docs/data-engineering/tools/finops-tools.md Formatting consistency improvements
docs/docs/data-engineering/tools/dbt-tools.md Adds altimate-dbt CLI section
docs/docs/data-engineering/guides/using-with-codex.md Minor wording update
docs/docs/data-engineering/guides/migration.md Reformats best-practices list
docs/docs/data-engineering/guides/cost-optimization.md Reformats list items
docs/docs/data-engineering/guides/ci-headless.md Updates install command + link paths
docs/docs/data-engineering/agent-modes.md Adds --yolo tip + formatting
docs/docs/configure/warehouses.md Adds warehouses configuration reference
docs/docs/configure/tracing.md Refines tracing docs and links
docs/docs/configure/tools/index.md Adds tools reference index page
docs/docs/configure/tools/custom.md Adds custom tools documentation
docs/docs/configure/tools/core-tools.md Adds core tool catalog page
docs/docs/configure/tools/config.md Adds built-in tool list page
docs/docs/configure/tools.md Updates tool count + wording
docs/docs/configure/skills.md Adds built-in skills table
docs/docs/configure/rules.md Formatting and wording improvements
docs/docs/configure/providers.md Minor wording improvements
docs/docs/configure/permissions.md Wording + formatting improvements
docs/docs/configure/keybinds.md Adds prompt enhancement keybind
docs/docs/configure/index.md Adds configuration landing page
docs/docs/configure/governance.md Adds governance overview page
docs/docs/configure/context-management.md Formatting and clarity improvements
docs/docs/configure/config.md Fixes telemetry link + table defaults
docs/docs/configure/commands.md Formatting improvements
docs/docs/configure/agents.md Wording improvements
docs/docs/assets/css/extra.css Adjusts card/pill grid spacing and responsiveness
README.md Updates package/docs links and renames section to Changelog

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

```

`/discover` scans for dbt projects, warehouse credentials (from `~/.dbt/profiles.yml`, environment variables, and Docker), and installed tools. It **reads but never writes** — safe to run against production.
Auto-detects your dbt projects, warehouse credentials, and installed tools. See [Full Setup](getting-started.md#step-3-configure-your-warehouse) for details on what `/discover` finds and manual configuration options.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved / Not Applicable. The link in quickstart.md line 63 is already getting-started.md#step-3-configure-your-warehouse-optional, which matches the heading in getting-started.md. This was likely fixed in a subsequent commit.

Comment on lines +10 to +12
- [Quickstart (5 min)](https://docs.altimate.sh/quickstart/): Install altimate, configure your LLM provider, connect your warehouse, and run your first query in under 5 minutes.
- [Full Setup Guide](https://docs.altimate.sh/getting-started/): Complete installation, warehouse configuration for all 8 supported warehouses, LLM provider setup, and first-run walkthrough.
- [Network & Proxy](https://docs.altimate.sh/network/): Proxy configuration, CA certificate setup, firewall requirements.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valid — still open. Confirmed: network.md is at reference/network.md per mkdocs.yml nav, so the URL should be https://docs.altimate.sh/reference/network/ not https://docs.altimate.sh/network/.

Comment on lines +39 to +42
## Reference

- [Security FAQ](https://altimateai.github.io/altimate-code/security-faq/): 12 Q&A pairs on data handling, credentials, permissions, network endpoints, and team hardening.
- [Troubleshooting](https://altimateai.github.io/altimate-code/troubleshooting/): 6 common issues with step-by-step fixes, including Python bridge failures and warehouse connection errors.
- [Security FAQ](https://docs.altimate.sh/security-faq/): 12 Q&A pairs on data handling, credentials, permissions, network endpoints, and team hardening.
- [Troubleshooting](https://docs.altimate.sh/troubleshooting/): 6 common issues with step-by-step fixes, including tool execution errors and warehouse connection setup.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valid — still open. Confirmed: both security-faq.md and troubleshooting.md are under reference/ in mkdocs.yml nav. URLs should be /reference/security-faq/ and /reference/troubleshooting/.

Comment on lines +36 to +37
- [Tracing](https://docs.altimate.sh/configure/tracing/): Local-first observability covering trace schema, span types, live viewing, remote OTLP exporters, and crash recovery.
- [Telemetry](https://docs.altimate.sh/configure/telemetry/): 25 anonymized event types, privacy guarantees, opt-out instructions.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valid — still open. Confirmed: telemetry is at reference/telemetry.md in mkdocs.yml nav, so the URL should be https://docs.altimate.sh/reference/telemetry/ not /configure/telemetry/.

Comment on lines +16 to +18
```bash
npm update -g @altimateai/altimate-code
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not Applicable. The upgrade command on line 17 is npm update -g altimate-code (unscoped), which matches the install command used throughout the docs and README. The scoped name @altimateai/altimate-code is not present here — this comment appears to have been generated against an earlier revision of the diff.

Comment on lines +44 to +46
## [0.4.1] - 2026-03-16
## [0.4.2] - 2026-03-18

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partially Not Applicable. The versions are in correct descending order (0.4.9 → 0.4.2 → 0.4.1 → 0.4.0 → ...) and 0.4.1 does have content (lines 79–98: tracing system, engine fixes, bridge fixes). The gaps (0.4.3–0.4.8) likely represent versions that were never released publicly.

However, one valid concern: v0.5.0 is missing from the changelog — it is the latest release per git history but has no entry here. That should be added.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@arora-saurabh448
Copy link
Collaborator

Docs Build Review

mkdocs build --strict passes (no hard errors), but surfaces 2 broken anchors and 9 orphaned pages. Additional issues found by inspecting the diff.

Broken Anchor Links

  1. quickstart.md:63 links to getting-started.md#step-3-configure-your-warehouse but the heading was changed to ## Step 3: Configure Your Warehouse _(Optional)_ — anchor is now #step-3-configure-your-warehouse-optional. Link is broken.

  2. configure/skills.md:91 links to #adding-custom-skills but that heading no longer exists in the file. Remaining headings: Skill Format, Discovery Paths, Built-in Data Engineering Skills, Disabling External Skills, Duplicate Handling.

Bugs

  1. getting-started/quickstart-new.md uses "connections" as the JSON config key in all four tabbed examples (Snowflake, BigQuery, PostgreSQL, DuckDB). Every other page in the docs uses "warehouses". Users who copy these examples will get non-working config.

  2. reference/changelog.md upgrade command says npm update -g @altimateai/altimate-code (scoped). The rest of the PR updates install commands to unscoped altimate-code.

  3. reference/changelog.md has an empty ## [0.4.1] - 2026-03-16 header immediately followed by ## [0.4.2] - 2026-03-18 with no content under 0.4.1. Either give 0.4.1 its own section or remove the empty header.

Inconsistent Tool Counts

  1. configure/tools/index.md and configure/tools/config.md both say "70+ specialized tools". Every other page says "100+".

Orphaned Pages (in docs/ but not in nav)

9 pages exist on disk but are missing from the nav: section in mkdocs.yml. They're still served by URL but unreachable from sidebar navigation:

Orphaned Page Inbound Links Impact
index.md (homepage) Hero CTA links to getting-started.md Homepage removed from nav tree — not reachable from sidebar
getting-started.md Linked from quickstart.md, index.md "Full Setup" guide hidden from nav but still referenced
quickstart.md Linked from getting-started.md, getting-started/index.md Original quickstart orphaned; nav points to getting-started/quickstart-new.md
drivers.md Only in changelog text Technical reference, still accessible by URL
configure/tools.md Linked from itself Replaced by configure/tools/config.md but old copy still exists with different tool count (100+ vs 70+)
configure/custom-tools.md None found Replaced by configure/tools/custom.md
data-engineering/guides/ci-headless.md Linked from quickstart.md:102 Near-duplicate of usage/ci-headless.md (only relative paths differ); quickstart still links to old location
data-engineering/guides/index.md Linked from usage/web.md
data-engineering/tools/index.md Linked from orphaned configure/tools.md

Duplicate Pages

Three pairs of near-duplicate pages exist (old + new) where the old copy was not removed:

  1. configure/tools/index.md (70+ tools) vs data-engineering/tools/index.md (100+ tools) — same title "Tools Reference", conflicting content
  2. configure/tools/config.md (70+ tools) vs configure/tools.md (100+ tools) — same title "Tools", config.md is a stripped-down copy
  3. usage/ci-headless.md vs data-engineering/guides/ci-headless.md — identical content, only relative link paths differ

Warehouse Count Mismatch

  1. configure/warehouses.md says "8 warehouse types" but index.md and README.md now list 10 databases (Oracle and SQLite were added). The warehouses page should cover all 10 or clarify the distinction.

Saurabh Arora and others added 3 commits March 18, 2026 19:32
- Fix broken anchor link to #step-3-configure-your-warehouse-optional
- Add inline "Adding Custom Skills" section in skills.md
- Fix changelog upgrade command to use unscoped package name
- Split merged 0.4.1/0.4.2 changelog into separate sections
- Update tool count from 70+ to 100+ in configure/tools pages
- Move Guides to bottom of Use section in nav
- Change hero tagline to "Open-source data engineering harness."
- Simplify install command to just npm install

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… stub web UI

- Reduce agent modes from 7 to 3 (builder, analyst, plan) per PR #282
- Add SQL Write Access Control section with query classification table
- Add sql_execute_write permission to permissions reference
- Update /data to /altimate in Claude Code guide, add /configure-claude setup
- Add Codex CLI skill integration and /configure-codex setup
- Add /configure-claude and /configure-codex to commands reference
- Stub web UI page with Coming Soon notice
- Update all cross-references (getting-started, quickstart, index, tui, training, migration)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- commands.md: keep capitalized "Integration" heading
- cli.md: keep --yolo flag in global flags table

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Collaborator

@arora-saurabh448 arora-saurabh448 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Summary

Reviewed all 6 Copilot comments and the overall PR (58 files, +2942/-894).

Copilot Comment Triage

# File Status Reason
1 quickstart.md — anchor link Resolved Link already updated to #step-3-configure-your-warehouse-optional in a later commit
2 llms.txt line 12 — /network/ URL Valid Should be /reference/network/ per mkdocs.yml nav
3 llms.txt line 42 — /security-faq/, /troubleshooting/ URLs Valid Should be /reference/security-faq/ and /reference/troubleshooting/
4 llms.txt line 37 — /configure/telemetry/ URL Valid Should be /reference/telemetry/
5 changelog.md line 18 — scoped package name Not Applicable Current code uses altimate-code (unscoped), which is correct
6 changelog.md — ordering/content Partially N/A Versions are in correct descending order and 0.4.1 has content. But v0.5.0 is missing from the changelog

Additional Findings

  1. llms.txt — inconsistent tool count: The description says "50+ tools" but the rest of the docs (quickstart, index, getting-started) say "100+ tools". Should be aligned.

  2. llms.txt — stale version: Header says Version: v0.4.2 but latest release is v0.5.0.

  3. Changelog missing v0.5.0: The latest release (release: v0.5.0 per git log) has no entry in reference/changelog.md.

  4. Nav file integrity: All 57 nav entries in mkdocs.yml resolve to existing .md files — no missing pages.

  5. Internal markdown links: All relative links in the changed files resolve correctly — no broken internal links.

Open Items (3 fixes needed)

  • Fix 4 stale URLs in llms.txt (network, telemetry, security-faq, troubleshooting)
  • Add v0.5.0 entry to reference/changelog.md
  • Align tool count in llms.txt description ("50+" → "100+") to match rest of docs

- Fix 4 broken URLs in llms.txt (network, telemetry, security-faq,
  troubleshooting) to match reference/ paths in mkdocs nav
- Update llms.txt version from v0.4.2 to v0.5.0
- Add missing v0.5.0 changelog entry with features and fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@arora-saurabh448
Copy link
Collaborator

Pushed 04b51e56a with fixes for the open review items:

llms.txt:

  • Fixed 4 stale URLs: network, telemetry, security-faq, troubleshooting → now point to /reference/... paths matching mkdocs nav
  • Updated version header from v0.4.2 to v0.5.0

changelog.md:

All 6 Copilot comments are now addressed.

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR comprehensively updates Altimate Code documentation and marketing copy. Key changes include: updating tool count from 99+ to 100+, renaming the npm package from @altimateai/altimate-code to altimate-code, simplifying agent modes from seven (Validator, Migrator, Researcher, Trainer, Executive) to three (Builder, Analyst, Plan), expanding warehouse support documentation with detailed configuration examples, introducing new governance and configuration reference sections, and systematically replacing em-dash punctuation with colons and periods throughout for consistency.

Changes

Cohort / File(s) Summary
Marketing & Core Landing Pages
README.md, docs/docs/index.md, docs/docs/getting-started.md
Updated tool count from "99+" to "100+", changed npm package name from @altimateai/altimate-code to altimate-code, updated docs domain from altimateai.github.io/altimate-code to docs.altimate.sh, expanded warehouse support list to include Oracle and SQLite, simplified agent modes section.
New Getting Started Documentation
docs/docs/getting-started/index.md, docs/docs/getting-started/quickstart.md, docs/docs/getting-started/quickstart-new.md
Added comprehensive quickstart guides with installation, LLM configuration, warehouse connectivity setup, agent mode selection, skills discovery, and permissions overview, plus landing page with hero section and feature highlights.
Agent Modes & Data Engineering Training
docs/docs/data-engineering/agent-modes.md, docs/docs/data-engineering/training/index.md, docs/docs/data-engineering/training/team-deployment.md
Reduced agent modes from seven to three (Builder, Analyst, Plan), added SQL write access control classification section, replaced "Trainer" mode with unified /teach and /train skills, adjusted step formatting and rewording for clarity.
Configuration Core
docs/docs/configure/index.md, docs/docs/configure/config.md, docs/docs/configure/commands.md
Added new Configure landing page, updated relative documentation links, normalized heading styles, reformatted command descriptions from em-dashes to colons, adjusted default value notation in configuration tables.
Agent Access & Governance
docs/docs/configure/agents.md, docs/docs/configure/governance.md, docs/docs/configure/permissions.md, docs/docs/configure/rules.md
Replaced agent list with structured descriptions of Builder/Analyst/Plan with explicit access semantics, added dedicated SQL write access control documentation, introduced new governance documentation covering Rules/Permissions/Context Management/Formatters, updated permission examples with sql_execute_write entries.
Warehouse & Provider Configuration
docs/docs/configure/warehouses.md, docs/docs/configure/providers.md
Added comprehensive new warehouse configuration page with examples for eight warehouse types (Snowflake, BigQuery, Databricks, PostgreSQL, Redshift, DuckDB, MySQL, SQL Server), SSH tunneling, and auto-discovery, adjusted provider punctuation for readability.
Skills & Tools Overview
docs/docs/configure/skills.md, docs/docs/configure/tools.md, docs/docs/configure/tools/index.md, docs/docs/configure/tools/config.md, docs/docs/configure/tools/core-tools.md, docs/docs/configure/tools/custom.md
Added new tools reference section with subsections for overview, built-in tools, core-tools (Rust SQL engine), and custom tools, expanded skills documentation with examples for custom skill creation, updated tool count from "55+" to "100+".
Data Engineering Tools Documentation
docs/docs/data-engineering/tools/index.md, docs/docs/data-engineering/tools/dbt-tools.md, docs/docs/data-engineering/tools/finops-tools.md, docs/docs/data-engineering/tools/schema-tools.md, docs/docs/data-engineering/tools/sql-tools.md, docs/docs/data-engineering/tools/memory-tools.md, docs/docs/data-engineering/tools/warehouse-tools.md
Updated tool count throughout, reformatted parameter descriptions from parenthetical to colon-separated style, replaced em-dash formatting with colons in examples and output descriptions, removed "Python Engine" section from warehouse-tools documentation.
Data Engineering Guides
docs/docs/data-engineering/guides/ci-headless.md, docs/docs/data-engineering/guides/migration.md, docs/docs/data-engineering/guides/cost-optimization.md, docs/docs/data-engineering/guides/using-with-codex.md
Updated migration guide to use "altimate" terminology instead of "migrator mode" with agent reference changed to --agent builder, reformatted guide examples and list items, adjusted heading styles and punctuation for consistency.
Reference & Security Documentation
docs/docs/reference/changelog.md, docs/docs/reference/security-faq.md, docs/docs/reference/telemetry.md, docs/docs/reference/troubleshooting.md, docs/docs/reference/windows-wsl.md
Added new comprehensive changelog file, replaced "Python engine" references with "SQL analysis engine"/"native tool engine", updated telemetry event documentation, added sensitive_write protection documentation, updated relative links and package names.
Developer & Ecosystem Documentation
docs/docs/develop/ecosystem.md, docs/docs/develop/plugins.md, docs/docs/develop/sdk.md, docs/docs/develop/server.md
Reformatted list items from em-dash to colon-separated descriptions, adjusted hook documentation punctuation, updated REST endpoint category formatting, no functional changes to APIs.
Usage & Interface Documentation
docs/docs/usage/cli.md, docs/docs/usage/tui.md, docs/docs/usage/web.md, docs/docs/usage/ci-headless.md
Added --yolo global CLI flag and corresponding environment variables, added memory/training feature toggles, updated TUI keybindings with "Enhance prompt" mapping, simplified web UI documentation to "Coming Soon" state, added comprehensive CI/headless automation guide.
Miscellaneous Documentation
docs/docs/drivers.md, docs/docs/examples/index.md, docs/docs/llms.txt, docs/docs/context-management.md, docs/docs/configure/keybinds.md, docs/docs/configure/tracing.md
Updated tool/driver count, replaced em-dash punctuation with commas/periods, added example showcase cards, updated documentation domain references, added new keybinding for prompt enhancement, reformatted tracing documentation.
Styling & Site Configuration
docs/docs/assets/css/extra.css, docs/mkdocs.yml
Increased card padding and pill spacing, added responsive media queries for smaller screens, completely restructured navigation tree to organize by Getting Started/Examples/Use/Configure/Governance/Reference, updated site description and page paths.

Poem

🐰 From ninety-nine hops, we've bounded to a hundred more—
New paths through docs so bright and clear,
Agent modes trimmed sleek and fine,
Em-dashes transformed to colons divine,
Warehouses charted from shore to shore!

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete. It lists many changes but lacks a comprehensive summary, proper section structure, and adequate test plan detail. The checklist items are marked incomplete with empty checkboxes. Complete the description by filling in all checklist items, detailing actual testing performed, and providing a clear summary of all changes made across multiple documentation files.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: renaming 'What's New' to 'Changelog' and syncing documentation content from v2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docsupdate-branch
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can customize the tone of the review comments and chat replies.

Configure the tone_instructions setting to customize the tone of the review comments and chat replies. For example, you can set the tone to Act like a strict teacher, Act like a pirate and more.

@arora-saurabh448 arora-saurabh448 merged commit 79ae428 into main Mar 19, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants