Skip to content

fix(interactivity): Prompt formatting - #106

Merged
jpage-godaddy merged 3 commits into
mainfrom
feat/prompt-formatting
Aug 27, 2026
Merged

fix(interactivity): Prompt formatting#106
jpage-godaddy merged 3 commits into
mainfrom
feat/prompt-formatting

Conversation

@rts1-godaddy

Copy link
Copy Markdown
Collaborator

Summary

  • Fix the prompt formatting to include a : at the end.

Test plan

  • cargo fmt --all --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test --all-targets

Manual verification

Setup:

# In the cli repo, temporarily override the engine dependency:
cd cli/rust
# Edit Cargo.toml → cli-engine = { features = ["pkce-auth"], path = "../../cli-engine" }
cargo build --release && cp target/release/gddy ~/.local/bin/gddy

Test WITHOUT the fix (baseline):

cd cli-engine && git checkout main
cd cli/rust && cargo build --release && cp target/release/gddy ~/.local/bin/gddy
# <command to reproduce the issue>
# Expected: <describe broken behavior>

Test WITH the fix:

cd cli-engine && git checkout <this-branch>
cd cli/rust && cargo build --release && cp target/release/gddy ~/.local/bin/gddy
# <same command>
# Expected: <describe fixed behavior>

Cleanup:

# Revert cli/rust/Cargo.toml back to:
# cli-engine = { features = ["pkce-auth"], version = "<published-version>" }

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Needs the PR title fixed to match what conventional commit needs; I would make this a fix(interactivity): prefix, something like that

@rts1-godaddy rts1-godaddy changed the title (chore): Prompt formatting fix(interactivity): Prompt formatting Aug 26, 2026
@jpage-godaddy
jpage-godaddy merged commit 1f1ea20 into main Aug 27, 2026
2 of 3 checks passed
@jpage-godaddy
jpage-godaddy deleted the feat/prompt-formatting branch August 27, 2026 15:01
@github-actions github-actions Bot mentioned this pull request Aug 27, 2026
jpage-godaddy pushed a commit that referenced this pull request Aug 27, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>cli-engine: 0.9.2</summary>

##
[0.9.2](cli-engine-v0.9.1...cli-engine-v0.9.2)
(2026-08-27)


### Bug Fixes

* **interactivity:** Prompt formatting
([#106](#106))
([1f1ea20](1f1ea20))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants