Kiril Videlov's Avatar

Kiril Videlov

@kiril.se

Co-founder / CTO @gitbutler.com, software enthusiast, @ycombinator alumn

161
Followers
300
Following
56
Posts
11.11.2024
Joined
Posts Following

Latest posts by Kiril Videlov @kiril.se

I have observed that as the context gets filled, Claude starts forgetting things. One silly “trick” is to have a hook which reminds it what it needs to do but tbh it habituates and after some time it starts ignoring that as well. It needs to be fed novel info to work

21.02.2026 16:48 👍 1 🔁 0 💬 1 📌 0

Codex or Claude? There are some tricks we are working on to make agents handle this better

21.02.2026 13:47 👍 0 🔁 0 💬 1 📌 0
Preview
GitButler GitButler software development platform

⋈❤️🐧 You can now install the `but` CLI on Linux!

gitbutler.com/cli

19.02.2026 17:12 👍 20 🔁 4 💬 2 📌 0

fwiw, we love what we do

16.02.2026 08:01 👍 1 🔁 0 💬 1 📌 0

Incredibly proud of what the team just shipped! ❤️ GitButler now officially has a CLI 👾

05.02.2026 15:35 👍 6 🔁 0 💬 0 📌 0

So happy and grateful to have you onboard Oliver 🙇‍♂️! Exciting things to come, in the VCS & devtools space!

05.02.2026 10:27 👍 2 🔁 0 💬 0 📌 0
Preview
Using Cursor Hooks for automatic version control With Cursor's brand new lifecycle hooks, you can now use GitButler for automatic version control of your Cursor agent work.

Cursor (lifecycle) Hooks just dropped and GitButler already has support for it!

Thank you Cursor team for the early access! Check out what we built with it blog.gitbutler.com/cursor-hooks...

29.09.2025 21:06 👍 4 🔁 1 💬 0 📌 0

This Claude UI design by @pavellaptev.bsky.social is absolute 🚀

11.09.2025 14:50 👍 4 🔁 0 💬 2 📌 0

Hey! Thanks for the shout-out! Just wanted to clarify that GB's virtual branches dont use multiple worktrees but instead utilizes a managed reference where the branches are continuously integrated with an octopus merge on top to simulate one integrated branch :)

24.08.2025 19:56 👍 0 🔁 0 💬 0 📌 0

Working very hard right now to squash all of them bugs! Sorry for the inconvenience

23.07.2025 09:52 👍 1 🔁 0 💬 1 📌 0
Preview
Managing Multiple Claude Code Sessions Without Worktrees With Claude Code's new lifecycle hooks, GitButler can now automatically sort simultaneous AI coding sessions into separate branches. Write three features at the same time, get three independent branch...

If you're using Claude Code, the latest GB release has a very cool hooks integration where it puts the output of each session you run into a new parallel Git branch.
Check it out 👇
blog.gitbutler.com/parallel-cla...

22.07.2025 17:38 👍 5 🔁 2 💬 0 📌 0

It maintains real git references with an integration octopus merge on top that is checked out. This way you get an “integrated” work tree while being organise changes in separate branches

22.07.2025 17:26 👍 0 🔁 0 💬 0 📌 0
Preview
GitButler 0.15 - "Quirky Quinceañera" GitButler 0.15 is out, featuring a brand new user interface, stability improvements, line based commits and more!

We just released v0.15 of the GitButler client - new layout, new UI, advanced commit message editor, partial hunk commits, uncommitting files, GitLab integration - so much going on in the last few months.
Check it out.
blog.gitbutler.com/gitbutler-15...

02.07.2025 07:59 👍 8 🔁 3 💬 0 📌 1

Oh nice! We should perhaps meet some time - beers on GitButler :)

15.05.2025 04:42 👍 2 🔁 0 💬 1 📌 0

Thanks for sharing this! Gonna take a look today. There is definitely room for improving the layout so this is helpful.

To add a little big more context - We are also working to re-enable allocating uncommitted changes to lanes, which prompts some further layout adjustments too.

15.05.2025 04:37 👍 2 🔁 0 💬 1 📌 0
Video thumbnail

