Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gustavotr
/
VectorCode
Public
forked from
Davidyz/VectorCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
VectorCode
src
vectorcode
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 25, 2025
fix(cli): fix `chunks` command
Davidyz
committed
cd5dfca
View commit details
Copy full SHA for cd5dfca
View code at this point
Browse repository at this point
feat(cli): implement chunk filtering for treesitter chunker (#41)
Show description for 2f7b128
Davidyz
authored
2f7b128
View commit details
Copy full SHA for 2f7b128
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
feat(cli): add `chunks` subcommand for previewing chunks
Davidyz
committed
4433fa1
View commit details
Copy full SHA for 4433fa1
View code at this point
Browse repository at this point
feat(cli)!: Change some defaults (#28)
Show description for 574d553
Davidyz
authored
574d553
View commit details
Copy full SHA for 574d553
View code at this point
Browse repository at this point
refactor(cli): Refactor LSP and MCP servers and add tests for them (#33)
Show description for ca4c3e4
Davidyz
authored
ca4c3e4
View commit details
Copy full SHA for ca4c3e4
View code at this point
Browse repository at this point
chore(cli): exclude ABC from coverage
Davidyz
committed
cbd5f3a
View commit details
Copy full SHA for cbd5f3a
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
refactor(cli): refactor to make testing easier
Davidyz
committed
a76fd9a
View commit details
Copy full SHA for a76fd9a
View code at this point
Browse repository at this point
fix(cli): fix config resolution.
Davidyz
committed
3ee2552
View commit details
Copy full SHA for 3ee2552
View code at this point
Browse repository at this point
Commits on Mar 22, 2025
feat(cli): clean removed dirs
Davidyz
committed
e4c3716
View commit details
Copy full SHA for e4c3716
View code at this point
Browse repository at this point
feat(cli): `vectorcode.exclude` as a compliment to `.gitignore`
Davidyz
committed
a4c284c
View commit details
Copy full SHA for a4c284c
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
chore(cli): fix typo.
Davidyz
committed
70c6641
View commit details
Copy full SHA for 70c6641
View code at this point
Browse repository at this point
fix(cli): make sure `TreeSitterChunker` properly handles `chunk_size=-1`. Fix #25
Davidyz
committed
096e467
View commit details
Copy full SHA for 096e467
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
fix(cli): remove app-specific system prompts.
Davidyz
committed
52f7b02
View commit details
Copy full SHA for 52f7b02
View code at this point
Browse repository at this point
feat(cli): add `vectorcode prompts` command.
Davidyz
committed
cb05e85
View commit details
Copy full SHA for cb05e85
View code at this point
Browse repository at this point
ci(cli): configure include and omit for coverage.
Davidyz
committed
38570ca
View commit details
Copy full SHA for 38570ca
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
refactor(cli): set `project_root` when calling `get_project_config`
Davidyz
committed
894bb03
View commit details
Copy full SHA for 894bb03
View code at this point
Browse repository at this point
feat(cli): allow customising hnsw settings. Fix #24.
Davidyz
committed
f3d6e99
View commit details
Copy full SHA for f3d6e99
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
feat(cli)!: implement treesitter-based chunking.
Davidyz
committed
ca4f347
View commit details
Copy full SHA for ca4f347
View code at this point
Browse repository at this point
feat(cli): implement top-k filtering for reranked chunks.
Davidyz
committed
3b69e92
View commit details
Copy full SHA for 3b69e92
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
fix(cli): add relative path support.
Davidyz
committed
01deb04
View commit details
Copy full SHA for 01deb04
View code at this point
Browse repository at this point
refactor(cli): make the LSP output align with the CLI pipe mode
Davidyz
committed
4e9cfca
View commit details
Copy full SHA for 4e9cfca
View code at this point
Browse repository at this point
feat(cli,nvim): add `ls` command to LSP
Davidyz
committed
5759dde
View commit details
Copy full SHA for 5759dde
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
fix(cli)!: make `project_root` a compulsory parameter for query tool
Davidyz
committed
6f0fdca
View commit details
Copy full SHA for 6f0fdca
View code at this point
Browse repository at this point
fix(cli): make sure collection is not None.
Davidyz
committed
4aac4b9
View commit details
Copy full SHA for 4aac4b9
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
fix(cli): make mcp server work when started from `$HOME`.
Davidyz
committed
0ae3c4d
View commit details
Copy full SHA for 0ae3c4d
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
refactor(cli): use MCP types for function return types and errors.
Davidyz
committed
04a455b
View commit details
Copy full SHA for 04a455b
View code at this point
Browse repository at this point
refactor(cli): move the collection and client caching to `common`
Davidyz
committed
d191038
View commit details
Copy full SHA for d191038
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
fix(cli): ruff linting.
Davidyz
committed
e6b536b
View commit details
Copy full SHA for e6b536b
View code at this point
Browse repository at this point
refactor(cli): simplify project config loading.
Davidyz
committed
b5f486a
View commit details
Copy full SHA for b5f486a
View code at this point
Browse repository at this point
fix(cli): fix infinite loop when outside of a project root.
Davidyz
committed
2f0e236
View commit details
Copy full SHA for 2f0e236
View code at this point
Browse repository at this point
feat(cli): implement `vectorcode.include` specs.
Davidyz
committed
8557c2e
View commit details
Copy full SHA for 8557c2e
View code at this point
Browse repository at this point
Commits on Mar 8, 2025
fix(cli): limit the number of opened files when vectorising. Fix #17.
Davidyz
committed
05a6d7e
View commit details
Copy full SHA for 05a6d7e
View code at this point
Browse repository at this point
refactor(cli): move filespec matching to separate functions.
Davidyz
committed
6b25608
View commit details
Copy full SHA for 6b25608
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
feat(cli): experimental MCP server.
Davidyz
committed
dd66e06
View commit details
Copy full SHA for dd66e06
View code at this point
Browse repository at this point
fix(cli): properly show error message for missing dependencies.
Davidyz
committed
086f15b
View commit details
Copy full SHA for 086f15b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.