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.9 — Compaction, drawer, and a more reliable router for file operations
- #9
#9
Merged
Kurtisone
merged 20 commits into
main
Kurtisone/forge:main
from
v3.9-context
Kurtisone/forge:v3.9-context
Copy head branch name to clipboard
Aug 1, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
v3.9 — Compaction, drawer, and a more reliable router for file operations
#9
Kurtisone
merged 20 commits into
main
Kurtisone/forge:main
from
v3.9-context
Kurtisone/forge:v3.9-context
Copy head branch name to clipboard
Commits
Commits on Aug 1, 2026
feat(v3.9): add context compaction and drawer config
Show description for 14876b8
Kurtisone
committed
14876b8
View commit details
Copy full SHA for 14876b8
Browse repository at this point
feat(v3.9): add forge.compaction module
Show description for 4e3e1e4
Kurtisone
committed
4e3e1e4
View commit details
Copy full SHA for 4e3e1e4
Browse repository at this point
feat(v3.9): stable message ids, drawer (pin/unpin), wire compaction into memory
Show description for 36affbe
Kurtisone
committed
36affbe
View commit details
Copy full SHA for 36affbe
Browse repository at this point
feat(v3.9): expose history, drawer and manual compaction over HTTP
Show description for b7a3a24
Kurtisone
committed
b7a3a24
View commit details
Copy full SHA for b7a3a24
Browse repository at this point
feat(v3.9): add !compact REPL command
Show description for 99fd9b3
Kurtisone
committed
99fd9b3
View commit details
Copy full SHA for 99fd9b3
Browse repository at this point
feat(v3.9): single-thread web UI -- drawer tab, pin buttons, manual compaction
Show description for 07ddd56
Kurtisone
committed
07ddd56
View commit details
Copy full SHA for 07ddd56
Browse repository at this point
fix(v3.9): migrate pre-v3.9 history entries missing id/pinned
Show description for a74bcd4
Kurtisone
committed
a74bcd4
View commit details
Copy full SHA for a74bcd4
Browse repository at this point
fix(v3.9): pin as a hover-only icon instead of a text button on every message
Show description for 1ec10dc
Kurtisone
committed
1ec10dc
View commit details
Copy full SHA for 1ec10dc
Browse repository at this point
fix(v3.9): replace emoji pin with a subtle monochrome SVG icon
Show description for f8e30ea
Kurtisone
committed
f8e30ea
View commit details
Copy full SHA for f8e30ea
Browse repository at this point
feat(v3.9): redesign pin as a corner badge, pin exchange pairs by default
Show description for af5732c
Kurtisone
committed
af5732c
View commit details
Copy full SHA for af5732c
Browse repository at this point
fix(v3.9): stop truncating persisted memory content to 300 chars
Show description for ed8c93d
Kurtisone
committed
ed8c93d
View commit details
Copy full SHA for ed8c93d
Browse repository at this point
feat(v3.9): /health queries llama-server's real loaded model instead of trusting LLM_MODEL
Show description for 5f46728
Kurtisone
committed
5f46728
View commit details
Copy full SHA for 5f46728
Browse repository at this point
docs(v3.9): update README for compaction/drawer, new endpoints, and the LLM_MODEL fix
Show description for 275531d
Kurtisone
committed
275531d
View commit details
Copy full SHA for 275531d
Browse repository at this point
fix(v3.9): give the compaction summary the correct chronological id
Show description for f803d75
Kurtisone
committed
f803d75
View commit details
Copy full SHA for f803d75
Browse repository at this point
fix(v3.9): stop rapid re-scroll on history reload, model name display, remaining emoji
Show description for 087ff93
Kurtisone
committed
087ff93
View commit details
Copy full SHA for 087ff93
Browse repository at this point
feat(v3.9): lightweight markdown rendering + colored diff blocks
Show description for 555fdef
Kurtisone
committed
555fdef
View commit details
Copy full SHA for 555fdef
Browse repository at this point
fix(v3.9): add a missing files-write worked example to the router prompt
Show description for 401e393
Kurtisone
committed
401e393
View commit details
Copy full SHA for 401e393
Browse repository at this point
feat(v3.9): files:write returns a real diff when overwriting an existing file
Show description for 1da7a15
Kurtisone
committed
1da7a15
View commit details
Copy full SHA for 1da7a15
Browse repository at this point
feat(v3.9): teach the router the read-then-write pattern for file edits
Show description for 45209f1
Kurtisone
committed
45209f1
View commit details
Copy full SHA for 45209f1
Browse repository at this point
fix(v3.9): stop diff lines gluing together on files with no trailing newline
Show description for f0640ca
Kurtisone
committed
f0640ca
View commit details
Copy full SHA for f0640ca
Browse repository at this point
You can’t perform that action at this time.