CasualDeveloper
CasualDeveloper
Will continue rebasing on top of release tags as they're set.
@rekram1-node I’m mostly Java/backend and not TypeScript/UI, so I needed to look up what you meant lol. but yeah makes sense to me now that pagination + virtualized scrolling is...
@ozataman There's another issue opened at #6548 to implement the pagination feature that Aiden recommended that would also remove the limit while having better performance than this feature because it...
Thanks for the quick merge!
Thanks @rekram1-node! I've updated this PR to include both TUI and desktop support: **TUI:** `local.tsx`, `prompt/index.tsx`, `dialog-agent.tsx` **Desktop:** `local.tsx`, `prompt-input.tsx` Both now have: - `effective()` method that returns `current() ??...
cc @rekram1-node - you wrote this workflow, was the change to `issuesReferences` intentional? The field doesn't seem to exist in GitHub's GraphQL schema. Happy to update the PR if there's...
Already fixed by Aiden in 7c2907cbb ("ci: fix failing pipeline").
Closing - Aiden already fixed this in 7c2907cbb ("ci: fix failing pipeline"). The fix is already in dev.
Good implementation! I noticed one potential gap: ## Missing `prompt.ts` Change The PR modifies `llm.ts` to use `input.agent.variant` as fallback, but `prompt.ts` also needs to be updated to store the...
I've also opened PR #7156 with an alternative implementation that includes: - The `prompt.ts` change (stores resolved variant in message metadata) - TUI support (same as this PR) - **Desktop/web...