Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license: Apache-2.0
# NOTE: `version` is pinned to the single source of version truth by
# tests/test_release_integrity.py - bump it together with pyproject.toml,
# primr.__version__, and the ROADMAP "Current State" line.
version: 1.37.2
version: 1.38.0
date-released: "2026-07-22"
keywords:
- company-research
Expand Down
3 changes: 2 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Primr Roadmap

Current State: v1.37.2
Current State: v1.38.0

Primr is a CLI-first, local research tool for company intelligence and deep strategic analysis. It aims to accelerate research workflows while producing consultant-grade outputs that stay explicit about uncertainty.

Expand Down Expand Up @@ -1990,6 +1990,7 @@ For the latest changes, check [GitHub releases](https://github.com/blisspixel/pr

| Version | Date | Highlights |
|---------|------|------------|
| 1.38.0 | Jul 2026 | **Multi-cloud provider routing: AWS Bedrock and Azure AI Foundry.** Research runs can now route stages through Bedrock (registered, priced Amazon Nova models) and Foundry (operator-declared deployment + pricing). Both are main-process only and refused inside supervised workers, keeping AWS/Azure credentials out of the lower-trust worker boundary; nothing is guessed into the cost gate. |
| 1.37.2 | Jul 2026 | **Latest Gemini models and documentation excellence.** Registers `gemini-3.6-flash` and `gemini-3.5-flash-lite` (July 2026 GA) as available, priced, eval-gateable models without changing any default tier. Brings the full docs surface current to 1.37.x, adds a complete/dated self-enforcing documentation index, and guards every internal Markdown link in CI. |
| 1.37.1 | Jul 2026 | **Zero-cost render parity and dependency hardening.** A standalone `primr render` verb converts any Markdown report to DOCX/TXT with no model calls, so the Primr Zero / host-assisted path ships the same `.md` + `.docx` deliverables as a provider-backed run. Bumps `pyasn1` to 0.6.4 (CVE-2026-59885/59886). |
| 1.37.0 | Jul 2026 | **Truthful strategy fulfillment and complete cost governance.** Integrated, standalone, batch, machine-readable, and monitoring surfaces now share canonical strategy and vendor-refresh outcomes. Estimates, budgets, provider submissions, actual-cost summaries, and partial exits stay aligned across fast, standard, and deep routes. Every AI Strategy path receives bounded cross-industry and observed-stack context, explicit refresh stays opt-in, the active Skills strategy reaches delivery, scrape-only success is unambiguous, and preflight performs no model generation. |
Expand Down
2 changes: 1 addition & 1 deletion claude-code/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primr",
"version": "1.37.2",
"version": "1.38.0",
"_version_note": "Kept in sync with pyproject.toml; bump together",
"description": "Strategic intelligence briefs from any company URL through keyless evidence collection, host-assisted research, or the full metered Primr pipeline. Bundles the Primr MCP server and three skills: 'primr', 'primr-zero', and 'company-brief'.",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.38.0] - 2026-07-22

### Added

- **AWS Bedrock is now routable for research runs (main-process).** Registered
Expand Down
2 changes: 1 addition & 1 deletion openclaw/Dockerfile.primr
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
ENTRYPOINT ["primr-mcp", "--stdio"]

# Labels for documentation
ARG PRIMR_VERSION=1.37.2
ARG PRIMR_VERSION=1.38.0
LABEL org.opencontainers.image.title="Primr MCP Server"
LABEL org.opencontainers.image.description="Primr company research tool for Open Claw integration"
LABEL org.opencontainers.image.version="${PRIMR_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "primr"
version = "1.37.2"
version = "1.38.0"
description = "Turn any company or organization URL into a strategic intelligence brief. Adaptive scraping + AI-powered research and synthesis."
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/primr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- REST API for research requests (optional, requires fastapi)
"""

__version__ = "1.37.2"
__version__ = "1.38.0"
__author__ = "Nick Seal"

# Subpackages are available via direct import:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.