Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gerardward2007
Copy link
Contributor

Summary

  • Fix build errors in main branch caused by missing imports and unused parameters
  • Add local identity files to .gitignore to prevent accidental PII commits

Changes

  • src/commands/configure.ts: Added missing openUrl import
  • src/auto-reply/reply/directive-handling.ts: Removed unused agentDir parameter
  • .gitignore: Added IDENTITY.md and USER.md to prevent PII exposure

Test plan

  • Build passes (pnpm build)
  • Lint passes (pnpm lint)

🤖 Generated with Claude Code

@steipete steipete force-pushed the fix/build-errors-missing-imports branch from e1ee4e6 to 01aa7eb Compare January 16, 2026 09:59
@steipete steipete force-pushed the fix/build-errors-missing-imports branch from f5ed34b to 3f004fb Compare January 16, 2026 10:21
@steipete steipete merged commit 0f34255 into openclaw:main Jan 16, 2026
41 of 42 checks passed
@steipete
Copy link
Contributor

Landed via temp rebase onto main.

  • Gate: pnpm lint && pnpm build && pnpm test
  • Land commit: 3f004fb
  • Merge commit: 0f34255

Note: Applied oxfmt fixes in src/agents/tools/session-status-tool.ts and src/agents/bash-tools.exec.background-abort.test.ts to satisfy CI.

Thanks @gerardward2007!

rsneh pushed a commit to rsneh/clawdbot that referenced this pull request Jan 21, 2026
…d2007)

* chore: ignore local identity files (IDENTITY.md, USER.md)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* chore: ignore local identity files (openclaw#1001) (thanks @gerardward2007)

* chore: format session status tool

* chore: format bash exec background abort test

---------

Co-authored-by: Claude Opus 4.5 <[email protected]>
Co-authored-by: Peter Steinberger <[email protected]>
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