[release amika] Release amika@v0.14.0 - #326
Merged
Merged
Conversation
Release amika@v0.14.0. Changes since amika@v0.13.0: Direct (no-relay) SSH transport: - Define and tighten the no-relay SSH contracts and vertical-slice spec (fc01f30, 650b433, dac6b6d) - Implement the local no-relay SSH path and fix its runtime lifecycle (d4bb156, 05c6df1) - Add `amika scpv2` over the direct WebSocket transport (9dccbfd) - Bind the managed sshd to a reserved loopback port (2e90dc6) - Scope v2 SSH session config per control plane (c7063c7) - Resolve SSH relay review annotations and document the connect-token round trip (#322) SSH key handling: - Harden authorized key handling and close an ownership race (b565213, f448546, 3fde13c) - Add an amikad authorized-keys clear subcommand (0e2fa59) - Add the amika secret ssh-key command group (#324) Sandbox images: - Build and package amikad into the base images (6279f28, f336617) - Repin the reviewed amikad source as fixes landed (862cbbd, 4777f5c, f864496, a6a4c04) - Add sandbox codev2 editor support (#325) Testing and CI: - Test snapshot scrubbing end to end (#323) - Publish linux-vm Daytona snapshots from CI, with retries and paged state verification (930a99f, 5379037, 4e713a7) Agent tooling: - Add and narrow the amika-cli skill for agents (9b6be25, 8cfc32a) - Add [release <symbol>] prefix and release trailers to the CLI release skill (59526b2) Release-Component: amika Release-Version: v0.14.0
Bump AMIKA_VERSION to 0.14.0 so the base image installs the freshly released CLI, and repin AMIKAD_SOURCE_REF from 9dccbfd to 4c7b647 (the current main). The old amikad pin predated the no-relay connect-token work, so sandbox images were running an amikad without the connect-token round trip, the sshd-manager fixes, or the state contract additions. Verified the new ref resolves through the module proxy that the builder stage's `go install` uses: github.com/gofixpoint/amika/go v0.0.0-20260810034344-4c7b647bbeb8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases the
amikaCLI at v0.14.0 and rolls that release into the sandbox base image.Two commits:
[release amika] Bump install.sh DEFAULT_VERSION to 0.14.0— the public CLI release. Carries theRelease-Component/Release-Versiontrailers.Set Amika base snapshot to install amika CLI v0.14.0 and repin amikad— bumpsAMIKA_VERSIONto 0.14.0 ingo/internal/sandbox/presets/base/Dockerfileand repinsAMIKAD_SOURCE_REFfrom9dccbfdto4c7b647(currentmain).The amikad repin matters on its own: the old pin predated the no-relay connect-token work, so sandbox images were building an amikad without the connect-token round trip, the sshd-manager fixes, or the state contract additions. The new ref resolves through the module proxy the builder stage's
go installuses (github.com/gofixpoint/amika/go v0.0.0-20260810034344-4c7b647bbeb8).Changes since amika@v0.13.0
Direct (no-relay) SSH transport
amika scpv2over the direct WebSocket transport (9dccbfd)SSH key handling
authorized-keys clearsubcommand (0e2fa59)amika secret ssh-keycommand group (Add the amika secret ssh-key command group #324)Sandbox images
Testing and CI
Agent tooling
[release <symbol>]prefix and release trailers to the CLI release skill (59526b2)