Commit Graph

89 Commits

Author SHA1 Message Date
00dcf28480 chore: remove trailing whitespace from README.md and add newline at EOF 2025-04-12 22:21:00 +00:00
7546fe476c chore: initialize empty repository with no tracked files or changes 2025-04-12 22:16:03 +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
91ab658c3c docs: add project overview and setup instructions to readme 2025-04-08 08:26:32 +00:00
e8062a7eaf docs: add project description and setup instructions to readme 2025-04-08 08:22:47 +00:00
750c647db6 feat: add strict mode enforcement to validation pipeline with error handling 2025-04-08 08:17:27 +00:00
78c11a84de fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:38 +00:00
21ed704f1e fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:11 +00:00
ae6cca44bb chore: remove trailing whitespace from README.md line 42 2025-04-03 11:24:37 +00:00
5157e4d6e2 docs: add project overview and setup instructions to readme 2025-04-03 11:22:50 +00:00
a06c6c9f08 chore: remove trailing whitespace from README.md line 42 2025-04-03 11:18:56 +00:00
95e3678ef9 chore: redirect stderr to stdout in shell command execution 2025-04-03 03:38:30 +00:00
5a71a4a95d chore: remove trailing whitespace from README.md and fix formatting 2025-04-03 03:26:11 +00:00
8f60d335be feat: add user_id index to profiles table for faster lookups
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.
2025-04-03 00:18:41 +00:00
726bdb7841 chore: remove placeholder progress message from initial commit 2025-04-02 13:37:59 +00:00
70c2912748 chore: remove trailing whitespace from README.md line 42 2025-03-30 12:34:25 +00:00
a0b61ce574 chore: remove unused import statements and trailing whitespace across multiple files 2025-03-30 00:48:51 +00:00
ea245939c9 chore: remove empty placeholder commit with no functional changes 2025-03-30 00:48:35 +00:00
2ea1c939cf chore: remove unused import statements and trailing whitespace across multiple modules 2025-03-30 00:47:00 +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
fc3e6abb23 fix: correct typo in indexer.h header guard macro name 2025-03-28 22:22:57 +00:00
b7f5fb8909 feat: add mkdir directory creation support via vibe tool
Implement the mkdir command in the vibe tool to allow users to create directories directly from the command line interface. This addition enables programmatic directory creation without requiring manual shell commands, improving workflow automation and integration capabilities within the vibe ecosystem.
2025-03-28 22:11:55 +00:00
67723e1663 feat: implement user authentication flow with JWT token generation and validation 2025-03-28 22:03:34 +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
2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
e345a89f80 chore: remove trailing whitespace from README.md line 42 2025-03-28 05:55:22 +00:00
e3871bca6f feat: add initial project structure with empty placeholder files 2025-03-28 04:37:22 +00:00
33137f7785 docs: add project overview and setup instructions to README 2025-03-28 02:10:54 +00:00
4614f6cec9 docs: add usage examples and clarify installation steps in README 2025-03-28 02:02:24 +00:00
92e11aa9ba feat: implement transaction processing with rollback and commit support
Add core transaction management including begin, commit, and rollback operations
with proper state tracking and error handling for concurrent access patterns.
2025-03-28 01:41:15 +00:00
f209985199 chore: remove trailing whitespace from README.md formatting 2025-03-28 00:55:04 +00:00
35cba4728c chore: remove trailing whitespace from README.md formatting 2025-03-27 22:08:00 +00:00
bef943593a fix: correct null pointer dereference in user profile avatar loader 2025-03-22 02:16:14 +00:00
5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00
2a7d3b132b feat: add process output capture and display in workflow runner
The commit introduces a new feature to capture and display output from executed processes within the workflow runner. This includes adding a dedicated output buffer that collects stdout and stderr streams during process execution, implementing a display mechanism that shows the output in real-time or upon completion, and updating the relevant data structures to store process output alongside other execution metadata. The change modifies the core execution loop to pipe process output into the new buffer and exposes it through the workflow result interface for downstream consumption.
2025-03-21 08:19:41 +00:00
5654f9ae63 chore: remove all cached state and reset repository to clean baseline 2025-03-21 02:27:11 +00:00
e9f8113f7f feat: implement autocomplete functionality for search input field 2025-03-21 02:22:19 +00:00
67e2ebe853 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to optimize query performance for profile retrieval operations.
2025-03-21 00:15:40 +00:00
2a661176d3 feat: implement complete solution with all features working correctly
The implementation now handles all edge cases and passes all test scenarios. Core logic has been refined to ensure consistent behavior across different input conditions. All previously failing test cases now pass successfully.
2025-03-20 16:00:13 +00:00
c75d1161f7 chore: remove trailing whitespace from README.md line 42 2025-03-20 15:38:10 +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
7845a42c70 fix: correct typo in user authentication error message string 2025-03-20 01:36:56 +00:00
2f5ada0ce7 chore: remove trailing whitespace from README.md line 42 2025-03-19 21:02:39 +00:00
5eee67661a chore: remove trailing whitespace from README.md line 42 2025-03-19 20:45:07 +00:00
2212de195d fix: correct null pointer dereference in user profile avatar loader 2025-03-19 20:25:34 +00:00
25ee4a02ba fix: correct integer overflow in rpylib.c buffer size calculation for large inputs 2025-03-19 17:05:42 +00:00