v0.18.0 - 2026-06-05
@frontman-ai/client
Patch Changes
#1025
0f92b89Thanks @itayadler! - Add NVIDIA provider key forwarding and settings support.#1058
e39a7e8Thanks @dependabot! - Upgrade Tailwind CSS to 4.2.4.#1047
9ac299cThanks @BlueHotDog! - Drive task prompt guidance from explicit project traits emitted by each framework adapter.#1062
40d489eThanks @dependabot! - Fix Vitest 4 CI coverage runs by aligning test dependency versions and hook callbacks.#1075
118c7f8Thanks @BlueHotDog! - Reduce local console noise from expected connection cleanup and settings modal accessibility warnings.
@frontman-ai/astro
Patch Changes
- #1047
9ac299cThanks @BlueHotDog! - Drive task prompt guidance from explicit project traits emitted by each framework adapter.
@frontman-ai/frontman-client
Patch Changes
#1075
118c7f8Thanks @BlueHotDog! - Keep pending question tools answerable across server restarts and retry exact persisted agent errors.#1075
118c7f8Thanks @BlueHotDog! - Reduce local console noise from expected connection cleanup and settings modal accessibility warnings.
@frontman-ai/frontman-core
Patch Changes
#1025
0f92b89Thanks @itayadler! - Add NVIDIA provider key forwarding and settings support.#1047
9ac299cThanks @BlueHotDog! - Drive task prompt guidance from explicit project traits emitted by each framework adapter.#1062
40d489eThanks @dependabot! - Fix Vitest 4 CI coverage runs by aligning test dependency versions and hook callbacks.Updated dependencies [
118c7f8,118c7f8]:- @frontman-ai/
frontman-protocol@0.7.0
- @frontman-ai/
@frontman-ai/nextjs
Patch Changes
#1047
9ac299cThanks @BlueHotDog! - Drive task prompt guidance from explicit project traits emitted by each framework adapter.#1062
40d489eThanks @dependabot! - Fix Vitest 4 CI coverage runs by aligning test dependency versions and hook callbacks.
@frontman-ai/frontman-protocol
Minor Changes
- #1075
118c7f8Thanks @BlueHotDog! - Restrict JSON-RPC request and response IDs to integers; durable MCP tool IDs now stay in params.callId.
Patch Changes
- #1075
118c7f8Thanks @BlueHotDog! - Keep pending question tools answerable across server restarts and retry exact persisted agent errors.
@frontman-ai/vite
Patch Changes
- #1047
9ac299cThanks @BlueHotDog! - Drive task prompt guidance from explicit project traits emitted by each framework adapter.
[Unreleased]
Added
- Add a backend
get_tool_resulttool for retrieving stored tool results by tool call ID.
Changed
- Replace consumed tool result payloads with an omitted-data placeholder that points agents to
get_tool_result. - Drive TypeScript/React prompt guidance from explicit project traits, while preserving legacy Next.js guidance for adapters that do not emit traits yet.
Fixed
- Fix Vitest 4 coverage test runs by aligning Vitest dependency versions and updating hook callbacks for Vitest 4.
- Keep generated task titles stable after the first user prompt instead of regenerating them on every prompt.
- Skip filesystem MCP initialization for WordPress tasks so sessions no longer call unavailable
load_agent_instructionsorlist_treetools.