Tags (38)

v0.18.3-fork.1

v0.18.3-fork.1 Just changes from upstream

Changelog from upstream:

Google Gemini 3: So Hot Right Now
=================================

So…Gemini 3 is out and Crush has full support for it, available right now! This
release adds support and improves reasoning for all Google models hosted at
both Google and OpenRouter. You’ll need to update Crush for this to work.
Speaking of which…

…Crush will now notify you when there is a new version available, so you can
always have the freshest Crush.

See ya in the next update! 💘

Fixed

- 42122dc: fix: add missing openai-compat in schema (#1461) (@BrunoKrugel)
- 8f437ac: fix: don't notify update available when running local build (#1465)
  (@BrunoKrugel)
- c381834: fix: handle google reasoning (#1474) (@kujtimiihoxha)

Other stuff

- afc8fd0: chore: notify about new crush versions (#361) (@raphamorim)
- 12f093d: chore: show a different message if crush is built from source
  (@andreynering)
- e53c733: chore: bump bubbles to v2.0.0-rc.1 and update textarea and help
  width usage (@aymanbagabas)
- fb7d5b6: style: small code style updates (@andreynering)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAmrD87LjkMDBSk/
V7udA6uCegQcBJXzD86aMCy3+RrzcO3X9onU/n9y/gifiEZEbQfEwLto2L36/vscPfcnbc
CgEAAJww
-----END SSH SIGNATURE-----

Amolith created

v0.18.2-fork.1

v0.18.2-fork.1 Upstream incorporations

Copied notes:

Cybermode 2026
==============

This is a small release with a big punch: Crush (and really, Bubble Tea v2) now
supports Mode 2026, which synchronizes the renderer with the rendering cycles
in the terminal, resulting in even smoother rendering overall.

Other small niceties in this release:

- Assisted-by is now the default
- Small rendering edge cases have been fixed
- @novalis78 fixed a bug with tool discovery

Enjoy the release! We have lots more in the pipe. 💘

Fixed

- cd3bd53: fix(mcp): always call ListTools to discover available tools (#1447)
  (@novalis78)

Other stuff

- 9d70d1d: chore(attribution): default to assisted-by + email (#1444)
  (@Amolith)
- a2e2e64: chore(setup): model chooser language copyedit (@meowgorithm)
- ce5ffb0: chore: bump bubbletea and ultraviolet to reduce resize tearing
  (#1460) (@aymanbagabas)
- 3dd157c: chore: bump bubbletea and ultraviolet to support mode 2026
  (@aymanbagabas)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAUYPLE630HDBBSb
Qx5fvCCkgYidvrlSFrOtDRhvdnK+MCmrbC4GtNWyDthAHvBmH39VQbWLIvjKg3YPkRbt1r
AwEAAJrf
-----END SSH SIGNATURE-----

Amolith created

v0.18.1-fork.1

v0.18.1-fork.1 Upstream stuffs

Copied from upstream

v0.18.1
=======

Docs

- 882914d: docs(readme): add initialize_as (#1438) (@Amolith)

Other Stuff

- 7af916b: chore: update fantasy & add support for gpt-5.1 (#1439)
  (@kujtimiihoxha)

v0.18.0
=======

New!

- 4e40b47: feat(config): default to AGENTS.md w/ new setting (#1403)
  (@Amolith)

Fixed

- c094eaf: fix(test): set a fixed attribution to avoid system prompt
  mismatch (@andreynering)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgFhbSln
9jcsTCiLgfQNQnfLwx6HkJonoGDwu1P2eRk9EAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABA3AiePrxsd5+OXT
83xPywBlu3JYsfGDfxM1J6Ep8XozxNt4tiDrtzaV7t5RrDS0/Jt9r7cbbQGM+enz6hS8rT
DwEAADOG
-----END SSH SIGNATURE-----

Amolith created

v0.17.0-fork.1

v0.17.0-fork.1 Incorporate upstream changes

More of my changes have made it into upstream so I can drop them from my
fork \o/

Update with `bin update` or `go install git.secluded.site/crush@latest`.

Notes from upstream
===

New!

- 7b47c6c: feat(config): add trailer_style option (@Amolith)
- 27093ea: feat(config): migrate deprecated co_authored_by (@Amolith)
- fa28347: feat: recent models section in picker (#1374) (@Amolith)

Fixed

- 425d873: fix(bash): use model name instead of ID (@Amolith)
- 5a7c715: fix(mcp): client being killed (#1419) (@caarlos0)
- 665ee06: fix: append ImageURLContent part in unmarshallParts (#1387) (@danielmerja)
- e9b30f7: fix: recent models test (@kujtimiihoxha)

Docs

- 025d604: docs(readme): move "local models" section to be under "custom providers" (#1402) (@andreynering)

Other stuff

- c9ca0b7: chore(task): fetch tags before installing (@meowgorithm)
- 02329dc: chore(taskfile): add task to record all cassettes (@andreynering)
- b095afd: chore: record all cassettes after fantasy update (@andreynering)
- 4e244de: chore: update fantasy to v0.2.1 (@andreynering)
- ef1990a: refactor(bash): make whitespace conform to spec (@Amolith)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAQJifUHBmtrn4c/
XgEEeBKwQKjK5uJVRF8gCP6k8boYHNc8ho+UcQRoEBlmAL05fUuMJoKa3JUHZ8I+v+t+W2
AAEAAJdl
-----END SSH SIGNATURE-----

Amolith created

v0.16.1-fork.1

v0.16.1-fork.1 Another rebase on upstream

------------------------------------------------------------------------

v0.16.0 Jobs!

The big, new feature today is background jobs! Crush can spawn and manage
background jobs. Spin up servers, run parallel builds, and go crazy. The
asynchronous world is now at your (LLM’s) fingertips.

Let us know what you think! 💘

Changelog

New!

- 4401d5b: feat: background jobs & remove persistent shell (#1328)
  (@kujtimiihoxha)

Other stuff

- a8f90ff: chore: remove flaky tests (@kujtimiihoxha)

------------------------------------------------------------------------

v0.16.1 Small Quality of Life™ improvements

Some highlights of this release, mostly focused on QoL:

- When an API call to the provider fails, we're now presenting more useful
  error messages. (We want to improve this even further with time!)
- In the same area, a bug was fixed for some OpenAI compatible providers where
  errors were basically blank. We're now showing a meaningful error message so
  you can better understand what gone wrong.
- Retries were happening more times than we intended. This is now fixes and the
  relevant errors (too many requests, etc) will be retried up to 2 extra times
  only.
- Some rendering fixes were made on the TUI.

Have a great weekend!

Changelog

Fixed

- 07a4738: fix: improve ux for presenting errors from providers (#1388)
  (@andreynering)

Other stuff

- 87df66d: chore: upgrade dependencies and fix related code (#1404)
  (@aymanbagabas)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABA54J9O1XGEyCOCs
LdgaNPLRkNCbHfLdEbdNS2EBEjPu6wxiBEWKPnC1DDVR7kEI0d8mlGuAv2BvwUFNuQuzDN
AwEAAJBj
-----END SSH SIGNATURE-----

Amolith created

v0.15.2-fork.1

v0.15.2-fork.1 Rebase on upstream

Incorporate upstream changes from v0.15.2 and v0.15.1

---

New!
- feat(ui): ctrl+l/ctrl+m to open model switcher (#1274)

Fixed
- chore: upgrade bubbletea to fix rendering issue #1389
- fix(sqlite): remove WAL pragma (#1280)
- Revert "fix(sqlite): remove WAL pragma" (#1393)

---

Perf Hotfix

This release fixes an issue where terminals not capable of rendering truecolor would spend some extra CPU cycles processing things. Let's keep things cool!

Special thanks to @aymanbagabas for going deep.

xoxo, Charm 💘

Changelog

Fixed
- 323c8cd: chore: fix: upgrade dependencies and fix rendering on non-tc terminals (@aymanbagabas)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAzwKsHfQps+oTaQ
J5jy0ZbltP/B3rBG0iE7J/FuPVHPSr3VeWQZIbcNXOO2Cy1BYNAi4xfobrP5l3Gcs08gX3
AgEAAI6y
-----END SSH SIGNATURE-----

Amolith created

v0.15.0-fork.3

v0.15.0-fork.3 Small fixes for user memories
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABACkGKz3dp0Rq4im
T5blzOoRl3dqTLGrudTzr3IkTMvH8KwvyBHdC3UCxdsxNlTIBM+Trkl2kc7OmX8SL0phAt
BgEAAI11
-----END SSH SIGNATURE-----

Amolith created

v0.15.0-fork.1

v0.15.0-fork.1 Wheee

Incorporate small improvements to my pending PRs, add a new pending PR
for replacing co_authored_by with trailer_style to conform with Fedora's
new AI contributions policy and include the `Assisted-by: [Model] via
[Agent]` trailer.

The following is lazily copy/pasted from upstream.

-----------------------------------------------------------------------

v0.15.0

Changelog

New!

- 51a2144: feat: agentic fetch tool (#1315) (@kujtimiihoxha)
- 757d823: feat(tui/chat): use @ for files, / for commands (#1377)
  (@Amolith)

-----------------------------------------------------------------------

v0.14.0

How's it going? This release is a good mix of big and small things.

MCP Prompts

Did you know MCP can support stored prompts—essentially templates for
doing MCP things? Welp, now Crush now supports them. Press ctrl+p to
open the command prompt, press tab to move the second tab marked MCP.

Windows users: pretend you’re on Linux

If you'd like, now you can put your config on
%USERPROFILE%\.config\crush\crush.json just like on Darwin and Linux.
Cool, huh?

Bonus

- crush run has always been a little off for interactive use. We issued
  a handful fixes and improvements to make the user experience better
  when you're in a TTY.
- On Ghostty and the Windows Terminal, Crush will now send loading
  feedback while starting up

Thank you!

Thanks so much for all your feedback! See ya in the next release (i.e.
tomorrow). 💘

Changelog

New!

- 4ca34bb: feat(mcp): refactor, support prompts (@caarlos0)
- 0182d94: feat: show progress bar on boot for feedback (#1371)
  (@andreynering)

Fixed

- fc128be: fix(catwalk): improve fetch logging message (@andreynering)
- e519d6f: fix(mcp): tool/prompt list update (@caarlos0)
- 2fd5ab2: fix(noninteractive): always print newline after output
  (@meowgorithm)
- 3398577: fix(noninteractive): spinner text on light backgrounds
  (@meowgorithm)
- 60ca35f: fix(noninteractive): strip leading newline from assistant
  responses (@meowgorithm)
- 5d01173: fix: handle delayed mcp init (@caarlos0)
- a2f7cbb: fix: improve code (@caarlos0)
- a074fa9: fix: missing handle call (@caarlos0)
- 9272218: fix: rethink global config path on windows: use $HOME/.config
  (#1352) (@andreynering)

Docs

- 29a73e1: docs(readme): improve mcp example to have the real github url
  (#1378) (@andreynering)

Other stuff

- 389a6ab: chore(noninteractive): accept a writer for output
  (@meowgorithm)
- ac80175: chore: switch from bar cursor to blocky cursor (@meowgorithm)
- 88c88c6: refactor(agent): clarify user-initiated cancellations and
  denials (#1368) (@Amolith)
- 449de92: refactor(catwalk): remove stale helper to avoid confusion
  (@andreynering)
- 54076c0: refactor(mcp): some more decoupling (@caarlos0)
- c658994: refactor: simplify home.Dir() (#1353) (@andreynering)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAlHxp2EQSNT6hHY
TDbl5wiYerMHqGOwp2lvtSsAQRyeFhpLaknEeA5rAOWGiDOvOHITHBRJSPxXlQ5DgaP7gt
DwEAAIxI
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.8

v0.13.7-fork.8 Small fixes

In destop notifications and the recently-used sections
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgFhbSln
9jcsTCiLgfQNQnfLwx6HkJonoGDwu1P2eRk9EAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABA2T+JXzE2dRqrgo
X9T4epaAhDVg1CWbgE3CZHPPpqjVbYl9BLE9+RYsXeAFNzwhvrHw9s59mItF7SNrlogSJM
CQEAADGL
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.7

v0.13.7-fork.7 Small refactors from upstream
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAileclw35hkHbVD
FtcqnpO4ryAdRkyMunale5ZhQCXmMjzdE2+5pneEzTx52Wa7w9R4tnumPnmeWsiebYEC7r
BgEAAIpN
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.6

v0.13.7-fork.6 Prevent notifs in sub-sessions
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAn4/AsqA3xfZP0E
XORSNQ30npBGdoAKammDb55CMSK+FDXiXzQJ0qqLnlrf3Fz2XdI+P68KlZyr95w85ucgUW
DgEAAImP
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.5

v0.13.7-fork.5 Add recently used to switcher
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgFhbSln
9jcsTCiLgfQNQnfLwx6HkJonoGDwu1P2eRk9EAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABA9TqehzPFFUwY/I
n8QeKBGfcZZqCiuqwp2Fgkfl+EXGl1PIwGe9gfj7SCqYmRaiV7IZMDM+MHlvIpkxUfoJSU
DAEAADBb
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.4

v0.13.7-fork.4 Cancel on more interactions
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAcqF+IevUfbo13z
EfMYWhhJ/FvyIkihEEOmchy2MtZzj5oQ7Du1/7KMFyLoR8v+tusUpNqt4oaxhFaktALWIg
CgEAAIhj
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.3

v0.13.7-fork.2 Notify on completion/permission req

Add desktop notification system with delayed reminders:
- Agent completion notifications (cancelled on new user message)
- Permission request notifications (cancelled on
  scroll/navigation/grant/deny)
- Configurable via DisableNotifications option

Disable by setting 'options.disable_notifications' to 'true'
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABARK5GXiaXBsIqP/
Lr7a2NUsHHJSNoPjwuH+a+VhoueN/Kw5eNXpu4HhucLT2sFi6WjBdU92+JyymV2TbeQhvO
AAEAAIdh
-----END SSH SIGNATURE-----

Amolith created

v0.13.7-fork.1

Rebased on upstream v0.13.7

Copy/pastaed from their release notes:

New!
- df4d66b: feat: keep successful edits even if some fail (#1327)
  (@kujtimiihoxha)

Fixed
- f6e82a4: fix: address panic due to possible nil map (#1348)
  (@andreynering)

Other stuff
- be68f48: List performance improvements (#1325) (@kujtimiihoxha)
- 83acb62: chore(.gitignore): ignore /tmp dir (@andreynering)
- 07eb36c: chore: gramatical edit (#1350) (@meowgorithm)
- c467d13: chore: improve azure support (#1351) (@kujtimiihoxha)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAJ7Co/akjdH1KyO
nVGTdLaUNrtoTEbtWRb0Qvjx50HKvNrbjxPNvl0A4njCmBi807ZJ8fCwVS5yZXIx42eU7g
AAEAAIVv
-----END SSH SIGNATURE-----

Amolith created

v0.13.6-fork.1

v0.13.6-fork.1 Rebase on upstream v0.13.6

No new changes in my fork.

**Copy/pasted upstream release notes**

Bugs happen, and on there release we addressed a few of them. 🐞 💥 🔨

- Fixed tools not working properly with crush run (non-interactive
  mode). By the way, have you tried this mode?
- We'll only use built-in version (Go implementation) of the core utils
  on Windows from now on. They exist so Windows gets support for
  commands like cp, rm, mv, mkdir and many others. On other platforms,
  we'll actually use the system version to guarantee 100% compatibility.
- A couple of rendering and UX fixes.

Stay tuned! We have more prepared for the near future. 🚀
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAyKCytkSMrK6pHR
vR+Nssi0sKGQRxdyr8Np9xcaa293BxGSJl2WVyC5wYtTKx/nlauFpUnP+fxATpFYVMkPOs
BwEAAIRz
-----END SSH SIGNATURE-----

Amolith created

v0.13.5-fork.1

v0.13.5-fork.1 and all's well!

Nothing new in muh fork

**Bug Fixes:**
- Permissions dialog now properly resizes with terminal height changes (#877)
- Progress bar disabled for iTerm2 and SSH connections to prevent UI breakage (#1329)

**Chores:**
- Added VCR cassette test files to `.gitignore` to reduce diff noise (#1332)
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgzEkAhr
f0dc6ZiSJXHc/mDhl7rRRGcNCSuENi7R/pfKkAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABA2MKrGUvT153r1+
HrvcG2GzrxoIsNPwDzs7M8EWJSaLf/oTS22lgAPAenCYefr6Ib9Y4oYCXigX+RHzbBtqyi
CgEAAIER
-----END SSH SIGNATURE-----

Amolith created

v0.13.4-fork.1

Initial tag from the fork 👀

- Models are now told the following files, user context as opposed to
  project context, contain instructions the user wants followed across
  _all_ projects, but that might need to be overriden by those from the
  project context.
  - ~/.config/AGENTS.md
  - ~/.config/crush/CRUSH.md
- Models are told to initialise as AGENTS.md instead of CRUSH.md
- Yeet the CLA
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAAEoAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgFhbSln
9jcsTCiLgfQNQnfLwx6HkJonoGDwu1P2eRk9EAAAAEc3NoOgAAAANnaXQAAAAAAAAABnNo
YTUxMgAAAGcAAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAABAgmx5O/Tf5Rj/tg
IUd3/bFeZG+/Ug9I5IUnKmgkdcc+UUey9QcBO47LA5/9O+tPaarLtb9kGaukXSKBHdZBBv
AQEAAC5c
-----END SSH SIGNATURE-----

Amolith created