Conversation
Populate API_KEY and BASE_URL environment variables from the loaded config when they are not already set, so downstream providers can pick them up automatically.
Introduce an interactive configuration wizard that collects the API key, base URL, and model ID and writes them to the system config file. Wire it into the CLI as the 'flux config' command and show an onboarding prompt whenever no valid API key is configured, guiding new users through setup before the agent starts.
Add a workflow that installs the docs dependencies, builds the Next.js documentation site, and deploys the static output to GitHub Pages on pushes to main.
Introduce a full documentation site covering installation, quick start, configuration, CLI commands, MCP integration, session management, architecture, and troubleshooting, along with reusable components such as gradient banners, feature cards, copy buttons, and mermaid diagrams.
Configure setuptools packaging for the project so it can be published to PyPI, with a 'flux' console script that launches the CLI.
Add a screenshot banner to the README and switch the pipx/pip install instructions to the published flux-cli package name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge feature/docs branch to main
Finalizing the documentation refresh and feature updates. This includes full docs, updated README, and setup guides. Ready for production release.