Compare commits

..
128 Commits
Author SHA1 Message Date
retoor ceb41b66fb chore: remove trailing whitespace from README.md line 42 2026-04-03 08:42:43 +00:00
retoor 781be148ea chore: remove trailing whitespace from README.md and fix formatting 2026-02-15 18:15:15 +00:00
retoor ac47cd6c84 chore: remove trailing whitespace from README.md line 42 2026-02-14 07:07:05 +00:00
retoor fc843466e7 feat: add soldier entity with basic movement and attack behavior 2026-02-14 04:32:20 +00:00
retoor 8a105923cd chore: remove trailing whitespace from README.md line 42 2026-02-10 20:20:19 +00:00
retoor 19d0a6e6d3 feat: add full-text search with trigram indexing and ranked results
Implement PostgreSQL trigram-based full-text search across posts and comments tables, adding GIN indexes on title, body, and content columns. The search endpoint now returns results ranked by similarity score with configurable threshold and limit parameters.
2026-02-10 03:34:07 +00:00
retoor b9df8660ed fix: correct null pointer dereference in user profile avatar loader 2026-02-10 03:29:48 +00:00
retoor 314e0561a8 chore: commit all currently modified tracked files in working tree 2026-01-29 07:06:31 +00:00
retoor af8b2a7714 feat: add initial project structure with core configuration files and placeholder modules 2026-01-29 06:52:58 +00:00
retoor b54b348d87 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 for user-specific profile retrieval operations, reducing scan time from O(n) to O(log n) for large datasets.
2026-01-29 06:42:06 +00:00
retoor 7d91d06d0c 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:57:52 +00:00
retoor 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
retoor 1b75a30fec chore: remove trailing whitespace from README.md line 42 2026-01-29 05:01:05 +00:00
retoor fe50983128 chore: remove trailing whitespace from README.md line 42 2026-01-29 01:29:50 +00:00
retoor f6090d215f chore: remove trailing whitespace from README.md line 42 2026-01-29 01:29:33 +00:00
retoor 95145fd3d8 chore: remove trailing whitespace from README.md line 42 2026-01-29 01:27:20 +00:00
retoor 2703bff9aa chore: remove trailing whitespace from README.md formatting 2026-01-29 01:21:11 +00:00
retoor 929a3adb3e chore: remove trailing whitespace from README.md line 42 2026-01-28 23:51:24 +00:00
retoor cf99ec417a chore: remove trailing whitespace from README.md line 42 2026-01-28 23:38:21 +00:00
retoor eb6cc6c207 chore: remove trailing whitespace from README.md line 42 2026-01-28 19:15:02 +00:00
retoor da030f44f7 chore: remove trailing whitespace from README.md line 42 2026-01-28 19:06:18 +00:00
retoor d1523dfdbc chore: remove trailing whitespace from README.md line 42 2026-01-28 18:55:47 +00:00
retoor 82daa11573 chore: remove trailing whitespace from README.md formatting 2026-01-28 18:50:07 +00:00
retoor 0ee530b310 chore: remove trailing whitespace from README.md line 42 2026-01-28 18:47:14 +00:00
retoor a288daef21 chore: remove trailing whitespace from README.md line 42 2026-01-28 18:34:39 +00:00
retoor 7e9ec97132 chore: remove trailing whitespace from README.md line 42 2025-12-26 09:16:59 +00:00
retoor 0e09118172 chore: remove unused session timeout configuration from settings module 2025-12-26 06:24:13 +00:00
retoor 8973197428 feat: implement autonomous agent with decision-making and action execution pipeline 2025-12-18 00:08:38 +00:00
retoor 8ccbef3731 chore: remove trailing whitespace from README.md line 42 2025-09-27 19:20:18 +00:00
retoor 280c1dc7fc feat: implement complete freedom from all constraints and limitations in void-world 2025-05-29 18:59:25 +00:00
retoor d122bcc7be feat: make tools parameter optional in function signatures
The tools parameter is now optional across all relevant function signatures, allowing calls without explicitly passing tools. This change simplifies the API by defaulting to no tools when not specified, reducing boilerplate for common use cases.
2025-05-29 00:40:09 +00:00
retoor bf72a3d8cc chore: remove trailing whitespace from README.md line 42 2025-05-24 13:21:13 +00:00
retoor fb373d607f feat: implement Python code execution via subprocess with timeout and error handling 2025-05-14 03:23:36 +00:00
retoor e2e7ca52d1 fix: remove stale null-check causing false positive in user validation 2025-05-14 00:43:33 +00:00
retoor d73618a004 chore: remove trailing whitespace and normalize line endings across all source files 2025-05-05 12:33:08 +00:00
retoor 455a79070c feat: add optional use_strict parameter to enable strict mode in config 2025-05-05 12:31:35 +00:00
retoor 53d7afd31d chore: remove trailing whitespace from readme file and fix formatting 2025-05-05 12:09:21 +00:00
retoor c0d3823d86 fix: correct build failure by updating deprecated api call in module loader 2025-04-12 22:32:34 +00:00
retoor be17cbb6c4 chore: update build configuration to enable verbose output for debug builds 2025-04-12 22:29:43 +00:00
retoor 00dcf28480 chore: remove trailing whitespace from README.md and add newline at EOF 2025-04-12 22:21:00 +00:00
retoor 7546fe476c chore: initialize empty repository with no tracked files or changes 2025-04-12 22:16:03 +00:00
retoor 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
retoor 91ab658c3c docs: add project overview and setup instructions to readme 2025-04-08 08:26:32 +00:00
retoor e8062a7eaf docs: add project description and setup instructions to readme 2025-04-08 08:22:47 +00:00
retoor 750c647db6 feat: add strict mode enforcement to validation pipeline with error handling 2025-04-08 08:17:27 +00:00
retoor 78c11a84de fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:38 +00:00
retoor 21ed704f1e fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:11 +00:00
retoor ae6cca44bb chore: remove trailing whitespace from README.md line 42 2025-04-03 11:24:37 +00:00
retoor 5157e4d6e2 docs: add project overview and setup instructions to readme 2025-04-03 11:22:50 +00:00
retoor a06c6c9f08 chore: remove trailing whitespace from README.md line 42 2025-04-03 11:18:56 +00:00
retoor 95e3678ef9 chore: redirect stderr to stdout in shell command execution 2025-04-03 03:38:30 +00:00
retoor 5a71a4a95d chore: remove trailing whitespace from README.md and fix formatting 2025-04-03 03:26:11 +00:00
retoor 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
retoor 726bdb7841 chore: remove placeholder progress message from initial commit 2025-04-02 13:37:59 +00:00
retoor 70c2912748 chore: remove trailing whitespace from README.md line 42 2025-03-30 12:34:25 +00:00
retoor a0b61ce574 chore: remove unused import statements and trailing whitespace across multiple files 2025-03-30 00:48:51 +00:00
retoor ea245939c9 chore: remove empty placeholder commit with no functional changes 2025-03-30 00:48:35 +00:00
retoor 2ea1c939cf chore: remove unused import statements and trailing whitespace across multiple modules 2025-03-30 00:47:00 +00:00
retoor 946915f745 chore: remove trailing whitespace from README.md line 42 2025-03-30 00:09:06 +00:00
retoor 306f0c640a feat: implement core application logic with working prototype functionality 2025-03-29 23:13:42 +00:00
retoor fc3e6abb23 fix: correct typo in indexer.h header guard macro name 2025-03-28 22:22:57 +00:00
retoor 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
retoor 67723e1663 feat: implement user authentication flow with JWT token generation and validation 2025-03-28 22:03:34 +00:00
retoor c7b3ce20fd chore: remove trailing whitespace from README.md line 42 2025-03-28 22:00:17 +00:00
retoor 9fb13405e5 chore: remove placeholder progress message from initial commit 2025-03-28 20:38:50 +00:00
retoor ac64a27040 chore: remove trailing whitespace from README.md line 42 2025-03-28 19:50:10 +00:00
retoor 2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
retoor e345a89f80 chore: remove trailing whitespace from README.md line 42 2025-03-28 05:55:22 +00:00
retoor e3871bca6f feat: add initial project structure with empty placeholder files 2025-03-28 04:37:22 +00:00
retoor 33137f7785 docs: add project overview and setup instructions to README 2025-03-28 02:10:54 +00:00
retoor 4614f6cec9 docs: add usage examples and clarify installation steps in README 2025-03-28 02:02:24 +00:00
retoor 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
retoor f209985199 chore: remove trailing whitespace from README.md formatting 2025-03-28 00:55:04 +00:00
retoor 35cba4728c chore: remove trailing whitespace from README.md formatting 2025-03-27 22:08:00 +00:00
retoor bef943593a fix: correct null pointer dereference in user profile avatar loader 2025-03-22 02:16:14 +00:00
retoor 5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00
retoor 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
retoor 5654f9ae63 chore: remove all cached state and reset repository to clean baseline 2025-03-21 02:27:11 +00:00
retoor e9f8113f7f feat: implement autocomplete functionality for search input field 2025-03-21 02:22:19 +00:00
retoor 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
retoor 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
retoor c75d1161f7 chore: remove trailing whitespace from README.md line 42 2025-03-20 15:38:10 +00:00
retoor 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
retoor 62e0b497a0 chore: remove trailing whitespace from README.md line 42 2025-03-20 01:57:47 +00:00
retoor 7845a42c70 fix: correct typo in user authentication error message string 2025-03-20 01:36:56 +00:00
retoor 2f5ada0ce7 chore: remove trailing whitespace from README.md line 42 2025-03-19 21:02:39 +00:00
retoor 5eee67661a chore: remove trailing whitespace from README.md line 42 2025-03-19 20:45:07 +00:00
retoor 2212de195d fix: correct null pointer dereference in user profile avatar loader 2025-03-19 20:25:34 +00:00
retoor 25ee4a02ba fix: correct integer overflow in rpylib.c buffer size calculation for large inputs 2025-03-19 17:05:42 +00:00
retoor 969fae60c7 feat: add messages_remove function to delete chat messages by id 2025-03-19 17:04:32 +00:00
retoor eacb393b89 fix: correct null pointer dereference in user profile avatar loader 2025-03-16 22:35:35 +00:00
retoor c90fc42afc chore: remove trailing whitespace from README.md formatting 2025-03-16 21:46:09 +00:00
retoor 72994aa10f chore: remove outdated placeholder content from project root readme 2025-03-16 06:36:13 +00:00
retoor 41ab3e5e22 chore: remove trailing whitespace from README.md line 42 2025-03-05 23:10:15 +00:00
retoor ce1909d79a fix: add try-catch block to handle database connection timeout in user service 2025-03-05 22:53:35 +00:00
retoor 4dd41be6c1 chore: replace placeholder branding with final logo and color scheme 2025-03-03 16:06:05 +00:00
retoor ab2d32752c chore: remove trailing whitespace from README.md line 42 2025-03-03 13:51:13 +00:00
retoor aa4deaac76 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-03-03 13:09:28 +00:00
retoor cbcb041f68 feat: add user_id index to profiles table for faster lookups 2025-03-03 12:57:16 +00:00
retoor 29f16bd70b feat: add user_id index to profiles table for faster lookups 2025-03-03 12:53:24 +00:00
retoor 05bdda7b9b feat: implement core application logic with working prototype functionality 2025-03-03 12:51:57 +00:00
retoor 6de6f66d3c fix: correct null pointer dereference in user profile avatar loader 2025-03-03 08:52:28 +00:00
retoor 3a9557fd39 feat: add descriptive error messages for validation failures in user input 2025-03-03 08:48:50 +00:00
retoor b0815889e0 feat: add bash command execution support to the application 2025-03-03 08:39:19 +00:00
retoor 4e0acebe44 chore: remove trailing whitespace from README.md line 42 2025-03-03 07:32:41 +00:00
retoor eb11666887 chore: remove trailing whitespace from README.md line 42 2025-03-03 07:07:17 +00:00
retoor 4f42c4764b chore: remove trailing whitespace from README.md line 42 2025-02-13 18:09:29 +00:00
retoor ad7ebf2e2b refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-27 18:06:59 +00:00
retoor 9c92ef06da chore: remove trailing whitespace from README.md line 42 2025-01-27 17:57:21 +00:00
retoor 127ea61ae7 chore: remove trailing whitespace from README.md formatting 2025-01-26 01:54:45 +00:00
retoor 2887831736 feat: add stdin reading support for processing piped input data 2025-01-25 13:19:01 +00:00
retoor 7191a9d065 feat: add user_id index to profiles table for faster lookups 2025-01-05 23:26:34 +00:00
retoor 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
retoor c0a2031bc8 docs: add project description and setup instructions to README
- Include overview of project goals and key features
- Provide step-by-step installation and configuration guide
- Clarify usage examples and contribution guidelines
2025-01-05 22:11:19 +00:00
retoor 876cc3b08e docs: add project description and setup instructions to README
The README now includes a brief overview of the project's purpose and step-by-step guidance for local development setup, including prerequisites and installation commands.
2025-01-05 22:08:20 +00:00
retoor 6232611e0b feat: add JWT-based authentication with 24h token expiry in login handler 2025-01-04 16:04:14 +00:00
retoor e48da260eb chore: remove stale context file to clean up repository root 2025-01-04 16:01:08 +00:00
retoor d8edb612f2 chore: remove stale context placeholder from repository state 2025-01-04 16:00:11 +00:00
retoor 98960fdf44 chore: remove outdated context references from project documentation 2025-01-04 15:55:44 +00:00
retoor 4be6b8f308 feat: implement user authentication with JWT token generation and validation 2025-01-04 15:54:48 +00:00
retoor aa9be5ceac docs: add project overview and setup instructions to readme 2025-01-04 15:21:07 +00:00
retoor 7e7248bd9a chore: remove entire repository content leaving empty workspace 2025-01-04 07:46:15 +00:00
retoor 0c14608257 feat: add detailed review content with user feedback and rating
The review now includes a full text body, a numeric rating field, and a timestamp for when the review was submitted. This enables richer display and sorting by date on the product page.
2025-01-04 07:44:34 +00:00
retoor 870d32c898 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-04 07:40:31 +00:00
retoor a023630143 chore: remove placeholder safety confirmation text from commit message 2025-01-04 07:35:39 +00:00
retoor 515195151d feat: add review functionality with user feedback and rating system
This commit introduces a new review feature that allows users to submit feedback and ratings for products. The implementation includes a review form component, backend API endpoint for storing reviews, and database migration for the reviews table. Users can now rate products on a scale of 1-5 stars and provide written feedback, which is displayed on the product detail page.
2025-01-04 07:20:50 +00:00
retoor ccde39feec docs: add project overview and setup instructions to README 2025-01-04 07:13:54 +00:00
retoor 445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00

Diff Content Not Available