| commit | 37dc4cf04df5dee6feff005d68a4a24e55be8990 | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 12:58:52 2025 +0000 |
| committer | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 06:00:19 2025 -0700 |
| tree | 7c2f8bec8e7041bfffeed6934bf0445114603753 | |
| parent | a4674b16548d6db22acddb80c40e05a5decf919d [diff] |
Enhance commit display in UI Completely redesigned the commit display UI to make it more intuitive and useful: 1. Format & Appearance: - Format commit display as 'hash (branch) subject' matching git log --decorate - Improve spacing and readability of all elements - Add 'View Diff' button directly after the commit subject - Remove extraneous whitespace for a cleaner look 2. Interactive Features: - Make commit hash and branch name directly clickable to copy to clipboard - Show a floating 'Copied!' message when text is copied - Add hover effects to indicate clickable elements - Add tooltips showing full hash and branch name on hover 3. UX Improvements: - Show floating feedback messages instead of modifying content - Animate feedback messages for better visibility - Only underline branch name on hover, not the surrounding parentheses - Use consistent styling for all interactive elements Co-Authored-By: sketch
Sketch is an agentic coding tool focused on the Go programming language. Sketch runs in your terminal, has a web UI, understands your code, and helps you get work done. To keep your environment pristine, sketch starts a docker container and outputs its work onto a branch in your host git repository.
To get started:
go install sketch.dev/cmd/sketch@latest sketch
Currently sketch runs on macOS and linux. It uses docker/colima for containers.
macOS: brew install colima linux: apt install docker.io (or equivalent for your distro)
The sketch.dev service is used to provide access to an LLM service and give you a way to access the web UI from anywhere.
We have a discord server to discuss sketch.
Join if you want! https://discord.gg/2xG3KEG3
Sketch is open source. It is right here in this repository! Have a look around and mod away.
If you want to run sketch entirely without the sketch.dev service, you can set the flag -skaband-addr="" and then provide an ANTHROPIC_API_KEY environment variable. (More LLM services coming soon!)