summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-22 09:35:26 -0500
committerBen Sima <ben@bensima.com>2025-11-22 09:35:26 -0500
commit1fcf654b30c5ca9e1d680805df40435e6fe20e4e (patch)
tree38d6fe7542b563b7aebd91d2891a5b64ee0feaba
parent6c22af9cf1a5fd4215c77dd5477f5048ccb20bf1 (diff)
Cleanup from worker agent merge
-rw-r--r--Biz/PodcastItLater/UI.py6
-rw-r--r--worker.log29
2 files changed, 3 insertions, 32 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py
index 6825fd7..10f58e0 100644
--- a/Biz/PodcastItLater/UI.py
+++ b/Biz/PodcastItLater/UI.py
@@ -478,8 +478,8 @@ class AccountPage(Component[AnyChildren, AccountPageAttrs]):
classes=[
"progress-bar",
],
- role="progressbar",
- style=progress_style,
+ role="progressbar", # type: ignore[call-arg]
+ style=progress_style, # type: ignore[arg-type]
),
classes=[
"progress",
@@ -710,7 +710,7 @@ class PricingPage(Component[AnyChildren, PricingPageAttrs]):
],
),
action="/upgrade",
- method="POST",
+ method="post",
)
if user and current_tier == "free"
else (
diff --git a/worker.log b/worker.log
deleted file mode 100644
index cd8b451..0000000
--- a/worker.log
+++ /dev/null
@@ -1,29 +0,0 @@
-Starting Worker Agent Loop
- Worker Path: /home/ben/omni-worker-1
- Amp Binary: /home/ben/omni/node_modules/.bin/amp
- Log File: /home/ben/omni-worker-1/_/llm/amp.log
- Monitor: tail -f /home/ben/omni-worker-1/_/llm/amp.log
- Press Ctrl+C to stop.
-----------------------------------------------------------------
-Thu Nov 20 11:30:48 PM EST 2025: Syncing and checking for work...
-Warning: Rebase conflict at start of loop. Aborting rebase and proceeding with local state.
-branchless: processing 1 update: branch omni-worker-1
-branchless: processing 1 update: ref HEAD
-Syncing tasks...
-Importing tasks from live branch...
-Imported tasks from .tasks/live-tasks.jsonl
-Exported and consolidated tasks to .tasks/tasks.jsonl
-Thu Nov 20 11:30:51 PM EST 2025: Claiming task t-144gQry: Create basic admin dashboard
-info: version: .tasks/tasks.jsonl: 1231
-Exported and consolidated tasks to .tasks/tasks.jsonl
-gitlint: checking commit message...
-gitlint: OK (no violations in commit message)
-branchless: processing 1 update: branch omni-worker-1
-branchless: processed commit: b6af81e task: sync database
-Resuming existing branch task/t-144gQry
-branchless: processing 1 update: ref HEAD
-Switched to branch 'task/t-144gQry'
-Imported tasks from .tasks/tasks.jsonl
-branchless: processing checkout
-Launching Amp to implement task...
-./Omni/Agent/start-worker.sh: line 190: 917703 Killed "$AMP_BIN" --log-level debug --log-file "_/llm/amp.log" --dangerously-allow-all -x "$PROMPT"