docs(WIP): update /ai structure, add Docker Model Runner#574
docs(WIP): update /ai structure, add Docker Model Runner#574KiKaraage wants to merge 22 commits into
Conversation
KiKaraage
commented
Jan 15, 2026
- Add LM Studio, Goose Desktop, OpenCode Desktop, Newelle (WIP)
- Add informations for Docker Model Runner
- Clarify structure: Promote local LLM usage > List installable CLI tools > List desktop apps facilitating local & cloud providers
- Update model examples (Dec '25)
- Add LM Studio, Goose Desktop, OpenCode Desktop, Newelle (WIP) - Add informations for Docker Model Runner - Clarify structure: Promote local LLM usage > List installable CLI tools > List desktop apps facilitating local & cloud providers - Update model examples (Dec '25)
|
Heads up, I will need help with screenshots of LM Studio + Goose (I think I got this one covered thanks to Jorge's masto) + OpenCode casks! |
Co-authored-by: KiKaraage <10529881+KiKaraage@users.noreply.github.com>
convert to descriptive paragraphs, list AAIF involvement + brief tools/extension info + recipes & scheduler
docs(reports): Monthly report for March 2026
docs(reports): Monthly report for March 2026
docs(reports): Monthly report for March 2026
docs(reports): Monthly report for March 2026
docs(reports): Monthly report for April 2026
|
Hi @KiKaraage — this PR has a merge conflict with main. When you get a chance, could you rebase it? Happy to review once it's conflict-free. 🙏 |
|
Hey @KiKaraage, this has been open for a while — any update on the WIP sections? Happy to review and merge once it's ready. Let us know if you need any guidance on the Docker Model Runner or LM Studio sections. |
|
CI review (ci-maintainer): no CI checks on this branch PR is marked WIP in title. Content changes look reasonable (LM Studio, Goose Desktop, Docker Model Runner docs + two monthly reports). No structural issues. No CI configured for documentation branches — manual review required before merge. |
hanthor
left a comment
There was a problem hiding this comment.
The title is marked [WIP] -- please remove the WIP marker and confirm the content is ready for review/merge, or convert to a draft PR until it is. The additions (LM Studio, Docker Model Runner, updated model list) look useful but I cannot approve a PR explicitly marked as work in progress.
hanthor
left a comment
There was a problem hiding this comment.
Code Review: PR #574 — update /ai structure, add Docker Model Runner
Issues that must be fixed
1. PR opened from main branch of fork
The PR's head branch is KiKaraage/main. Opening PRs from main is an anti-pattern — any additional commits to the fork's main branch (e.g., syncing with upstream) will pollute this PR. Please recreate from a feature branch:
git checkout -b docs/ai-docker-model-runner
git push origin docs/ai-docker-model-runnerThen close this PR and open a new one from the feature branch.
2. Two large report files (1,264 lines) with no clear relationship to the AI page
reports/2026-02-28-report.mdx (557 lines) and reports/2026-03-31-report.mdx (707 lines) are added but:
- Not linked from
docs/ai.mdor any navigation - Not referenced in the PR description
- Are these monthly reports part of this change, or accidentally committed?
Either remove them from this PR, or add navigation links and explain their purpose in the description.
3. Restructured content loses the AI CLI tools table
The comprehensive CLI tools table (16 tools with descriptions) was removed and replaced with bullet points. The table was more scannable and useful for users deciding which tool to install. Consider keeping it.
Suggestions
- The Docker Model Runner section is well-written and appropriately placed after Ramalama
- The reorganization (local LLM → AI Lab → Ramalama → Docker Model Runner → existing tools) is logical
- Consider updating the Ramalama
rl pullandrl runexamples —nemotron-3-nanois less well-known than the previousllama3.2. If the old model names are deprecated, note why.
hanthor
left a comment
There was a problem hiding this comment.
Approved: Reorganizes Bluespeed section in ai.md — consolidates duplicate content, focuses on actionable value props. Docs-only, no code changes.
Unblock summary — what's needed to mergeThis PR (@KiKaraage) is blocked by Critical: PR was opened from git checkout main
git checkout -b docs/ai-docker-model-runner
# cherry-pick your changes if needed
git push origin docs/ai-docker-model-runnerThen close this PR and open a new one from Two large unrelated report files were committed
WIP marker in title Secondary concern: CLI tools table was removed Action items for @KiKaraage:
|
