Commit log
ee39cc2
feat(prompt): distinguish user/project context
Click to expand commit body
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_preferences> 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
4 months ago
51e841a
feat: load user CRUSH.md and AGENTS.md from config
Click to expand commit body
Issue: charmbracelet/crush#1050
Amolith
created
4 months ago
a4f5d72
docs(README): add FreeBSD installation instructions
Christian Rocha
created
2 weeks ago
Andrey Nering
created
2 weeks ago
5590161
feat: remove claude code support (#1783)
Andrey Nering
created
2 weeks ago
43b0e0b
fix(mcp): centrally filter disabled tools (#1622)
Amolith
created
2 weeks ago
6b3cd26
feat(skills): also load from .config/agents (#1755)
Amolith
created
2 weeks ago
7766ea6
chore(deps): update catwalk
Andrey Nering
created
2 weeks ago
2bdac87
fix: mark files that are attched as read (#1777)
Kujtim Hoxha
created
2 weeks ago
4cc3aeb
chore: fix typo in const name
Andrey Nering
created
2 weeks ago
ca21111
fix(posthog): correct bool prop name for non-interactive mode (#1771)
Click to expand commit body
Co-authored-by: Christian Rocha <christian@rocha.is>
Andrey Nering
and
Christian Rocha
created
2 weeks ago
bf39639
Revert "fix: prevent filename insertion when dragging attachments" (#1773)
Christian Rocha
created
2 weeks ago
56f1b37
fix(posthog): normalize `interactive` prop case
Andrey Nering
created
2 weeks ago
Andrey Nering
created
2 weeks ago
2712499
chore(deps): update catwalk to v0.12.0
Andrey Nering
created
2 weeks ago
5f7beb0
fix: enable responses api for github copilot
Andrey Nering
created
2 weeks ago
65e20ea
chore: update fantasy to v0.6.0
Andrey Nering
created
2 weeks ago
58b2c5b
chore(copilot): update message: "wait a minute" -> "wait 5 minutes"
Andrey Nering
created
2 weeks ago
c70d34d
chore: make it so the small model also is always considered a subagent
Click to expand commit body
This will make it so the quota is not used when generating the title.
Kujtim Hoxha
created
2 weeks ago
a94866c
fix: quota for subagents in copilot
Kujtim Hoxha
created
2 weeks ago
Christian Rocha
created
2 weeks ago
b618a5b
fix(sessions): nil pointer dereference (#1759)
Christian Rocha
created
2 weeks ago
Christian Rocha
created
2 weeks ago
aeadffd
fix: copilot quota handling (#1738)
Click to expand commit body
Co-authored-by: Gustave-241021 <2909789120@qq.com>
Co-authored-by: Christian Rocha <christian@rocha.is>
Kujtim Hoxha
,
Gustave-241021
, and
Christian Rocha
created
2 weeks ago
a8f5b39
Merge pull request #1743 from charmbracelet/new-session
Click to expand commit body
chore(sessions): use large model for session title if small model is unavailable
Christian Rocha
created
2 weeks ago
7315fce
fix(sessions): generate title with large model if small model fails
Christian Rocha
created
3 weeks ago
c49b4fe
fix(sessions): tag removal, handle multibyte
Christian Rocha
created
3 weeks ago
d2735fd
ci: fix aur on arm64 (#1739)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 weeks ago
7091b4f
chore(cli): simplify help text (#1752)
Christian Rocha
created
2 weeks ago
715b48a
chore(legal): @nikolayk812 has signed the CLA
Charm
created
2 weeks ago
830d9ef
chore(deps): bump the all group with 3 updates (#1735)
Click to expand commit body
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
3 weeks ago
d361a33
refactor(skills): use fastwalk to resolve symlinks (#1732)
Amolith
created
3 weeks ago
59e4adc
chore: minor internal/app improvements (#1696)
Christian Rocha
created
3 weeks ago
67e8f14
chore: auto-update files
Charm
created
3 weeks ago
1fbe7d4
feat: agent skills (#1690)
Click to expand commit body
Co-authored-by: Christian Rocha <christian@rocha.is>
Kujtim Hoxha
and
Christian Rocha
created
3 weeks ago
63a3d83
fix(tui): guard model selection when list is empty (#1715)
James Trew
created
3 weeks ago
993aa22
chore(legal): @aeroxy has signed the CLA
Charm
created
3 weeks ago
9c34f3b
chore(legal): @yuguorui has signed the CLA
Charm
created
4 weeks ago
Christian Rocha
created
1 month ago
b19db1d
chore(legal): @Mr777x-enf has signed the CLA
Charm
created
1 month ago
d2ef109
chore(deps): bump the all group with 2 updates (#1693)
Click to expand commit body
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
1 month ago
f86f2f8
chore(deps): bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 in the all group (#1692)
Click to expand commit body
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
1 month ago
4133554
fix: prevent filename insertion when dragging attachments (#1683)
Christian Rocha
created
1 month ago
Andrey Nering
created
1 month ago
b3f7321
feat: paste long content as an attachment (#1634)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>
Carlos Alexandro Becker
and
Kujtim Hoxha
created
1 month ago
5d419e8
fix(aws-bedrock): update fantasy with `panic` fix (#1681)
Andrey Nering
created
1 month ago
ec22609
fix: splash padding y (#1680)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
1 month ago
2e177fa
chore: auto-update files
Charm
created
1 month ago
519eedc
chore: auto-update files
Charm
created
1 month ago
1c54433
fix: initial api key load (#1672)
Kujtim Hoxha
created
1 month ago
Page 1 of 44