| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Skill installation now validates metadata, target paths, existing installs, source reachability, and SKILL.md parseability before importing files. Skilled catalog installs prefer the per-skill detail JSON content, which avoids stale GitHub raw paths, and the CLI reports Braille step progress plus clear preflight failures for HTTP errors. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Render one install progress bar with step details, prompt users to start an interactive session with the installed skill, and let --yes/--y continue directly with the skill active. Keep the Ink composer mounted without raw terminal erases after an agent turn so the next prompt remains visible and editable. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Recover partial streamed Responses output when a provider stream ends without a completed event, surface failed terminal stream events, and classify unrecoverable early stream termination as retryable service errors. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Return structured ApiError instances from LLM Gateway failures, classify provider TPM/request-size responses as non-retryable context overflow, and treat those errors as operational instead of auto-reportable. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Wrap expired ChatGPT token refresh failures as non-retryable auth_failed ApiErrors so users are directed to sign in again instead of retrying a stale token. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Add newly supported NVIDIA-hosted model identifiers to the provider model list. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Treat whitespace-only reflection as missing and cover the native tool-call guard path so follow-up tools wait for substantive reflection after tool results. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Write the generated native host fixture with a .cjs extension so the Chrome host test runs it with CommonJS semantics regardless of package module settings. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Ensure Autohand-launched shell commands map Codex skill helper destinations to AUTOHAND_HOME and inject prompt guidance before imported installer skill bodies. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Add a runtime export check for the Ink cursor hooks used by the composer so stale node_modules installs fail with an actionable message before the CLI hits the ESM named-export crash. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Bumps the development-dependencies group with 1 update in the / directory: [tuistory](https://github.com/remorses/tuistory). Updates `tuistory` from 0.4.0 to 0.10.1 - [Release notes](https://github.com/remorses/tuistory/releases) - [Changelog](https://github.com/remorses/tuistory/blob/main/CHANGELOG.md) - [Commits](https://github.com/remorses/tuistory/compare/tuistory@0.4.0...tuistory@0.10.1) --- updated-dependencies: - dependency-name: tuistory dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
… with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [@ff-labs/fff-bun](https://github.com/dmtrKovalenko/fff/tree/HEAD/packages/fff) and [sharp](https://github.com/lovell/sharp). Updates `@ff-labs/fff-bun` from 0.6.4 to 0.9.6 - [Release notes](https://github.com/dmtrKovalenko/fff/releases) - [Commits](https://github.com/dmtrKovalenko/fff/commits/v0.9.6/packages/fff) Updates `sharp` from 0.34.5 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.5...v0.35.3) --- updated-dependencies: - dependency-name: "@ff-labs/fff-bun" dependency-version: 0.9.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sharp dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the Sharp dynamic import typing and the Tuistory version guardrail after the Dependabot dependency merges. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Add a local heartbeat registry for running CLI sessions and expose it through both /agents and autohand agents while preserving sub-agent definitions under an explicit definitions subcommand. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Retry retryable provider failures through the configured recovery limit, label failed turns as failed in terminal and Ink summaries, and expand home-relative filesystem paths before enforcing allowed directories. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Classify plain provider failure messages before reporting and keep retry-attempt diagnostics out of GitHub auto-reporting until the final unrecovered failure. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Move release-note generation into a tested workflow helper so stable releases compare against the previous stable tag and alpha releases compare against the previous reachable release tag. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Run the frozen Bun install preflight before the development CLI loads Ink, preventing stale node_modules trees from surfacing missing Ink 7 exports on first launch. Add a regression contract for the startup ordering. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Centralizes built-in provider model discovery in src/providers/models.json with a catalog loader, local override support, and build packaging for dist/providers/models.json. Updates provider fallbacks, ACP/RPC model discovery, onboarding defaults, docs, and coverage for catalog overrides. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Move remaining local-provider fallbacks and setup defaults through the JSON model catalog, add Ollama bundled entries, and keep MLX runtime defaults explicit. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Document eight self-contained TDD slices for authorization, typed outcomes, command exits, cancellation, sync trust, skill containment, search containment, and built TUI release gating. Record the SDK, EventHooks, ACP, JSON-RPC, i18n, and environment compatibility contract plus the remaining completion queue. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Add a maintainer issue form, trusted-author GitHub Actions workflow, validated catalog updater, synchronization tests, and workflow documentation so provider model IDs can be proposed as reviewable models.json pull requests. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Run issue shape and maintainer trust checks in an unprivileged job, then permit the catalog pull-request job only through an explicit accepted output. This makes qualification observable and keeps write credentials isolated from ignored issues. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Rename the qualification job identifier so GitHub Actions resolves its accepted output through valid property syntax before granting the catalog job write access. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Resolve the issue author's current repository permission through the GitHub API and admit only write, maintain, or admin access. This avoids stale webhook association labels while keeping read-only contributors outside the write-enabled automation path. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Insert the requested model into the selected provider array without reserializing unrelated catalog content. Validate the resulting JSON and cover byte-for-byte formatting preservation so automated pull requests stay reviewable. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Replace GitHub's reserved dropdown option with a valid user-facing label and normalize that label back to the catalog's none reasoning metadata. Add regression coverage for both form discovery constraints and updater behavior. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Keep optional cloud restore discovery out of mandatory startup authentication so an unavailable sync endpoint cannot block first paint. Add unit and Tuistory coverage that completes device auth, stalls sync, and verifies the composer accepts input. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.5 to 26.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Run application typechecks through the native TypeScript 7 compiler while retaining TypeScript 6 for JavaScript API consumers such as tsup and ESLint. Update the ACP integration to SDK 1.3 stable model, thought, and session contracts and refresh the lockfile for the queued dependency upgrades. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Schedule the next persistent-goal instruction after each successful turn while the goal remains active, and stop cleanly for terminal states, failed turns, cancellation, or session shutdown. Add built-terminal regression coverage for the idle-after-first-turn failure and document the continuation contract. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated combined dependency tree supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Use the native TypeScript 7 compiler for type checking, retain the TypeScript 6 JavaScript API compatibility layer, migrate ACP SDK integration, and land the validated Dependabot dependency graph. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Bumps the production-dependencies group with 1 update in the / directory: [@ff-labs/fff-bun](https://github.com/dmtrKovalenko/fff/tree/HEAD/packages/fff). Updates `@ff-labs/fff-bun` from 0.10.1 to 0.10.3 - [Release notes](https://github.com/dmtrKovalenko/fff/releases) - [Commits](https://github.com/dmtrKovalenko/fff/commits/v0.10.3/packages/fff) --- updated-dependencies: - dependency-name: "@ff-labs/fff-bun" dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@aws-sdk/client-bedrock](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock) from 3.1108.0 to 3.1106.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1106.0/clients/client-bedrock) --- updated-dependencies: - dependency-name: "@aws-sdk/client-bedrock" dependency-version: 3.1090.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Raise the Bedrock client compatibility floor and update fff-bun with all platform binaries while keeping the manifest and Bun lockfile synchronized. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Preserve the TypeScript 7 integration history while adding automatic continuation for active persistent goals. The combined tree passes focused goal tests, lint, typecheck, build, and the complete built-terminal Tuistory suite. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated lockstep dependency commit supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
The validated lockstep dependency commit supersedes this package-only branch while preserving its ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Normalize saved Autohand website deployment origins to the canonical control-plane API while preserving explicit development overrides. This restores announcements and other authenticated API features for affected installations. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Raise the Bedrock client compatibility floor, update fff-bun and its platform binaries, and keep the Bun lockfile synchronized for frozen installs. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Normalize saved Autohand website deployment origins to the canonical control-plane API while preserving explicit development overrides. This restores announcements and other authenticated API features for affected installations. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Preserve the stable type_v7 ancestry for the current Bedrock and fff dependency integrations on top of the goal-continuation merge. The exact combined tree passes the complete repository proof gate. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Record the current origin/main dependency integration on top of the local goal-continuation and TypeScript 7 merges without changing their validated file content. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Integrate the validated type_v7 cutoff at a8cdd4e while preserving the primary worktree's later uncommitted Tuistory change. The exact combined main candidate passes the complete repository proof gate. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Integrate automatic continuation for active persistent goals with its unit, built-terminal, and documentation coverage. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Record the original validated control-plane configuration branch after its byte-identical change was replayed on type_v7. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Unify the validated TypeScript 7 dependency migration, persistent-goal continuation, and control-plane configuration repair while preserving each source branch's ancestry. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Add a built-terminal regression scenario proving that the Enter key used to submit /whatsnew does not immediately dismiss the announcement modal and that Escape restores the composer. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Updates the requirements on [memfs](https://github.com/streamich/memfs) to permit the latest version. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.64.0...v4.68.1) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.68.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request. Please fix the above issues or remove invalid values from dependabot.yml. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updates the requirements on memfs to permit the latest version.
Release notesSourced from memfs's releases.
CommitsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: