opencode
opencode copied to clipboard
Automatic type-check and build after code changes
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Feature Request: Automatic Type Check and Build After Code Changes
Description
After completing a code change, the tool should automatically run type-checking and build checks.
Right now, I have to manually prompt it every time to:
- Run the type checker
- Run the build
This is easy to forget and breaks the workflow.
Other tools like Cursor and Antigravity already do this automatically after code changes, which makes development much smoother and safer.
Expected Behavior
- Automatically run type-checking after code modifications
- Automatically run build checks after code modifications
- Report errors immediately without requiring a manual prompt
Why This Matters
- Saves time
- Prevents shipping broken builds
- Improves developer experience
- Matches the behavior of competing tools (Cursor, Antigravity)