-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi!
I previously built deecli, a Go-based CLI for DeepSeek. It grew too complex (TUI with Bubbletea, sessions, AST plans) and became hard to maintain. I've since abandoned it.
deepseek-code is exactly what I was trying to build - simple, focused, and maintainable (~2100 lines vs my 5000+). I'd rather contribute here than maintain a competing project.
With my deecli experience, I can bring:
- CLI input handling (multiline, key detection, history)
- Knowledge of what NOT to do (scope creep, over-engineering)
- Testing across terminals and SSH environments
I've submitted #1 adding multiline input support (Ctrl+J for newlines).
Some ideas I can investigate, if you like:
- Tab completion for file paths
/loadcommand for adding file context- Configurable keybindings
Happy to discuss priorities and keep PRs small and focused.
Cheers,
Antenore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels