Commit Graph
121 Commits
Author SHA1 Message Date
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