Skip to content

Feature/autcomplete#30

Closed
k29 wants to merge 3 commits intotigy32:mainfrom
k29:feature/autcomplete
Closed

Feature/autcomplete#30
k29 wants to merge 3 commits intotigy32:mainfrom
k29:feature/autcomplete

Conversation

@k29
Copy link
Contributor

@k29 k29 commented Jan 11, 2026

this has both the commits 0.4 (skills) and 0.4.1 (auto-complete).
seperating this out seems like a lot of work and i don't know how to do it in github world.

k29 and others added 3 commits January 9, 2026 15:26
Implement skills framework compatible with Claude Code's agent skills:
- Discover skills from multiple locations (in priority order):
    1. ~/.claude/skills/ (user-level Claude Code compatibility)
    2. ~/.tycode/skills/ (user-level)
    3. .claude/skills/ in workspace (project-level Claude Code compatibility)
    4. .tycode/skills/ in workspace (project-level, highest priority)
- Parse SKILL.md files with YAML frontmatter (name, description)
- Add invoke_skill tool for loading skill instructions on demand
- Add /skills and /skill commands for listing and manual invocation
- Integrate with one_shot, coder, and coordinator agents

Bump version to 0.4.0 for this feature addition.
Implement real-time autocomplete suggestions for slash commands in the
interactive CLI. When users type "/" they see all available commands
with descriptions displayed below the input line in a dimmed style.

Features:
- Suggestions appear immediately when "/" is typed (no Tab required)
- Filter commands by name as user types (e.g., "/sk" shows skill/skills)
- Up/Down arrows navigate suggestions with visual highlighting
- Tab or Enter populates the selected command without executing
- Second Enter executes the populated command
- Escape dismisses suggestions
- Backspace updates filtering or clears suggestions

Implementation uses rustyline's ConditionalEventHandler for keyboard
intercepts combined with crossterm for rendering the suggestion overlay
below the input line.

Bumps tycode-cli version to 0.4.1.
@k29 k29 closed this Jan 12, 2026
@k29 k29 deleted the feature/autcomplete branch January 12, 2026 18:57
@k29
Copy link
Contributor Author

k29 commented Jan 12, 2026

i closed this one and raised a clean one. the git history in this was messed up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants