Releases: tryweb/Codeforge
v0.5.6
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.5.6Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.5.5)
8783fda docs: update CHANGELOG for v0.5.6 release
c3ce4f4 feat: add gh-config volume for persistent gh auth
b197b2f fix: move version extraction to step 3.1 before CHANGELOG update
859a76a fix: move CHANGELOG update before tagging in release skill
2d73997 docs: update CHANGELOG for v0.5.5 release
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.5.5
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.5.5Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.5.4)
31c1b78 feat: add gh-config volume for persistent gh auth
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.5.4
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.5.4Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.5.2)
3805303 feat: Add memory E2E test with retry, fix docker-compose compatibility
f568801 docs: update changelog for v0.5.2 and add post-release step to release skill
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.5.2
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.5.2Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.5.1)
f67b482 fix(ci): correct sed pattern for container name replacement
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.5.0
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.5.0Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.4.1)
19fe7e2 feat: add glab (GitLab CLI) and improve volume/entrypoint (#2)
1e265d7 fix(ci): remove gha cache - not supported by docker driver
0b7d6eb fix(ci): remove invalid fileExists() function, keep security-events permission
b2675ed fix(ci): add security-events permission and fileExists guards for SARIF uploads
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.4.1
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.4.1Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.4.0)
a7e106b fix(test): correct LanceDB plugin path check
edf4c7f fix: ensure devuser has docker group membership in container
0d6e189 fix: clear bun cache before plugin install and simplify E2E test
efc08c8 docs: simplify quick start and update release process
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.4.0
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.4.0Quick Start
cp .env.example .env
docker compose up -dChanges (since v0.3.3)
2a14a83 feat: add memory plugin E2E test and release gate
d7deff6 feat: add gh CLI detection and installation prompt
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions
v0.3.3
Docker Image
docker pull ghcr.io/tryweb/Codeforge:v0.3.3Quick Start
cp .env.example .env
docker compose up -dChanges (since first release)
b2032a1 fix(ci): correct container name in sed command for CI tests
1f944e6 Add docs
927bce3 fix(ollama): replace curl with ollama list for health check, add conditional model download
613e944 fix(ci): fix deprecated actions and tag metadata format
b8bc27c refactor(ci): optimize workflow to build once, improve release notes
d69a2bf fix(test): remove hardcoded version checks for opencode and openchamber
5ab0571 feat: add runtime docker GID fix, install script, and improve compose config
3e2d5cc fix(ci): Also push latest tag during publish job
ad60927 fix(ci): set scan-publish fail-build to false to allow release
d62eedb feat: add weekly dependency update check workflow
b92f2d9 fix(ci): Use anchore/scan-action@v7 with SARIF upload to GitHub Security tab
e61bf72 fix(ci): Use grype CLI directly instead of anchore/scan-action
c66b3d9 refactor: Split CI into sequential jobs with proper dependencies
6e6adae fix: Install Grype CLI directly in CI instead of via Docker container
adf65e8 fix(ci): update Grype database before vulnerability scan
ce71492 feat(ci): add Grype vulnerability scanning
967eb9a fix: improve test script robustness
393803f chore: update OpenChamber to v1.9.2
0c9ef5b feat: add WORKSPACE_PATH env var for flexible volume mounting
73b5dc0 fix: use OPENCHAMBER_UI_PASSWORD env var and add auth tests
d49c5b0 refactor: swap compose files - main for users (image), dev for developers (build)
46862f4 fix(ci): also replace container_name for test step
e67aecf fix(ci): correct sed command for compose image replacement
84338ac feat: initial release with OpenCode + OpenChamber on Ubuntu 24.04
Test Results
| Job | Status |
|---|---|
| Integration Tests | ✅ Passed |
| Vulnerability Scan |
Generated by GitHub Actions