fj workflow init: cache completion result #18
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
nagonag
nagonag/ignore
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
heiko/fj#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to the
fj workflow initfeature.Tab completion for
<name>currently hits the Forgejo contents API on every press. That is one HTTP call per tab and noticeable when typing quickly or when offline.Cache the listing locally (e.g.
~/.cache/fj/workflows-<host>-<owner>-<repo>.json) with a short TTL (a few minutes). Refresh on miss / expiry, fall back to the cache on network error.AI attribution comment added per repository instruction for this open issue.\n\n(co)authored by ai:gpt-5-codex