From 0013caac83d9e32aee607ae72c6f91be667bab7d Mon Sep 17 00:00:00 2001 From: Vijay Tupakula Date: Sun, 7 Jul 2024 00:02:11 -0500 Subject: [PATCH 1/5] Updated documentation with the latest features --- docs/features.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index ffb9d5b..7e5e2ba 100644 --- a/docs/features.md +++ b/docs/features.md @@ -18,4 +18,11 @@ Ensuring your code functions as expected is crucial. I generate comprehensive te Need new files or components? I create them adhering to your project's existing patterns and conventions, ensuring consistency across your codebase. -Let's work together to build something amazing! +## Latest Features + +- Ability to create a new assistant for each project. +- Moved away from Chat Assistants API to Chat Completions API. +- Stores conversations locally in a SQLite database. +- The database, config file, and cache files are stored in the `home directory/.droid`. + +Let's work together to build something amazing! \ No newline at end of file From fbf6899363008b380e689d6110878118a4c3c50d Mon Sep 17 00:00:00 2001 From: Vijay Tupakula Date: Sun, 7 Jul 2024 00:03:09 -0500 Subject: [PATCH 2/5] Add date to latest features section in documentation --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 7e5e2ba..5b85376 100644 --- a/docs/features.md +++ b/docs/features.md @@ -18,7 +18,7 @@ Ensuring your code functions as expected is crucial. I generate comprehensive te Need new files or components? I create them adhering to your project's existing patterns and conventions, ensuring consistency across your codebase. -## Latest Features +## Latest Features (Updated on 2023-10-01) - Ability to create a new assistant for each project. - Moved away from Chat Assistants API to Chat Completions API. From 355828b7cc4b13de11e9bc3f1296b95d97ad5bca Mon Sep 17 00:00:00 2001 From: Vijay Tupakula Date: Sun, 7 Jul 2024 00:03:28 -0500 Subject: [PATCH 3/5] Corrected the date to latest features section in documentation --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 5b85376..ec6d722 100644 --- a/docs/features.md +++ b/docs/features.md @@ -18,7 +18,7 @@ Ensuring your code functions as expected is crucial. I generate comprehensive te Need new files or components? I create them adhering to your project's existing patterns and conventions, ensuring consistency across your codebase. -## Latest Features (Updated on 2023-10-01) +## Latest Features (Updated on 2024-07-07) - Ability to create a new assistant for each project. - Moved away from Chat Assistants API to Chat Completions API. From bd173189db39f77f45607d2ca75542e3c2b2745b Mon Sep 17 00:00:00 2001 From: Vijay Tupakula Date: Sun, 7 Jul 2024 00:04:26 -0500 Subject: [PATCH 4/5] Added YouTube video link to 'Who am I' page --- docs/who-am-i.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/who-am-i.md b/docs/who-am-i.md index 1eecfe0..18c39fd 100644 --- a/docs/who-am-i.md +++ b/docs/who-am-i.md @@ -1,3 +1,9 @@ # Who am I? 🤖 As your trusty Droid Dev, I am designed to help you, a human developer, make changes to your codebase more efficiently. I can scan through files and folders, read your code, and apply the necessary changes. Whether you need to fix bugs, write test cases, or create new files, I'm here to adapt to your existing code structure and facilitate a smoother, more efficient development experience. + +## Introduction Video + +For a quick introduction, watch the video below: + +[![Introduction to Droid Dev](https://img.youtube.com/vi/oLmbafcHCKg/0.jpg)](https://youtu.be/oLmbafcHCKg) \ No newline at end of file From 163b3ed922ba02cdc83f3095cb0065351ed11d26 Mon Sep 17 00:00:00 2001 From: Vijay Tupakula Date: Sun, 7 Jul 2024 00:04:46 -0500 Subject: [PATCH 5/5] Updated video dimensions on 'Who am I' page --- docs/who-am-i.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/who-am-i.md b/docs/who-am-i.md index 18c39fd..cdfa447 100644 --- a/docs/who-am-i.md +++ b/docs/who-am-i.md @@ -6,4 +6,6 @@ As your trusty Droid Dev, I am designed to help you, a human developer, make cha For a quick introduction, watch the video below: -[![Introduction to Droid Dev](https://img.youtube.com/vi/oLmbafcHCKg/0.jpg)](https://youtu.be/oLmbafcHCKg) \ No newline at end of file + + Introduction to Droid Dev + \ No newline at end of file