TILLFORGE · CHANGELOG
TillForge, in order.
The sovereign, security-first place for your code — what we shipped, newest first. Material breaking changes are flagged in bold. Everything here speaks standard git; you never need a proprietary client to use it.
July 2026 · Events, search, and notifications
The forge now tells the right systems — and the right people — when something happens.
- Webhooks & events. Subscribe an endpoint to
push,pull_request,issue,release,deployment, andcheckevents. Every delivery is HMAC-signed so you can verify it, and the full delivery log is inspectable — see Events & webhooks. - Code search. Literal, line-numbered search across a repo at any revision, from the CLI or the Code tab — no index to build, no query language to learn.
- Notifications. A personal inbox: you’re notified when your pull request or issue is reviewed, commented on, or merged, deep-linked to the thread.
July 2026 · The ship pipeline
From a reviewed commit to a released, deployed build — with a gate before production.
- Releases & builds. Cut a tagged release with a changelog generated from the commits since your last tag, then attach a build per platform — Linux, macOS, Windows, Android, iOS, web, or source — each with a published
sha256. - Deployments. Ship a commit to an environment; preview freely, and require approvals on the environments that matter before anything goes to production. Every deploy is pinned to its commit for crash correlation.
- Line-level diff. Compare any two revisions and read a real unified diff — colored hunks, per-file — on the web and in a pull request’s review room.
forge clone+ git credential helper. One command clones with the right remote, and the credential helper feeds your token to git without it ever touching a URL or your shell history.
July 2026 · Collaboration
- Pull requests, in full. A review room with a merge gate, review verdicts, and inline comment threads over the changed files — see Pull requests.
- Issues with comments and labels, and collaborators — grant people access to a repo with a role.
- Account SSH keys and shown-once
tfp_access tokens, scoped and expiring by policy — see Access & tokens.
July 2026 · TillForge — the sovereign forge
The foundation: hosting your code without giving up control of it. Everything speaks standard git.
- Standard git, zero plugin. Clone and push over HTTPS with a token or over SSH with a registered key, from any editor — see Repositories.
- Reject at the push boundary. Secrets are refused before they enter history — a rejected push, not an after-the-fact alert. Branch protection, author checks, and the same secret guard apply identically over HTTPS and SSH — see Branch protection.
- One-click recovery. A protected branch keeps a recovery trail, so a bad force-push or a deleted branch is a click to restore, not a support ticket.
- Commit graph, code browse, history, and blame — read a repo without cloning it.
- AI egress governance. Code sent to an AI is default-deny, redacted, and audited — you authorize what leaves, and it’s on the record. Air-gapped operation is a supported mode — see Security posture.
- A full
tilldev forgeCLI, an MCP server, and a VS Code extension — the forge from your terminal, your agent, and your editor.
New here? Start with the quickstart or the product overview. Looking for another product? See the TillAuth and TillShield changelogs, or the full TillDev shipping log.