changelog

Changelog

Release history for the gcontext package (PyPI gcontext-ai) and this site.

2026-08-12

gcontextv0.9.0
Changed
  • The installable unit is now called an agent. Install with `gcontext add <agent-id>` from the bleak-ai/agents registry.
  • The MCP tool `workflow` is renamed to `agent`. Clients that call the old name must switch.
  • Agent manifests support two new optional fields: `connections[].examples` and `learns`.
  • The setup prompt now checks installed agents first: if an agent's declared connections are missing, it reports which agents are not operational and offers to build those connections before anything new.
sitev0.6.0
Changed
  • The homepage now leads with ready agents: the catalog sits directly under the hero, and the hero reads "Ready agents for your stack."
  • A new "Agents that share one state" section explains the model: agents installed into an instance share one memory and one set of connections, so each new agent starts with everything the instance already knows.
  • The state-architecture content (folder anatomy, get started) moved below the agents sections.
sitev0.5.0
Added
  • Connection cards on agent pages show example services (like Linear, Stripe, or Slack) for each connection an agent needs.
  • A Learns section on agent pages describes what each agent accumulates as it runs.
Changed
  • Workflows are now agents across the whole site: the directory lives at /agents (browse, share, and detail pages included). Old /workflows URLs no longer exist.
  • Agent detail pages are restructured around what an agent does, what it connects to, and what it learns over time, followed by one install command and the file browser.
Removed
  • The multi-step get-started block on detail pages; onboarding lives on the /agents page.

2026-08-11

sitev0.4.0
Added
  • Strategy attribution: every copy-install event and email signup now carries the go-to-market campaign that brought the visitor (first-touch UTM capture in localStorage, attached to Umami event data and Buttondown subscriber metadata)
  • Umami analytics proxied through the site at /stats.js to avoid adblocker interference
Changed
  • gcontext 0.8.0 entry added to the public changelog page (install telemetry, /workflows prompt, download counter)
gcontextv0.8.0
Added
  • Anonymous install telemetry on gcontext init: sends install_id, version, OS, and platform to the API (fire-and-forget, 3s timeout, opt out with GCONTEXT_TELEMETRY=0)
  • /workflows framework prompt for browsing, installing, and updating workflows from the registry
  • Download counter ping on gcontext add (notifies the API after a successful registry install)
sitev0.3.0
Added
  • Public /changelog page covering the gcontext package (PyPI gcontext-ai) and the site, backfilled from real release history (0.4.0 through 0.7.0, site 0.1.0 through 0.2.0)
  • Changelog link in the footer (DEVELOPERS column)
Changed
  • Signup copy pass: rewording on the email signup component (news line, context CTA button)
sitev0.2.0
Added
  • Email signup in three placements: a banner above the nav, a box under the install command on workflow detail pages, and a footer form
  • /api/subscribe route that forwards signups to the email service server-side; signups record their placement and fire an email-signup analytics event
Changed
  • Workflows pages render from the public GitHub registry (bleak-ai/workflows) at build time instead of the marketplace API
Removed
  • /admin dashboard (retired with the marketplace API)

2026-08-10

gcontextv0.7.0
Added
  • Workflow lifecycle commands: search, install, check, and update
Changed
  • The run command is required in the workflow spec
gcontextv0.6.0
Added
  • Warnings when the running server is stale after a code update
Changed
  • gcontext add installs workflow templates from the public GitHub registry (or any public GitHub repo URL) instead of the marketplace API
  • gcontext share validates the template locally and prints the pull-request flow for the registry
sitev0.1.1
Added
  • Analytics events on the copy buttons (install command, manual install, install block)
Changed
  • Simplified connections page copy; connection hero trimmed from 4 steps to 3
  • X-Source header on all API fetch calls
sitev0.1.0
Added
  • First release of gcontext.ai
  • Homepage with hero, folder anatomy, quickstart, connections teaser, and workflows teaser
  • /workflows concept page, /workflows/browse searchable directory, /workflows/[slug] detail page with install flow, /workflows/share publish guide
  • /connections page
  • Error and 404 pages, privacy and terms pages
  • Marketplace design system (dark theme, scoped tokens)

2026-08-09

gcontextv0.5.0
Added
  • gcontext share <module-path>: validates a local workflow template against the standard, bundles its files, and submits it for review

2026-08-08

gcontextv0.4.4
Added
  • gcontext add <workflow-id>: installs a published workflow template into modules/ (snapshot install, never overwrites an existing module)

2026-08-04

gcontextv0.4.3
Added
  • Release script for automated version bump and build

2026-08-02

gcontextv0.4.2
Changed
  • uv is documented as a prerequisite: the install instructions state it and give the one-line install
gcontextv0.4.1
Changed
  • Reworked init: a three-step next-steps banner (up, connect your client, setup prompt) and a seeded README.md in every new agent folder
Removed
  • Manual connection-file instructions from the init banner
gcontextv0.4.0
Added
  • Six-tool surface: read_file, write_file, list_dir, grep, run_script, run_adhoc_script
  • Two-layer instructions delivered at connect: framework instructions plus the project's agent.md
  • Built-in setup prompt: describe what the agent should do and it builds the connections and modules
  • Every state file exposed as an MCP resource at gcontext://<path>
Removed
  • Flows and the built-in chat loop