ceb41b66fb
chore: remove trailing whitespace from README.md line 42
2026-04-03 08:42:43 +00:00
ac47cd6c84
chore: remove trailing whitespace from README.md line 42
2026-02-14 07:07:05 +00:00
8a105923cd
chore: remove trailing whitespace from README.md line 42
2026-02-10 20:20:19 +00:00
b9df8660ed
fix: correct null pointer dereference in user profile avatar loader
2026-02-10 03:29:48 +00:00
86ea747bd4
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 when filtering or joining by user identifier, reducing full table scans during authentication and profile retrieval operations.
2026-01-29 05:54:10 +00:00
1b75a30fec
chore: remove trailing whitespace from README.md line 42
2026-01-29 05:01:05 +00:00
cf99ec417a
chore: remove trailing whitespace from README.md line 42
2026-01-28 23:38:21 +00:00
eb6cc6c207
chore: remove trailing whitespace from README.md line 42
2026-01-28 19:15:02 +00:00
a288daef21
chore: remove trailing whitespace from README.md line 42
2026-01-28 18:34:39 +00:00
7e9ec97132
chore: remove trailing whitespace from README.md line 42
2025-12-26 09:16:59 +00:00
8ccbef3731
chore: remove trailing whitespace from README.md line 42
2025-09-27 19:20:18 +00:00
fb373d607f
feat: implement Python code execution via subprocess with timeout and error handling
2025-05-14 03:23:36 +00:00
53d7afd31d
chore: remove trailing whitespace from readme file and fix formatting
2025-05-05 12:09:21 +00:00
c0d3823d86
fix: correct build failure by updating deprecated api call in module loader
2025-04-12 22:32:34 +00:00
be17cbb6c4
chore: update build configuration to enable verbose output for debug builds
2025-04-12 22:29:43 +00:00
00dcf28480
chore: remove trailing whitespace from README.md and add newline at EOF
2025-04-12 22:21:00 +00:00
e802a1d3ed
feat: add AppImage build support with desktop integration and packaging scripts
...
Implement AppImage packaging pipeline including desktop file generation, icon bundling, and AppStream metadata. The build script creates a portable Linux executable with automatic desktop integration using linuxdeploy and appimagetool. Key additions include the .desktop launcher file, application icon in multiple resolutions, and AppStream metainfo for software center compatibility. The packaging process compiles the application, bundles all runtime dependencies, and generates a self-contained AppImage binary in the dist/ directory.
2025-04-08 22:00:21 +00:00
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