Skip to content

Commit 3ec0c37

Browse files
Basic CRUD for api-driven coding agent execution (#2632)
1 parent a5d1c13 commit 3ec0c37

File tree

98 files changed

+3716
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3716
-95
lines changed

AGENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.49
1+
v0.5.50

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN ls -al
6666

6767
COPY --from=node /app/build ./priv/static
6868

69-
RUN mix do db.certs, agent.chart, release
69+
RUN mix do db.certs, agent.chart, sentry.package_source_code, release
7070

7171
FROM alpine:3.21.3 as tools
7272

0 commit comments

Comments
 (0)