Releases: mcmanussliam/diglett
Releases · mcmanussliam/diglett
Release list
v1.0.0
Changelog
1.0.0 - 2026-06-22
Features
- Back to classes, I don't like functions anymore (
b15aec7) - Migrate integrations to factories instead of classes (
682ee63) - Improve logging across the full app (
293586b) - Add more jsdocs to bolt-logger (
bdef076) - Improve ui in diagnosis card (
dfa9e2f) - Remove soft limit and add max tool iterations to the env file (
9e2dac3) - Move system prompt to its own file (
d8a43d0) - Improve extract github context with logging and jsdocs (
00741b1) - Migrate log-index to json instead of formatted raw text (
0073946) - Remove log-compressor and add log fetching and parsing tools (
08146d3) - Add more customisation through environment variables for self hosting (
2e8be24) - rts repsonse parsing, action handler for view run (
87d1fc2) - migrate anthropic input schema to zod and json schema (
797738a) - Remove leftover todo in
installation-store.ts(694387c) - Remove overly verbose logging (
03adc05) - Improve string message parser (
49e9ed0) - Remove unused
prompt-builder.tsandactions.tshandler (03a74bf) - Remove unused
types/index.ts(2f520d2) - Replace slack search with slack-rts (
38e53a6) - git ignore
*.dbfiles (6305735) - Add proper redirect uri handling for oauth (
6ff8a7c) - Improve bolt logging to properlly handle, error, strings and objects (
a6c393c) - Migrate to per instance stores, currently stored in memory (
60ad51a) - Improve system prompt and orchestrator limitations (
752205c) - Implement orchestrator with added context in docker and github (
5ddae2d) - Add assistant handler (
230e4ad) - Add diagnosis card to response (
7df22cc) - Add log compression and begin implementing model work with claude (
b5b66ba) - Add github integration and temporary log results (
184ab37) - Add mentions and context extraction (
49efd1b) - Abstract out
resolve-with-schemaand add version to health check (1720a59) - Add better logging and created temporary mention handler for testing (
fe3be1c) - Add logging, env parsing and proper app building (
cc6ef23)
Fixes
- Run linting and formatting (
0017cc8) - Linting issues within
result.ts(1d0edfa) - Replace CI with pipeline where makes sense (
bfa8d43) - Remove left over
error-signatureimplementation (52778ab) - Fix formatting and linting from extra changes (
0bc9e2d) - Run formatting and linting against latest set of changes (
844d83b) - Add log parsing for bolt logs to pino (
f40cfde) - Fix round of formatting and linting (
1fcd00d) - Fix manifest and app setup (
0657b7d) - Add standard formatting rules to
biome.json(c3e979c)
Refactors
- Improve the diagnosis-card builder (
ef3ca23) - QoL fixes and documentation (
e74011c) - Improve formatting for assistant and mentions (
eb34ff1) - Migrate tooling to an easily extendible system (
d19c72a) - Move github and anthropic to a class structure instead of factory (
911f927)
Documentation
- Add better jsdoc to logger (
35e40e8) - Add jsdocs to result utility (
94c6ff9) - Add jsdocs to both packageJson and env (
1347911) - Add better jsdoc to
resolveWithSchema(0c2f269)
Build
- Add release and test workflow (
667afe4) - Add changelog script (
aa12b05) - Improve .gitignore to cover more files (
3d8ea15) - Add slack standard files to plugin (
089133e) - Add biome support for linting and formatting (
8bd801b)