Branches (101)

feat/configure-banned-commands

a3ddd48 chore: rename unit test titles to better reflect reality

tauraamui created

auto-docker-mcp

75d3a6b chore: update fantasy

Kujtim Hoxha created

ui-list

baf91bb refactor(ui): simplify list component and add markdown rendering

Ayman Bagabas created

vcr-workflow

0b54374 ci: add manually triggered workflow to record vcr cassettes

Andrey Nering created

recently-used

403f562 fix: use title case for Recently Used

Christian Rocha created

transparent

b3fe3a0 Merge remote-tracking branch 'origin/main' into transparent

Carlos Alexandro Becker created

static

53941c9 fix: import

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

command-docs

99edcbf docs: add info on custom commands (aka saved prompts)

Christian Rocha created

no-confirm

0dc0a81 feat(tui): exit without confirmation

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

initial-prompt

74a1e85 fix(prompt): reduce initial token usage by not sending file tree

Click to expand commit body
It can get quite big - the LLM can use the `ls` tool at any time to
build the tree, so I think this is probably a good tradeof, as it would
save a lot of prompt usage, especially on big projects.

Sending a prompt (`hi`) in Crush's root dir, no MCPs/LSPs, qwen coder 3:

17.9k tokens

11.7k tokens

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

architecture-changes

1e0dbe7 fix: infinite loop

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

prompts

34fd531 Merge remote-tracking branch 'origin/main' into prompts

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

CHR-759/post-load-provider-cache-refresh

a10b582 fix(test): reset global stored provider list state post run too

tauraamui created

limit-grep-response

711a72f test(fix): address lint issue re: calling command within test

tauraamui created