pullrequests Search Results · language:Dune language:Python language:TypeScript language:Java language:JavaScript language:Java
Filter by
53M results
What
Reconciles docs/reference/cli.mdx with the real CLI surface read from src/hal0/cli/*_commands.py + main.py, and triages
phantom command references across user-facing docs + runtime templates so new ...
Summary
- Explicitly treat Codex item/agentMessage/delta notifications as display-only in the event projector
- Add a regression test ensuring agent message deltas do not create projected messages, ...
What
Declares V+1 PFrame interfaces where a column s structural type info (typeSpec) is carried inside its data info rather
than as a separate field, making the addColumns payload self-describing. This ...
What
Adds docs/architecture.md — a design-notes document that surfaces the engineering reasoning behind fit-claw that doesn t
show up in the operational README, and links it prominently from the README ...
Why
While debugging a permission padlock stuck after a prompt report on macOS, the root cause turned out to be stale hook
registration, not a code bug: a settings.json last written by a pre-9dc606c install-hook.sh ...
Summary
- add POST /api/company/members/invite so owner/admin users can invite internal company members before project
assignment
- list company members with Active/Pending status and setup-required ...
Switch the e2e compose stack from no tag to the upstream :latest tag and add pull_policy: always so the image is
re-pulled on every docker compose up, keeping the test stack in sync with upstream releases ...
Summary
- Promotes the hosted Remote MCP endpoint near the top of the README for AI-search and registry extraction.
- Adds ChatGPT custom MCP app, Claude connector, Grok/MCP-compatible agent, BYOK, ...
What
When an LLM-backed cron job fails, the exception message was formatted and delivered verbatim to the user s chat
(Telegram, Discord, etc.) and persisted in plaintext in jobs.json. Provider error ...