| Age | Commit message (Collapse) | Author |
|
The interactive browser login/consent flow was bounded by a 1-minute
context timeout, too short for manual credential entry and 2FA,
causing "context deadline exceeded" errors. Bumped to 5 minutes.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
|
- Snonux writes plain text to gosdir/snonux/inbox
- Default -platforms includes Snonux; gosc runs post after compose
- Gemini summary skips db/platforms/snonux posted entries
Made-with: Cursor
|
|
Snonux posts via noop.Post and is omitted from default share targets unless
share:snonux, share:sno, or share:sn is set. Normalize share tokens through
platform aliases; case-fold ExpandAliases segments. Skip low-queue nag for
snonux like noop.
Made-with: Cursor
|
|
|
|
- Fixed failing test in config_test.go (hardcoded date)
- Addressed unchecked error returns from Close() operations
- Refactored large functions to follow SRP (run.go and main.go)
- Added documentation to exported identifiers
- Fixed linting errors (error message capitalization, errcheck)
- Bumped version to v1.2.6
|
|
|
|
|
|
|
|
- Add token validation before using cached credentials to prevent stale token issues
- Add proper error handling for image upload initialization with helpful 426 messages
- Skip data URI images instead of attempting to download them
- Update default LinkedIn API version to 202601 (January 2026) - latest active version
- Fix re-authentication flow for expired tokens
Amp-Thread-ID: https://ampcode.com/threads/T-019c6d28-4526-7738-b593-9bd584baa478
Co-authored-by: Amp <amp@ampcode.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Modify newStats() and gatherPostedStats() to accept config parameter
- Add calculatePausedDays() helper function for pause period overlap calculation
- Update postsPerDay and totalPostsPerDay calculations to exclude paused days
- Prevent artificially low throughput during pause periods
- Add comprehensive unit tests for pause-aware stats functionality
- Maintain backward compatibility when no pause is configured
Fixes issue where Gos would post aggressively after vacation periods
due to including pause days in throughput calculations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Add PauseStart and PauseEnd configuration fields
- Implement IsPaused() method to check pause status
- Skip all posting when current date is within pause period
- Add comprehensive unit tests for pause functionality
- Update README with pause feature documentation and examples
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|