Skip to content
Open
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
40e1cab
docs(spec): hookless agent session tracking (Class-B, file+process ob…
Jun 9, 2026
105bfd3
docs(plan): hookless session tracking implementation plans (A/B/C)
Jun 9, 2026
029b5a0
feat(wta/proc_bind): module skeleton + copilot_pid_from_lock
Jun 9, 2026
a1986e1
feat(wta/proc_bind): parent_pid via NtQueryInformationProcess
Jun 9, 2026
aee9a11
feat(wta/proc_bind): env_var_for_pid + wt_session_for_pid via PEB read
Jun 9, 2026
8e3ec57
feat(wta/proc_bind): file_holders/file_owner_pid via Restart Manager
Jun 9, 2026
df27cf2
feat(wta): add bind-probe diagnostic subcommand for proc_bind
Jun 9, 2026
3cd84e8
chore(wta/proc_bind): fmt + clippy clean
Jun 9, 2026
b5d7614
fix(wta/proc_bind): make env-var lookup panic-free on non-ASCII names
Jun 9, 2026
203e454
build(wta): add notify dependency for session_watcher + regen notices
Jun 9, 2026
e583c54
feat(wta/session_watcher): module skeleton + copilot classifier
Jun 9, 2026
c1813ec
feat(wta/session_watcher): claude classifier
Jun 9, 2026
ac6f805
feat(wta/session_watcher): codex classifier
Jun 9, 2026
3ce2a69
feat(wta/session_watcher): gemini snapshot-diff classifier
Jun 9, 2026
7e91302
feat(wta/session_watcher): path->identity discovery
Jun 9, 2026
696e679
feat(wta/proc_bind): cwd_for_pid (validated PEB CurrentDirectory read)
Jun 9, 2026
ac295c1
feat(wta/session_watcher): cwd-correlation + copilot/codex binders
Jun 9, 2026
d459417
feat(wta/session_watcher): incremental reader + notify watch loop
Jun 9, 2026
21d7c1a
feat(wta): add watch-probe diagnostic subcommand
Jun 9, 2026
8937a3b
chore(wta/session_watcher): fmt + clippy clean + suppress future-use …
Jun 9, 2026
918eb4d
fix(wta/session_watcher): canonical codex/gemini keys + no partial-li…
Jun 9, 2026
a27c158
feat(wta/master): bridge session_watcher into registry apply loop
Jun 9, 2026
9606984
feat(wta/proc_bind): pids_for_exe via Toolhelp32 process enum
Jun 9, 2026
0f7c7b8
feat(wta/master): bind watched sessions to panes (lock/RM/cwd)
Jun 9, 2026
44a67a3
refactor(wta): remove agent-hooks installer, subcommand, env, and bundle
Jun 9, 2026
7ec673f
refactor(wta/app): remove dormant agent_event hook ingest
Jun 9, 2026
1388bb2
refactor(terminal): drop WTA_HOOK_LOG_DIR env injection (hooks removed)
Jun 9, 2026
fa01be0
refactor(settings): remove agent-hooks install UI (tracking is now au…
Jun 9, 2026
d79c753
refactor(wta/app): remove dead agent_event hook-format parser
Jun 9, 2026
65bfddf
update doc
Jun 9, 2026
e6e0d3b
feat(wta/session_watcher): turn-based Working + permission Attention …
Jun 9, 2026
d259624
fix(wta): harden hookless session tracking for Codex + watcher reliab…
Jun 10, 2026
f136fa5
fix(wta): filter Codex multi-agent subagent forks from session tracking
Jun 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 137 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ if it were canonical for the whole group.
- **event-listener-strategy** v0.5.4 -- [https://github.com/smol-rs/event-listener-strategy](https://github.com/smol-rs/event-listener-strategy) -- `Apache-2.0 OR MIT`
- **fancy-regex** v0.11.0 -- [https://github.com/fancy-regex/fancy-regex](https://github.com/fancy-regex/fancy-regex) -- `MIT`
- **filedescriptor** v0.8.3 -- [https://github.com/wezterm/wezterm](https://github.com/wezterm/wezterm) -- `MIT`
- **filetime** v0.2.29 -- [https://github.com/alexcrichton/filetime](https://github.com/alexcrichton/filetime) -- `Apache-2.0 OR MIT`
- **finl_unicode** v1.4.0 -- [https://github.com/dahosek/finl_unicode](https://github.com/dahosek/finl_unicode) -- `(MIT OR Apache-2.0) AND Unicode-DFS-2016`
- **fixedbitset** v0.4.2 -- [https://github.com/petgraph/fixedbitset](https://github.com/petgraph/fixedbitset) -- `Apache-2.0 OR MIT`
- **fnv** v1.0.7 -- [https://github.com/servo/rust-fnv](https://github.com/servo/rust-fnv) -- `Apache-2.0 OR MIT`
Expand Down Expand Up @@ -665,6 +666,7 @@ if it were canonical for the whole group.
- **mio** v1.1.1 -- [https://github.com/tokio-rs/mio](https://github.com/tokio-rs/mio) -- `MIT`
- **nom** v7.1.3 -- [https://github.com/Geal/nom](https://github.com/Geal/nom) -- `MIT`
- **normpath** v1.5.1 -- [https://github.com/dylni/normpath](https://github.com/dylni/normpath) -- `Apache-2.0 OR MIT`
- **notify** v6.1.1 -- [https://github.com/notify-rs/notify.git](https://github.com/notify-rs/notify.git) -- `CC0-1.0`
- **nu-ansi-term** v0.50.3 -- [https://github.com/nushell/nu-ansi-term](https://github.com/nushell/nu-ansi-term) -- `MIT`
- **num-conv** v0.2.0 -- [https://github.com/jhpratt/num-conv](https://github.com/jhpratt/num-conv) -- `Apache-2.0 OR MIT`
- **num-derive** v0.4.2 -- [https://github.com/rust-num/num-derive](https://github.com/rust-num/num-derive) -- `Apache-2.0 OR MIT`
Expand Down Expand Up @@ -784,8 +786,11 @@ if it were canonical for the whole group.
- **which** v7.0.3 -- [https://github.com/harryfei/which-rs.git](https://github.com/harryfei/which-rs.git) -- `MIT`
- **winapi** v0.3.9 -- [https://github.com/retep998/winapi-rs](https://github.com/retep998/winapi-rs) -- `Apache-2.0 OR MIT`
- **winapi-util** v0.1.11 -- [https://github.com/BurntSushi/winapi-util](https://github.com/BurntSushi/winapi-util) -- `MIT OR Unlicense`
- **windows_x86_64_msvc** v0.48.5 -- [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs) -- `Apache-2.0 OR MIT`
- **windows-link** v0.2.1 -- [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs) -- `Apache-2.0 OR MIT`
- **windows-sys** v0.48.0 -- [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs) -- `Apache-2.0 OR MIT`
- **windows-sys** v0.61.2 -- [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs) -- `Apache-2.0 OR MIT`
- **windows-targets** v0.48.5 -- [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs) -- `Apache-2.0 OR MIT`
- **winnow** v0.7.15 -- [https://github.com/winnow-rs/winnow](https://github.com/winnow-rs/winnow) -- `MIT`
- **winsafe** v0.0.19 -- [https://github.com/rodrigocfd/winsafe](https://github.com/rodrigocfd/winsafe) -- `MIT`
- **zmij** v1.0.21 -- [https://github.com/dtolnay/zmij](https://github.com/dtolnay/zmij) -- `MIT`
Expand All @@ -799,7 +804,7 @@ where applicable, the per-crate copyright notices harvested from upstream.

### `Apache-2.0`

Applies to 151 crate(s) (directly or via composite identifiers): agent-client-protocol v0.10.0, agent-client-protocol-schema v0.11.0, allocator-api2 v0.2.21, anstream v0.6.21, anstyle v1.0.13, anstyle-parse v0.2.7, anstyle-query v1.1.5, anstyle-wincon v3.0.11, ... (+143 more)
Applies to 155 crate(s) (directly or via composite identifiers): agent-client-protocol v0.10.0, agent-client-protocol-schema v0.11.0, allocator-api2 v0.2.21, anstream v0.6.21, anstyle v1.0.13, anstyle-parse v0.2.7, anstyle-query v1.1.5, anstyle-wincon v3.0.11, ... (+147 more)

_Canonical text reproduced from upstream `SPDX:Apache-2.0`:_

Expand Down Expand Up @@ -961,9 +966,139 @@ The copyright notices in the Software and this entire statement, including the a
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

### `CC0-1.0`

Applies to 1 crate(s) (directly or via composite identifiers): notify v6.1.1

_Canonical text reproduced from upstream `SPDX:CC0-1.0`:_

```
Creative Commons Legal Code

CC0 1.0 Universal

CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.

Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").

Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.

For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.

1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:

i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.

4. Limitations and Disclaimers.

a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
```

### `MIT`

Applies to 227 crate(s) (directly or via composite identifiers): aho-corasick v1.1.4, allocator-api2 v0.2.21, anstream v0.6.21, anstyle v1.0.13, anstyle-parse v0.2.7, anstyle-query v1.1.5, anstyle-wincon v3.0.11, anyhow v1.0.102, ... (+219 more)
Applies to 231 crate(s) (directly or via composite identifiers): aho-corasick v1.1.4, allocator-api2 v0.2.21, anstream v0.6.21, anstyle v1.0.13, anstyle-parse v0.2.7, anstyle-query v1.1.5, anstyle-wincon v3.0.11, anyhow v1.0.102, ... (+223 more)

_Canonical text reproduced from upstream `SPDX:MIT`:_

Expand Down
Loading
Loading