Skip to main content

WebSmith 1.9.0 Released: Smarter Image Generation, Enhanced Authorization Management

xiaoliang
AIGNEProduct ReleaseWebSmith

We have released AIGNE WebSmith v1.9.0. This release addresses three core areas of user feedback: better auto-generated images, industry-aware visual styles, and more secure credential storage.

Default Image Generation Model Upgrade: Enhanced Image Clarity and Semantic Accuracy

image.png

WebSmith now defaults to using gemini-3-pro-image-preview. This model produces sharper images with better semantic accuracy—cleaner compositions, more consistent lighting, and visuals that actually match your content.

No configuration needed. The upgrade applies automatically.

New Industry Style Analysis System: Aligning Generated Visuals with Business Context

Generated Image November 29, 2025 - 2_13PM.jpeg

We've observed a real problem in site generation. Even with identical copy and page structures, the desired visual presentation styles differ entirely among technology companies such as gaming projects, art creators, and wellness brands.

To avoid the "one style fits all" problem, this release introduces the "Industry Style Analysis System". WebSmith automatically infers the industry type based on your provided data source, then applies targeted stylistic prompts to ensure the generated images align more closely with your industry.

Below are the currently supported industries and a synopsis of the image styles they employ, derived directly from the prompts you provided:

Technology: High-quality 3D renders, abstract structures, cool-toned lighting, clean backgrounds. Suited for SaaS, product pages, and technical content.

Gaming: Concept art style including expansive landscapes, hand-drawn textures, Ghibli-inspired palettes. Built for game studios and creative projects.

Artistic Illustration: Dreamy soft light, gradient layers, ethereal ambiance. For design portfolios and abstract presentations.

Health & Wellness: Hand-drawn doodle style—thick lines, flat colors, high-saturation backgrounds. Warm and approachable for lifestyle and wellness content.

Over the few weeks and months we will continue adding more industries.

Authorization MIgrated to Secret Store

Previously, auth data was saved as files creating a potential security risk, especially in team repos where credentials could be accidentally committed.

Now all authorization data lives in the secret store:

  • No more file-based credentials
  • Follows CLI security best practices
  • Automatic migration from old files on upgrade

No action required.Installation and Upgrade

New Site Creation Automatically Installs Dependencies

Run the command below to automatically install and initialize a project:

javascript
aigne web create

Upgrade Existing Projects to v1.9.0

javascript
aigne web upgrade

Quick Start

1. Create New Site (Automatic Installation)

javascript
aigne web create

Upon execution, you will have a complete site structure, allowing you to begin adding data sources.

2. Publish Site

javascript
aigne web publish

WebSmith automatically builds, generates pages, creates command-line artifacts, and publishes them to the configured target environment.

Referenced here

Products

  • AIGNE active

    A framework for developers building agents. Start from the command line to create and run a project; use the framework documentation for the parts that need detail.

  • WebSmith superseded

    Generates site content and imagery from a described intent. Its work has been taken into ARC; the standalone tool is no longer maintained.