- Add
call
command - Add
SETTING_AI_NAME
environment variable - Add
SETTING_AI_ACTIVATED
environment variable
- Remove
APP_STORAGE
environment variable
- Rename methods
- Fix wording of commands
- Add
OPENAI_IMAGE_GENERATION_SIZE
environment variable
- Remove
SETTING_IMAGE_GENERATION_SIZE
setting
- Rename functions and variables
- Implement dynamic configuration
- Implement
configure
command - Add
SETTING_IMAGE_GENERATION_SIZE
setting
- Implement
doc
command
- Rename
settings
command tocommand
- Fix wording of commands
- Implement localization
- Implement command aliases
- Rename
OPENAI_COMPLETION_INIT_LANG
environment variable toAPP_LANG
- Implement
settings
command
- Rename
chat --auto-reply off
command todeactivate
- Rename
chat --auto-reply on
command toactivate
- Rename
CHAT_AUTO_REPLY
setting toAI_ACTIVATED
- Implement
continue
command with quick reply feature
- Update default max tokens to 160
- Update default max lines to 16
- Add comments
- Add
ja
to initial languages - Add
ai
alias forchat
command
- Rename
AI_AUTO_REPLY
setting toCHAT_AUTO_REPLY
- Fix case sensitivity of command issues
- Rename
ai
command tochat
- Rename
ai --auto-reply off
command tochat --auto-reply off
- Rename
ai --auto-reply on
command tochat --auto-reply on
- Rename
image
command todraw
- Refactor commands
- Refactor tests
- Implement
image
command
- Rename
VERCEL_WEBHOOK_URL
environment variable toVERCEL_DEPLOY_HOOK_URL
- Implement custom webhook path
- Add
APP_WEBHOOK_PATH
environment variable
- Refactor main functions
- Implement
deploy
command - Add
VERCEL_WEBHOOK_URL
environment variable
- Fix storage module
- Fix
ai --auto-reply off
command - Fix
ai --auto-reply on
command
- Refactor utility functions
- Rename
VERCEL_API_KEY
environment variable toVERCEL_ACCESS_TOKEN
- Rename
LINE_API_KEY
environment variable toLINE_CHANNEL_ACCESS_TOKEN
- Rename
LINE_API_SECRET
environment variable toLINE_CHANNEL_SECRET
- Implement
version
command - Implement
ai
command - Implement
ai --auto-reply off
command - Implement
ai --auto-reply on
command - Add Vercel API module
- Add
VERCEL_API_KEY
environment variable - Add
LINE_API_SECRET
environment variable
- Fix timeout issues
- Implement chat feature
- Add OpenAI API module
- Add LINE API module