Skip to content

feat: add chain command and intent-based navigation hints#123

Merged
zTgx merged 1 commit intomainfrom
dev
Apr 26, 2026
Merged

feat: add chain command and intent-based navigation hints#123
zTgx merged 1 commit intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 26, 2026

  • Add new 'chain' command to follow pre-computed reasoning chains from nodes
  • Implement intent-based routing hints that suggest direct jumps based on pre-computed document structure routes
  • Combine intent and keyword hints into unified hint system for better navigation guidance
  • Update available commands list to include the new 'chain' functionality
  • Add overlap detection in cat command to mark related nodes as visited
  • Filter evidence scores by query keyword relevance for more targeted results

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

- Add new 'chain' command to follow pre-computed reasoning chains from nodes
- Implement intent-based routing hints that suggest direct jumps based on
  pre-computed document structure routes
- Combine intent and keyword hints into unified hint system for better
  navigation guidance
- Update available commands list to include the new 'chain' functionality
- Add overlap detection in cat command to mark related nodes as visited
- Filter evidence scores by query keyword relevance for more targeted results
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 26, 2026 1:20am

@zTgx zTgx merged commit 45f1a30 into main Apr 26, 2026
7 checks passed
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.

1 participant