-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aliengiraffe/vigilante
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aliengiraffe/vigilante
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 22 files changed
- 1 contributor
Commits on Mar 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7c2a8d8 - Browse repository at this point
Copy the full SHA 7c2a8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aab6507 - Browse repository at this point
Copy the full SHA aab6507View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ba255 - Browse repository at this point
Copy the full SHA d6ba255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714594d - Browse repository at this point
Copy the full SHA 714594dView commit details -
Add recreate workflow for stuck issues via CLI and GitHub comments (#319
Configuration menu - View commit details
-
Copy full SHA for 7afe00b - Browse repository at this point
Copy the full SHA 7afe00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d9728 - Browse repository at this point
Copy the full SHA 82d9728View commit details -
Migrate daemon logging from custom printf helpers to log/slog (#323)
Replace the custom AppendDaemonLog printf-style logging callback with Go's standard log/slog package as the primary daemon logging path. - Add internal/logging package with NewDaemonLogger (file-backed slog.TextHandler with local-timezone RFC3339 timestamps) and Discard helper for tests. - Replace LoggingRunner.Logf callback with Logger *slog.Logger field, emitting structured attributes (cmd, dir, err, output) instead of preformatted strings. - Convert all 124 AppendDaemonLog call sites in app.go to structured slog.Info/slog.Error calls with typed key-value attributes. - Update ListIssueCommentsForPolling in github.go to accept *slog.Logger instead of a logf callback. - Wire the slog logger in App.New() and pass it to both the App struct and LoggingRunner. - Update test assertions in environment_test.go and app_test.go to match the new slog TextHandler output format. - Preserve access log (access.jsonl) behavior unchanged. - Daemon log remains at ~/.vigilante/logs/vigilante.log with human-readable text output. Closes #321
Configuration menu - View commit details
-
Copy full SHA for c533db0 - Browse repository at this point
Copy the full SHA c533db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a1ec5 - Browse repository at this point
Copy the full SHA 51a1ec5View commit details -
Add watch mode and pretty structured rendering for access logs (#324)
Add -w/--watch flag to `vigilante logs --access` that tails access.jsonl and renders new entries as they arrive. Decode each JSON line into a human-readable structured format showing timestamp, success/failure status, execution context, command with arguments, and duration. Malformed lines are surfaced with a [malformed] prefix instead of crashing the viewer. The -w flag is scoped to --access only; using it without --access produces a clear validation error. The persisted access.jsonl format is unchanged.
Configuration menu - View commit details
-
Copy full SHA for 7a48182 - Browse repository at this point
Copy the full SHA 7a48182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ea0a4 - Browse repository at this point
Copy the full SHA 00ea0a4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.7...v1.0.8