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
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 }}
Kurtisone
/
forge
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
v3.10 — Hardening + new tools (test, web_fetch, web_search, research)
- #10
#10
Merged
Kurtisone
merged 23 commits into
main
Kurtisone/forge:main
from
v3.10-agents-tools
Kurtisone/forge:v3.10-agents-tools
Copy head branch name to clipboard
Aug 3, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
v3.10 — Hardening + new tools (test, web_fetch, web_search, research)
#10
Kurtisone
merged 23 commits into
main
Kurtisone/forge:main
from
v3.10-agents-tools
Kurtisone/forge:v3.10-agents-tools
Copy head branch name to clipboard
Commits
Commits on Aug 2, 2026
feat(tools): add dedicated test/lint tool (pytest/ruff)
Show description for e1f6a05
Kurtisone
committed
e1f6a05
View commit details
Copy full SHA for e1f6a05
Browse repository at this point
feat(tools): add web_fetch with SSRF guard
Show description for 9e635d3
Kurtisone
committed
9e635d3
View commit details
Copy full SHA for 9e635d3
Browse repository at this point
chore(dev): add httpx2 dev dependency
Show description for 0fd1e10
Kurtisone
committed
0fd1e10
View commit details
Copy full SHA for 0fd1e10
Browse repository at this point
feat(review): run tests before reviewing, dispatch from chat
Show description for 03178b3
Kurtisone
committed
03178b3
View commit details
Copy full SHA for 03178b3
Browse repository at this point
fix(review): confine file_path/test_path to WORKSPACE_DIR
Show description for 81883cc
Kurtisone
committed
81883cc
View commit details
Copy full SHA for 81883cc
Browse repository at this point
fix(files): leading '/' means workspace root, not an escape
Show description for 64ec755
Kurtisone
committed
64ec755
View commit details
Copy full SHA for 64ec755
Browse repository at this point
fix(review): stop reusing router's JSON parser on plain-text answers
Show description for 2b7134e
Kurtisone
committed
2b7134e
View commit details
Copy full SHA for 2b7134e
Browse repository at this point
fix(review): teach the prompt not to answer in router JSON
Show description for 5d2f06d
Kurtisone
committed
5d2f06d
View commit details
Copy full SHA for 5d2f06d
Browse repository at this point
fix(review): unwrap router-JSON responses when content is substantive
Show description for b5d28d4
Kurtisone
committed
b5d28d4
View commit details
Copy full SHA for b5d28d4
Browse repository at this point
fix(router): stop teaching 'relire alone means review'
Show description for c93d811
Kurtisone
committed
c93d811
View commit details
Copy full SHA for c93d811
Browse repository at this point
fix(web_fetch): skip nav/header/footer/aside chrome, not just script/style
Show description for 69cbaa7
Kurtisone
committed
69cbaa7
View commit details
Copy full SHA for 69cbaa7
Browse repository at this point
fix(router): give web_fetch a description and worked examples
Show description for 08d6cfa
Kurtisone
committed
08d6cfa
View commit details
Copy full SHA for 08d6cfa
Browse repository at this point
fix(web_fetch): raise default byte cap, document non-semantic-site limit
Show description for 67da8ad
Kurtisone
committed
67da8ad
View commit details
Copy full SHA for 67da8ad
Browse repository at this point
feat(tools): add web_search backed by self-hosted SearXNG
Show description for 57a2f92
Kurtisone
committed
57a2f92
View commit details
Copy full SHA for 57a2f92
Browse repository at this point
fix(router): web_search examples need done:false to chain
Show description for 907c921
Kurtisone
committed
907c921
View commit details
Copy full SHA for 907c921
Browse repository at this point
fix(router): give the web_search steering hint a concrete JSON example
Show description for c5b0d7e
Kurtisone
committed
c5b0d7e
View commit details
Copy full SHA for c5b0d7e
Browse repository at this point
fix(orchestrator): degrade web_search loop-guard repeats like memory
Show description for 4afc8b5
Kurtisone
committed
4afc8b5
View commit details
Copy full SHA for 4afc8b5
Browse repository at this point
Commits on Aug 3, 2026
feat(tools): add research graph -- search + fetch + synthesize in one call
Show description for 2d1bd8d
Kurtisone
committed
2d1bd8d
View commit details
Copy full SHA for 2d1bd8d
Browse repository at this point
fix(research): unwrap JSON-wrapped synthesis, share logic with review
Show description for 05ae333
Kurtisone
committed
05ae333
View commit details
Copy full SHA for 05ae333
Browse repository at this point
docs: catch up README + .env.example with v3.8-v3.10
Show description for fb07d94
Kurtisone
committed
fb07d94
View commit details
Copy full SHA for fb07d94
Browse repository at this point
docs: add research.py + all v3.10 tools to README's architecture sections
Show description for c0fca77
Kurtisone
committed
c0fca77
View commit details
Copy full SHA for c0fca77
Browse repository at this point
feat(router): inject today's date, resolve vague file references
Show description for a184eb1
Kurtisone
committed
a184eb1
View commit details
Copy full SHA for a184eb1
Browse repository at this point
fix(test): resolve pytest/ruff via the real PATH, not a hardcoded one
Show description for 16b853b
Kurtisone
committed
16b853b
View commit details
Copy full SHA for 16b853b
Browse repository at this point
You can’t perform that action at this time.