Skip to content

Update index.md - #112

Merged
visahak merged 3 commits into
mainfrom
visahak-patch-2
Mar 31, 2026
Merged

Update index.md#112
visahak merged 3 commits into
mainfrom
visahak-patch-2

Conversation

@visahak

@visahak visahak commented Mar 30, 2026

Copy link
Copy Markdown
Collaborator

update the link to point to altk-evolve path

Summary by CodeRabbit

  • Documentation
    • Updated installation instructions to reference the latest platform-integration installation script source, ensuring users retrieve the correct setup files for both current and stable versions.

update the link to point to altk-evolve path
@visahak
visahak requested a review from illeatmyhat March 30, 2026 19:23
@coderabbitai

coderabbitai Bot commented Mar 30, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

Installation documentation updated to retrieve the install.sh script from the AgentToolkit/altk-evolve repository instead of AgentToolkit/evolve for both main/latest and v1.0.5/latest stable release URLs.

Changes

Cohort / File(s) Summary
Installation Documentation
docs/installation/index.md
Updated repository references in install script URLs from AgentToolkit/evolve to AgentToolkit/altk-evolve across main/latest and pinned stable (v1.0.5/latest) installation paths.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A carrot of change, so simple and bright,
Old paths redirected to altk-evolve's light,
URLs shuffled with surgical precision,
Docs now point true—a swift, clean decision! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update index.md' is vague and generic, providing no meaningful information about what changes were made or why, despite the changeset specifically updating installation documentation URLs to reference the altk-evolve repository. Use a more descriptive title such as 'Update installation docs to reference altk-evolve repository' to clearly convey the primary change to reviewers.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 visahak-patch-2

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/installation/index.md`:
- Around line 6-14: The docs contain mixed repository references
(AgentToolkit/altk-evolve vs AgentToolkit/evolve); update all occurrences to the
new canonical repo name (AgentToolkit/altk-evolve) so links are consistent:
replace the curl/install script URLs in docs/installation/index.md, the repo
references in mkdocs.yaml, and the link in docs/examples/hello_world/index.md
(search for "AgentToolkit/evolve" and change to "AgentToolkit/altk-evolve")
ensuring both main and versioned (v1.0.5) URLs and any other surfaced links are
updated.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0cfa7c54-37bc-458e-bc53-701289b577d8

📥 Commits

Reviewing files that changed from the base of the PR and between 889c8f1 and d89fc03.

📒 Files selected for processing (1)
  • docs/installation/index.md

Comment on lines +6 to +14
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
```
### Download Install Script
```bash
# Latest (based on main)
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/evolve/main/platform-integrations/install.sh -o install.sh && chmod +x install.sh
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh -o install.sh && chmod +x install.sh

# Latest Stable Version
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/evolve/v1.0.5/platform-integrations/install.sh -o install.sh && chmod +x install.sh
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/v1.0.5/platform-integrations/install.sh -o install.sh && chmod +x install.sh

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Repository migration is still inconsistent across docs entry points.

This page now points to AgentToolkit/altk-evolve, but other surfaced links still point to AgentToolkit/evolve (mkdocs.yaml Line 8-9 and Line 87, plus docs/examples/hello_world/index.md Line 19). Please update those to avoid sending users to mixed repos.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/installation/index.md` around lines 6 - 14, The docs contain mixed
repository references (AgentToolkit/altk-evolve vs AgentToolkit/evolve); update
all occurrences to the new canonical repo name (AgentToolkit/altk-evolve) so
links are consistent: replace the curl/install script URLs in
docs/installation/index.md, the repo references in mkdocs.yaml, and the link in
docs/examples/hello_world/index.md (search for "AgentToolkit/evolve" and change
to "AgentToolkit/altk-evolve") ensuring both main and versioned (v1.0.5) URLs
and any other surfaced links are updated.

@visahak

visahak commented Mar 30, 2026

Copy link
Copy Markdown
Collaborator Author

@visahak
visahak merged commit 1417d16 into main Mar 31, 2026
6 checks passed
@visahak
visahak deleted the visahak-patch-2 branch March 31, 2026 13:42
This was referenced Apr 7, 2026
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