bump to v0.1.18, rebuild, deploy

This commit is contained in:
2026-06-17 01:47:37 +02:00
parent 49e575d9da
commit 7711f4fbb5
5 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Design: Matty — forkless' annoying Mattermost sidekick
> **Status:** v0.1.17 — Implemented and deployed
> **Status:** v0.1.18 — Implemented and deployed
> **Last updated:** 2026-06-17
> **Bot username:** @matty
> **Default model:** dolphin-llama3:latest (configurable in System Console)
@@ -157,7 +157,7 @@ User: "@matty hello again" → Wake() → bot responds, new session
### 3.1 `plugin.json`
Current settings (v0.1.17):
Current settings (v0.1.18):
| Key | Type | Default | Purpose |
|---|---|---|---|
+2 -2
View File
@@ -51,8 +51,8 @@ mattermore/
| `server/engagement.go` | Active session tracking (5-min timeout) |
| `server/persona.go` | 19 personas with stable short IDs |
| `server/configuration.go` | 12 settings, validation, debug logging |
| `DESIGN.md` | Full functional design (up to date with v0.1.17) |
| `CHANGELOG.md` | All versions from v0.1.0 to v0.1.17 |
| `DESIGN.md` | Full functional design (up to date with v0.1.18) |
| `CHANGELOG.md` | All versions from v0.1.0 to v0.1.18 |
| `dev/docker-compose.yml` | Disposable Mattermost + PostgreSQL test rig |
## External Dependencies