Releases: getsentry/warden
Releases · getsentry/warden
v0.3.0
v0.2.0
release: 0.2.0
v0.1.0-src
What's Changed
- Add skill performing Performance review by @gricha in #9
- Add
find-bugsskill by @gricha in #8 - feat: Add scheduled/cron trigger support for periodic repository scans by @jshchnz in #10
- feat(action): Add sane defaults for failOn and commentOn by @dcramer in #14
- docs: Replace skills page with CLI reference by @dcramer in #13
- feat(cli): Add --model flag and WARDEN_MODEL env var by @dcramer in #16
- Enable auto sync for Dex by @dcramer in #20
- docs: Recommend org-level secrets for Warden configuration by @dcramer in #18
- feat(skills): Add find-bugs skill for code review by @dcramer in #17
- feat(output): Add timing/cost stats and conditional PR comments by @dcramer in #15
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @dcramer in #27
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @dcramer in #28
- refactor: Remove labels functionality by @dcramer in #29
- fix(font): use latest
geist-monoby @natemoo-re in #31 - feat(config): Add 'off' option for failOn and commentOn by @dcramer in #19
- docs: Add permissions block to workflow templates by @dcramer in #30
- feat(cli): Add JSONL output option for run results by @dcramer in #33
- feat(cli): Auto-save run logs to ~/.local/warden/runs by @gricha in #40
- fix(skills): support absolute and tilde paths in skill resolution by @gricha in #41
- feat(checks): Improve GitHub output and check summary by @dcramer in #38
- feat(output): Add link to full report when findings are filtered by @dcramer in #39
- feat(dedup): Prevent duplicate PR comments by @dcramer in #42
- feat(config): Add configurable maxTurns with default of 50 by @gricha in #47
- feat(stale): Auto-resolve stale Warden comments by @dcramer in #46
- fix: Add testing-guidelines and fix skill-writer by @dcramer in #49
- Support flat markdown skill files and reorder skill directories by @dcramer in #48
- feat(cli): Show severity label next to dot in TUI by @gricha in #50
- fix(cli): Load .env files from repo root in file mode by @gricha in #51
- fix(action): Handle multiline values in GitHub Actions output by @gricha in #52
- Add warden-skill for local CLI usage guidance by @gricha in #55
- fix: git clone repo owner readme by @bruno-garcia in #56
- Remove built-in skills concept by @gricha in #58
- feat(skills): Add support for remote skills from GitHub repositories by @gricha in #59
- feat(action): Improve duplicate comment UX by @dcramer in #60
- 0.1.0 by @dcramer in #61
New Contributors
- @jshchnz made their first contribution in #10
- @natemoo-re made their first contribution in #31
- @bruno-garcia made their first contribution in #56
Full Changelog: https://github.com/getsentry/warden/commits/v0.1.0-src
v0.1.1
What's Changed
- Add skill performing Performance review by @gricha in #9
- Add
find-bugsskill by @gricha in #8 - feat: Add scheduled/cron trigger support for periodic repository scans by @jshchnz in #10
- feat(action): Add sane defaults for failOn and commentOn by @dcramer in #14
- docs: Replace skills page with CLI reference by @dcramer in #13
- feat(cli): Add --model flag and WARDEN_MODEL env var by @dcramer in #16
- Enable auto sync for Dex by @dcramer in #20
- docs: Recommend org-level secrets for Warden configuration by @dcramer in #18
- feat(skills): Add find-bugs skill for code review by @dcramer in #17
- feat(output): Add timing/cost stats and conditional PR comments by @dcramer in #15
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @dcramer in #27
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @dcramer in #28
- refactor: Remove labels functionality by @dcramer in #29
- fix(font): use latest
geist-monoby @natemoo-re in #31 - feat(config): Add 'off' option for failOn and commentOn by @dcramer in #19
- docs: Add permissions block to workflow templates by @dcramer in #30
- feat(cli): Add JSONL output option for run results by @dcramer in #33
- feat(cli): Auto-save run logs to ~/.local/warden/runs by @gricha in #40
- fix(skills): support absolute and tilde paths in skill resolution by @gricha in #41
- feat(checks): Improve GitHub output and check summary by @dcramer in #38
- feat(output): Add link to full report when findings are filtered by @dcramer in #39
- feat(dedup): Prevent duplicate PR comments by @dcramer in #42
- feat(config): Add configurable maxTurns with default of 50 by @gricha in #47
- feat(stale): Auto-resolve stale Warden comments by @dcramer in #46
- fix: Add testing-guidelines and fix skill-writer by @dcramer in #49
- Support flat markdown skill files and reorder skill directories by @dcramer in #48
- feat(cli): Show severity label next to dot in TUI by @gricha in #50
- fix(cli): Load .env files from repo root in file mode by @gricha in #51
- fix(action): Handle multiline values in GitHub Actions output by @gricha in #52
- Add warden-skill for local CLI usage guidance by @gricha in #55
- fix: git clone repo owner readme by @bruno-garcia in #56
- Remove built-in skills concept by @gricha in #58
- feat(skills): Add support for remote skills from GitHub repositories by @gricha in #59
- feat(action): Improve duplicate comment UX by @dcramer in #60
- 0.1.0 by @dcramer in #61
- Fix/release script by @dcramer in #62
- Remove NODE_AUTH_TOKEN by @dcramer in #64
- Switch to Node 24 in workflows by @dcramer in #65
- fix: add missing package metadata by @dcramer in #66
- ref(skill): Remove outdated built-in and inline skills docs by @gricha in #67
- fix(cli): resolve skill loading indicator line duplication by @dcramer in #71
New Contributors
- @gricha made their first contribution in #9
- @jshchnz made their first contribution in #10
- @natemoo-re made their first contribution in #31
- @bruno-garcia made their first contribution in #56
Full Changelog: https://github.com/getsentry/warden/commits/v0.1.1
v0.1.0
What's Changed
- Add skill performing Performance review by @gricha in #9
- Add
find-bugsskill by @gricha in #8 - feat: Add scheduled/cron trigger support for periodic repository scans by @jshchnz in #10
- feat(action): Add sane defaults for failOn and commentOn by @dcramer in #14
- docs: Replace skills page with CLI reference by @dcramer in #13
- feat(cli): Add --model flag and WARDEN_MODEL env var by @dcramer in #16
- Enable auto sync for Dex by @dcramer in #20
- docs: Recommend org-level secrets for Warden configuration by @dcramer in #18
- feat(skills): Add find-bugs skill for code review by @dcramer in #17
- feat(output): Add timing/cost stats and conditional PR comments by @dcramer in #15
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @dcramer in #27
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @dcramer in #28
- refactor: Remove labels functionality by @dcramer in #29
- fix(font): use latest
geist-monoby @natemoo-re in #31 - feat(config): Add 'off' option for failOn and commentOn by @dcramer in #19
- docs: Add permissions block to workflow templates by @dcramer in #30
- feat(cli): Add JSONL output option for run results by @dcramer in #33
- feat(cli): Auto-save run logs to ~/.local/warden/runs by @gricha in #40
- fix(skills): support absolute and tilde paths in skill resolution by @gricha in #41
- feat(checks): Improve GitHub output and check summary by @dcramer in #38
- feat(output): Add link to full report when findings are filtered by @dcramer in #39
- feat(dedup): Prevent duplicate PR comments by @dcramer in #42
- feat(config): Add configurable maxTurns with default of 50 by @gricha in #47
- feat(stale): Auto-resolve stale Warden comments by @dcramer in #46
- fix: Add testing-guidelines and fix skill-writer by @dcramer in #49
- Support flat markdown skill files and reorder skill directories by @dcramer in #48
- feat(cli): Show severity label next to dot in TUI by @gricha in #50
- fix(cli): Load .env files from repo root in file mode by @gricha in #51
- fix(action): Handle multiline values in GitHub Actions output by @gricha in #52
- Add warden-skill for local CLI usage guidance by @gricha in #55
- fix: git clone repo owner readme by @bruno-garcia in #56
- Remove built-in skills concept by @gricha in #58
- feat(skills): Add support for remote skills from GitHub repositories by @gricha in #59
- feat(action): Improve duplicate comment UX by @dcramer in #60
New Contributors
- @gricha made their first contribution in #9
- @jshchnz made their first contribution in #10
- @dcramer made their first contribution in #14
- @natemoo-re made their first contribution in #31
- @bruno-garcia made their first contribution in #56
Full Changelog: https://github.com/getsentry/warden/commits/v0.1.0
What's Changed
- Add skill performing Performance review by @gricha in #9
- Add
find-bugsskill by @gricha in #8 - feat: Add scheduled/cron trigger support for periodic repository scans by @jshchnz in #10
- feat(action): Add sane defaults for failOn and commentOn by @dcramer in #14
- docs: Replace skills page with CLI reference by @dcramer in #13
- feat(cli): Add --model flag and WARDEN_MODEL env var by @dcramer in #16
- Enable auto sync for Dex by @dcramer in #20
- docs: Recommend org-level secrets for Warden configuration by @dcramer in #18
- feat(skills): Add find-bugs skill for code review by @dcramer in #17
- feat(output): Add timing/cost stats and conditional PR comments by @dcramer in #15
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @dcramer in #27
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @dcramer in #28
- refactor: Remove labels functionality by @dcramer in #29
- fix(font): use latest
geist-monoby @natemoo-re in #31 - feat(config): Add 'off' option for failOn and commentOn by @dcramer in #19
- docs: Add permissions block to workflow templates by @dcramer in #30
- feat(cli): Add JSONL output option for run results by @dcramer in #33
- feat(cli): Auto-save run logs to ~/.local/warden/runs by @gricha in #40
- fix(skills): support absolute and tilde paths in skill resolution by @gricha in #41
- feat(checks): Improve GitHub output and check summary by @dcramer in #38
- feat(output): Add link to full report when findings are filtered by @dcramer in #39
- feat(dedup): Prevent duplicate PR comments by @dcramer in #42
- feat(config): Add configurable maxTurns with default of 50 by @gricha in #47
- feat(stale): Auto-resolve stale Warden comments by @dcramer in #46
- fix: Add testing-guidelines and fix skill-writer by @dcramer in #49
- Support flat markdown skill files and reorder skill directories by @dcramer in #48
- feat(cli): Show severity label next to dot in TUI by @gricha in #50
- fix(cli): Load .env files from repo root in file mode by @gricha in #51
- fix(action): Handle multiline values in GitHub Actions output by @gricha in #52
- Add warden-skill for local CLI usage guidance by @gricha in #55
- fix: git clone repo owner readme by @bruno-garcia in #56
- Remove built-in skills concept by @gricha in #58
- feat(skills): Add support for remote skills from GitHub repositories by @gricha in #59
- feat(action): Improve duplicate comment UX by @dcramer in #60
- 0.1.0 by @dcramer in #61
- Fix/release script by @dcramer in #62
- Remove NODE_AUTH_TOKEN by @dcramer in #64
- Switch to Node 24 in workflows by @dcramer in #65
- fix: add missing package metadata by @dcramer in #66
New Contributors
- @gricha made their first contribution in #9
- @jshchnz made their first contribution in #10
- @dcramer made their first contribution in #14
- @natemoo-re made their first contribution in #31
- @bruno-garcia made their first contribution in #56
Full Changelog: https://github.com/getsentry/warden/commits/v0.1.0