59590002b8
fix: update deployment workflow to use Docker image instead of build context
hllywluis2025-12-24 21:03:57 -05:00
2cee379491
feat: add step to generate package-lock.json in deployment workflow
hllywluis2025-12-24 20:57:02 -05:00
5e356d7b01
fix: update Docker command from 'docker-compose' to 'docker compose' for consistency
hllywluis2025-12-24 20:52:57 -05:00
f850e1ce1e
feat: add .env file generation to deployment workflow and update Dockerfile for production dependencies
hllywluis2025-12-24 20:51:28 -05:00
abcc60e703
refactor: remove non-root user setup from Dockerfile
hllywluis2025-12-24 20:46:43 -05:00
af47efefcc
fix: update ownership path for application logs in Dockerfile
hllywluis2025-12-24 20:42:48 -05:00
940c2eb4cd
fix: update branch name from 'main' to 'master' in deployment workflow
hllywluis2025-12-24 20:38:44 -05:00
7795662584
feat: add Gitea workflow for deploying Kekbot to NAS via SSH
hllywluis2025-12-24 20:38:13 -05:00
2ac855b765
refactor: update ask command and test utilities to use ES modules; improve error handling and response formatting
hllywluis2025-12-24 11:21:30 -05:00
94494c1ca5
feat: update AI model in AskCommand and add Docker support files for improved deployment
hllywluis2025-12-17 19:31:03 -05:00
0cd3b5c179
fix: standardize command import paths to lowercase for consistency
hllywluis2025-05-01 17:56:55 -04:00
748d438706
fix: update @babel/runtime to version 7.27.0 for improved stability and performance
hllywluis2025-04-19 19:37:32 -04:00
e5124d33d4
chore: update ESLint configuration and dependencies
hllywluis2025-04-19 19:36:10 -04:00
5bc0d98334
refactor: implement command class structure for better organization and error handling; update existing commands to extend from the new base class
hllywluis2025-03-25 11:17:26 -04:00
69dc616668
fix: update AI assistant description for clarity and accuracy; bump dependencies for improved performance and security
hllywluis2025-03-24 20:11:02 -04:00
79835a3b47
refactor: Migrate to ES modules and implement command loading utility for improved structure and logging
hllywluis2025-02-19 12:01:09 -05:00
77f2824986
chore: Add logger.js to playbook.yml for improved logging functionality
hllywluis2025-02-09 15:00:04 -05:00
876c3daa7f
Refactor codebase to use ES modules, add logger utility, and update package dependencies
hllywluis2025-02-09 14:58:31 -05:00
55b4111fe3
test: Testing post-commit hook with SSH key and sudo configuration
hllywluis2025-02-06 20:24:28 -05:00
00ba5801ad
Refactor command loading to use dynamic imports and improve logging for missing command properties
hllywluis2025-02-06 20:08:37 -05:00
566a6784c8
Update model references in ask command to use the latest version and clean up web search option handling
hllywluis2025-02-06 20:00:24 -05:00
a6eec68753
Enhance error handling in ask command and improve message chunk sending
hllywluis2025-02-02 16:22:33 -05:00
bd4f42d46d
Update README to include AI-powered question answering feature and setup instructions
hllywluis2025-02-02 14:21:31 -05:00
b05c4844e0
Refactor ask command options and response formatting for improved readability
hllywluis2025-02-02 14:15:11 -05:00