- 57afbca llm: rename -dump-ant-calls to -dump-llm by Josh Bleecher Snyder · 10 months ago
- 9dc2f62 all: remove multiplechoice tool by Josh Bleecher Snyder · 10 months ago
- 3b44cc3 loop: do slug generation outside the agent loop by Josh Bleecher Snyder · 10 months ago
- e75d0ea llm/ant: convert dumpText constant to dump-ant-calls command line flag by Josh Bleecher Snyder · 10 months ago
- 160fade cmd/sketch: add -rebuild as alias for -force-rebuild-container by Josh Bleecher Snyder · 10 months ago
- 75b45f5 cmd/sketch: keep public keys separate per skaband by Josh Bleecher Snyder · 10 months ago
- c3b65d7 cmd/sketch: add version check at startup by Josh Bleecher Snyder · 10 months ago
- 254c49f sketch: "git push" button by Philip Zeyliger · 10 months ago
- b6affff cmd/sketch: simplify code by Josh Bleecher Snyder · 10 months ago
- 5e91d13 sketch: eval symlinks in pwd on startup by Josh Bleecher Snyder · 10 months ago
- 0af5fbe selfupdate: add -update by Josh Bleecher Snyder · 10 months ago
- 784d5bd dockerimg: add only git objects to docker image by Josh Bleecher Snyder · 10 months ago
- 17b2fd9 claudetool: replace timeout parameter with slow_ok boolean by Josh Bleecher Snyder · 10 months ago
- 6ae637a all: re-organize build/release by Josh Bleecher Snyder · 10 months ago
- 1c18ec9 all: use make to build by Josh Bleecher Snyder · 11 months ago
- e1a6e1b cmd/sketch: combine (and alphabetize) imports by Josh Bleecher Snyder · 11 months ago
- 289525b sketch/termui: handle PortMessageType messages more by Josh Bleecher Snyder · 11 months ago
- 983b58a Re-work Sketch's Docker setup. by Philip Zeyliger · 11 months ago
- 7b00c2c all: add minimal GoReleaser configuration for nightly builds by Josh Bleecher Snyder · 11 months ago
- f2814ea Let MCP servers use env variables; pass along model key for /attach as well by Philip Zeyliger · 11 months ago
- 4a055c5 sketch: fix MCP server connection error in -unsafe mode by setting SKETCH_PUB_KEY environment variable by banksean · 11 months ago
- 6fc754f Remove httprr recording. by Philip Zeyliger · 11 months ago
- 4201bde Replace skaband tools with a sketch.dev MCP client by Philip Zeyliger · 11 months ago
- cebb03c Add cmd/mcp-tool command for testing MCP servers by philip.zeyliger · 11 months ago
- 9aa7828 sketch: add -ignoresig flag to ignore SIGINT and SIGTERM by david · 11 months ago
- 194bfa8 sketch: add MCP support by Philip Zeyliger · 11 months ago
- 92dcbf5 cmd: add -ska-band-addr as alias for -skaband-addr flag by philip.zeyliger · 11 months ago
- d4be7a2 feat: add subtrace-token flag for development tracing by Philip Zeyliger · 11 months ago
- 83c5be6 cmd/genwebuizip by Sean McCullough · 11 months ago
- 8773e68 feat: add ssh-connection-string option for container SSH access by philip.zeyliger · 11 months ago
- 6d3de48 feat: add -link-to-github flag with Octocat icon for GitHub branch linking by philip.zeyliger · 11 months ago
- a1762b9 cmd/sketch: add -dump-dist internal flag to extract embedded filesystem by Sean McCullough · 11 months ago
- c17ffe3 sketch: add session history tools using markdown table API by Philip Zeyliger · 12 months ago
- 664404e cmd/sketch: add -upstream flag for git branch management by Josh Bleecher Snyder · 12 months ago
- be7802a loop: add configurable branch prefix option by Philip Zeyliger · 12 months ago
- 2abd467 cmd/sketch: expand ~ in host path in mounts by Josh Bleecher Snyder · 12 months ago
- e6c294d budget: remove num-iterations and wall clock time limits by Philip Zeyliger · 12 months ago
- a347b17 cmd/sketch: remove -initial-commit flag configuration option by Philip Zeyliger · 12 months ago
- 7a85235 cmd/sketch: separate user-visible and internal flags using flagsets by Philip Zeyliger · 12 months ago
- 33032d3 cmd/sketch: fix budget propagation from host to container by Josh Bleecher Snyder · 12 months ago
- 15cc2e7 cmd/sketch: add -p flag as synonym for -prompt by Josh Bleecher Snyder · 12 months ago
- 7871e2f all: fix formatting by Autoformatter · 12 months ago
- b421a24 all: remove anthropic edit tool support by Josh Bleecher Snyder · 12 months ago
- 112b923 loop: add todo checklist by Josh Bleecher Snyder · 12 months ago
- 12989b0 fix: read API key from environment in host mode when not using skaband by Pokey Rule · 12 months ago
- 716bfee Fix agent init of git repo from recent change. by Philip Zeyliger · 12 months ago
- bc8c8dc sketch main: migrating things from /init into cmdline flags by Philip Zeyliger · 12 months ago
- ac761c9 cmd/sketch: add mount flag for container volumes by Josh Bleecher Snyder · 1 year ago
- 272a90e Add Monaco diff-view, the saga ... by Philip Zeyliger · 1 year ago
- 0ead54d cmd/sketch: move NewSessionID function by David Crawshaw · 1 year ago
- 5eccd68 cmd/sketch: invert bool to fix open flag default behavior by David Crawshaw · 1 year ago
- 613c0f5 logging: make -verbose -termui=false log to stdout by Philip Zeyliger · 1 year ago
- e3c2f22 skabandclient: fix handling of empty skaband-addr by Josh Bleecher Snyder · 1 year ago
- da79654 sketch: default -open=false when SSH_CONNECTION is set, improve help by Marc-Antoine Ruel · 1 year ago
- 2044abb cmd/sketch: increase default budget from to 0 by Josh Bleecher Snyder · 1 year ago
- 49edc92 agent: move "sketch-base" into git by Philip Zeyliger · 1 year ago
- b529e73 loop: disable multiple choice tool in oneshot mode by Josh Bleecher Snyder · 1 year ago
- a23587b cmd/sketch: make browser flag default behavior conditional on one-shot mode by Josh Bleecher Snyder · 1 year ago
- b1cca6f dockerimg: pass -x flag to inner sketch to enable experimental features by Josh Bleecher Snyder · 1 year ago
- 3659d87 all: more gemini key plumbing by David Crawshaw · 1 year ago
- 5a7b369 cmd/sketch, dockerimg: more gemini key plumbing by David Crawshaw · 1 year ago
- 961cc9e skabandclient: send model name on start of session by David Crawshaw · 1 year ago
- c5b8ed4 Add -termui=false flag to prevent panic in non-TTY environments by Philip Zeyliger · 1 year ago
- b478214 experiment: add simple way to toggle experimental features by Josh Bleecher Snyder · 1 year, 1 month ago
- 1dc2137 Add docker-args flag to pass arguments to docker create command by Philip Zeyliger · 1 year ago
- b5f6a00 dockerimg: use --progress=quiet to always show docker build failure by David Crawshaw · 1 year, 1 month ago
- 5a23406 ll/gem: implement Gemini Pro 2.5 support by David Crawshaw · 1 year, 1 month ago
- ab50e9b cmd/sketch: remove colima check by David Crawshaw · 1 year, 1 month ago
- 485afc6 tool_use: add multiplechoice support to Agent by Sean McCullough · 1 year, 1 month ago
- 6234a8d Sketch inception wiring: make it easier to run unsafe sketch inside Sketch by Philip Zeyliger · 1 year, 1 month ago
- 4f84ab7 all: support openai-compatible models by Josh Bleecher Snyder · 1 year, 1 month ago
- d72563a cmd/main: don't send slogs to stdout, ever by Sean McCullough · 1 year, 1 month ago
- c8e4ab0 Restructure main.go to separate host and container code by Sean McCullough · 1 year, 1 month ago
- b7c5875 agent plumbing: convert outbox to subscribers and an iterator by Philip Zeyliger · 1 year, 1 month ago
- bc4947e cmd/go2ts: fix typo by Josh Bleecher Snyder · 1 year, 1 month ago
- d9d4581 webui: add current Agent state to call-status tooltip by Sean McCullough · 1 year, 1 month ago
- e54b00a browser: simplify API by Josh Bleecher Snyder · 1 year, 1 month ago
- 78707d6 browser: small new package by Josh Bleecher Snyder · 1 year, 1 month ago
- 2c4db09 Restart conversation support. by Philip Zeyliger · 1 year, 1 month ago
- 3cae7d9 cmd/sketch: make -open default to true by Josh Bleecher Snyder · 1 year, 1 month ago
- 1b47aa2 Add initial-commit CLI flag for specifying git reference by Philip Zeyliger · 1 year, 1 month ago
- 0dcebe1 Add support for passing prompt without -one-shot by Pokey Rule · 1 year, 1 month ago
- 5fdd024 Sketch "inception" support. by Philip Zeyliger · 1 year, 1 month ago
- b74c4f6 make -one-shot command line work with both -unsafe and regular by Philip Zeyliger · 1 year, 1 month ago
- 176a510 Add force-rebuild flag to allow user to rebuild docker container explicitly. by Philip Zeyliger · 1 year, 1 month ago
- faa39be cmd/sketch: only show structured logs printf if --unsafe by David Crawshaw · 1 year, 1 month ago
- 4854c65 dockerimg: +SSHTheater, auto-configures local ssh by Sean McCullough · 1 year, 1 month ago
- 094e4d2 cmd/sketch, dockerimg: remove unhelpful initial debug messages by David Crawshaw · 1 year, 1 month ago
- 7b43662 Only print skaband connection messages when verbose flag is set by David Crawshaw · 1 year, 1 month ago
- 6ed6adb Fix -open to point to skaband addr when configured for the container case by Philip Zeyliger · 1 year, 1 month ago
- 2032b1c Move webui from /loop/webui to /webui by Philip Zeyliger · 1 year, 1 month ago
- 18532b2 Rename Host/Runtime hostname fields to Outside/Inside pattern by Philip Zeyliger · 1 year, 1 month ago
- ae3480f allow random (ephemeral) host ports for ssh server by Sean McCullough · 1 year, 1 month ago
- baa2b59 sketch: initial container ssh support (#15) by Sean McCullough · 1 year, 1 month ago
- d140295 sketch: Propagate host vs. runtime OS/WorkingDir/Hostname by Philip Zeyliger · 1 year, 1 month ago
- 5e227dd sketch: Linux support by Philip Zeyliger · 1 year, 1 month ago
- 8a89e1c sketch: support Linux with -unsafe by Philip Zeyliger · 1 year, 1 month ago
- d9f1337 webui: auto-generate types.ts from go structs by Sean McCullough · 1 year, 1 month ago
- 86b5686 loop/webui: swtich to web components impl (#1) by Sean McCullough · 1 year, 1 month ago
- 2e463fb Initial commit by Earl Lee · 1 year, 1 month ago