Branches (9)

dev (default)

4c0f007 docs: remove tool example from bin recommendation

Click to expand commit body
Assisted-by: Claude Opus 4.5 via Amp

Amolith created

1224-interaction-notifications

9509cdb docs(notification): correct example, fix rendering

Amolith created

load-user-context-files

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

mention-progressive-disclosure-in-init

c608369 feat(init-cmd): mention progressive disclosure

Amolith created

upstream

a4f5d72 docs(README): add FreeBSD installation instructions

Christian Rocha created

acp

ac8aee7 feat(acp): implement slash command interception

Click to expand commit body
Intercept slash commands in Prompt handler before reaching LLM:

- /toggle_yolo: toggle auto-approve mode
- /toggle_thinking: toggle Think for Anthropic/Hyper models
- /set_reasoning_effort: set effort level for OpenAI-style models
- /summarize: trigger session summarization

Assisted-by: Claude Sonnet 4 via Crush

Amolith created

add-update-command

27d6453 refactor(update): use pink highlight for spinner

Click to expand commit body
Assisted-by: Kimi K2 Thinking via Crush

Amolith created

exp

7556f44 Merge remote-tracking branch 'upstream/integrate-editor' into exp

Click to expand commit body
# Conflicts:
#	internal/tui/components/chat/editor/editor.go
#	internal/tui/components/dialogs/lazygit/lazygit.go
#	internal/tui/page/chat/chat.go
#	internal/tui/tui.go

Amolith created

add-slash-hint

2689348 feat(tui): show / hint when editor is empty

Click to expand commit body
Assisted-by: Claude Opus 4.5 via Crush

Amolith created