Hey, sorry for the late reply here - been working really hard the past few days incorporating feedback. Here's how the app looks like on the latest nightly build.
More improvements are on the way too

09.05.2025 15:39 👍 1 🔁 0 💬 1 📌 1

Thank you for taking the time to share your feedback, Barry! 🙇‍♂️
I agree with you - something was lost in this transition. We are currently exploring options to bring back the lane view.

Stay tuned - the plan is to make a new release later this week so that we can gather another round of feedback.

06.05.2025 23:23 👍 1 🔁 0 💬 1 📌 0
Video thumbnail

It's not your fault - the app should do better. Currently, if the changes 'touch', GB treats it as if they intersected... which can lead to this kind of confusion.

Soon the app will allow partial committing (vid below) & it will be possible to handle this better. Thanks for being patient with us! 🙇‍♂️

28.04.2025 21:56 👍 1 🔁 0 💬 1 📌 0
Preview
GitButler Docs GitButler is a new Source Code Management system designed to manage your branches, record and backup your work, be your Git client, help with your code and much more

The reason for this is that the 'lanes' are meant to be 'peers' - independently apply-able branches. In the case where dependency is desired, GB has support for stacked branches:
docs.gitbutler.com/features/sta...

28.04.2025 19:18 👍 1 🔁 0 💬 1 📌 0

I am sorry for the confusion! In general, changes are "locked" because they depend on a preceding commit.

For example if you create a function and then commit it, and subsequently make a change to that function, that change is "locked" to the lane.

It only makes sense in the context of the commit

28.04.2025 19:16 👍 0 🔁 0 💬 1 📌 0

This is incredible! Just seeing it for the first time myself :)

17.04.2025 07:59 👍 1 🔁 0 💬 1 📌 0
Preview
20 years of Git. Still weird, still wonderful. Twenty years ago, Git was born. How did this unlikely "information manager" take over the world?

20 years ago today, Linus made the first commit on the Git project. Here is my birthday present post, looking back.

Happy birthday git, and thanks for all the fish.

blog.gitbutler.com/20-years-of-...

07.04.2025 16:23 👍 27 🔁 3 💬 2 📌 0
Preview
Release release/0.14.14 · gitbutlerapp/gitbutler What's Changed New features Adds a GitLab integration (docs: https://docs.gitbutler.com/features/gitlab-integration) Overhauled text editor for commit messages and PR/Review description introducin...

GitButler 0.14.14 is out!

New features:
- Adds a GitLab integration
- Overhauled text editor for commit messages
- Overhauled Pull Request / Review UI
- Adds syntax highlighting for additional languages
- ... and more 👇

Full notes github.com/gitbutlerapp...

07.04.2025 15:09 👍 7 🔁 1 💬 0 📌 0
Post image Post image Post image Post image

I really enjoy working on @gitbutler.com illustrations! Here are some drafts and final versions for the "new branch" empty state. We actually reworked this, and now the whole section looks different 🥸

24.03.2025 09:39 👍 9 🔁 2 💬 0 📌 0

🤌

23.02.2025 11:22 👍 0 🔁 0 💬 0 📌 0
Preview
How Core Git Developers Configure Git What `git config` settings should be defaults by now? Here are some settings that even the core developers change.

PSA: everybody should set the git config `[branch] sort = -committerdate`, it should be the default tbh.

Though I am not sure about setting global git ignore, @scottchacon.com. I was once scratching my head why files were being ignored as I had forgotten about it blog.gitbutler.com/how-git-core...

22.02.2025 09:04 👍 13 🔁 4 💬 2 📌 1

Feel free to hit us up if you have any feature requests or run into a bug :)

08.02.2025 21:50 👍 1 🔁 0 💬 0 📌 0

"Are you a complicated Pull Request? Because you look good to me!"

I hear this is a good pick up line

07.01.2025 13:48 👍 2 🔁 0 💬 0 📌 0

This one is one of my all time favs. Should do a rewatch of it

01.01.2025 18:31 👍 0 🔁 0 💬 0 📌 0

Let's do it, I plan to be there

26.12.2024 20:22 👍 1 🔁 0 💬 0 📌 0