Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
fe6e714d9c0d61ac802e5fab849857ce26ae5ab9
/
dockerimg
d1c1ace
cmd/sketch: add skaband-supported qwen
by Josh Bleecher Snyder
· 8 months ago
f31d72d
dockerimg: delete non-actionable startup print
by Josh Bleecher Snyder
· 8 months ago
aabca2e
all: update shebangs for more portability
by Euan Kemp
· 9 months ago
1e55167
sketch: add fetch-on-launch flag for git fetch on startup
by Josh Bleecher Snyder
· 8 months ago
9386009
dockerimg: always pass -llm-api-key
by Josh Bleecher Snyder
· 9 months ago
44dfdce
llm/ant: add APIKeyEnv
by Josh Bleecher Snyder
· 9 months ago
57afbca
llm: rename -dump-ant-calls to -dump-llm
by Josh Bleecher Snyder
· 9 months ago
e75d0ea
llm/ant: convert dumpText constant to dump-ant-calls command line flag
by Josh Bleecher Snyder
· 9 months ago
d117143
dockerimg: explain docker image builds
by Josh Bleecher Snyder
· 9 months ago
725cfe0
loop: set upstream tracking for sketch branches on outie
by Josh Bleecher Snyder
· 9 months ago
ebe74cd
sketch/dockerimg: reduce error text on some refused pushes
by Josh Bleecher Snyder
· 9 months ago
254c49f
sketch: "git push" button
by Philip Zeyliger
· 9 months ago
2461320
sketch: create empty commit on empty repo, both in innie and outtie
by philz
· 9 months ago
369f262
sketch/loop: handle existing git repos in innie sketch
by Josh Bleecher Snyder
· 9 months ago
fa424f5
dockerimg: restore go mod download functionality
by Josh Bleecher Snyder
· 9 months ago
784d5bd
dockerimg: add only git objects to docker image
by Josh Bleecher Snyder
· 9 months ago
a96f9d2
sketch: set relpath at runtime, not build time
by Josh Bleecher Snyder
· 9 months ago
e7ca73d
all: cull dead code
by Josh Bleecher Snyder
· 9 months ago
5ae245b
sketch: add multi-architecture binary support
by Josh Bleecher Snyder
· 9 months ago
c9898fd
dockerimg: stream tar to docker cp
by Josh Bleecher Snyder
· 9 months ago
1c18ec9
all: use make to build
by Josh Bleecher Snyder
· 9 months ago
da623b5
remove port monitoring and automatic tunneling features
by Philip Zeyliger
· 9 months ago
e1c8b7b
move git config from Dockerfile to agent.go Init() method
by Philip Zeyliger
· 9 months ago
882b1d1
Waxing lyrically in a TODO about avoding the repo layer.
by Philip Zeyliger
· 9 months ago
983b58a
Re-work Sketch's Docker setup.
by Philip Zeyliger
· 9 months ago
2ca1f10
dockerimg: add commonly requested packages to Dockerfile.base and enable :latest tagging
by philip.zeyliger
· 9 months ago
467c396
Fix findGitRoot
by Marc-Antoine Ruel
· 9 months ago
194bfa8
sketch: add MCP support
by Philip Zeyliger
· 10 months ago
d158f9d
Remove noisy log line
by Philip Zeyliger
· 10 months ago
29d689f
dockerimg: rename ssh_theater to local_sshimmer
by banksean
· 10 months ago
dd6352a
fix docker inspect for podman docker alias
by Kilian Lackhove
· 10 months ago
23772f4
support building docker image with gemini
by Kilian Lackhove
· 10 months ago
cfd0fe6
cleanup: remove unused functions and fix tests
by Philip Zeyliger
· 10 months ago
882e7ea
loop: preserve cumulative usage across conversation compaction
by philip.zeyliger
· 10 months ago
0258add
dockerimg: add docker to the sketch image
by David Crawshaw
· 10 months ago
2343f8a
dockerimg: fix Docker image reuse for Dockerfile.sketch
by Philip Zeyliger
· 10 months ago
db8caa0
dockerimg: remove noisy debug log for missing tunnel removal
by philip.zeyliger
· 10 months ago
d4be7a2
feat: add subtrace-token flag for development tracing
by Philip Zeyliger
· 10 months ago
1bd636c
dockerimg: add seccomp filter to protect PID 1 from kill syscalls
by David Crawshaw
· 10 months ago
8773e68
feat: add ssh-connection-string option for container SSH access
by philip.zeyliger
· 10 months ago
6d3de48
feat: add -link-to-github flag with Octocat icon for GitHub branch linking
by philip.zeyliger
· 10 months ago
8ad17ba
dockerimg: improve git config error messages for user guidance
by Sean McCullough
· 10 months ago
ba15aeb
Port forwarding: delete noisy log line
by Philip Zeyliger
· 10 months ago
3d040bd
all: fix formatting
by Autoformatter
· 10 months ago
d27921f
dockerimg: prioritize Dockerfile.sketch over Dockerfile
by Jon Friesen
· 10 months ago
664404e
cmd/sketch: add -upstream flag for git branch management
by Josh Bleecher Snyder
· 10 months ago
a9fd88f
dockerimg: detect more dockerfiles
by Josh Bleecher Snyder
· 10 months ago
be7802a
loop: add configurable branch prefix option
by Philip Zeyliger
· 10 months ago
e6c294d
budget: remove num-iterations and wall clock time limits
by Philip Zeyliger
· 10 months ago
222bf41
loop: replace sketch-host remote with origin remote in agent.Init()
by Philip Zeyliger
· 10 months ago
c898abf
dockerimg: restrict git fetch to upload-pack service requests only
by Philip Zeyliger
· 10 months ago
a347b17
cmd/sketch: remove -initial-commit flag configuration option
by Philip Zeyliger
· 10 months ago
138ec24
loop: automatic host/container ssh port tunneling
by Sean McCullough
· 10 months ago
33032d3
cmd/sketch: fix budget propagation from host to container
by Josh Bleecher Snyder
· 10 months ago
c7cdd77
dockerimg: add emoji fonts to base image
by Josh Bleecher Snyder
· 10 months ago
b6bc113
dockerimg: improve docs on how to publish a new image
by Josh Bleecher Snyder
· 10 months ago
9500617
dockerimg: fix Chromium support with multi-stage Docker build
by Philip Zeyliger
· 10 months ago
a442ce3
dockerimg: change base container image to ubuntu 24.04 with go 1.24.3
by Philip Zeyliger
· 10 months ago
3d2eff0
sketch: avoid using tty when termui is false.
by Philip Zeyliger
· 10 months ago
ab6a811
all: update tests for claude 4
by Josh Bleecher Snyder
· 11 months ago
3e6a4c4
dockerimg: mount Go caches for faster Docker race builds
by Josh Bleecher Snyder
· 11 months ago
f4f929a
dockerimg: fix VCS stamping error when building with race detector
by Josh Bleecher Snyder
· 11 months ago
4acf006
dockerimg: Add race detector support to sketch binary build
by Philip Zeyliger
· 11 months ago
bc8c8dc
sketch main: migrating things from /init into cmdline flags
by Philip Zeyliger
· 11 months ago
ac761c9
cmd/sketch: add mount flag for container volumes
by Josh Bleecher Snyder
· 11 months ago
da514fc
Update dockerfile tests.
by Philip Zeyliger
· 11 months ago
9df94b5
dockerimg: Extract base Dockerfile to separate file
by Philip Zeyliger
· 11 months ago
fbe6478
docker: Add lsof and ss to base docker image
by Philip Zeyliger
· 11 months ago
d6d12d1
Fail clearly when repo has no commits. (#109, #84)
by Philip Zeyliger
· 11 months ago
cabfa55
Pass -verbose flag to innie to see logs.
by Philip Zeyliger
· 11 months ago
87d29ef
docker: use consistent ephemeral port for SSH
by Philip Zeyliger
· 11 months ago
613c0f5
logging: make -verbose -termui=false log to stdout
by Philip Zeyliger
· 11 months ago
e3c2f22
skabandclient: fix handling of empty skaband-addr
by Josh Bleecher Snyder
· 11 months ago
64f2aa8
loop: make multiplechoice tool calls end the turn
by Josh Bleecher Snyder
· 11 months ago
7013e9e
ssh: use local CA, add mutual container/host auth
by Sean McCullough
· 11 months ago
0044241
Log host URL in verbose mode.
by Philip Zeyliger
· 11 months ago
7c58b02
dockerimg: Use temp dir for temporary Dockerfile
by Josh Bleecher Snyder
· 11 months ago
3e9d80c
dockerimg: update SSHTheater to use Ed25519 keys
by Sean McCullough
· 11 months ago
c31e296
dockerimg: print LLM output in verbose mode
by Pokey Rule
· 11 months ago
53b02a6
dockerimg: more exacting prompt for building a dockerfile
by David Crawshaw
· 11 months ago
ff2df6a
dockerimg: improve errors if dockerfile fails to build
by David Crawshaw
· 11 months ago
a9a786b
dockerimg: Fix development version detection when run with -C flag
by Pokey Rule
· 11 months ago
72252cb
llm and everything: Update ToolResult to use []Content instead of string for multimodal support
by Philip Zeyliger
· 11 months ago
51e8e2b
dockerimg: Run git fetch when .git/info/refs is requested
by Philip Zeyliger
· 11 months ago
078e85a
ssh_theater: only edit conf if host doesn't resolve
by Sean McCullough
· 11 months ago
15c9528
ssh_theater: ask the user before editing config
by Sean McCullough
· 11 months ago
4936de3
all: make update_tests.sh scripts location-independent
by Josh Bleecher Snyder
· 11 months ago
31f1524
dockerimg: always show build output
by David Crawshaw
· 11 months ago
33d282f
Add browse tool support.
by Philip Zeyliger
· 11 months ago
b1cca6f
dockerimg: pass -x flag to inner sketch to enable experimental features
by Josh Bleecher Snyder
· 11 months ago
3659d87
all: more gemini key plumbing
by David Crawshaw
· 11 months ago
5a7b369
cmd/sketch, dockerimg: more gemini key plumbing
by David Crawshaw
· 11 months ago
1dc2137
Add docker-args flag to pass arguments to docker create command
by Philip Zeyliger
· 11 months ago
8fd5104
dockerimg: do not include tmp-sketch-dockerfile in image
by David Crawshaw
· 11 months ago
9957046
dockerimg: remove configurability from open browser request
by Josh Bleecher Snyder
· 11 months ago
50608b1
dockerimg: fix typo in SSHTheater name
by Josh Bleecher Snyder
· 11 months ago
b7a0663
dockerimg: update tests for last commit
by David Crawshaw
· 11 months ago
b2064de
dockerimg: more Dockerfile robustness
by David Crawshaw
· 11 months ago
66cf74e
dockerimg: do not allocate a TTY in one-shot mode
by David Crawshaw
· 11 months ago
b5f6a00
dockerimg: use --progress=quiet to always show docker build failure
by David Crawshaw
· 11 months ago
Next »