4355068
build(release): improve version scheme
Amolith created
4355068
build(release): improve version scheme
Amolith created
b6f36e2
build(release): add fork command
Amolith created
dc89c4c
docs(readme): add collab ยง, improve fork words
Amolith created
988b97e
feat: yeet the rug-pull-facilitator (CLA)
Amolith created
18cd4ba
docs: mention installation from this fork
Amolith created
ac58737
docs: add pre-commit flow instruction to CRUSH.md
Co-Authored-By: Crush <crush@charm.land>
Amolith and Crush created
b25a5b4
feat: replace CRUSH with AGENTS, improve init cmd
- Refer to `AGENTS.md` instead of `CRUSH.md` - Include more detailed instructions, covering architecture, control/data flow
Amolith created
0c39bac
chore: redo imports everywhere, fmt
Amolith created
b02efbc
feat(prompt): distinguish user/project context
Separate user-defined memory paths from project-specific context paths. Previously, memory paths were appended to context paths. Now, they are passed distinctly to the prompt generator. The CoderPrompt now formats project context within <project_context> tags and user memory within <user_context> tags, each with a specific explanatory header for the LLM. This allows for clearer separation and potential prioritization by the model. Issue: charmbracelet/crush#1050
Amolith created
c95fe9c
feat: load user CRUSH.md and AGENTS.md from config
Issue: charmbracelet/crush#1050
Amolith created
e07731b
v0.13.5
Christian Rocha created
05577de
fix(tui): disable progress bar for unsupported terminals (#1329)
Ayman Bagabas created
7b4cb40
fix(tui): make permissions dialog height responsive to resize (#877)
James Trew created
cf6beff
chore: add vcr cassette files to `.gitignore` (#1332)
Andrey Nering created
748be99
v0.13.4
kujtimiihoxha created
2834bf7
fix: openrouter key validation
kujtimiihoxha created
b8edb71
chore(legal): @bradflaugher has signed the CLA
Charm created
b861edc
v0.13.3
Andrey Nering created
ea6ec87
chore: skipping agent tests on windows temporarily
Andrey Nering created
d32831e
fix(test): normalize output of download tool to make tests pass on windows
Andrey Nering created
6b206a8
test: re-record vcr cassettes
Andrey Nering created
092ff22
fix(agent-test): instruct the model to not output the file timestamp
Or the cassettes won't because because they are not deterministic.
Andrey Nering created
68fcf9f
fix: update fantasy and catwalk with fixes
* https://github.com/charmbracelet/crush/issues/1314 * https://github.com/charmbracelet/fantasy/pull/50 * https://github.com/charmbracelet/catwalk/pull/92
Andrey Nering created
e159237
fix: add prefix if exists in all calls (#1311)
Kujtim Hoxha created
311605d
chore: update fantasy (#1316)
Kujtim Hoxha created
019b7a2
fix(tools): fix handling of abs paths on windows
Andrey Nering created
fd5f830
fix(test): normalize file separator to make vcr cassette match
Andrey Nering created
133f698
refactor: make test code a little bit cleaner
Andrey Nering created
b0b5331
ci: remove skip for `TestCoderAgent` on windows
Andrey Nering created
63bec61
chore(legal): @dawndiy has signed the CLA
Charm created
f539c34
v0.13.2
kujtimiihoxha created
563f11b
chore: go mod tidy
kujtimiihoxha created
d3a4b7a
v0.13.1
kujtimiihoxha created
0374b7c
fix: fantasy nil panic
kujtimiihoxha created
82cef18
v0.13.0
Andrey Nering created
885d224
chore: auto-update generated files
actions-user created
bc3858f
Merge pull request #1171 from charmbracelet/crush-fantasy
feat: refactor providers and improve system prompt
Andrey Nering created
85c57a4
docs(readme): add note section about `openai` vs. `openai-compat`
Andrey Nering created
042725f
chore: small fix
Kujtim Hoxha created
780459f
chore: make thinking mode persistent
Kujtim Hoxha created
f172aaa
perf: init coder agent in a goroutine (#1289)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
342bc9e
chore: update docs
Kujtim Hoxha created
14ca920
chore: change providers url in the log
Kujtim Hoxha created
139749a
fix(tests): remove embedded providers, regenerate fixtures
Kujtim Hoxha created
956c117
Merge remote-tracking branch 'origin/main' into crush-fantasy
Kujtim Hoxha created
c555e52
chore: go mod tidy
Kujtim Hoxha created
85734e9
chore(deps): bump the all group with 2 updates (#1303)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] and dependabot[bot] created
847cbbe
chore: do not prompt for init when empty
Kujtim Hoxha created
13d75fe
chore: improve edit instructions
Kujtim Hoxha created
2aedcb7
chore: improve summarize logic
Kujtim Hoxha created