• Joined on 2026-02-16
hugo pushed to main at hugo/Gotcha 2026-07-31 19:30:44 +00:00
16ecf68bf8 Show branch starts in commit history
hugo closed issue hugo/Gotcha#45 2026-07-31 19:15:43 +00:00
provide a skill for agents to use gotcha from the command line
hugo commented on issue hugo/Gotcha#45 2026-07-31 19:15:42 +00:00
provide a skill for agents to use gotcha from the command line

actually too much work and too fragile - it is hard to recognize self-hosted gitea sites, it is much easier to just tell the LLM to use gotcha in the AGENTS.md and be done with it. the gotcha help…

hugo pushed to main at hugo/Gotcha 2026-07-31 19:03:15 +00:00
a3962449a2 Add server-side work item search
hugo opened issue hugo/Gotcha#45 2026-07-31 18:51:43 +00:00
provide a skill for agents to use gotcha from the command line
hugo opened issue hugo/Gotcha#44 2026-07-31 18:38:08 +00:00
when a branch is shown in the "all" history for the first time, show its name
hugo pushed to main at hugo/Gotcha 2026-07-31 18:31:15 +00:00
af392209e8 chore: more on the main usecase for this app
hugo opened issue hugo/Gotcha#43 2026-07-31 18:28:07 +00:00
implement Forgejo as another server variant
hugo pushed to main at hugo/Gotcha 2026-07-31 18:18:47 +00:00
2c77f4eef2 chore: quick note on the name
hugo opened issue hugo/Gotcha#42 2026-07-31 17:33:06 +00:00
Provide activity like homestretch as a widget for the iPhone
hugo opened issue hugo/Gotcha#41 2026-07-31 17:25:48 +00:00
Selectable theme for the UI
hugo closed issue hugo/Gotcha#38 2026-07-31 16:39:54 +00:00
Open/closed status also for milestones and pull requests
hugo commented on issue hugo/Gotcha#38 2026-07-31 16:39:47 +00:00
Open/closed status also for milestones and pull requests

Implemented in commit 128be97.

  • Added view-ready open/closed state to milestone rows, pull-request rows, and pull-request details in Rust, with generated UniFFI bindings updated.
  • Added…
hugo pushed to main at hugo/Gotcha 2026-07-31 16:39:22 +00:00
128be97e20 Show milestone and pull request states
hugo closed issue hugo/Gotcha#40 2026-07-31 16:28:44 +00:00
Issue details must show labels
hugo commented on issue hugo/Gotcha#40 2026-07-31 16:28:36 +00:00
Issue details must show labels

Implemented in acf2c83.

  • Added issue labels to the Rust-owned IssuePage view model and regenerated the UniFFI Swift binding.
  • Reused the existing validated color/contrast mapping and…
hugo pushed to main at hugo/Gotcha 2026-07-31 16:28:11 +00:00
acf2c839ad Show labels on issue details
hugo closed issue hugo/Gotcha#39 2026-07-31 16:19:58 +00:00
Favoriting a repo must be local to the pane I am in
hugo commented on issue hugo/Gotcha#39 2026-07-31 16:19:54 +00:00
Favoriting a repo must be local to the pane I am in

Implemented in 0a38dbe.

  • Scoped repository favorites by Issues, Repos, and Milestones pane in Rust-owned preferences.
  • Migrated existing global favorites into each pane so upgrades preserve…
hugo pushed to main at hugo/Gotcha 2026-07-31 16:19:15 +00:00
0a38dbe9f2 Scope repository favorites by pane