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
4c0f007
docs: remove tool example from bin recommendation
Assisted-by: Claude Opus 4.5 via Amp
Amolith created
9509cdb
docs(notification): correct example, fix rendering
Amolith created
ee39cc2
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_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
c608369
feat(init-cmd): mention progressive disclosure
Amolith created
a4f5d72
docs(README): add FreeBSD installation instructions
Christian Rocha created
ac8aee7
feat(acp): implement slash command interception
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
27d6453
refactor(update): use pink highlight for spinner
Assisted-by: Kimi K2 Thinking via Crush
Amolith created
7556f44
Merge remote-tracking branch 'upstream/integrate-editor' into exp
# 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
2689348
feat(tui): show / hint when editor is empty
Assisted-by: Claude Opus 4.5 via Crush
Amolith created