d3fd88da04
multi bot partly working; bots won't shut up though
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
Deploy / Deploy-Application (push) Has been cancelled
v0.9.3
v0.9.3.1
2025-05-21 21:46:47 -04:00
9ffe94ad09
fixes for bot-to-bot replie race condition
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
2025-05-21 17:30:09 -04:00
af8262455b
multi-bot replies
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
2025-05-21 15:11:56 -04:00
3946c8bca9
added redis subdirectory for the redis container
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
Deploy / Deploy-Application (push) Has been cancelled
v0.9.2
2025-05-21 09:54:27 -04:00
712fa7cf79
winding back to single-bot
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
2025-05-21 07:40:07 -04:00
9f81efcf40
added 10% chance for bot to reply without being mentioned or replied to
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
Deploy / Deploy-Application (push) Has been cancelled
v0.9.0
v0.9.1
2025-05-18 22:37:26 -04:00
ec4a3ac93a
add Modelfile
2025-05-18 17:24:38 -04:00
72083c70d5
MVP working. Adjustments to Modelfile and src/personality.json to improve sentiment tracking and response
2025-05-18 17:23:59 -04:00
2e1162af9d
changes to src/client.ts
2025-05-18 16:51:44 -04:00
dac165f465
changes to src/client.ts
2025-05-18 16:31:27 -04:00
ecf80d7432
changes to src/events/messageCreate.ts, Dockerfile, Modelfile, docker-compose.yml
2025-05-18 16:27:40 -04:00
84870cc493
changes to src/events/messageCreate.ts, Dockerfile, Modelfile, docker-compose.yml
2025-05-18 16:19:02 -04:00
d361702f6b
changes to src/events/messageCreate.ts, Dockerfile, Modelfile, docker-compose.yml
2025-05-18 16:15:18 -04:00
87a70ce887
src/client.ts remove redis.connect
2025-05-18 15:57:16 -04:00
6ab0edb5d6
fixes for invalid json response
2025-05-18 15:50:51 -04:00
9dae5c0001
updated .env
2025-05-18 12:21:29 -04:00
5683375649
updated src/events/messageCreate.ts, src/index.ts; npx tsc no errors
2025-05-18 11:30:01 -04:00
c8d35b9e75
updated Modelfile for sentiment and jailbreaking
2025-05-18 11:10:14 -04:00
17b2c29ebc
updated src/events/messageCreate.ts
2025-05-18 10:55:22 -04:00
e1c19c3698
updated package.json
2025-05-17 22:32:30 -04:00
865a78282e
changes per https://x.com/i/grok?conversation=1923765822767452645
2025-05-17 12:13:49 -04:00
4d3126f0ee
updated README.md
2025-05-16 11:00:54 -04:00
82fe52b32a
added an example ollama Modelfile
2025-05-16 10:33:32 -04:00
b2ec0f7d46
removed ollama from docker-compose.yml since I don't want it there
2025-05-14 17:20:48 -04:00
Jonathan Smoley
0ddd59aea1
Upgrade ollama package to 0.5.15 ( #174 )
...
Snyk has created this PR to upgrade ollama from 0.5.14 to 0.5.15.
See this package in npm:
ollama
See this project in Snyk:
https://app.snyk.io/org/jt2m0l3y/project/d8b070a3-e4a3-457a-977b-7eb6a4a48346?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-05-09 09:22:14 -07:00
Kevin Dang
a5faca87aa
Fix: missing model env for docker ( #172 )
v0.8.4
2025-04-18 19:42:18 -07:00
Jonathan Smoley
4c96b3863a
Upgrade Dependencies ( #164 )
2025-03-28 10:00:50 -07:00
Kevin Dang
40783818b9
Upgrade Npm Packages ( #159 )
...
* Update: upgrade packages
* Update: add in all packages
* Update: fix whitespace in events
---------
Co-authored-by: JT2M0L3Y <jtsmoley@icloud.com >
2025-02-23 21:00:53 -07:00
Kevin Dang
ed0d8600df
Deploy Badge ( #163 )
2025-02-22 15:23:01 -08:00
Kevin Dang
03939ef562
Server Deployment Scripts ( #162 )
2025-02-22 14:06:14 -08:00
Jonathan Smoley
456f70b9e1
Deprecated ephemeral field ( #158 )
...
* Update: ephemeral flag added in place of field
* Update: remove unused import
* Update: version increment
---------
Co-authored-by: Kevin Dang <kevinthedang_1@outlook.com >
v0.8.3
2025-02-02 15:10:58 -08:00
Jonathan Smoley
5b542aca1a
[Snyk] Upgrade discord.js from 14.16.3 to 14.17.3 ( #155 )
2025-01-31 16:23:31 -08:00
Kevin Dang
2a39e20fee
Text Files As Prompts ( #156 )
...
* Add: .txt file reading
* Update: version increment
v0.8.2
2025-01-31 14:12:11 -08:00
Jonathan Smoley
2ea77c92f0
Prepare Redis Environment ( #133 )
...
* add redis container
* Updated Guides and Goals (#134 )
* Update README.md
* Update commands-guide.md
* Update events-guide.md
* Update commands-guide.md
* Added: redis client
* Fixed: redis mock in commands.test.ts
* Updated: npm package patches
* Fixed: redis ip name in keys.ts
* update Node LTS version, workflow env vars
* Updated: node package engine requirements
* Updated: documentation
* fix: upgrade dotenv from 16.4.5 to 16.4.7 (#152 )
Snyk has created this PR to upgrade dotenv from 16.4.5 to 16.4.7.
See this package in npm:
dotenv
See this project in Snyk:
https://app.snyk.io/org/jt2m0l3y/project/d8b070a3-e4a3-457a-977b-7eb6a4a48346?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
* Update: docs patches, connection ordering
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
v0.8.1
2024-12-30 15:53:29 -08:00
Kevin Dang
6c7e48d369
Delete Model Command ( #150 )
...
* Add: Delete Model Command
* Update: version increment
* Update: new command to tests
v0.8.0
2024-12-14 17:06:08 -08:00
Kevin Dang
fe1f7ce5ec
Remove Message Style Command ( #149 )
...
* Remove: Message Style Command
* Update: version increment
v0.7.5
2024-12-13 16:55:57 -08:00
Kevin Dang
6ac45afb13
Streamlined Preferences Setup and Default Model ( #148 )
...
* Update: Streamlinded setup and Default Model
* Update: version increment
v0.7.4
2024-12-11 17:53:35 -08:00
Kevin Dang
d570a50d46
Pull and Switch Model Revised ( #142 )
...
* Update: pull-model only runnable by admins now
* Update: switch-model cannot pull models anymore
* Update: less technical responses
* Update: version increment
v0.7.3
2024-12-04 21:29:01 -08:00
Kevin Dang
1c8449d578
Code Owners File ( #140 )
...
* Add: codeowners file
* Fix: Spelling error
2024-11-23 14:51:17 -08:00
Kevin Dang
33152b33f3
Pull/Switch Model Commands Fix ( #137 )
...
* Update: Channel checker and channel name gone
* Add: note of where problem can be
* Update: Check if model already exists for Pull Command
* Add: User/Admin Command Constants
* Update: version increment
v0.7.2
2024-11-08 20:09:01 -08:00
Jonathan Smoley
1ccd1a012e
Roll NPM Dependencies Forward ( #136 )
...
* update channel as sendable
* Update: Casting SendableChannels Once
* Remove: another semicolon
* Update: version increment
---------
Co-authored-by: kevinthedang <kevinthedang_1@outlook.com >
v0.7.1
2024-11-08 10:13:16 -08:00
Jonathan Smoley
68a5e097fe
Feature Set Documentation ( #130 )
...
* added client events documentation
* wording updated
2024-10-19 16:46:51 -07:00
Kevin Dang
624ff2e5c8
Add: Slash Commands Guide ( #128 )
2024-10-16 10:07:40 -07:00
Kevin Dang
9f61f6bc6c
Switch Model Command ( #126 )
v0.7.0
2024-10-12 22:03:31 -07:00
Kevin Dang
5d02800c3f
Pull Model Command ( #125 )
...
* Add: Pull Model Command
* Fix: Missing ollama mock for PullModel
2024-10-12 17:53:34 -07:00
Kevin Dang
5061dab335
Remove CLIENT_UID Environment Variable ( #123 )
...
* Remove: Client UID References
* Update: version increment
v0.6.2
2024-10-06 18:57:39 -07:00
Kevin Dang
947ff89958
Environment Variable Validation ( #122 )
...
* Update: env validation and discord token validation
* Add: IPv4 Address Validation
* Update: version increment
v0.6.1
2024-10-05 19:29:01 -07:00
Jonathan Smoley
6a9ee2d6d0
Code Coverage and Clean References ( #120 )
...
* Add: skeleton suite for command tests (#119 )
* test naming updated
* fix imports, remove old references
* added code coverage badge
* Add: coverage environment
* Fix: Readme hyperlink to coverage workflow
* grab coverage pct from env
* Update: gist hyperlink
* color range on coverage
* fix contributing, simplify coverage assessment
* lmiit coverage to master, add branch naming conventions
---------
Co-authored-by: Kevin Dang <77701718+kevinthedang@users.noreply.github.com >
2024-10-01 10:11:23 -07:00
Kevin Dang
e3b0c9abe4
Message Attachment Image Recognition ( #118 )
...
* Add: Image recognition
* Fix: Non-Attachment Query
* Update: version increment
* Remove: Debugging logs from buffer file
* Add: comments for bufferHandler
v0.6.0
2024-09-18 20:28:23 -07:00
Kevin Dang
36a0cd309b
Removed Channel Toggle Command ( #115 )
...
* Remove: channel-toggle as command and server config
* Remove: Thread interface
* Fix: Users Thread files will now delete
* Fix: Any user can chat in threads now
* Fix: Thread history files are now deleted with multiple users
* Update: version increment
v0.5.11
2024-09-14 13:34:40 -07:00