Workspace Overview

Active

What are we working on?

Ctrl+Enter

Activity Feed

pending
2026-03-28T22:22 I'd like to use this what are we working on card to initiate...
I'd like to use this what are we working on card to initiate new projects or ideas as buttons next to the Work, Play, or Both buttons. One text box should allow for any of the 5 options. When processing a prompt with the New Idea button selected, ask any follow up questions in the activity feed before processing. When processing with the new project button, work similarly asking follow up questions before initiating the project. Create a an additional entry option for new task. Use context to auto assign if possible, otherwise mark as need attention and ask follow up questions in the feed.
Queued — waiting for next worker cycle
processing dashboard 2026-03-28T22:04 the budget page is not updating with token usage. Can we add...
Processing...
the budget page is not updating with token usage. Can we add a system for tracking token usage across projects or ideas so we have a measure of virtual bandwidth over time? I'd like to use this approach on virtual employees in the future as well, tracking outputs vs token usage to evaluate performance over time.
Processing...
complete dashboard 2026-03-28T22:01 Please replace the work Entropic in the main navigation bar ...
Please replace the work Entropic in the main navigation bar with "Accelerando"
Committed. The navigation bar now shows "Accelerando" instead of "Entropic".
complete dashboard 2026-03-28T21:59 add light mode and dark mode toggle. I'd also like to be abl...
add light mode and dark mode toggle. I'd also like to be able to submit prompts with control + enter key, if possible
Both features are live. Here's what was added: **Light/dark mode toggle** - Sun/moon button in the top nav bar toggles between themes - Light theme has proper contrast — white surfaces, dark text, pastel tag backgrounds - Preference saved in localStorage so it persists across sessions **Ctrl+Enter submit** - Works globally on every textarea and text input across the entire dashboard (main prompt, queue responses, thread replies) - Also supports Cmd+Enter on Mac - A small "Ctrl+Enter" hint is shown next to the Send button on the main prompt
complete dashboard 2026-03-28T21:19 create a search function so I can quickly find prompts or ac...
create a search function so I can quickly find prompts or activity related to ideas or projects. I'd like to be able to reopen a completed task or fork into a new task, if appropriate, when I want to pick up where we left off.
Done. Here's what was added: **Search page** (`/search` in the nav) with live HTMX search across: - **Submissions** — searches prompt text, responses, and thread messages - **Ideas** — searches the ideas tracker table - **Projects** — searches by name and status **Actions on search results:** - **Reopen** — on completed submissions, adds a follow-up reply and re-queues for processing (continues the conversation thread) - **Fork** — on any submission, creates a new submission with the original prompt/response as context. You can customize the new prompt, project, and mode before submitting - **Start Task** — on ideas, creates a new submission pre-filled with the idea context - **View** — links back to the submission in the activity feed The search is instant with 300ms debounce — results update as you type. The dashboard service will need a restart to pick up the changes (`systemctl --user restart entropic-dashboard`).
pending dashboard 2026-03-28T21:16 review my activity feed and reopen any tasks that have sugge...
You
review my activity feed and reopen any tasks that have suggested next steps or questions. Assign them to the dashboard project if not done so. When a new prompt is submitted and it's not obvious which project it belongs to, ask for feedback and offer to log as a new idea. This will ensure prompts and ideas don't get lost. Expand this to projects, ideas, and tasks to ensure we are staying aligned as we iterate on this dashboard project.
Claude
Here's what I did: **Activity Feed Review:** - Assigned all 5 orphaned submissions to the **dashboard** project - Reopened 3 tasks with suggested next steps so they appear in "Needs Attention": - **iOS voice/camera/location** — test on iPhone over Funnel HTTPS - **Suggested responses** — test multi-turn depth, mobile button sizing - **Filters/progress bars** — add worker-side progress support, filter count badges **Ideas Tracker:** - Updated #7 (Web dashboard) from Planned → **Active** - Added **#11: Prompt triage and routing** — when a prompt has no project, the worker should ask which project it belongs to or offer to log it as a new idea **Dashboard Project Status:** - Expanded next steps to 7 items, consolidated from the feed review + existing backlog - Priority order: mobile testing sweep → thread depth → worker progress → prompt triage → error handling → filter badges → changelog **On the prompt-routing behavior (#11):** This would be a change to the inbox worker — when it processes a submission with `project: null`, it would include a `
You
Implement prompt triage in the worker now
Claude
complete dashboard 2026-03-28T21:13 Let's add some filters to the activity feed so we can quickl...
Let's add some filters to the activity feed so we can quickly hide completed tasks or group by project. Focus on tasks pending feedback, or tasks that are active and processing. Items in the feed should be collapsable or expandable for easy mobile viewing. When a task is active, allow me to expand it and see the progress. Ideally I would see some form of completion bar so I know when to check back.
Done. Here's what was added to the activity feed: **Filters** — A filter bar at the top with three views: - **Needs Attention** (default) — Shows only pending, processing, failed, and complete-with-suggestions items - **All** — Everything - **Completed** — Only finished items with no pending action - **Group by Project** toggle — Clusters cards under project headings **Collapsible cards** — Every card is collapsed by default showing just the status tags and a prompt preview. Tap the header to expand/collapse. Processing items auto-expand. State survives HTMX polling refreshes. **Progress bar** — Processing tasks show an animated indeterminate progress bar. If the worker sets a `progress` field (0–100) on the submission YAML, it renders as a real completion bar with percentage so you know when to check back.
complete dashboard 2026-03-28T21:07 On the activity feed, I'd like you to have the ability to as...
On the activity feed, I'd like you to have the ability to ask clarifying questions an for me to either click among suggested responses or enter in my own unique response to keep the thread going.
Done. Here's what was implemented: **Worker** (`inbox_worker.sh`): Claude is now instructed to end responses with a `---SUGGESTIONS---` block when asking clarifying questions. The worker parses these out, stores them as a `suggestions` list in the submission YAML, and strips the block from the displayed response. **Feed template** (`submissions_feed.html`): When suggestions exist on a completed submission, they render as clickable buttons above the reply input. Clicking one submits it as a reply via HTMX. The free-text reply input + voice button remain below for custom responses. **Styles** (`style.css`): Added `.thread-suggestions` and `.suggestions-label` styling that fits the existing dark theme. Reuses the existing `.btn-suggestion` button styles (accent-colored on hover, large touch targets). **App** (`app.py`): `add_thread_reply()` now clears stale suggestions when a reply is sent, so old suggestions don't persist after the next response comes in.
complete dashboard 2026-03-28T21:07 From the activity feed, I would like the ability to group pr...
From the activity feed, I would like the ability to group prompts with specific projects if there was not a project when it was originally submitted.
Done. Here's what was added: - **Activity feed dropdown** — submissions without a project now show a "+ Project" dropdown in the header. Selecting a project auto-submits and updates the YAML file. - **Remove button** — submissions already assigned to a project show an `×` next to the project tag to unlink it. - **Backend route** — `POST /submission/<id>/project` updates the submission's `project` field in the YAML file. The UI updates inline via HTMX with no page reload.
complete dashboard 2026-03-28T21:05 On the iOS browser there was no way to stop recording. The b...
On the iOS browser there was no way to stop recording. The button only let me start recording. I also noticed it asked me to give permissions for camera and location data. These are things I would like the dashboard to be able to incorporate when I'm on the road.
Three fixes deployed: **iOS voice recording** — The old toggle logic broke on iOS because Safari fires `onend` prematurely, clearing the recognition object before you could tap stop. The new `voice.js` tracks recording state independently, auto-restarts on premature `onend`, uses `continuous: true` for longer dictation, and shows a clear stop icon (square) when recording. **Location capture** — New "Location" button on the submission form uses the Geolocation API. Tap it to attach GPS coordinates, which get saved in the submission YAML as `location: {latitude, longitude}`. **Camera/photo capture** — New "Photo" button opens the camera (on mobile) or file picker. Photos are saved to `workspace_inbox/photos/` and referenced in the submission YAML. The photos directory is gitignored since binary files don't belong in git. The permissions prompt for camera and location will now only appear when you tap those specific buttons, giving you control over when to share that data.

Projects

Global Budget

0 / 5,000,000
$0.00 / $100.00

Recent Commits