Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
a6b995b83277dd730e35a8f5be14c139d82a544e
a6b995b
webui: kill eslint's no-explicit-any warning dead dead dead
by Josh Bleecher Snyder
· 9 months ago
57afbca
llm: rename -dump-ant-calls to -dump-llm
by Josh Bleecher Snyder
· 9 months ago
aa22eb7
all: fix formatting
by Autoformatter
· 9 months ago
9dc2f62
all: remove multiplechoice tool
by Josh Bleecher Snyder
· 9 months ago
ddd22da
claudetool: add detail to keyword search error message
by Josh Bleecher Snyder
· 9 months ago
3592737
git_tools: add even more detail when commit fails
by Josh Bleecher Snyder
· 9 months ago
c67d7bc
webui/src/data: handle ended and read-only sessions
by banksean
· 9 months ago
3b44cc3
loop: do slug generation outside the agent loop
by Josh Bleecher Snyder
· 9 months ago
f18aafd
Diff view: include boundary commits.
by Philip Zeyliger
· 9 months ago
1ee0bc6
webui: add dark mode support to demo server
by banksean
· 9 months ago
d37f7a7
webui: make diff UI update after data loads
by Josh Bleecher Snyder
· 9 months ago
488e8a4
all: fix formatting
by Autoformatter
· 9 months ago
d1b7dd6
loop: skip TestPortMonitor_ShouldIgnoreProcess on macOS
by Josh Bleecher Snyder
· 9 months ago
43b60b9
llm: make Tool.Run return ToolOut
by Josh Bleecher Snyder
· 9 months ago
95354b1
git_tools: add more detail when commit fails
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
f2b5ee0
llm/ant: dump debug to files, not stdout
by Josh Bleecher Snyder
· 9 months ago
44de46c
mcp: fix ineffectual break
by Josh Bleecher Snyder
· 9 months ago
15a0ffa
webui: improve reconnection delays
by Josh Bleecher Snyder
· 9 months ago
0f00427
webui: refactor reconnection timeout logic to use lookup table
by Josh Bleecher Snyder
· 9 months ago
106f6f5
claudetool: tweak bashkit error message when changing branches
by Josh Bleecher Snyder
· 9 months ago
cf72458
skaband: move timeline viewer from sketch/webui to resolve bundle conflicts
by banksean
· 9 months ago
4432056
webui: update DEAR_LLM.md, rm .shadowRoot refs
by banksean
· 9 months ago
d8eb464
webui: migrate sketch-monaco-view to tailind
by banksean
· 9 months ago
44f7616
webui: remove sketch-network-status component
by banksean
· 9 months ago
581bd79
webui: s/demo-runner/demo/g
by banksean
· 9 months ago
d52d39d
webui: clean up component demos
by banksean
· 9 months ago
23a35b8
webui: migrate mobile components to SketchTailwindElement
by banksean
· 9 months ago
9ee3042
default to light mode instead of system, for now
by banksean
· 9 months ago
3eaa433
webui: implement comprehensive dark mode support
by banksean
· 9 months ago
d082fdc
claudetool/bashkit: don't mention set-slug when blocking sketch-wip renames
by banksean
· 9 months ago
ae3724e
webui: add dark mode implementation plan
by banksean
· 9 months ago
19a32ea
claudetool/bashkit: add sketch-wip branch protection with process-level tracking
by banksean
· 9 months ago
2be768e
webui: convert SketchDiffRangePicker to SketchTailwindElement
by banksean
· 9 months ago
5681b7c
Fix terminal CSS.
by Philip Zeyliger
· 9 months ago
08b073b
sketch/mcp: add docs and test out playwright, and extend timeouts.
by Philip Zeyliger
· 9 months ago
d117143
dockerimg: explain docker image builds
by Josh Bleecher Snyder
· 9 months ago
160fade
cmd/sketch: add -rebuild as alias for -force-rebuild-container
by Josh Bleecher Snyder
· 9 months ago
accf37c
Fix sketch -unsafe after push button change.
by Philip Zeyliger
· 9 months ago
93b53d8
skaband: fix terminal under /newsessions
by David Crawshaw
· 9 months ago
9d9c812
all: fix formatting
by Autoformatter
· 9 months ago
725cfe0
loop: set upstream tracking for sketch branches on outie
by Josh Bleecher Snyder
· 9 months ago
4594388
webui: add tooltips to 🥷 and 🐢 in bash tool cards
by Josh Bleecher Snyder
· 9 months ago
9db8c2a
all: fix formatting
by Autoformatter
· 9 months ago
596aa33
webui: silence build noise
by Josh Bleecher Snyder
· 9 months ago
7de3bdd
webui: hide GitHub link in push dialog for non-GitHub remotes
by Josh Bleecher Snyder
· 9 months ago
ebe74cd
sketch/dockerimg: reduce error text on some refused pushes
by Josh Bleecher Snyder
· 9 months ago
3a41f15
webui: update Push button tooltip to indicate it opens a dialog
by Josh Bleecher Snyder
· 9 months ago
75b45f5
cmd/sketch: keep public keys separate per skaband
by Josh Bleecher Snyder
· 9 months ago
c3b65d7
cmd/sketch: add version check at startup
by Josh Bleecher Snyder
· 9 months ago
7208bb4
webui: add tooltips for upper-right corner buttons
by Josh Bleecher Snyder
· 9 months ago
254c49f
sketch: "git push" button
by Philip Zeyliger
· 9 months ago
55b4ab5
build: remove output from webui.sh
by Josh Bleecher Snyder
· 9 months ago
e3e886b
build: shfmt webui.sh
by Josh Bleecher Snyder
· 9 months ago
b6affff
cmd/sketch: simplify code
by Josh Bleecher Snyder
· 9 months ago
5e91d13
sketch: eval symlinks in pwd on startup
by Josh Bleecher Snyder
· 9 months ago
89ba5f4
sketch/termui: add "v" as a synonym for "b"
by Josh Bleecher Snyder
· 9 months ago
d561a0e
sketch: fix goreleaser homebrew config
by Josh Bleecher Snyder
· 9 months ago
e79a44b
Updating Sketch's dear_llm
by Philip Zeyliger
· 9 months ago
0269340
sketch: fix Timeline messages width overflow issue
by banksean
· 9 months ago
2cc7563
webui: fix copy button in markdown code blocks
by banksean
· 9 months ago
c5c3bea
update web components DEAR_LLM.md
by banksean
· 9 months ago
c314f0c
github: set include-slow-tests=false in queue-main and queue-dev workflows
by Philip Zeyliger
· 9 months ago
4f833b1
github: add main-cron workflow and include-slow-tests flag
by Philip Zeyliger
· 9 months ago
09b86f4
webui: optimize npm ci caching for faster builds
by Philip Zeyliger
· 9 months ago
fb56a5c
sketch: fix Discord notifications to show all commits in stack
by Philip Zeyliger
· 9 months ago
cbf8c32
Revert "sketch: fix Discord notifications to show all commits in stack"
by Philip Zeyliger
· 9 months ago
390f847
all: fix formatting
by Autoformatter
· 9 months ago
a8561f7
sketch/webui: add untracked files notification to diff view
by Josh Bleecher Snyder
· 9 months ago
b58bbf3
goreleaser: add experimental homebrew tap support
by Josh Bleecher Snyder
· 9 months ago
f3d739f
readme: tweak installation instructions
by Josh Bleecher Snyder
· 9 months ago
2461320
sketch: create empty commit on empty repo, both in innie and outtie
by philz
· 9 months ago
183d114
build: do the innie builds concurrently
by Josh Bleecher Snyder
· 9 months ago
3ad8c8d
all: fix formatting
by Autoformatter
· 9 months ago
9022ae0
sketch: dump message history to /tmp on conversation compaction and include filename in summary
by Philip Zeyliger
· 9 months ago
0af5fbe
selfupdate: add -update
by Josh Bleecher Snyder
· 9 months ago
369f262
sketch/loop: handle existing git repos in innie sketch
by Josh Bleecher Snyder
· 9 months ago
2e967e5
llm: make MustSchema validate minimum schema requirements
by Josh Bleecher Snyder
· 9 months ago
2edd62e
llm/oai: add kimi-k2 configs
by Josh Bleecher Snyder
· 9 months ago
327c196
sketch: fix Discord notifications to show all commits in stack
by Philip Zeyliger
· 9 months ago
5a3cd2a
ci: update GitHub workflows to use Go 1.24.5
by Philip Zeyliger
· 9 months ago
43a0bfc
sketch: add debug handler to dump conversation history as JSON
by Philip Zeyliger
· 9 months ago
d9acaa7
sketch: optimize code copy button performance
by Philip Zeyliger
· 9 months ago
a50a3bf
.goreleaser: simplify and harden signing
by Josh Bleecher Snyder
· 9 months ago
9b39aa6
sketch: exclude internal processes (headless-chrome) from port monitoring
by Philip Zeyliger
· 9 months ago
333aa67
sketch: remove shadowDOM dependency from tool card components
by banksean
· 9 months ago
dc27c39
fix clipped right edge of messages
by banksean
· 9 months ago
b80db9c
sketch: fix nightly releases being marked as pre-releases
by David Crawshaw
· 9 months ago
ea5504c
go.mod: bump to Go 1.24.5
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
eb91caa
sketch/loop: minor cleanup
by Josh Bleecher Snyder
· 9 months ago
5e97dfc
.goreleaser.yml: add binary-only releases and ed25519 signatures
by Josh Bleecher Snyder
· 9 months ago
61fa306
sketch/embedded: embed webui in outie
by Josh Bleecher Snyder
· 9 months ago
a96f9d2
sketch: set relpath at runtime, not build time
by Josh Bleecher Snyder
· 9 months ago
17b2fd9
claudetool: replace timeout parameter with slow_ok boolean
by Josh Bleecher Snyder
· 9 months ago
39eb24f
build: do simple content-based hashing of webui builds
by Josh Bleecher Snyder
· 9 months ago
fadffe3
sketch/loop: fuss more with /git/cat and 204s
by Josh Bleecher Snyder
· 9 months ago
e3c0f4d
sketch: add missing tag to goreleaser config
by Josh Bleecher Snyder
· 9 months ago
6ae637a
all: re-organize build/release
by Josh Bleecher Snyder
· 9 months ago
Next »