dev (default)
25342c3
docs: add fork section
Amolith created
25342c3
docs: add fork section
Amolith created
ae720e3
chore(deps): pin fantasy v0.12.0
Andrey Nering created
c40720e
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
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