ask-coding-harness 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +10 -0
- data/lib/ask/coding_harness/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de2dc033689625058b12295e6afd27d0732450292d31536c000c7d5d8878ea4a
|
|
4
|
+
data.tar.gz: 21a1b5631e9211a8307a664b96defbea8483c9b75b5cc37d9fd7bd9bcc32484c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 227bfd7cad3ab400a686d7d86982cefc1d9f8cd86b73af2e4b3ba7e4f6f4d47ff8475ca9ec3d0b36240356e04a4b033087b497011c8bb6bf7e002ead48aa1c51
|
|
7
|
+
data.tar.gz: 331843e82313ce070f10f9cc7094c461f6c0e6ec999f3dfb3e9c76284fa9beffc7f57a67fc1541b8a01cf798484250ba5fb52919e6791bae370b0099762fe3bd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.14] - 2026-09-05
|
|
4
|
+
|
|
5
|
+
### Deprecated
|
|
6
|
+
|
|
7
|
+
- **ask-coding-harness is deprecated — maintenance mode only.** No further
|
|
8
|
+
development is planned; bug fixes only. The browser-client role is now
|
|
9
|
+
served by the canonical ask-rb architecture (ask-app-server as the
|
|
10
|
+
session host, thin clients speaking ask-session-protocol) and by an
|
|
11
|
+
internal successor. README and gemspec carry the notice.
|
|
12
|
+
|
|
3
13
|
## [0.2.1] - 2026-08-10
|
|
4
14
|
|
|
5
15
|
### Added
|
data/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# ask-coding-harness
|
|
2
2
|
|
|
3
|
+
> **DEPRECATED — maintenance mode only.** No further development is
|
|
4
|
+
> planned; bug fixes only. The browser-client role this gem played is now
|
|
5
|
+
> served by the canonical ask-rb architecture —
|
|
6
|
+
> [ask-app-server](https://github.com/ask-rb/ask-app-server) as the session
|
|
7
|
+
> host, with thin clients speaking
|
|
8
|
+
> [ask-session-protocol](https://github.com/ask-rb/ask-session-protocol)
|
|
9
|
+
> ([ask-terminal](https://github.com/ask-rb/ask-terminal) is the first
|
|
10
|
+
> shipped client) — and by an internal successor. Existing installs keep
|
|
11
|
+
> working.
|
|
12
|
+
|
|
3
13
|
**A general-purpose coding agent in the browser.** Self-hosted, mobile-first,
|
|
4
14
|
and built on the ask-rb ecosystem. Point it at any project directory and let
|
|
5
15
|
the agent fire away — reading, writing, and running commands while you watch
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ask-coding-harness
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kaka Ruto
|
|
@@ -247,11 +247,12 @@ dependencies:
|
|
|
247
247
|
- - ">="
|
|
248
248
|
- !ruby/object:Gem::Version
|
|
249
249
|
version: '0'
|
|
250
|
-
description:
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
250
|
+
description: DEPRECATED — maintenance mode only, superseded by the canonical ask-app-server
|
|
251
|
+
+ ask-session-protocol architecture and an internal successor. A self-hosted web
|
|
252
|
+
coding agent for the ask-rb ecosystem. Runs Ask::Agent::Session against any workspace
|
|
253
|
+
with a mobile-first PWA, streaming events over SSE, with approvals, plan mode, todos,
|
|
254
|
+
and diffs. Comes with the `ach` utility CLI for headless runs and server management.
|
|
255
|
+
Extensible to other coding agents (ACP, Codex, Claude Code) via ask-coding-providers.
|
|
255
256
|
email:
|
|
256
257
|
- kaka@myrrlabs.com
|
|
257
258
|
executables:
|