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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
vectorlessflow
/
vectorless
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
38
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dev
- #116
#116
Merged
zTgx
merged 30 commits into
main
vectorlessflow/vectorless:main
from
dev
vectorlessflow/vectorless:dev
Copy head branch name to clipboard
Apr 24, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Dev
#116
zTgx
merged 30 commits into
main
vectorlessflow/vectorless:main
from
dev
vectorlessflow/vectorless:dev
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2026
refactor(engine): remove ask functionality and query context in favor of Python strategy layer
Show description for 716dbb7
zTgx
committed
716dbb7
View commit details
Copy full SHA for 716dbb7
Browse repository at this point
refactor(agent): remove unused agent module and update workspace configuration
Show description for 80a3e38
zTgx
committed
80a3e38
View commit details
Copy full SHA for 80a3e38
Browse repository at this point
refactor: remove unused validation module and simplify codebase
Show description for 5997d05
zTgx
committed
5997d05
View commit details
Copy full SHA for 5997d05
Browse repository at this point
refactor(config): restructure configuration modules and remove retrieval config
Show description for ad42c1a
zTgx
committed
ad42c1a
View commit details
Copy full SHA for ad42c1a
Browse repository at this point
refactor(config): remove sufficiency and strategy configs from storage module
Show description for 0ee2f3a
zTgx
committed
0ee2f3a
View commit details
Copy full SHA for 0ee2f3a
Browse repository at this point
feat(ask): enhance JSON parsing with proper error handling
Show description for 6675b92
zTgx
committed
6675b92
View commit details
Copy full SHA for 6675b92
Browse repository at this point
refactor(vectorless-document): remove unused ReferenceResolver struct
Show description for 2a583c2
zTgx
committed
2a583c2
View commit details
Copy full SHA for 2a583c2
Browse repository at this point
refactor(engine): remove unused ask method and related types from engine module
Show description for 96e3f05
zTgx
committed
96e3f05
View commit details
Copy full SHA for 96e3f05
Browse repository at this point
refactor(storage): remove memory backend and simplify persistence layer
Show description for bc80113
zTgx
committed
bc80113
View commit details
Copy full SHA for bc80113
Browse repository at this point
refactor(workspace): remove unused test module
Show description for 63f81f8
zTgx
committed
63f81f8
View commit details
Copy full SHA for 63f81f8
Browse repository at this point
feat: upgrade minimum Python version to 3.11
Show description for 5500841
zTgx
committed
5500841
View commit details
Copy full SHA for 5500841
Browse repository at this point
feat: update project description and Python version requirement
Show description for 24120bb
zTgx
committed
24120bb
View commit details
Copy full SHA for 24120bb
Browse repository at this point
refactor(core): remove unused query types and events from engine
Show description for 04247bf
zTgx
committed
04247bf
View commit details
Copy full SHA for 04247bf
Browse repository at this point
refactor(vectorless-document): remove unused exports and types from understanding module
Show description for 340f22a
zTgx
committed
340f22a
View commit details
Copy full SHA for 340f22a
Browse repository at this point
refactor(core): remove SufficiencyLevel enum and consolidate utility functions
Show description for e43213f
zTgx
committed
e43213f
View commit details
Copy full SHA for e43213f
Browse repository at this point
feat(compiler): rename index module to compiler with updated types
Show description for f1f10cc
zTgx
committed
f1f10cc
View commit details
Copy full SHA for f1f10cc
Browse repository at this point
feat(ask): add LLM-powered cross-document insight extraction
Show description for 1c49ca8
zTgx
committed
1c49ca8
View commit details
Copy full SHA for 1c49ca8
Browse repository at this point
refactor(compiler): rename stages to passes and update module structure
Show description for cc7b66f
zTgx
committed
cc7b66f
View commit details
Copy full SHA for cc7b66f
Browse repository at this point
docs(vectorless-compiler): update pipeline documentation with phase categories
Show description for 5355ed0
zTgx
committed
5355ed0
View commit details
Copy full SHA for 5355ed0
Browse repository at this point
docs(compiler): add comprehensive documentation for compilation pipeline
Show description for 9fde833
zTgx
committed
9fde833
View commit details
Copy full SHA for 9fde833
Browse repository at this point
docs(compiler): add documentation for custom passes, parsers, and standalone usage
Show description for 8339fc0
zTgx
committed
8339fc0
View commit details
Copy full SHA for 8339fc0
Browse repository at this point
feat(compiler): add new backend passes for query routing, reasoning chains, overlap detection and scoring
Show description for 666d51a
zTgx
committed
666d51a
View commit details
Copy full SHA for 666d51a
Browse repository at this point
feat(compiler): add new compilation passes for enhanced functionality
Show description for 1c824f4
zTgx
committed
1c824f4
View commit details
Copy full SHA for 1c824f4
Browse repository at this point
refactor(compiler): rename index pipeline to compile pipeline
Show description for 03fc6be
zTgx
committed
03fc6be
View commit details
Copy full SHA for 03fc6be
Browse repository at this point
refactor(compiler): remove deprecated StageResult alias and unused CustomStageBuilder
Show description for 6f212cc
zTgx
committed
6f212cc
View commit details
Copy full SHA for 6f212cc
Browse repository at this point
feat(document): add agent acceleration data to compiled documents
Show description for e091cef
zTgx
committed
e091cef
View commit details
Copy full SHA for e091cef
Browse repository at this point
docs(architecture): rename index pipeline to compile pipeline with enhanced phases
Show description for e4ef462
zTgx
committed
e4ef462
View commit details
Copy full SHA for e4ef462
Browse repository at this point
docs(markdown): update example code snippets to use correct module paths
Show description for 88b1b61
zTgx
committed
88b1b61
View commit details
Copy full SHA for 88b1b61
Browse repository at this point
refactor(compiler): reorganize module declarations and imports
Show description for d8664b6
zTgx
committed
d8664b6
View commit details
Copy full SHA for d8664b6
Browse repository at this point
docs(HISTORY): add release notes for version 0.1.12
Show description for e1d0632
zTgx
committed
e1d0632
View commit details
Copy full SHA for e1d0632
Browse repository at this point
You can’t perform that action at this time.