Skip to content

Conversation

continue[bot]
Copy link
Contributor

@continue continue bot commented Oct 9, 2025

Summary

This PR addresses confusion around when to use secrets. vs inputs. syntax in Continue configuration blocks.

Changes

Added informational blocks to two key documentation pages:

  1. docs/guides/configuring-models-rules-tools.mdx - Added an info block in the "Working with Secrets" section explaining:

    • secrets. is recommended for most use cases (both personal and organizational)
    • inputs. should be used when flexibility is needed (reusable blocks, customizable secret names)
    • Reference to GitHub Actions pattern for familiarity
  2. docs/hub/blocks/create-a-block.mdx - Added an info block in the "Block Inputs" section clarifying:

    • When creating hub blocks, use inputs. to allow customization
    • For personal configs, can skip the inputs layer and use secrets. directly

Context

Based on Slack discussion: https://continuedev.slack.com/archives/C060AV775UZ/p1759954189314559?thread_ts=1759954189.314559&cid=C060AV775UZ

Related Linear issue: CON-3803

Testing

  • Documentation builds successfully
  • Info blocks are properly formatted
  • Guidance is clear and actionable

This agent session was co-authored by tingwai and Continue.


Summary by cubic

Clarifies when to use secrets vs inputs in Continue configuration, recommending secrets for most workflows and inputs for reusable, customizable blocks. Adds info blocks to the configuring models/tools guide and the hub block creation page; addresses Linear CON-3803.

Add info blocks to documentation explaining when to use secrets. vs inputs. syntax:
- Recommend secrets. as the default for most use cases
- Explain inputs. provides flexibility for reusable blocks
- Reference GitHub Actions pattern for clarity

This addresses user confusion around the two syntaxes and provides clear guidance on when each should be used.

Generated with [Continue](https://continue.dev)

Co-authored-by: Ting-Wai To <tingwai@continue.dev>
Co-authored-by: Continue <noreply@continue.dev>
@bdougie bdougie marked this pull request as ready for review October 9, 2025 16:11
@bdougie bdougie requested a review from a team as a code owner October 9, 2025 16:11
@bdougie bdougie requested review from Patrick-Erichsen and removed request for a team October 9, 2025 16:11
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 9, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 13, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 13, 2025
@Patrick-Erichsen Patrick-Erichsen merged commit 5430221 into main Oct 13, 2025
64 of 65 checks passed
@Patrick-Erichsen Patrick-Erichsen deleted the continue/con-4323 branch October 13, 2025 18:02
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Oct 13, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2025
@sestinj
Copy link
Contributor

sestinj commented Oct 14, 2025

🎉 This PR is included in version 1.28.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants