From d305c2b4a77c934bcb5cfcfb37f398f321358d0c Mon Sep 17 00:00:00 2001 From: andresryes Date: Thu, 31 Jul 2025 12:01:07 -0600 Subject: [PATCH] small changes to title, list and hyperlink for better readability --- book.programming_with_ai/docs/coding-benchmark.md | 13 +++++++------ book.programming_with_ai/docs/index.md | 14 ++++++++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/book.programming_with_ai/docs/coding-benchmark.md b/book.programming_with_ai/docs/coding-benchmark.md index f8edc7203..082612397 100644 --- a/book.programming_with_ai/docs/coding-benchmark.md +++ b/book.programming_with_ai/docs/coding-benchmark.md @@ -1,18 +1,19 @@ # **Software AI agents** -- Fork helpers and experiment with this +- Fork helpers and experiment with these -[https://github.com/cline/cline](https://github.com/cline/cline) -[https://developers.cloudflare.com/workers-ai/](https://developers.cloudflare.com/workers-ai/) + - [https://github.com/cline/cline](https://github.com/cline/cline) + - [https://developers.cloudflare.com/workers-ai/](https://developers.cloudflare.com/workers-ai/) -- [https://github.com/princeton-nlp/SWE-agent](https://github.com/princeton-nlp/SWE-agent) -- The was GitHub copilot workspace demo but seems like there is only a waitlist at the moment + - [https://github.com/princeton-nlp/SWE-agent](https://github.com/princeton-nlp/SWE-agent) + + - There was a GitHub copilot workspace demo but seems like there is only a waitlist at the moment ### **Princeton SWE-Agent** - TLDR the tech is not there yet, the solutions are buggy and clunky most likely a better option would be to go with GitHub Copilot enterprise -AbanteAi Mentatbot +### AbanteAi Mentatbot - [https://mentat.ai/docs/setup](https://mentat.ai/docs/setup) - A bot, one can attach to a repo and get him to execute reviews/PRs etc. diff --git a/book.programming_with_ai/docs/index.md b/book.programming_with_ai/docs/index.md index 7c151b67a..588544d51 100644 --- a/book.programming_with_ai/docs/index.md +++ b/book.programming_with_ai/docs/index.md @@ -1,6 +1,8 @@ -automate.md -coding-benchmark.md -coding-models.md -coding-tools.md -guidelines_for_developers.md -index.md +# Programming with AI + +- [automate.md](automate.md) +- [coding-benchmark.md](coding-benchmark.md) +- [coding-models.md](coding-models.md) +- [coding-tools.md](coding-tools.md) +- [guidelines_for_developers.md](guidelines_for_developers.md) +- [index.md](index.md)