Skip to content

Releases: kevinMEH/code-container

v2.5.0

05 May 13:08
e83e334

Choose a tag to compare

Release/v2.5.0 (#28)

* test: setup

* test: Basic tests

* feat: Finish setup unit tests

* chore: tooling setup

* style: format all

* test: fix type and lint errors

* test: unit test improvements

* refactor: flags.ts improvements

* refactor: Remove * imports

* test: TS mocks + simplify

* chore: precommit script

* feat: Support 4-stage `container build`

* chore: install-local script

* docs: README.md: Update

* v2.5.0

v2.4.2

24 Apr 05:53
3d80c01

Choose a tag to compare

Release/v2.4.2 (#27)

* feat: Mount only /root/.local/(share|state)
CC places binary in /root/.local/bin. However, OpenCode stores configs
in /root/.local/share & state, so we still have to mount.

* v2.4.2

* feat: postinstall.js: Add old mounts cleanup

v2.4.1

20 Apr 14:46
eae8c79

Choose a tag to compare

Release/v2.4.1 (#25)

* feat: docker.ts: --no-cache when rebuilding

* fix: docker.ts: --timeout -> -t for compatibility

* v2.4.1

v2.4.0

03 Apr 08:21
7567717

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

28 Mar 07:07
c66c0d3

Choose a tag to compare

Release/v2.3.0 (#22)

* package.json: Add keywords

* docker.ts: Force COLORTERM=truecolor

* docker.ts: Load DOCKER_FLAGS.txt in exec

* feat: Add DOCKER_RUN_FLAGS.txt

* 2.3.0

v2.2.0

24 Mar 11:11
1167953

Choose a tag to compare

Release/v2.2.0 (#21)

* feat: Add Copilot CLI support

* mounts.ts: Mount core mounts by default

* v2.2.0

v2.1.1

23 Mar 14:46
42f8559

Choose a tag to compare

Release/v2.1.1 (#19)

* AGENTS.md: Update instructions

* postinstall.js: Change DOCKER_FLAGS.txt content

* Add ability to pass flags to `container run`

* v2.1.1

v2.1.0

20 Mar 11:49
9b52a3e

Choose a tag to compare

Release/v2.1.0 (#16)

* Support DOCKER_FLAGS.txt

* Support string parsing

* README.md: Add prompt for Docker flags

* 2.1.0

* postinstall.js: DOCKER_FLAGS.txt creation

* Move ensureMountsFile() to startup

* Separate AGENTS.md and ConsumerGuide.md

v2.0.9

18 Mar 14:18
cce7857

Choose a tag to compare

Fix CI attempt (#13)

* Fix CI attempt

* 2.0.9

v2.0.8

18 Mar 13:59
4d08c57

Choose a tag to compare

Feature/ci (#12)