pending.nvim/lua/pending
Barrett Ruth ecacb62674 refactor(forge): replace curl/token auth with CLI-native API calls
Problem: Forge metadata fetching required manual token management —
config fields, CLI token extraction, and curl with auth headers. Each
forge had a different auth path, and Codeberg had no CLI support at all.

Solution: Delete `get_token()` and `_api_url()`, replace with
`_api_args()` that builds `gh api`, `glab api`, or `tea api` arg
arrays. The CLIs handle auth internally. Add `warn_missing_cli` config
(default true) that warns once per forge per session on failure. Add
forge CLI checks to `:checkhealth`. Remove `token` from config/docs.
2026-03-10 21:42:55 -04:00
..
sync fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
buffer.lua refactor(forge): remove %l eol specifier, add auto_close config, fix icons 2026-03-10 19:54:42 -04:00
complete.lua feat(complete): add forge shorthand omnifunc completions 2026-03-10 17:44:36 -04:00
config.lua refactor(forge): replace curl/token auth with CLI-native API calls 2026-03-10 21:42:55 -04:00
diff.lua refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00
forge.lua refactor(forge): replace curl/token auth with CLI-native API calls 2026-03-10 21:42:55 -04:00
health.lua refactor(forge): replace curl/token auth with CLI-native API calls 2026-03-10 21:42:55 -04:00
init.lua ci: format 2026-03-10 19:28:36 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua refactor(forge): remove %l eol specifier, add auto_close config, fix icons 2026-03-10 19:54:42 -04:00