Skip to content

Tags: hawkingrei/agenthub

Tags

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(web): add codex runtime model selector (#850)

* feat(web): add codex runtime model selector

* fix(web): preserve custom runtime models

* test(web): select team runtime model

* test(web): select filtered runtime model

* test(web): cover codex runtime selection

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): align package versions for 0.0.10 (#779)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(team): close node continuity backlog (#723)

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(acp): upgrade codex to 0.135 (#694)

Co-authored-by: Hawkingrei <hawkingrei@gmail.com>

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump tower-http from 0.6.10 to 0.6.11 (#638)

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.10 to 0.6.11.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.10...tower-http-0.6.11)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-version: 0.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump lancedb from 0.27.2 to 0.29.0 (#605)

Bumps [lancedb](https://github.com/lancedb/lancedb) from 0.27.2 to 0.29.0.
- [Release notes](https://github.com/lancedb/lancedb/releases)
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md)
- [Commits](lancedb/lancedb@v0.27.2...v0.29.0)

---
updated-dependencies:
- dependency-name: lancedb
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(acp): unblock stale team prompts (#604)

* fix(acp): receive shared team inbox messages

* fix(acp): unblock stale codex prompts

* fix(acp): align ack with shared inbox scope

* feat(acp): add codex otel prompt diagnostics

* fix(web): stabilize team acp thread rendering

* fix(acp): avoid repeated tool output updates

* fix(acp): interrupt stuck permission prompts

* fix(web): restore chronological team acp order

* fix(web): remove reverse acp ordering

* test(acp): cover collapsed tool rendering

* fix(acp): expose stale provider prompts

* fix(acp): alert on stale provider prompts

* fix(acp): serialize codex prompts

* fix(acp): gate mailbox hints on idle input

* fix(acp): gate immediate mailbox hints

* fix(acp): align codex interrupt handling

* fix(acp): avoid starving app-server approvals

* fix(acp): avoid false starting session state

* fix(acp): deny permission failures without aborting

* docs(acp): clarify permission deny stall contract

* fix(acp): stabilize codex runtime session state

* fix(web): avoid team session id redeclaration

* fix(web): keep team acp waiting sessions active

* fix(acp): align latest messages above input dock

* fix(acp): prefetch enough team thread context

* fix(acp): fill underfilled thread viewport

* fix(acp): keep background thread refresh silent

* fix(acp): avoid team codex permission stalls

* fix(acp): persist codex startup mode

* fix(acp): allow concurrent mailbox hints

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update rust and node dependencies (#573)

* chore(deps): update rust and node dependencies

* chore(deps): update dependencies and pin problematic transitive ones

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): use clang 15 and lld 15 for x86 prebuild to support avx-512 …

…fp16 (#572)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump jsdom from 29.1.0 to 29.1.1 in /web (#457)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.0 to 29.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.0...v29.1.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 29.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>