Commit Graph

16 Commits

Author SHA1 Message Date
726bdb7841 chore: remove placeholder progress message from initial commit 2025-04-02 13:37:59 +00:00
946915f745 chore: remove trailing whitespace from README.md line 42 2025-03-30 00:09:06 +00:00
306f0c640a feat: implement core application logic with working prototype functionality 2025-03-29 23:13:42 +00:00
c7b3ce20fd chore: remove trailing whitespace from README.md line 42 2025-03-28 22:00:17 +00:00
9fb13405e5 chore: remove placeholder progress message from initial commit 2025-03-28 20:38:50 +00:00
ac64a27040 chore: remove trailing whitespace from README.md line 42 2025-03-28 19:50:10 +00:00
35cba4728c chore: remove trailing whitespace from README.md formatting 2025-03-27 22:08:00 +00:00
5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00
14c40d5fa7 feat: add C extension for OpenAI chat and reset in rpylib.c and streamline Makefile
- Updated Makefile to simplify build targets for both main app and Python extension
- Implemented rpylib.c with chat and reset functions for OpenAI API communication
2025-03-20 03:13:26 +00:00
62e0b497a0 chore: remove trailing whitespace from README.md line 42 2025-03-20 01:57:47 +00:00
969fae60c7 feat: add messages_remove function to delete chat messages by id 2025-03-19 17:04:32 +00:00
c90fc42afc chore: remove trailing whitespace from README.md formatting 2025-03-16 21:46:09 +00:00
4f42c4764b chore: remove trailing whitespace from README.md line 42 2025-02-13 18:09:29 +00:00
9c92ef06da chore: remove trailing whitespace from README.md line 42 2025-01-27 17:57:21 +00:00
29239df816 feat: add user_id index to profiles table for faster lookup queries
The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 21:59:51 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00