Skip to main content

navig-text

AI text generation for NAVIG — drafts, articles, captions, and fan-out briefs. A first-party, free, toggleable plugin, and the TEXT facet of NAVIG's shared media-generation engine.

navig text gen "explain vector databases in 5 bullets"          # a quick draft
navig text gen "NAVIG weekly update" --kind article --out ./out # a full article
navig text gen "ship faster with NAVIG" --kind caption          # one caption
navig text gen "NAVIG v2 launch" --kind brief                   # a fan-out brief
navig text check                                                # is a provider ready?

navig design — the Design Mode surface

The agent-backed surface behind the Design Mode browser lens (in the NAVIG Dock extension). Same core AI client as text generation — code/markup is text, so it lives here rather than in a separate plugin.

navig design edit --prompt "make this a bold dark CTA" --html '<button>Buy</button>'
navig design check                                    # is an AI provider ready?
navig design tokens show                              # the global design system
navig design tokens show --space acme                 # a space's design system
  • design edit returns the revised element HTML as JSON on stdout; the lens base64-encodes the element + your instruction, calls it via host.run(), then applies the result live (sanitized) with undo.
  • design tokens save/show persist a page's extracted palette / type scale / spacing as tokens.json + tokens.css under ~/.navig/data/design (global), or into a space's .navig/design with --space <name> — one design system per project.

How it fits

  • No external deps. Generation runs through core's AI client (navig.agent.ai_client) — the architectural law that all inference lives in navig/agent/. Whatever provider you've connected (navig connect) powers it.
  • Registers a facet. At boot it plugs a TEXT backend into the core generation registry (navig.media.types.register_generator), so navig generate gen --modality text and the deck media route dispatch through it.
  • Refs-library native. Generated Markdown lands as MediaModality.TEXT rows in the same versioned refs library as images / video / audio — so a drafted caption or brief flows straight into navig social fan-out and the content assembly line.

Install

pip install -e plugins/navig-text     # dev (editable)
# or, for the user's real CLI:
navig store install pip:navig-text

Part of the NAVIG media plugin family: navig-image · navig-video · navig-audio · navig-text — each a thin facet over one shared engine.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

navig_text-0.3.0.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

navig_text-0.3.0-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page