Skip to content

Agent added too much#7036

Merged
codefromthecrypt merged 1 commit intomainfrom
agent-added-too-much
Feb 6, 2026
Merged

Agent added too much#7036
codefromthecrypt merged 1 commit intomainfrom
agent-added-too-much

Conversation

@DOsinga
Copy link
Collaborator

@DOsinga DOsinga commented Feb 6, 2026

Summary

It wasn't me, it was the dog that added those files

@DOsinga DOsinga marked this pull request as ready for review February 6, 2026 10:31
Copilot AI review requested due to automatic review settings February 6, 2026 10:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes accidentally committed files that appear to be internal tracking documents and an unrelated audio file. The files being deleted are CSS refactoring documentation files (SHADCN_NORMALIZATION_COMPLETE.md, SAFE_CSS_CLEANUP_COMPLETE.md, REMAINING_CSS_ISSUES.md, FINAL_CSS_AUDIT.md, CSS_VARIABLE_USAGE_REPORT.md, CSS_VARIABLE_AUDIT.md, CSS_SIMPLIFICATION_COMPLETE.md, CSS_CLEANUP_SUMMARY.md, CSS_CLEANUP_PLAN.md) and a binary audio file (input.wav). These files were not part of the official documentation structure and should not have been committed.

Changes:

  • Removed 9 CSS-related markdown tracking documents from the repository root
  • Removed an unrelated audio file (input.wav)

Reviewed changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
input.wav Removed binary audio file that doesn't belong in the repository
SHADCN_NORMALIZATION_COMPLETE.md Removed internal CSS refactoring tracking document
SAFE_CSS_CLEANUP_COMPLETE.md Removed internal CSS cleanup tracking document
REMAINING_CSS_ISSUES.md Removed internal CSS issues tracking document
FINAL_CSS_AUDIT.md Removed internal CSS audit tracking document
CSS_VARIABLE_USAGE_REPORT.md Removed internal CSS usage report
CSS_VARIABLE_AUDIT.md Removed internal CSS audit document
CSS_SIMPLIFICATION_COMPLETE.md Removed internal CSS simplification tracking document
CSS_CLEANUP_SUMMARY.md Removed internal CSS cleanup summary document
CSS_CLEANUP_PLAN.md Removed internal CSS cleanup plan document

@codefromthecrypt codefromthecrypt added this pull request to the merge queue Feb 6, 2026
Merged via the queue into main with commit 8fa6c3e Feb 6, 2026
23 checks passed
@codefromthecrypt codefromthecrypt deleted the agent-added-too-much branch February 6, 2026 12:52
katzdave added a commit that referenced this pull request Feb 6, 2026
…webtoken-10.3.0

* origin/main: (54 commits)
  Switch tetrate tool filtering back to supports_computer_use (#7024)
  feat(ui): add inline rename for chat sessions in sidebar (#6995)
  fix: handle toolnames without underscores (#7015)
  feat(claude-code): use stream-json protocol for persistent sessions (#7029)
  test(providers): add model listing to live provider suite (#7038)
  Agent added too much (#7036)
  fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (#7031)
  feat: add image support and improve error resilience for Codex (#7033)
  fix(providers): Azure OpenAI model listing 404 during configure (#7034)
  fix(deps): bump bat to 0.26.1 to resolve RUSTSEC-2026-0008 (#7021)
  Don't swallow Tetrate errors  (#6998)
  docs: remove hardcoded_stuff links (#7016)
  fix(ui): keep Hub chat input from overlapping SessionInsights on paste (#6719)
  Clean up css (#6944)
  docs: aws bedrock bearer token auth (#6990)
  docs: extended custom provider headers support (#7012)
  feat(cli): add type-to-search filtering to select/multiselect dialogs (#6862)
  feat(ci): add cargo-audit workflow for scanning rust vulnerabilities (#6351)
  feat: add User-Agent header to MCP HTTP requests (#6988)
  chore(deps-dev): bump webpack from 5.102.1 to 5.105.0 in /ui/desktop (#6996)
  ...

# Conflicts:
#	Cargo.lock
zanesq added a commit that referenced this pull request Feb 6, 2026
* origin/main:
  Remove build-dependencies section from Cargo.toml (#6946)
  add /rp-why skill blog post (#6997)
  fix: fix snake_case function names in code_execution instructions (#7035)
  Document max_turns settings for recipes and subagents (#7044)
  feat: update Groq declarative data with Preview Models (#7023)
  fix(codex): propagate extended PATH to codex subprocess (#6874)
  Switch tetrate tool filtering back to supports_computer_use (#7024)
  feat(ui): add inline rename for chat sessions in sidebar (#6995)
  fix: handle toolnames without underscores (#7015)
  feat(claude-code): use stream-json protocol for persistent sessions (#7029)
  test(providers): add model listing to live provider suite (#7038)
  Agent added too much (#7036)
  fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (#7031)
  feat: add image support and improve error resilience for Codex (#7033)
  fix(providers): Azure OpenAI model listing 404 during configure (#7034)
  fix(deps): bump bat to 0.26.1 to resolve RUSTSEC-2026-0008 (#7021)
  Don't swallow Tetrate errors  (#6998)
  docs: remove hardcoded_stuff links (#7016)

# Conflicts:
#	ui/desktop/src/components/GooseSidebar/AppSidebar.tsx
kuccello pushed a commit to kuccello/goose that referenced this pull request Feb 7, 2026
Co-authored-by: Douwe Osinga <douwe@squareup.com>
dianed-square added a commit that referenced this pull request Feb 9, 2026
* origin/main: (141 commits)
  Add global config switch to disable automatic session naming (#7052)
  docs: add blog post - 8 Things You Didn't Know About Code Mode (#7059)
  fix: ensure animated elements are visible when prefers-reduced-motion is enabled (#7047)
  Show recommended model on failture (#7040)
  feat(ui): add session content search via API (#7050)
  docs: fix img url (#7053)
  Desktop UI for deleting custom providers (#7042)
  Add blog post: How I Used RPI to Build an OpenClaw Alternative (#7051)
  Remove build-dependencies section from Cargo.toml (#6946)
  add /rp-why skill blog post (#6997)
  fix: fix snake_case function names in code_execution instructions (#7035)
  Document max_turns settings for recipes and subagents (#7044)
  feat: update Groq declarative data with Preview Models (#7023)
  fix(codex): propagate extended PATH to codex subprocess (#6874)
  Switch tetrate tool filtering back to supports_computer_use (#7024)
  feat(ui): add inline rename for chat sessions in sidebar (#6995)
  fix: handle toolnames without underscores (#7015)
  feat(claude-code): use stream-json protocol for persistent sessions (#7029)
  test(providers): add model listing to live provider suite (#7038)
  Agent added too much (#7036)
  ...
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Co-authored-by: Douwe Osinga <douwe@squareup.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.

3 participants