mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
removed > from user prompts
This commit is contained in:
parent
5cc2e0a993
commit
b95015c25b
10 changed files with 45 additions and 45 deletions
|
@ -6,7 +6,7 @@
|
|||
> Added assets/css/style.css to the chat
|
||||
|
||||
|
||||
#### > add a rounded border to all sides of the boxquote
|
||||
#### add a rounded border to all sides of the boxquote
|
||||
|
||||
```css
|
||||
assets/css/style.css
|
||||
|
@ -22,7 +22,7 @@ assets/css/style.css
|
|||
> ^C again to quit
|
||||
|
||||
|
||||
#### > make all the edits to the embedded style tag in the html
|
||||
#### make all the edits to the embedded style tag in the html
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -61,13 +61,13 @@ index.html
|
|||
> Commit e7a5cb5 aider: Added rounded border to all sides of the boxquote.
|
||||
|
||||
|
||||
#### > (blank)
|
||||
#### (blank)
|
||||
> Git repo has uncommitted changes.
|
||||
> Commit before the chat proceeds [y/n/commit message]? Changed border color and width of blockquote in index.html.
|
||||
> Commit 6898a1d Changed border color and width of blockquote in index.html.
|
||||
|
||||
|
||||
#### > make the blockquote font color the same as the p color
|
||||
#### make the blockquote font color the same as the p color
|
||||
> Git repo has uncommitted changes.
|
||||
> Commit before the chat proceeds [y/n/commit message]? Added note about missing method and incorrect method calls in index.html.
|
||||
> Commit 2d31f5b Added note about missing method and incorrect method calls in index.html.
|
||||
|
@ -81,7 +81,7 @@ assets/css/style.css
|
|||
> ^C KeyboardInterrupt
|
||||
|
||||
|
||||
#### > only edit index.html
|
||||
#### only edit index.html
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -121,13 +121,13 @@ index.html
|
|||
> Commit 8645217 aider: Changed blockquote font color to match <p> color in index.html.
|
||||
|
||||
|
||||
#### > (blank)
|
||||
#### (blank)
|
||||
> Git repo has uncommitted changes.
|
||||
> Commit before the chat proceeds [y/n/commit message]? Removed color and button styles from blockquote in index.html.
|
||||
> Commit f8d4782 Removed color and button styles from blockquote in index.html.
|
||||
|
||||
|
||||
#### > make the blockquote background a lighter shade of the same green as the border
|
||||
#### make the blockquote background a lighter shade of the same green as the border
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -151,7 +151,7 @@ index.html
|
|||
> Commit 57b7b10 aider: Changed blockquote background color to a lighter shade of green.
|
||||
|
||||
|
||||
#### > add some space inside the border of the blockquote
|
||||
#### add some space inside the border of the blockquote
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -177,7 +177,7 @@ index.html
|
|||
> Commit dd7dcb6 aider: Added padding inside the border of the blockquote.
|
||||
|
||||
|
||||
#### > can we add a label "aider" along the top of the blockquote box only using style
|
||||
#### can we add a label "aider" along the top of the blockquote box only using style
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -218,7 +218,7 @@ index.html
|
|||
> Commit 0b0e332 aider: Added label "aider" to the top of the blockquote box using style.
|
||||
|
||||
|
||||
#### > add more padding on the top of the box and bring the label into the box so it doesn't intersect the border
|
||||
#### add more padding on the top of the box and bring the label into the box so it doesn't intersect the border
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -271,13 +271,13 @@ index.html
|
|||
> Commit eee902e aider: Added more padding on the top of the box and brought the label into the box so it doesn't intersect the border.
|
||||
|
||||
|
||||
#### > (blank)
|
||||
#### (blank)
|
||||
> Git repo has uncommitted changes.
|
||||
> Commit before the chat proceeds [y/n/commit message]? Changed padding and added margin to main-content blockquote.
|
||||
> Commit c9128d1 Changed padding and added margin to main-content blockquote.
|
||||
|
||||
|
||||
#### > change all the blockquote colors to be shades of blue instead of green. choose the blue based on the blue in the header gradient
|
||||
#### change all the blockquote colors to be shades of blue instead of green. choose the blue based on the blue in the header gradient
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -329,7 +329,7 @@ index.html
|
|||
> Applied edit to index.html
|
||||
> Commit a26c135 aider: Changed blockquote colors to shades of blue based on the blue in the header gradient.
|
||||
|
||||
#### > can you style the "aider" label on the blockquote as a "tab" that docks onto the top of the box?
|
||||
#### can you style the "aider" label on the blockquote as a "tab" that docks onto the top of the box?
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
@ -383,13 +383,13 @@ index.html
|
|||
> Commit 292eda3 aider: Styled the "aider" label on the blockquote as a "tab" that docks onto the top of the box.
|
||||
|
||||
|
||||
#### > (blank)
|
||||
#### (blank)
|
||||
> Git repo has uncommitted changes.
|
||||
> Commit before the chat proceeds [y/n/commit message]? Changed padding and positioning of a CSS element and updated its border.
|
||||
> Commit 01fda51 Changed padding and positioning of a CSS element and updated its border.
|
||||
|
||||
|
||||
#### > apply the same box around the h4 element
|
||||
#### apply the same box around the h4 element
|
||||
|
||||
```html
|
||||
index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue