feat: news feed, UI page reorganization, dev watch#122
Merged
Conversation
Expose crawled RSS news to frontend via REST endpoint with lookback, limit, and source filtering. Add tsx watch for dev hot reload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NewsPage now has Feed/Settings tabs. Feed tab fetches from GET /api/news with lookback and source filters, polls every 60s, shows expandable article cards with source badges and original links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reflects the event-driven architecture: Heartbeat and Cron are both CronEngine consumers on the same dispatch bus (→ Scheduler page). Event Log and Tool Call Log are parallel audit trails (→ Logs page). Old URLs (/events, /heartbeat, /agent-status) redirect to new pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…utomation - Tab bars moved from PageHeader right slot to underline style below header (consistent with DevPage) across Automation, Logs, News, Settings - Scheduler renamed to Automation (broader than just scheduling) - Tools merged into Settings as a tab (agent implementation detail) - Sidebar reorganized: new Integration group (Connectors, Trading Account, AI Provider), Logs moved to System, Tools entry removed - Old URLs (/scheduler, /tools) redirect to new locations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/newswith lookback/source filtering; NewsPage now has Feed/Settings tabs with 60s pollingpnpm devnow usestsx watchfor hot reloadTest plan
npx tsc --noEmit— backend + UI type check cleanpnpm test— 977/977 tests pass/automation— Heartbeat tab (status/config/prompt), Cron Jobs tab/logs— Events tab (SSE + pagination), Tool Calls tab/news— Feed tab (articles + filters), Settings tab/settings— Settings tab, Tools tab (inventory + toggles)/events,/heartbeat,/agent-status,/scheduler,/tools) all redirect🤖 Generated with Claude Code