Releases: GitHubSecurityLab/seclab-taskflow-agent
Releases · GitHubSecurityLab/seclab-taskflow-agent
v0.0.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- Remove the TestPyPI step by @kevinbackhouse in #78
- Simplify docker run script by @kevinbackhouse in #84
- Add command line support for global variables by @Copilot in #87
- Version 0.0.6 by @kevinbackhouse in #88
New Contributors
- @Copilot made their first contribution in #87
Full Changelog: v0.0.5...v0.0.6
test-release-v0.0.7a1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Remove the TestPyPI step by @kevinbackhouse in #78
- Simplify docker run script by @kevinbackhouse in #84
- Add command line support for global variables by @Copilot in #87
- Version 0.0.6 by @kevinbackhouse in #88
New Contributors
- @Copilot made their first contribution in #87
Full Changelog: v0.0.5...test-release-v0.0.7a1
v0.0.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- Move TestPyPI to the end, so it can't stop the other steps from succeeding by @kevinbackhouse in #76
- Version 0.0.5 by @kevinbackhouse in #77
Full Changelog: v0.0.4...v0.0.5
test-release-v0.0.6a2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add copyright statements by @kevinbackhouse in #65
- Update devcontainer to use hatch by @kevinbackhouse in #70
- Simplify docker setup by @kevinbackhouse in #68
- Search for .env in current directory by @kevinbackhouse in #73
- Version 0.0.3 by @kevinbackhouse in #74
- Version 0.0.4 by @kevinbackhouse in #75
- Move TestPyPI to the end, so it can't stop the other steps from succeeding by @kevinbackhouse in #76
- Version 0.0.5 by @kevinbackhouse in #77
Full Changelog: test-release-v0.0.3a1...test-release-v0.0.6a2
test-release-v0.0.6a1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add copyright statements by @kevinbackhouse in #65
- Update devcontainer to use hatch by @kevinbackhouse in #70
- Simplify docker setup by @kevinbackhouse in #68
- Search for .env in current directory by @kevinbackhouse in #73
- Version 0.0.3 by @kevinbackhouse in #74
- Version 0.0.4 by @kevinbackhouse in #75
- Move TestPyPI to the end, so it can't stop the other steps from succeeding by @kevinbackhouse in #76
- Version 0.0.5 by @kevinbackhouse in #77
Full Changelog: test-release-v0.0.3a1...test-release-v0.0.6a1
test-release-v0.0.3a2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Automatically download latest version of CodeQL by @kevinbackhouse in #66
- Auto-update the version number for publishing pre-releases on TestPyPI by @kevinbackhouse in #67
Full Changelog: v0.0.2...test-release-v0.0.3a2
test-release-v0.0.3a1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Automatically download latest version of CodeQL by @kevinbackhouse in #66
- Auto-update the version number for publishing pre-releases on TestPyPI by @kevinbackhouse in #67
Full Changelog: v0.0.2...test-release-v0.0.3a1
v0.0.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add "Background" section to README by @kevinbackhouse in #59
- Run the code from the PR, not from main by @kevinbackhouse in #61
- The GitHub token needs to be in the environment by @kevinbackhouse in #63
- Combine "create" and "upload" steps by @kevinbackhouse in #60
- Make sure that the logs directory exists by @kevinbackhouse in #62
- Version 0.0.2 by @kevinbackhouse in #64
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Local MCP streamable server support by @anticomputer in #2
- Add link to demo video by @anticomputer in #3
- remove field that is not needed by @m-y-mo in #7
- Add more code owners by @kevinbackhouse in #8
- Bump authlib from 1.6.3 to 1.6.4 by @dependabot[bot] in #4
- Bump starlette from 0.47.1 to 0.47.2 by @dependabot[bot] in #1
- Refactor available tools into a class so that it can be passed around… by @kevinbackhouse in #5
- Add header to the yaml files by @kevinbackhouse in #9
- Add a workflow to release new package by @JarLob in #6
- Remove unused database models by @m-y-mo in #10
- small changes to fetch db script by @p- in #12
- Change github mcp to use remote server and stop exposing socket in docker by @m-y-mo in #13
- Add optional headers to restrict GitHub mcp server toolsets by @m-y-mo in #15
- Add devcontainer files by @Kwstubbs in #11
- Remove --privileged by @kevinbackhouse in #17
- Add @sylwia-budzynska as a code owner by @sylwia-budzynska in #22
- Add attestation by @JarLob in #21
- Bump authlib from 1.6.4 to 1.6.5 by @dependabot[bot] in #20
- Use globally unique filekeys for referencing other yaml files by @kevinbackhouse in #16
- Smoke test needs to permission to add reaction to pull request comment by @kevinbackhouse in #25
- Initial pytest setup with initial TestYamlParser tests by @p- in #24
- initial workflow for CI (pytest) by @p- in #27
- log messages on ERROR level in task agent to console by @p- in #29
- fix reusable prompt example by @m-y-mo in #28
- add model config by @m-y-mo in #30
- fix: init model_keys to prevent error on task flows without model config by @p- in #31
- Update environment variable paths in README by @sylwia-budzynska in #14
- Add more permissions by @kevinbackhouse in #26
- modify CodeQL query suite for enhanced security and quality analysis by @p- in #32
- Fix typo by @kevinbackhouse in #34
- remove unecessary pass statements by @p- in #35
- update readme and grammar by @m-y-mo in #36
- Fix broken smoketest by @m-y-mo in #38
- Use importlib.resources to resolve tool name to a file location by @kevinbackhouse in #37
- Remove deleted file from release.txt by @kevinbackhouse in #39
- Fix broken docker release by @m-y-mo in #40
- CodeQL MCP: output absolute path in error + list all supported languages by @p- in #43
- Add link to MIT license by @kevinbackhouse in #46
- Switch to hatch project manager by @kevinbackhouse in #41
- Bump starlette from 0.47.2 to 0.49.1 by @dependabot[bot] in #42
- Fix link in README.md by @xcorail in #47
- Workflow for publishing to TestPyPI by @kevinbackhouse in #48
- Try to get the environment syntax correct by @kevinbackhouse in #49
- Fix error: I forgot to add "runs-on" to the job by @kevinbackhouse in #50
- Fix typos by @kevinbackhouse in #45
- Attempt to fix the publish workflow by @kevinbackhouse in #53
- Remove reusable workflow because it's not supported by trusted publishing by @kevinbackhouse in #54
- Set verbose=true to investigate why upload is failing by @kevinbackhouse in #55
- Change to correct name by @kevinbackhouse in #56
- Add kwstubbs by @kevinbackhouse in #58
- Workflow for publishing to PyPI by @kevinbackhouse in #57
New Contributors
- @anticomputer made their first contribution in #2
- @m-y-mo made their first contribution in #7
- @kevinbackhouse made their first contribution in #8
- @dependabot[bot] made their first contribution in #4
- @JarLob made their first contribution in #6
- @p- made their first contribution in #12
- @Kwstubbs made their first contribution in #11
- @sylwia-budzynska made their first contribution in #22
- @xcorail made their first contribution in #47
Full Changelog: https://github.com/GitHubSecurityLab/seclab-taskflow-agent/commits/v0.0.1