Commit Graph
1042 Commits
Author SHA1 Message Date
ciregenz 0f6c5c9462 [eric] tests: assert the field hint through the public finder, not a module-private regex 2026-08-05 08:40:43 -07:00
ciregenz af68dcd06d [eric] send: when the task names a field, write into that field (reddit's title) 2026-08-05 08:28:38 -07:00
ciregenz 438a96eb42 [eric] skills: name the send-script's clicks so a completed write can be recorded at all 2026-08-05 07:47:01 -07:00
ciregenz 83649f5b17 Revert "[eric] browser: prove a send by the payload appearing twice, when the composer never clears"
This reverts commit 7fcce1e2f3.
2026-08-05 00:48:16 -07:00
ciregenz 7fcce1e2f3 [eric] browser: prove a send by the payload appearing twice, when the composer never clears 2026-08-05 00:45:38 -07:00
ciregenz 6e3ef0e40a [eric] browser: nudge a lazy feed once before deciding it has no posts 2026-08-04 23:32:14 -07:00
ciregenz 324639e217 [eric] browser: open the first post by its own link, instead of hunting a feed 2026-08-04 23:26:37 -07:00
ciregenz ac6dbb119f [eric] browser: catch a wrong-surface landing while there are still steps to fix it 2026-08-04 23:12:49 -07:00
ciregenz 8298d3f604 [eric] browser: let the model name the message, so the fast lane stops needing quotes 2026-08-04 22:03:50 -07:00
ciregenz 1eaa23b9c1 [eric] browser: say 'I never typed it' when nothing was typed, not 'check the page' 2026-08-04 21:53:58 -07:00
ciregenz 25bfe12da4 [eric] browser: a page that loaded content is settled, even with nothing to compare against 2026-08-04 21:16:27 -07:00
ciregenz 5abf06b54f [eric] browser: a click that reveals the composer ends the stage, no second model call 2026-08-04 20:59:44 -07:00
ciregenz e445ca3eeb [eric] browser: fill the one field a disabled submit is waiting on, then re-ask the page 2026-08-04 20:14:50 -07:00
ciregenz 7dc5f58651 [eric] browser: a composer already on the page needs no model to confirm it 2026-08-04 19:44:44 -07:00
ciregenz 3b10b409a8 [eric] browser: an unproven send still blocks a resend, so nothing gets posted twice 2026-08-04 18:32:51 -07:00
ciregenz 310fa1619a Revert "[eric] browser: prove a send by the posted content, not only by an emptied box"
This reverts commit 5035520629.
2026-08-04 17:49:23 -07:00
ciregenz 5035520629 [eric] browser: prove a send by the posted content, not only by an emptied box 2026-08-04 17:40:39 -07:00
ciregenz 3787123468 [eric] browser: wait longer for a slow composer to clear, so a real send stops reading as unverified 2026-08-04 17:23:57 -07:00
ciregenz ccccf9fc4c [eric] browser: probe before sleeping, so a ready page stops paying the slow page's wait 2026-08-04 16:50:44 -07:00
ciregenz bd24d0bf6c [eric] browser: a comment task must not click Create-new-post 2026-08-04 16:11:51 -07:00
ciregenz b62a29357e [eric] browser: a comment meant for a post must not land on a story 2026-08-04 15:57:30 -07:00
ciregenz 57d5a6fed7 [eric] browser: hand a bot-detection challenge to the user instead of guessing at it 2026-08-04 15:33:35 -07:00
ciregenz cc2f463443 [eric] router: adopt a healthy 9Router instead of evicting the one other backends are using 2026-08-03 16:44:18 -07:00
ciregenz a6e63815e7 [eric] browser: record the navigation prefix instead of discarding the whole run 2026-08-03 16:28:57 -07:00
ciregenz fe16bb8b4e Merge remote-tracking branch 'origin/eric/dev' into eric/browser-merged 2026-08-03 16:14:57 -07:00
ciregenz aa07ff0728 [eric] browser: tell a user their DELETION was unconfirmed, not their send 2026-08-03 15:48:33 -07:00
ciregenz 116e44255e [eric] browser: a delete task can no longer report a send it never made 2026-08-03 15:23:50 -07:00
ciregenz b8c2dfae82 [eric] tests: drop the unused pytest import the browser merge brought in 2026-08-03 12:29:02 -07:00
ciregenz 50d6010862 [eric] merge eric/browser-merged: browser hangs, wrong-surface sends, and measured latency 2026-08-03 12:22:10 -07:00
ciregenz 5536a2639a [eric] workflows: a failed run's email said 'Agent session entered error state', which explains nothing 2026-08-03 09:52:19 -07:00
ciregenz 4ae7f81cc7 [eric] cloud runs: two overlapping passes could pull one credential twice, racing the router file 2026-08-03 00:11:22 -07:00
ciregenz db6c7a25b7 [eric] mcp: a dead server says its sign-in expired instead of printing a goroutine dump 2026-08-02 21:27:34 -07:00
ciregenz 500e6ebe59 [eric] mcp: activating a server ends the turn, so the model stops guessing tool names 2026-08-02 21:27:34 -07:00
ciregenz 35762ecfd6 [eric] cloud runs: pin revocation, restart and a dropped network on the lent-credential loop 2026-08-02 19:14:06 -07:00
ciregenz ce5a458999 [eric] cloud runs: keep this device's token alive while the cloud holds custody of it 2026-08-02 17:55:27 -07:00
ciregenz ab89896443 [eric] browser: reach an opener whose label is a sentence, without reaching an upsell 2026-08-02 17:55:23 -07:00
ciregenz 8a6be84a4c [eric] browser: a send task is not staged until there is somewhere to write 2026-08-02 17:48:00 -07:00
ciregenz 654e45fedf [eric] apps: publishing refuses to silently drop a generated app's FastAPI backend 2026-08-02 16:31:27 -07:00
ciregenz c694937332 [eric] cloud runs: give the account back when the workflow never went up 2026-08-02 16:31:17 -07:00
ciregenz d67df490f8 [eric] browser: a header sign-in widget no longer walls off the composer beside it 2026-08-02 16:23:46 -07:00
ciregenz fb3ec15105 [eric] merge: bring eric/dev onto the browser v3 branch (7 conflicts resolved, gates green) 2026-08-02 16:14:53 -07:00
ciregenz 843e9e662a [eric] cloud runs: lend the account before the workflow goes up, so a cloud run can actually sign its calls 2026-08-02 16:04:50 -07:00
ciregenz 1508e03c5f [eric] browser: half an emoji in page text no longer kills the whole prestage 2026-08-02 15:30:17 -07:00
ciregenz 487dd26cc4 [eric] merge eric/haik-ui: collapsed tool output sizes and resizes, wheel can scroll, interface toggles read as options 2026-08-02 14:53:53 -07:00
ciregenz be9381438b [eric] browser: pin why the skill layer records nothing, and the empty-post trap in fixing it 2026-08-02 08:12:37 -07:00
ciregenz 13546b8ffb [eric] merge eric/runner-parity: files come back, apps build, skills load, and MCP refuses honestly 2026-08-01 01:41:11 -07:00
ciregenz f401793604 [eric] cloud runs: carry the user's own skills up, and name the apps the container cannot reach 2026-08-01 01:20:11 -07:00
ciregenz 6ab9513240 [eric] backend: a finished cloud run's files land in Downloads, where a user would actually look 2026-08-01 01:20:10 -07:00
ciregenz e21e12ef20 [eric] workflows: hand weekly and self-ending schedules to the cloud, zone and all 2026-08-01 01:10:45 -07:00
ciregenz 2489cc3971 [eric] browser: persist the wall/llm/tools/ours latency split, so a speed claim has evidence 2026-08-01 00:35:11 -07:00